Category Archives: Web development

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

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

WordPress : How to remove page title only from a single page

Do this if you don’t want to show the page title on top of a page in wordpress. Method 1 : (will not work if you save the post in Visual editor mode) Add this style below the content in … Continue reading

Posted in CSS, Web development, Wordpress | Tagged , , | 15 Comments