[2005-04-26] Number One Skill For Managing A Website
Having a deep understanding of the gut instinct of your customer is the number one skill of managing a website. That involves getting face to face with them.
[2005-04-19] Connecting and Accessing Data through ADO.NET
Microsoft's ADO.NET technology offers a solution to many of the problems associated with data access.
[2005-04-16] Adobe To Purchase Macromedia
Adobe Systems is acquiring Macromedia in an all-stock transaction valued at approximately $3.4 billion.
[2005-04-07] Serialize This - Saving Objects in PHP
When building my website "Crossword Heaven" I came across a problem. I created a PHP object called "crossword" but needed to save the information in the object to a database. Now considering that this object contained a lot of information this was not an easy thing to do. Or was it?