Category

When you buy an SMS-enabled Twilio phone number, you can associate that phone number with a URL. When someone sends a text message to that phone number, Twilio makes an HTTP request to your URL with t...

Workshopper is the name used for the open source lesson modules associated with NodeSchool( http://nodeschool.io ). All are self guided and most work offline. Each lesson provides some hints to reach ...

What is an APK file in Android? APK stands for Android Application Package file. It is the ZIP file formatted package used by the Android Operating System to distribute and install mobile apps. APK fi...

What is an IPA file in iOS? IPA stands for iPhone Application Archive file. IPA is an executable zipped file that stores an iOS app. It is used for installing an iOS app in various iOS devices includi...

Screen Scraping is a great skill that every PHP developer should have experience with. Basically it involves scraping the source code of a web page, getting it into a string, and then parsing out the ...

Drupal Modules are based on the concept called hooks . The “ Hooks ” are nothing but a PHP function. The naming convention is more important when we using hooks. The hooks are named like “ hook_block...

It is fortunate to live in a technologically advanced world. A world where there are multiple leaps occurring in technology right from the time you wake up in the morning to hit the sack. It is more c...

Drupal core modules are available with Drupal installation pack. The main objective of this article is to help beginers to understand more about drupal core modules. Before you start working with drup...