31.08.11

Tell Friends

Update PHP 5.2 and MySQL 5.0 to PHP 5.3.8 and MySQL 5.5.15 on CentOS 5.5

php-mysql-centos-logo

To upgrade PHP and mysql on CentOS we cannot rely on the ‘yum update’ command as CentOS default repositories don’t provide versions above PHP 5.2 and MySQL 5.0.77. So we will have to rely on alternative repositories. For this purpose Read the entire post…

25.08.11

Tell Friends

MySql Mass Convertion of Database Table’s Storage Engines from Other Types to InnoDB

MySql-sql-mass-conversion-database-tables-storage engine-InnoDB

A Few months back I had to convert moodle LMS database storage engine from MyISAM to InnoDB. Moodle has some 200+ databases and to manually convert each table takes an awful lot of time. My friend who was responsible for Read the entire post…

12.07.11

Tell Friends

Simple Multiple Word Search Engine Concept With PHP & MYSQL

php-mysql-logo

Searching the database for a single word is easy. How about if you want to have a multiple word search? With ordinary search it will only show the result if there is an exact match for the word sequence. What Read the entire post…

11.07.11

Tell Friends

How to Create and Handle an Array of Models or Objects in Codeigniter

codeigniter-model-objects-arrays

In most object oriented programming situations we want to dynamically create varied number of instances(objects) of a specific class. Therefore its impossible to rely on predefined variable. The best solution is to use an array to hold the objects dynamically Read the entire post…

14.03.11

Tell Friends

Horizontal Multilevel Menu That Expand On Mouse-Over With CSS (Without Javascript)

css-navigation-menu-horizontal-multi-level-teaser

Commonly the multilevel navigation menu in the websites were powered by JavaScript to show and hide the sub-menu elements when the mouse is over a parent menu. The same effect can be achieved by simple CSS. Now you might think Read the entire post…

04.02.11

Tell Friends

How To Adjust Textarea Label Position Without Table

positioning-label-text-alongside-textarea-form-icon

If a label is placed next to a textarea the text will be place at the bottom line. Often this don’t look good. In this tutorial I will show how you can have the label placed anywhere along side the Read the entire post…

30.01.11

Tell Friends

Rounded Corner Elements in HTML Using CSS And Images With Variable Width and Height

css-tricks-tips-icon1

There are many ways to make rounded corners in HTML. Many of the new browsers support CSS styles to make rounded corners especially the ones that support CSS 3.0. This post show how you could make rounded corners with CSS Read the entire post…

29.01.11

Tell Friends

CSS Positioning: Tips and Tricks With Relative and Absolute Positioning

css-tricks-tips-icon

It pretty easy to understand the idea of positioning the HTML elements with CSS. There are 4 types of positioning; Static Positioning, Fixed Positioning, Relative Positioning and Absolute Positioning. The main idea of this post is not to explain the Read the entire post…

15.12.10

Tell Friends

Flash Actionscript 3.0 – Retrieve Directory URL Of The SWF File

adobe-acrionscript-30-swf-directory-icon

Usually when you want to load a resource like an xml or picture file from an SWF file you either specify the relative path or the absolute path to the resource. The relative path is the path that the resource Read the entire post…

13.12.10

Tell Friends

Synchronizing Pre-recorded Audio Narration With Microsoft Power-Point Slides

powerpoint-sound-slide-synchronization-icon

Different Possibilities For Synchronizing Audio to PowerPoint Slides There are many ways to synchronize an audio narration with power-point slides. The first way is to record your narration as you play the slides (‘Slide Show’ tab, ‘Record Narration’). Microsoft Power-point Read the entire post…

01.12.10

Tell Friends

Adding Customizable and Controllable Website Background Music With Flash

website-background-sound-flash-icon

There are several ways to add a background sound or music to a website. The most popular and common way is to embed a midi sound file as follows. But this had got two draw back. First the browser and Read the entire post…

14.09.10

Tell Friends

Extracting Data From WordPress Database and Convert Into XML Format

wordpress-er-diagram-xml-icon

Recently I had to develop a dynamic website that lets the user update company information and upload product images to image gallery. I didn’t give a second that about which CMS I am going to use. The answer was obvious; Read the entire post…

04.09.10

Tell Friends

Label Inside Textbox That Disappears On Focus, With Javascript

label-inside-textbox-javascript

You might have come across many websites that have fields that display the label of the filed within the filed. The most common among this is the search box. Many websites also uses this technique with the registration forms and Read the entire post…

14.07.10

Tell Friends

Adding Image to Your Email Signature In Gmail From Picasa

gmail-add-image-signature-icon

Google had enabled adding image to the gmail signature. This was a much awaited feature. But it doesn’t allow you to directly upload any picture. Instead you will have to upload your picture/image to some online photo album or file Read the entire post…

Designed and developed by Alfie Punnoose @ Blokeish.com