Search this site
-
Recent Posts
Recent Comments
- Topher on WordPress : How to remove page title only from a single page
- jumroo on Change login link to logout link.
- kiranvj on WordPress : How to remove page title only from a single page
- Chris on WordPress : How to remove page title only from a single page
- Krystle Griswould on How to enable or disable Image Toolbar in Internet Explorer
- Jeff on Implementing CAPTCHA using PHP
- Ben Forrest on Implementing CAPTCHA using PHP
Categories
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
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
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.
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
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