Database Description The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater.
Monthly Archives: January 2012
Trixbox CID Lookups
This module provides the ability to specify Sources where inbound calls can have their Caller ID looked up so Caller ID Names can be used or changed.
Moving Your Mouse with your Eyes
People with disabilities often find it hard to use the computer. Two Israeli students developed a unique softwere which uses a simple camera that tracks the user’s eyes across the screen and can help control the courser without relying on a mouse.
Unusual and Interactive Business Cards
Never limit your imagination to a plain rectangle! Don’t forget to include some interactivity – people love to play and solve puzzles.
TinyMCE automatically remove empty tags
I need to have the following HTML code: <div id="boxContainer"></div> but the editor removes all "empty" situations!
How to fix ‘Function eregi() is deprecated’ in PHP 5.3.0?
I used to use eregi for validating email address input that matches to the regular expression.