Tag Archives: Ajax

Atlanta PHP

Tomorrow night, I will be attending the April Atlanta PHP meeting. My friend Glen Gordon will be giving a presentation titled, “I’m a PHP dev! Why should I care about Microsoft?

There are a host of technologies and tools from Microsoft that can add value to your PHP solutions, save you time, and are just plain cool. [...]

Typography design patterns for the web

When I’m putting a new web site together, one thing that sometimes bugs me is choosing which fonts to use. I’ll typically throw together a list of fonts that I like, decide to use this set of serif fonts for these page elements, and that set of sans-serif fonts for those other elements, select some fallback choices for my stylesheet, and let it go at that. [...]

The State of FeedLounge

Alex has posted a moderately detailed article explaining The State of FeedLounge. For any newcomers who don’t know what FeedLounge is, it’s a web based feed aggregator, not unlike BlogLines. [...]

Ajaxian multi-file uploads

Over on StickBlog, there’s a nice little demo of using AJAX to provide a nice, clean interface for uploading multiple files in a web form. [...]

Map Service APIs

Both Google and Yahoo! have announced APIs for their mapping services. I’ve already gotten a developer key for the Google service. But it doesn’t support address searches, only lat/lon coordinates. So I’m thinking about applying for a Yahoo! key, using their service for geocoding (translating from street addresses to coordinates), then using Google’s mapping interface with all of its Ajaxy goodness.

I don’t know what I plan to actually do with this stuff, or when I’d find time to do it. [...]

Feedlounge web-based aggregator

FeedLounge Logo

Alex King and Scott Sanders have announced FeedLounge, a “state of the art web-based feed reader.” Alex invited me to be an alpha tester, so I spent some time kicking it around yesterday. [...]

Old wine in a new bottle

The topic of Ajax is pretty hot right now. And some people are getting a little hot over the naming. As I pointed out yesterday, and as Ian Hickson and Dare Obasanjo have also said, Ajax is not a new technology. [...]

Ajaxing the Rails

If you’re a web developer, then hopefully you’ve already heard of Ruby on Rails and Ajax. If not, you’re behind the times, and you have some reading to do. [...]