Posts under Open Source

How to move Firefox tab bar to bottom

advertisement

firefox, firefox 4If you don’t like the new Firefox 4/5 tab bar located at the top, you can move Firefox tab bar to bottom within a few clicks. I personally like the tab bar to be at bottom. This is just personal preference 🙂

To move Firefox tab bar to bottom, follow the steps below:-

Continue reading How to move Firefox tab bar to bottom »

How to upload file in Symfony 1.4

advertisement

symfonyJust a note for myself on how to upload file in Symfony 1.4. This upload feature is a bit different compare to symfony 1.0. I’ve been using Symfony 1.0 for a long time and recently just switch to 1.4 and i found there’s a lot of changes.

To upload file in Symfony 1.4, follow the code below:-

Continue reading How to upload file in Symfony 1.4 »

Symfony doctrine schema relationship sample

advertisement

symfonyThis symfony doctrine schema relationship sample is for my own reference. I think many people out there also facing the same problem as me when writing the doctrine schema relationship. Here are some of the relationship sample that give a very simple sample.

Continue reading Symfony doctrine schema relationship sample »