Updates from Prasad RSS Toggle Comment Threads | Keyboard Shortcuts
-
Prasad
WPML consumes more memory than CPU?
http://loadimpact.com/blog/tag/memory
Whats the truth? Should we look for some else plugin or should we recommend client’s for better RAM ?
-
Tapan Bojja
-
Prasad
Do not test client site’s speed as they have mentioned that free speed test would publish the report on web for all to see. Instead use pindom (http://tools.pingdom.com/fpt/) or Google service (https://developers.google.com/pagespeed/)
-
-
Prasad
-
Prasad
Search Engine Optimization – Startup Guide by Google
When you are free please study this pdf for SEO.
http://ac.rtcamp.com/categories/1/documents/43
The document originally was being written by Google for their internal use. But, later they preferred sharing it for all
-
Prasad
-
Prasad
Isotope – Sort and Filter elements using jQuery
Check out different examples, demo and usage here:
-
Prasad
Android Emulator for all OS
Android emulator for all operating systems.
You need to install the Android SDK to instantiate the emulator.
http://developer.android.com/sdk/index.html
Using the Android emulator.
http://developer.android.com/guide/developing/devices/emulator.html
-
Prasad
W3C mobileOK Checker
To check your site please click on http://validator.w3.org/mobile/ and enter your web site address.(This is for HTML and HTM and PHP sites. The validator will not read flash sites).If your site gets a low score then something needs to be done. -
Prasad
-
Prasad
Disable text selection
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
We can use this site for site load testing.
http://loadimpact.com/