Tag Archives: tips
Google Chrome Bookmarks button tip
The bookmarks toolbar takes precious space, so I recommend to access to your bookmarks quickly just adding a button. How-to Your computer must be running on a Windows. Right-click the shortcut you use to open and run Google Chrome. From … Continue reading
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 … Continue reading
.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 … Continue reading