I found this site, an on-line regexp (regular expressions) library.
Very useful, you just have to search by keywords or category, and also you can check rates for each post.
read more..
Regexp examples library
Viernes, 19 de Febrero de 2010
IE6 CSS :hover problem
Jueves, 18 de Febrero de 2010
:hover not working on IE6??
IE6 only support CSS :hover for anchors (<a>). If you need implement .class:hover or element:hover or #id:hover, you can use this great, easy to use and non-invasive solution.
You just have to add this to your css:
/* .htc file must be relative to the .html file, not to the css file like background images */
body{ behavior: url("css/csshover.htc"); }
Web Developers Essential Tools
Lunes, 15 de Febrero de 2010

Here’s a list that every web developer must have. Very useful tools that will make your life easier.
I use some of them as Firebug, a tool that I couldn’t live without it, it allows me:
read more..
Magento CE 1.4 Stable – Now Available!
Lunes, 15 de Febrero de 2010

Magento CE 1.4 is now avalaible! This release includes many new features such as Widgets, WYSIWYG editor, support for 3D Secure, and many further improvements from Magento CE 1.3.x.
read more..
Simple IE6 png fix
Lunes, 15 de Febrero de 2010
I found this script to fix IE6 png images incompatibility. I KNOW there a lot of these patches, but I really liked this one because is really simple and easy to use.
read more..
Ads
Magento translate.csv fix
Jueves, 11 de Febrero de 2010
When I first decided to use the translate.csv file, I expected be able to override translation easilys, but this issue appeared and I had to debug long time to find out what was the problem.
read more..
Magento Development Best Practices Webinar Video
Jueves, 11 de Febrero de 2010
I attended today the Magento Development Best Pratices Webinar and it was really useful.
I hope it could help you.
You can download it right away in this post.
read more..
Magento – Inline Translation Tool
Lunes, 27 de Julio de 2009
If you need to translate a word or just change it (“Cart” to “Bag” or “Out of stock” to “Sold out”) you can use this useful feature that let you navigate the site and change words wherever you need. These customizations doesn’t affect you CSV files because they’re saved in the database.
read more..
Magento – Filter by multiple categories
Jueves, 11 de Junio de 2009
We know that we can call a block to show products in your home page or in any CMS page. We MUST specify category ID:
{{block type=”catalog/product_list” category_id=”5″
template=”catalog/product/list.phtml”}}
Now, what if I want to show products from multiple categories or simply show all my products?
read more..
Eclipse PDT+Aptana vs Aptana Studio vs EasyEclipse
Lunes, 25 de Mayo de 2009

Durante algún tiempo he estado usando estos editores, tratando de ver cuál es mejor, y me he encontrado con la sorpresa (no sé si agradable o desagradable) de que los tres tienen cosas buenas que el otro no tiene, así como también tienen fallas. read more..





