Archive for the ‘php’ Category

Using SyntaxHighlighter to Format Code in WordPress

Thursday, August 14th, 2008

Based on a question in the StackOverflow beta site, I did some quick research into what are the best ways to perform syntax highlighting on code that is posted on blogs. Among the methods that were suggested (by myself or others): Hack together your own display logic to format it as ...

Deciphering PHP Error Messages and Blank Screens

Wednesday, October 11th, 2006

My normal home is Visual Studio, ASP.net (1.1/2.0) and C#, with some CSS, HTML and JavaScript thrown in. Over the past week however, I have been working on an add-on to a client site written in PHP (using mySql as a DB backend). I am coding in Dreamweaver and am ...