Sponsorised links
July 2008
June 2008
Debugging: A Beginner's guide
Everyday the forums see probably hundreds of topics posted where the problem is a fairly simple error. These generally fall in 4 categories:
* Syntactical/parse errors
* Fatal errors, warnings and notices
* Database errors
* Logical errors
As a beginner, it can be difficult to find and solve these errors. By tackling each of these in turn, I hope to teach you some methods of finding and solving them. So we'll get started with syntactical errors on page 2.
Sponsorised links
May 2008
December 2007
Firebug Lite
Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari? If you are using console.log() to write to Firebug's console, you'll wind up with JavaScript errors in these other browsers, an
August 2007
July 2007
Valgrind Home
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your
May 2007
April 2007
Debugging JavaScript in Firefox with Firebug
An introduction to using Firefox and Firebug to debug JavaScript.
January 2007
KXSLDbg : graphical XSLT debugger
KXSLDbg provides a graphic user interface front-end to xsldbg, which supports debugging of XSLT scripts
