Mambo

Mambo Component Tutorial

Few days ago I was looking for a whois component to be used on this site but couldn't find something that works and is simple enough. So I decided to write one myself. Then I was hit by another problem because Mambo doesn't have clear documentation for component developers (yet) and only few sites provide tutorials. Therefore, I had to download others' components and dig through the files to understand how it works. This article is an attempt to summarize what I’ve learned so far. Read more »

Web Design

To Dream, Weave, or Read The Front Page?

Should we use What-You-See-Is-What-You-Get editors (WYSIWYG) when designing our websites? What are the advantages and disadvantages of using such editors as opposed to plain-ol' text editors? Read more »

SEO & Marketing

Basic SEO Guide And Tips

Search engine optimization or SEO is very important to get your website listed in search engines. Even if this is the first website you have built there are a few basic and easy steps that will help you with optimizing your website without being a pro. Read more »

PHP

Don’t Quote Me on That!

Single quote, double quote, or no quote? This seemingly simple question is often asked by those new to PHP. Suprisingly, however, some of those who claimed to be PHP programmer also can't tell the difference. It's very simple, really. Read more »

JavaScript

Accessing Form Elements Array with JavaScript

This article shows how you can access an array of HTML form elements using JavaScript. Read more »