tips
Happy new year!
I want to give my best wishes for this incoming year to everybody. Peace, hope and happiness.
And as gift (so exciting as that underwear from your grandma) I recompiled some great Google Chrome extensions that I founded.
AdThwart
Adblock alike, the most wanted extension for Chrome.
Chrome Flags
Really handy for web developers and curious users. Show the country flag of [...]
.htaccess redirect to a new domain
I post this little snippet because isn’t easy for me to found it. Here is.
[plain]RewriteEngine on
RewriteCond %{HTTP_HOST} ^([^.:]+\.)*oldwebsite\.com\.?(:[0-9]*)?$ [NC]
RewriteRule ^(.*)$ http://www.preferredwebsite.net/$1 [R=301,L][/plain]
Thanks Wikipedia!
Flash CS4 Crashes on Windows
UPDATE: I had the same problem in Windows XP, apparently it’s a problem in some updated library.
I installed the new Windows 7 and I found problems when publish to SWF (the Flash closes).
The solution, install the last update.
Ajax logins: why?
I’m starting this new blog with this little suggestion: avoid ajax logins.
Ajax it’s really cool and handy, I know, but for a login page only can be useful in very particular cases. In the rest, only helps to save time to the hackers when do brute force on your site.
How works an ajax login?
The users fills [...]