Web Developer Firefox Addon
Web Developer adds a menu and a toolbar with various web developer tools. It’s highly recommended for any Web Developer.. Some Options are : Resize Firefox Window : See what your website looks like in 1024×768...
Technology Hacks from the Owl
Web Developer adds a menu and a toolbar with various web developer tools. It’s highly recommended for any Web Developer.. Some Options are : Resize Firefox Window : See what your website looks like in 1024×768...
/* PHP Performance Benchmark Script Copyright 2003 : PHP Consulting There are two settings: First, set $file to be the server and page that you want to benchmark. Secondly, set $iter to be the number of...
<?php function filename_safe($filename) { $temp = $filename; // Lower case $temp = strtolower($temp); // Replace spaces with a ‘_’ $temp = str_replace(“ “, “_”, $temp); // Loop through string $result = ”; for ($i=0; $i<strlen($temp); $i++) { if (preg_match(‘([0-9]|[a-z]|_)’, $temp[$i])) { $result = $result . $temp[$i]; } } // Return filename return $result; } ?>
Was working on Seryet all day to fix errors like Notice: Undefined variable: fullmd5cachefile in \localhost\components\com_seyret\plugins\videoserver\metacafe.php on line 226 Notice: Undefined variable: vdlink in \localhost\components\com_seyret\plugins\videoserver\metacafe.php on line 226 Notice: Undefined variable: fullmd5cachefile in components/com_seyret/plugins/videoserver/google.php on line...
Did you know that PHP has a built in function to detect which browser your page visitor is running? Try : < ? $get_visitor_browser = get_browser(null,true); print_r($get_visitor_browser); ?> The output of this function is an object...
Smart Pricing is a feature added by Google to give Advertisers value for money. Adsense publishers set up temporary, trashy and/or un-authoritative pages of content on topics that they know will get high paying adverts. Clicks...
I was facing the Internal Server Error on my GoDaddy hosting after installing the WP-Cache plugin. Givver has a post over at his blog that helped me fix the problem. So, if you are facing the...
Best Practices for Speeding Up Your Web Site Came across a good article over at Developer.Yahoo.com on the best practices to be followed for speeding up a web site. The Importance of Front-End Performance Make Fewer...
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API. MooTools code...
Cross browser compatible pure CSS horizontal menu Blue, Green, Orange and Purple available at Santosh’s blog