« March 2006 | Main | July 2006 »

June 3, 2006

WoW Legendary Caster Staves

WhatAboutPP.com has posted official details of the new legendary caster staves that will be released in patch 1.11. I'm definitely going to be getting that priest staff at some point to replace my Benediction.

Cautious Advice for Accepting Online Payments

James Duncan Davidson has written a new article entitled Cautious Advice for Accepting Online Payments, giving some excellent recommendations (from a technical, not legal or financial standpoint) for web applications that need to accept payments from users using credit cards. The guidelines from the credit card industry for electronic security are quite an interesting read, but I'm very glad I don't have to implement them.

C# Equivalent to Google's Web Toolkit

Google recently released their Web Toolkit, a Java-based framework for building AJAX web applications. Nikhil Kothari, an Microsoft web platform and tools architect, has released a similar framework written in C# to allow Microsoft platform users to build AJAX applications using similar concepts.