10 useful .htaccess snippets to have in your toolbox | CatsWhoCode.com Remove www in url For SEO reasons, you might always remove (or use) the www prefix in your urls. The following snippet will remove the www from your website url and redirect any url with the www to the non-www version. RewriteEngine On RewriteCond %{HTTP_HOST} !^your-site.com$ [NC] RewriteRule ^(.*)$ http://your-site.com/$1 […]
Archivo de categoría: General
Top 10 Git Tutorials for Beginners
Top 10 Git Tutorials for Beginners
http://www.youtube.com/watch?v=TjlgsLuU_0M iPad and Magic What an awesome video, magic tricks using an iPad(Origen: http://www.youtube.com/)
SEO’s Guide to HTTP Status Codes via SEOmoz
SEO’s Guide to HTTP Status Codes via SEOmoz
Ten Oddities And Secrets About JavaScript
Ten Oddities And Secrets About JavaScriptJavaScript. At once bizarre and yet beautiful, it is surely the programming language that Pablo Picasso would have invented. Null is apparently an object, an empty array is apparently equal to false, and functions are bandied around as though they were tennis balls. 1. Null is an Object 2. NaN is […]
jQuery URL Parser v2.0
jQuery URL Parser v2.0 jQuery URL Parser v2.0 A jQuery plugin to parse urls and provide easy access to their attributes (such as the protocol, host, port etc), path segments, querystring parameters, fragment parameters and more. Specifying the URL to parse There are a few different ways to choose what URL to parse: var url […]
Las familias son cada día más pobres, ya no se pueden bajar más los salarios
Desktop Wallpaper Calendar: June 2011 – Smashing Magazine
Desktop Wallpaper Calendar: June 2011 – Smashing MagazineIf you want to put some colour in your desktop
A Guide to CSS Colors in Web Design
A Guide to CSS Colors in Web Design
Ten Oddities And Secrets About JavaScript – Smashing Magazine
Ten Oddities And Secrets About JavaScript – Smashing Magazine