Main Page Content
How to Get Listed in the DMOZ Directory
I'm a little confused. As an internet consultant specializing in search engine optimization, I believe that it is a good idea to submit your site to DMOZ (a.k.a. ODP or the Open Directory Project) --in fact, Google even encourages you to do so! However, being an ODP editor myself, I can tell you from personal experience that perhaps only 10-20% of all the site suggestions we receive actually follow our guidelines...
Read More »Failover Database Connection with PHP + mySQL
You want to connect to a mySQL database? Well, then it's likely you already know how. But how about connecting a second database if the first one fails? No? This could be a life saver.
Read More »How Visual Design Can Impact your Bottom Line
Site review: French presidential campaign sites: voynet2007.fr
Making websites: what's your target audience ?
Working With Fractions In CSS and PHP
Most of us are uncomfortable with using fractions when writting programs. If we encounter a fraction, we will first convert it into a floating point number (with decimals) and proceed from there. Most programming languages would prefer to use 0.5 as opposed to 1/2 because the later conflicts with the syntax of the languages. In this article, I will discuss an approach to working with fractions in PHP and CSS in one of the projects that I have done.
Read More »Top 10 Lies told by Clients
When you're working commercially, being great at what you do is about 25% of the task. Too many times I see the sad example of someone walking in to a situation with noble intentions and then getting royally screwed, because what they see as an opportunity and a labor of love, the other party sees as something else entirely, not at all romantic or idealized, but raw and simple.
You are going to be dealing with people who are unlike yourself. Their
motivations are their own and their attitudes are probably different
than yours. When you're in education, you may have tough teachers
and think that it can't be worse, but wait until a business person has
a hundred grand riding on your work! Then you will know what demanding
means.
This list wasn't meant to make anyone crazy or paranoid, but is designed to inject some reality into the fantasy.
Read More »Ultimate htaccess Examples
Here's my list of the ultimate htaccess code snippets and examples that I use all the time. I tried to keep them extremely minimalistic.
Read More »Quick Calendar Using AJAX and PHP
Online calendars are often used in many web applications. Though popular, the logic behind creating a calendar can be scary especially for those who are new to programming. There are many web calendars in the market but some of them are quite complicated. If we are not able to understand the code, it becomes harder for us to customise the calendar to fit into our existing application. As such, we need to create a calendar that can plug itself into any system seamlessly without problems. Whether we are using wordpress, mambo or drupal, we should only need to insert one line into our code for the calendar to work.
Read More »Can WCAG 2.0 be simpler?
The new WCAG 2.0 standard draft sparked a hot discussion around web accessibility and the standard direction. The main issue is how to make it simpler and easier to understand for web developer community. The author investigates some WCAG 2.0 success criteria and explains, why they should be solved by improving technology of user agents.
Read More »
