Author Archives: kiranvj

VBScript : Find script execution time

Using the script below you can find how much time it took to execute your VBScript code. You can try this example Check PHP version here

Posted in VBScript | Tagged , | Leave a comment

Javascript : Find script execution time

Using the script below you can find how much time it took to execute your javascript code. You can try this example sleep function taken from http://www.devcheater.com/#JavaScript sleep by loop. Usage of this sleep function is not recommended, shown only … Continue reading

Posted in JavaScript, Web development | Tagged , | 4 Comments

Chrome : Find all installed plugins

Type about:plugins in Google Chrome address bar and hit Enter to view all installed plugins. From this screen you can Enable or Disable a plugin.

Posted in Google Chrome, Web Browsers | Tagged , , | Leave a comment

PHP : Find script execution time

If you are a PHP developer chances are many that you need to find how much time it took to execute a piece of code. Using the script below you can find how much time it took to execute your … Continue reading

Posted in PHP | Tagged | 3 Comments

WordPress : How to change blog title to image or logo?

After you install wordpress by default the blog title appears in the header . Using the below method you can change the blog title or name to you company logo or to a custom image. Login to admin console of … Continue reading

Posted in CSS, PHP, Wordpress | Tagged , , | 8 Comments