Aug 5, 2008
Inspiron 1501 was (no longer available) one of the best options if looking for a good price/performance laptop. I bought one a year ago. It was cheap and offered me all the basic features that I was looking for.
Firstly I only used it as a normal laptop, just to work away. But five months ago I started to work with it as my daily use computer. I attach it to a wireless keyboard+mouse combo and a widescreen monitor when at home. It works great but the daily tasks have revealed an insuficient RAM memory configuration. So I’ve recently made an easy upgrade.
[Read more]
Jul 16, 2008
I’ve selected major sources of daily information for web designers and developers and I’ve added them to an organized/easy-to-read Netvibes Universe. There you’ll find categories for general tech news, web design, usability, SEO, etc. with prestigious references such as Techcrunch, Mashable, Sitepoint, Smashing Magazine, ReadWriteWeb and many others.
Netvibes Universe - Formación Web (mobile version)

On the right column of every category I’ve added contextual Delicious blocks linked to my bookmarks on professional web design (already shared on 600+ References on professional web design).
You’ll also find this link on the Teaching area, as I always share these bookmarks with the students.
Apr 12, 2008
Most of the Internet users have a group of favourite websites that they visit frecuently. Before 2004, to get updated of their latest content, it was necesary to visit each site one by one on your web browser.

Fortunately, some of them such as Opera or Firefox, started to include a tabbed browsing system, so you can open all of your favourites at the same time on different tabs. Still it was a help at the time, it wasn’t a solution.
[Read more]
Apr 4, 2008
If you’re using Wordpress 2.5, the latest version released just a week ago, you’ll find a very useful toolbar when writing a new post. The Add media lets you insert/upload images, videos and sounds to your post easily.
But you might encounter some problems when trying to upload an image for the first time. The Choose File tabs will show you error messages:
- HTTP error.
- An error occurred in the upload. Please try again later.

Don’t try again later! :) Just add the following lines to the .htaccess file located in the root directory of your web server.
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
Add these lines below the existing code.