Other News

Community

XML 101

(Jennifer Kyrnin) After you finish this course, you will understand the basics of XML, what it is, how it works and how you can use it in your work. With interactive lessons and the option to work with other people in the course, you’ll be able to learn XML the way you want. Go at your own pace, or

Community

Which Compression Method to Use

(Jim Mischel) When you make the decision to use compression in your program, the next thing you have to decide is which compression method you’re going to use. This can be a difficult decision that depends on a several factors: cost of the compression package, time to implement, compression ratio, a

Community

Finding and fixing load problems

(Mark Callaghan) How do you tune load problems on MySQL? You might get lucky and see that there are a few long running statements when running SHOW PROCESSLIST. You might be working on a small system where you know all of the people and/or SQL statements. Unfortunately, these approaches don’t work f

Community

Deploying ASP.NET Applications

(Satheesh Babu) This article covers how to deploy ASP.NET Application in the production environment. It takes you through some of the concepts like application pool, why we need it and Configuring Application pools. At the end the author discusses some of the common problems that may arise during de