JAVASCRIPT
7 FOLLOWERS
Is AIRTEL 3G slowing your browsing experience ?
1 AIRTEL has been blamed against net neutrality so much that finally their CEO had to make an official statement stating their vision and stand about their company. However recently I found that AIRTEL 3G service is ...
POSTRESPONSIVE ADS GOOGLE
4 Both Responsive Ads & Asynchronous Ads by Google were started on July 2013 and are still in BETA Stage. So before I switched to Responsive Google Ads I decided to check few related details.Asynchronous AdsYour old Adsense Code were synchronous which now can be switched to asy ... ...
POST-
PHP Upload Multiple Files
1 HTML5 and PHP allows multiple files upload using single Input element. Most tutorial for uploading multiple files never deals with Internet Explorer due to its lack for HTML5 support. However, there is a workaround thanks to Raymond Camden. Adding multiple= multiple in the fil ... ...
POSTJavascript Scroll to load in Div
1 Loading data in a div element while scrolling down is more user friendly than giving them next/back page links. In Javascript Scroll div to bottom we learned basics of how div element and scroll bar can be accessed using Javascript. Extending the same we will try to load data in ... ...
POSTJavascript Scroll Div to bottom
1 I wanted a div to scroll directly to bottom of the div on page load. Found the below properties useful for understanding how to scroll to bottom. You can Check how the scrollTop changes when you scroll the content @ Scroll Div Example. var h = element.clientHeight; This gives CS ... ...
POSTScreen Resolution in PHP
2 I was trying to get Screen resolution using PHP server side program. Logically speaking, PHP will be parsed on the server, prior showing it to user, on the client side. However using simple Javascript and cookie we can send the Screen size to the Server. The logic flow isGet the ... ...
POSTAJAX Autocomplete Tutorial
6 After searching long for an autocomplete tutorial I finally gave up as AJAX Autocomplete tutorials were using some framework or they were just too complicated to me. I am specifically avoiding JQuery, scriptaculous, RICO or any other framework just to understand how autocomplete ... ...
POST