Tag Archives: cms
12

Magento CMS syntax – part2

Magento CMS syntax – part2

Every Magento user noticed that there is special {{magentocode}} syntax available in cms pages and static blocks. We traced a bit to find out which params are available and what exactly they do. Read more

5

Symfony 2 Form

Symfony 2 Form

NOTE: Tested on Symfony2 PR12. Might not work on later releases!

If you want to use forms in Symfony 2 project there is already prepared system for that.

First in ‘Yourname/SomethingBundle/Forms’ folder create class like this: Read more

5

How to move existing WordPress site to another server

How to move existing WordPress site to another server

Some experienced developers would say: “Piece of cake , I can do it for about 15 minutes!”
But, is it really so easy and trivial task?

It’s not so heavy, but you have to pay attention on some really important things and because of that, I would like to say that it is not heavy but more sensitive task to do.

So, let’s start with article.

Read more

1

WordPress 3.1 new features rundown

WordPress 3.1 new features rundown

Writers, developers rejoice for some new features like Internal linkingFront-end Admin Bar and some pretty good advancements on taxonomy queries and post templates. Hit the button, read the rundown.
Read more

1

Turning Magento into CMS only (ditching shop functionality)

For the last two days I had most interesting time with Magento. I was able to took some time and try out some things that I were planning to do ever since I started working with Mage. Everyone in Magento development know how flexible (extensible) Magento is. Personally, my favorite feature is the one related to layouts and blocks, how they are built with xml files and so on. Anyhow back to my idea: Strip Magento to the core by ditching entire shop functionality. Read more

0

Magento CMS syntax – part1

Magento CMS syntax – part1

Every Magento user noticed that there is special {{magentocode}} syntax available in cms pages and blocks. We traced a bit to find out which params are available and what exactly they do.

Read more

20

Magento FLIR

Magento FLIR

Facelift Image Replacement (or FLIR, pronounced fleer) is an image replacement script that dynamically generates image representations of text on your web page in fonts that otherwise might not be visible to your visitors. Let’s see how it behaves in Magento.

Read more

1

Simple random banner rotator in Magento using static blocks

Simple random banner rotator in Magento using static blocks

This is my first post here and I’ll write about my first challenge regarding Magento since I came to work at Inchoo.

As title says I’ll show you how to implement simple random banner rotation functionality in Magento using static blocks. Read more

33

Custom Magento CMS page layout

Custom Magento CMS page layout

Last week I had a request to add new custom layout for few cms pages in one Magento shop. It’s really useful for different static pages of your shop. Read more

38

Application Architecture How To

Application Architecture How To

Knowing how to program does not mean you know how to develop. Once you reach the point where you know most, if not all, ins and outs of your programming language, then it’s time to move on. Move on to stuff like programming patterns and application architecture (design). These terms are basically language independent, meaning if you are good at application architecture and know your way around common programming patterns then you reach the point where programming language is almost irrelevant. Good and extensible architecture is good no matter what programming language you use. Read more

0
12