prasada.wordpress.com
Prasad\'s Blog | Weclome to my blog :) | Page 2
https://prasada.wordpress.com/page/2
Prasad ’s Blog. Weclome to my blog :). PHP Performance Tuning: Watch out for notices, warnings, errors…. June 1, 2011. Posted by prasada in Uncategorized. PHP error reporting like notices, warnings… adds performance overhead and would make it hard to trace. During development make sure to turn-on error reporting (E ALL) and fix the issues logged, it helps your code to reach production quality. Android 3.0 (Gingerbird) – Drains Battery! March 11, 2011. Posted by prasada in Uncategorized. March 4, 2011.
prasada.wordpress.com
October | 2011 | Prasad\'s Blog
https://prasada.wordpress.com/2011/10
Prasad ’s Blog. Weclome to my blog :). Filesearch in download directory. October 4, 2011. Posted by prasada in Uncategorized. I found myself re-downloading files that was available in central-download-server (on internal LAN). The issue was primary the lack of web-enabled search application. Developed a simple application using (PHP jQuery find command) that lets user to search for the files in the download server directory, if nothing found suggest for Google search. Here is the download details.
prasada.wordpress.com
March | 2011 | Prasad\'s Blog
https://prasada.wordpress.com/2011/03
Prasad ’s Blog. Weclome to my blog :). Android 3.0 (Gingerbird) – Drains Battery! March 11, 2011. Posted by prasada in Uncategorized. Last week I upgraded to Gingerbird (Android 3.0) and noticed heavy battery draining! Turning off Wifi helped in retaining device run on battery for longer time 🙂. Working with Remote URL – BlackBerry Simulator. March 4, 2011. Posted by prasada in Uncategorized. Setup Wifi on the Blackberry Simulator. Grant access in the app (config.xml). Blog at WordPress.com.
prasada.wordpress.com
Boilerplate template for apache ant build.xml | Prasad\'s Blog
https://prasada.wordpress.com/2012/01/20/boilerplate-template-for-apache-ant-build-xml
Prasad ’s Blog. Weclome to my blog :). Boilerplate template for apache ant build.xml. January 20, 2012. Posted by prasada in Uncategorized. Pulled up the basic boilerplate template for Apache ant build.xml that was written year’s back. You might find it useful to extend it further. Find it here. No comments yet — be the first. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.
prasada.wordpress.com
February | 2012 | Prasad\'s Blog
https://prasada.wordpress.com/2012/02
Prasad ’s Blog. Weclome to my blog :). Getting Express project ready with Coffee. February 25, 2012. Posted by prasada in Uncategorized. PHPNohup – execute in background. February 22, 2012. Posted by prasada in Uncategorized. Finally got some breakthrough in executing the long-running stateless scripts on the server using PHP in background. February 18, 2012. Posted by prasada in Uncategorized. 1 comment so far. Started with MacOSX Lion and got-off with setup hiccups. February 16, 2012. 1 comment so far.
prasada.wordpress.com
Cool markdown editors. | Prasad\'s Blog
https://prasada.wordpress.com/2012/02/18/cool-markdown-editors
Prasad ’s Blog. Weclome to my blog :). February 18, 2012. Posted by prasada in Uncategorized. Helps to get the quick documentation, preview enabled editors makes it easy to get the formatted content ready to be used. September 16, 2013. Why don’t try a Texts editor (www.texts.io). WYSIWYG, minimalistic and clear interface, different Markdown edition support, table support, footnotes, export to many formats, e.t.c . Leave a Reply Cancel reply. Enter your comment here. Address never made public).
prasada.wordpress.com
June | 2011 | Prasad\'s Blog
https://prasada.wordpress.com/2011/06
Prasad ’s Blog. Weclome to my blog :). Javascript Array Sort Custom Comparator. June 28, 2011. Posted by prasada in javascript. Javascript Array.sort() allows you to define custom comparators! Var numbers = [10, 20, 5, -10, 30];. Sorting in ascending order. Numbers.sort(function(a, b){return a-b;});. Sorting in descending order. Numbers.sort(function(a, b){return b-a;});. I18n-translator: makes it easy to translate and verify. June 14, 2011. Posted by prasada in Uncategorized. Could be handy tool for it.
prasada.wordpress.com
i18n-translator: makes it easy to translate and verify | Prasad\'s Blog
https://prasada.wordpress.com/2011/06/14/i18n-translator-makes-it-easy-to-translate-and-verify
Prasad ’s Blog. Weclome to my blog :). I18n-translator: makes it easy to translate and verify. June 14, 2011. Posted by prasada in Uncategorized. Translating strings using online-services for providing internalization support might be a fun job. However, you could end up with inconsistent translation. Verifying the translation across different services would helpful. i18n-translator. Could be handy tool for it. February 8, 2013. February 11, 2013. This design is spectacular! February 4, 2014. June 6, 2014.
prasada.wordpress.com
PHPNohup – execute in background. | Prasad\'s Blog
https://prasada.wordpress.com/2012/02/22/phpnohup-execute-in-background
Prasad ’s Blog. Weclome to my blog :). PHPNohup – execute in background. February 22, 2012. Posted by prasada in Uncategorized. Finally got some breakthrough in executing the long-running stateless scripts on the server using PHP in background. No comments yet — be the first. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Blog at WordPress.com.
prasada.wordpress.com
Javascript Array Sort Custom Comparator | Prasad\'s Blog
https://prasada.wordpress.com/2011/06/28/javascript-array-sort-custom-comparator
Prasad ’s Blog. Weclome to my blog :). Javascript Array Sort Custom Comparator. June 28, 2011. Posted by prasada in javascript. Javascript Array.sort() allows you to define custom comparators! Var numbers = [10, 20, 5, -10, 30];. Sorting in ascending order. Numbers.sort(function(a, b){return a-b;});. Sorting in descending order. Numbers.sort(function(a, b){return b-a;});. No comments yet — be the first. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
SOCIAL ENGAGEMENT