Want to determine the browser version for conditional Javascript/JQuery ? Use JQuery then.
Continue reading
Monthly Archives: December 2009
URL rewriting – WordPress style
Add this into your .htaccess file…
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1