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…

04.08.11

Tell Friends

Joining Three or More Tables in SQL With MySql (Nested Joins)

MySql-sql-join-multiple-database-tables-logo

Joining three or more database tables seems a bit tricky. But once you know how to join three tables you can literally join any number of database tables. For the purpose of this tutorial I have four tables named Table1 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…

09.06.11

Tell Friends

OpenStudy – World’s Largest Study Group Helps You Learn Smarter And Faster

open-study-worlds-largest-study-group-help-learn

Internet had revolutionized the world. Out of all the ways that the internet had transformed the world, the most outstandign one is knowledge sharing through interaction and Collaboration. Second most important thing after the internet itself are the search engines Read the entire post…

03.06.11

Tell Friends

Easily Convert PDF to Page Flip Book or Brochure at codebox (free online software)

pdf-flash-page-flip-book-brochure

Have you ever seen a ebook or e-brochure that can be flipped like a real book. Mostly its done with flash that requires a lot of action script knowledge and a good foundation in geometry to make the flip effect. 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…

12.03.11

Tell Friends

3D Visualization of Location and Magnitude of Earthquakes With EQuake3D Software

earthquake3d-asia-pacific-japan-australia-alaska

Just 3 months into the new year we have already experienced two devastating earth quakes. I wanted to get a visual presentation of the earthquake locations and their magnitudes. I found a free earthquake 3D model software that does just 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…

03.12.10

Tell Friends

Customize and Print Websites To Your Requirements With Print-What-You-Like

print-what-you-like-website-customize-icon

Have you ever had experience of print a website and getting a totally messy output? Most often what we need from a website is certain information but if we print it we get all the adds and menus printed out. 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…

Designed and developed by Alfie Punnoose @ Blokeish.com