Mar 25 2009

Tips and tricks to use Wordpress for what it shouldn’t be

No Wordpress is not a CMS. It was never intended to be either. It is the best free blogging platform out there but that’s where it stops.

Now there is no reason why we shouldn’t do it if want to. The web is a nice place to play around and if you feel confident with wordpress you can always give it a go.

The page / boxes architecture

Cool name isn’t it? The difficult thing with every CMS is to keep the user away from any code. In wordpress’s editor you can write everything in the html part and us divs and other html tags. But think from a client point of view. They don’t know about html or if they think they do you better not look at their code… Read the rest of this entry »

Benoit Gilloz
Programmer, Research and Development

Feb 11 2009

Auto inserted intro image on Wordpress

Today we are going to do some simple Wordpress programming. I would like to show how easy it is to get attachment from a post, in our case images, and display them how we want.

The idea is to display an image floated right at the beginning of each post without having to insert it into the WYSIWYG editor of  Wordpress.  The reason is tinyMCE doesn’t always show it how I want it and may add some useless code around the picture. The only thing you will have to do it upload the picture with wordpress built in feature and name it ‘thumbnail’.

upload

Read the rest of this entry »

Benoit Gilloz
Programmer, Research and Development

Dec 24 2008

Upgrade To Wordpress 2.7 – Notice Any Speed Issues?

Not only do I personally run a few blogs, but I also contribute to and maintain the Just Search blogs.  So when a new version of Wordpress comes out I have to organise updating between 10 and 15 blogs.  What normally happens when a new version is released is that I read the release notes to see if there are any security issues that have been fixed.  If there is then I always update as soon as I can, otherwise I will usually leave it for a week and watch the blogosphere for any news of problems.

Read the rest of this entry »

Philip Norton
Lead Developer, Research and Development

Dec 03 2008

The benefits of writing wordpress plugins

Here at JustSearch we love Wordpress. As a cms solution it works almost for every case and saves times, which means cheaper development. It took me a few days to fully grasp all the possibilities of Wordpress and I learn everyday new ways to do things.

This is all great but sometimes you need stuff you can’t do with the out-of-the-box install. That’s where plugins come handy. You can find all sorts of plugins and you can imagine all the plugins that don’t exist already.

How many blogs are running on wordpress nowadays? Hundreds of thousands. The plugin market is huge. And the community is very active, always looking for new fancy functionalities for their blog. You have to option when you start getting into plugin development:

  • Complex plugin targeting a special part of the market. If you’ve planned the development correctly and build a plugin that will get a big demand you could sell it.
  • Simple pulgins for a wide audience. If it didn’t take you to long to write it consider releasing it for free from the wordpress.org website.

Free work might sound bad to you but it doesn’t means you wont get anything in return. Start by setting up a page on your site or blog to talk about the plugin and to allow its users to comment or ask for help. Then upload it on the Wordpress plugin repository. Loads of people are checking the Wordpress site and you will certainly get decent traffic from here.

You will see in a later post that it’s easy to get started with development. We released a simple plugin called Competition Manager early this year and got good response from users. People comment on problems they have or just to say thanks which is content for the site.

The down turn is that you have to think about support. Things might go wrong at some point, you need to keep checking your plugins with new releases of Wordpress. You can’t just leave it because you might get some bad reviews.

Releasing free stuff is something you should think as a long term investment. Getting people to know the company through freebies is only the beginning of selling them your products and ultimately goes towards your online reputation.

Benoit Gilloz
Programmer, Research and Development