Quick Tip: Conditional Loading of JavaScript and CSS Using Your Module Configuration

It’s really easy to create conditional JavaScript and CSS includes for your custom modules using module configuration parameters. Read on to see how.

Originally published on magebase.com. Copyright © 2011 Magebase – All Rights Reserved.

Create a Custom Magento Theme Part 15: Content Slider Icons

Numbered slide icons that allow users to move from one image or section of content to another are a common feature of content sliders and faders.

In this article, I will demonstrate how to add slide icons — in the form of list items — to the page …

Quelques optimisations Magento

Quelques optimisations A la suite d’Imagine US et des technical tracks ainsi que de plusieurs lectures récentes, je vous propose quelques informations ou techniques que j’ai trouvé intéressantes. J’allais également oublier, les slides de ma conférence à Imagine sont disponibles ici et la vidéo a été mise en ligne ici. Zend asynchronous Lors des tech [...]

Create a Custom Magento Theme, Part 7: More Header Work

The header portion of a Magento theme appears on every page and can be one of the most important aspects of the design. So don’t be afraid to spend some time getting it right.

I am seven installments into this Magento theme tutorial series and still w…

Magento boilerplate

Starting a Magento project the right way is a win for the developer, win for the client and if it’s past/present/future compatible then it’s a win for the whole community. Magento Boilerplate is a pet project of mine with HTML5 …

Read more

Adding Custom CSS and Custom Style Options to the WYSIWYG Editor

This is a great upgrade-proof means of getting your own styles into the Magento 1.5 WYSIWYG editor. It allows to put you theme’s styles on the editor content as well as create custom styles that the administrator can use by choosing them from a dropdown. Continue →

Css magento : Supprimer beug Css Ie8 autosearch disparait

Petit beug css avec internet explorer 8, la recherche autoscroll apparait avec un décalage de 200px. Voir le beug sur ce site magento entrez dans le champ de recherche « son » l’autoscrool de recherche apparait sous Ie8 en dehors de la page. Suppr…

L’optimisation des CSS et JS en production

L’optimisation des CSS et des JavaScript est un étape importante lors de la mise en production d’un site Internet. Voyons tout d’abord l’intérêt de l’optimisation des CSS. Réduire le poids des fichiers. Permettre un chargement plus rapide des pages. Ne [...]

Custom typography in Magento – @font-face

If you want to add some juice to your e-commerce website, and be different from the others, you could add some custom fonts for you headings, product titles or prices. The best technique these days, in my opinion, is to use browser’s native method: @font-face. With a little tweaking, you can make it work in [...]