Guillaume

Author


301 redirect with htaccess for new domain in WordPress

301 redirect with htaccess for new domain in WordPress

I have been struggling lately for a really simple task: change a domain name for an already online site and do a 301 redirect for all pages to the new domain. Basically the domain is pointing to the same directory, I added it as an aliases to point to the old domain. After doing all […]

Adding PHTML extension to Dreamweaver

Adding PHTML extension to Dreamweaver

When you want to do some development or theming inside of Magento, you will need to work with PHTML file type which is a mix of PHP and HTML file, yeah ! Here is an article which explain how to add this file type to Dreamweaver in order to be able to see the code […]

Pulling external feed in WordPress

Pulling external feed in WordPress

I don’t remember where I got this code example but this is really useful to pull some external RSS feed into your Wordpress site. You can paste the following code in any of you Wordpress theme file and change a few options.

FireFox not caching…

FireFox not caching…

I came across the weird sensation that FireFox was a bit slow the last couple of weeks (yes I know it took me a couple of week to notice !). Well this strange behavior was confirmed when I started implementing a client site based on Magento.