After reading “Web Design Tip Sheet – Choosing Best Website Development Company” i had a few comments in my mind but because of “comments closed” for the story i had to post it here to make my head feel lighter.
Creating Show Desktop icon on quick launch bar in windows xp
Today i saw my show desktop icon was gone off my quick launch bar automatically. I looked around and came up with a simple solutions. To re-create the Show desktop icon yourself, follow these steps:
Editing Read more text and template files HTML in Joomla 1.5
In my latest Joomla 1.5 website i wanted to change “Read more…” text to “Click to continue…”. In fact I did not like the wide new row for each “Read more…” text with intro text and just wanted to put…
MYSQL custom sorting – order by field value
In this simple example I will show you a way to perform a custom sorting in MySQL. In this guide of custom sorting I am going to sort mysql rows based on the alphabetical order of the field values. Most…
What do you hate about CakePHP?
After looking at an interesting Google group topic Poll: what do you hate about CakePHP? i have tried to sum up the facts which people reasoned for hating/disliking CakePHP. Please be noted that all the facts listed here are based…
SVN checkout wordpress plugin files
Today i was looking for an effective word press plugin which should help me to manage and modify the look and feel of tags ‘cloud’ box in my this very page. After a short research i found one ultimate-tag-warrior and…
Useful string manipulation helpers in CakePHP
CakePHP comes with a bunch of useful helpers and components which provide handy tools for processing and manipulating data. These helpers are not only the valuable assets for the a framework user, but can be of great help to someone…
CSS and rounded corner example
This is the very first CSS rounded corner technique i learned and used. If someone interested can use it without any doubt. Although, it may look like having too many ‘div’ layers in it, it is a good one, not…
getid3 component for cakephp
What is getID3? getID3() is an open-source, cross-platform software library for the PHP language written by James Heinrich and Allan Hansen. getID3() can extract information from multimedia file formats: audio, video and images in various formats. Information extracted includes playtime,…
Passed arguments routing and custom ajax pagination url in cakephp
While working in my recent “charity project” i had to list all charities found in a particular region or state. I created a regions_controller and an index function in it to fetch and set records and index.ctp as a view…