I’m giving her all she’s got, Scotty!

If your PHP app wasn’t fast enought to begin with, here is a way to help speed it up a bit when concatenating strings that are echoed.

PHP: “echo” and concatenation

Round Corners with out Images

Make those corners round with CSS.
Nifty Corners

AJAX Login System Demo

I was interested to find that Google used an older, not so popular technology in their Gmail interface called AJAX. AJAX allows to create web apps with out refreshing the pages when normally you have to.

AJAX Login Demo

So what is the deal with these EMs?

This should help take some of the mystery out of using EMs in CSS. They work quite differently than pixels (PX). The reason is to create more accessible pages. How to size text using em instead of px

Using MySQL Full-text Searching

Beginner Tutorials - Using MySQL Full-text Searching

***UPDATE
I found this link, explains the full text search much better:
http://www.phpfreaks.com/tutorials/129/1.php