I’m giving her all she’s got, Scotty!
Mar 18, 2005 PHP, Web Development
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.
Round Corners with out Images
Mar 18, 2005 CSS, Web Development
Make those corners round with CSS.
Nifty Corners
AJAX Login System Demo
Mar 18, 2005 AJAX, Google, Web Development
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.
So what is the deal with these EMs?
Mar 14, 2005 CSS, Web Development
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
Mar 14, 2005 Guides & Tutorials, MySQL, Web Development
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