Author: SSWUG Research

Community

Inside Diagnostic Tools for .NET

(Jonathan Keljo) Many diagnostic tools use the CLR Profiling API-even those that aren’t strictly profilers. So if you’ve ever wondered how these tools work, a look at the Profiling API is a good start. In this column, you’ll see how they work and look at some useful tips and tricks. You’ll also find

Community

Which AJAX Library Is Right for Me?

(David Talbot) So you want to jump into the AJAX (asynchronous JavaScript and XML) development fray, but you don’t want to make the XMLHttpRequest calls directly by writing the XMLHttpRequest code yourself. Then you’ve no doubt noticed the new, freely available AJAX libraries that seem to appear eve

Community

PHP and RSS: Getting it together

(Tracy Peterson) RSS Syndication is virtually ubiquitous these days, so it’s imperative that a PHP developer at least understand RSS and how it works. This article explains the basics of RSS, some of its many uses, how to use PHP to create an RSS feed from a database, and how to use the XML_RSS modu