RegExr: test regular expressions online

RegExr is a web tool for testing those widely used (yet often confusing) regular expressions. Regular expressions (regex) are search patterns that help you find strings of text in e-mail messages, text files, etc.
Things like Usenet search tools, Google Code search, and Open Office support regex, and regex versatility far surpasses simple wildcard searches like *.exe. For instance, a regular expression like .*@([^.] \.)*example.com$ will find all email addresses from example.com (and its subdomains).
To use RegExr, type your expression in the top box, and then type/insert text in the box below to see if it matches your expression. You can use the helpful sidebar to learn about and insert different regex strings to build your overall pattern.
If you want a more feature-rich program, are running Windows, and have $39.95 to spare, try RegExBuddy. The RegExr developer plans to release free AIR versions of his product for Mac OS X and Windows.
Yahoo!, MySpace and Google announced the creation of the OpenSocial Foundation today. The foundation is a non-profit entity aimed at ensuring “…open and transparent governance of the OpenSocial specifications and intellectual property.”
Shortly after releasing a tool for synchronizing Google Calendar with Outlook yesterday, Google released another key in the synchronization puzzle: an API for accessing Google contacts. 
Quick, name the most annoying thing about your Facebook profile? The status message!
Yesterday Microsoft released an update to Outlook 2007 to help speed up the downloading of messages and reduce the annoying and highly criticized freezing associated with moving or deleting messages.
Ya, that’s right, Microsoft is giving away free copies of Microsoft Office Professional 2007, and Microsoft Office Groove 2007. There’s always a catch though isn’t there, and this promotion is no exception. Microsoft is holding “ready for a new day” launch events all across the US to show off and let users experience how Microsoft Vista and the Microsoft Office 2007 applications will empower people. In these sessions, Microsoft will teach users about the software, and how it will simplify how people work together, how it protects and manages content, improves business, and reduces costs. So, if you can withstand a day with Microsoft showing off their products, they are going to give it away to you for free. Not a bad deal. The tour website has a link where you can locate an event and register for it to reserve your free software copy. Have fun!
Microsoft is busy developing its new AJAX toolset using the codename Atlas. There is a lot of excitement and interest in this new tool that Microsoft is expecting to release at the end of 2006, but is currently only available as a prerelease. The final release will depend on user feedback from a beta release version. Microsoft has said that along with Atlas, we will see the release of certified Atlas products that will work in conjunction with Visual Studio 2005, and ASP.Net. Atlas will be launched into two main categories. A JavaScript library called AJAX Library, and Server side components which will be called ASP.Net 2.0 AJAX Extensions.