thinkbuildblog

Tag Archives: image

Overcoming Magento’s built-in WYSIWYG editor

Posted by Kurtis Kemple

Magento WYSIWYG

Sometimes your Magento storefront may have a need for static pages that don’t quite fit in with the templates you have created. For instance, you may want to feature a certain product or person and the layout differs drastically from your product templates. When this situation occurs, you are forced to use the WYSIWYG Magento provides. It does a great job for simple layout editing, but when you want to create a complex page layout it can be quite daunting.

Here are some tips, tricks, and best practices that will help increase development speed and decrease time spent creating these pages, allowing you to get on with the rest of your day. (more…)

Adding a fourth image position to the admin for a Magento product

Posted by Joshua O'Connell

When building a Magento site, it sometimes becomes apparent that the three default image positions aren’t enough to get by; some sites will need additional positions. Thankfully, Magento allows for this by being able to add an additional image position using the Attributes feature. (more…)

Simple search engine optimization tips for your website

Posted by Alan Gagnon

Search Engine Optimization is the back bone of any website or blog. It is not just about search engines, it’s about making your site better for your visitors. You want people to enjoy your site and keep coming back.  Here are a few tips to get you started with Search Engine Optimization. (more…)

The wonders of ImageMagick

Posted by Emmanuel Etienne

ImageMagick is an extremely powerful tool that I use for a multitude of tasks ranging from resizing to image compositions.  ImageMagick is normally ran via the command line, but as you saw from Dan’s article, we use the exec() or shell_exec() function in our code to execute the necessary commands. Below you can find some example of ImageMagick commands in action. (more…)