Go4Expert November 2013 Monthly Newsletter
 

Real-time PHP Output Update with flush() In All Browsers


These days, i'm kinda into hot stuff each day but kinda not having time to document all those. So here i got a little time, let's skip the bla bla.
Read More
share on Twitter Like Real-time PHP Output Update with flush() In All Browsers on Facebook

Send Android Push Notifications using GCM & PHP


GCM or Google Cloud Messaging is a service for developers to send notifications from remote servers to their Android apps or Chrome extensions, the notification may be sent anytime irrespective of the Android device being online or not, the notification will be delivered when the device comes...
Read More
share on Twitter Like Send Android Push Notifications using GCM & PHP on Facebook

Sending Push Notifications on iOS using APNS & PHP


APNS or Apple Push Notification Service, is service for Apple devices like iPhone, iPad & iPod to send 3rd party notifications to devices. It was launched with iOS version 3.0, it's very helpful for the app developers as they do not have to frequently poll for updates, instead they can submit the...
Read More
share on Twitter Like Sending Push Notifications on iOS using APNS & PHP on Facebook

Splitting File into Parts in PHP


Recently i had to implement a file split-er in PHP and was shocked find how LESS pre written scripts are available for the task. So thought of writing a quick one myself. If you just want the code, I have a fully featured php script hosted at github Just download it there and well CONTRIBUTE :)...
Read More
share on Twitter Like Splitting File into Parts in PHP on Facebook

Using JavaScript to extract GET parameters from URL query string


So i was working on an awesome project when i wanted to extract GET parameters from the URL string. Like in php $_GET['param'], i need to use javascript since the front end is building on an REST API [that is no direct interaction between front end and back end]. You probably should ave seen...
Read More
share on Twitter Like Using JavaScript to extract GET parameters from URL query string on Facebook
Twitter Facebook Google+