Web Development


PHP Tutorial Finale: Databases, Cookies, & GET/POST

Finally, the good stuff! 😉 Connecting with databases, running queries, and using the results. I suspect this will be a pretty fast run through for me unless they made some dramatic changes to how DB stuff is handled. Of course the tutorial uses MySQL, but since it’s what we use […]


PHP Tutorial, Round 3: Classes

I'm guessing this will be another big topic, and it is certainly the first that is pretty much totally new to me for PHP stuff. Depending on how long/slow I go through this bit, I may break this up into multiple posts.  But for now…let's read the introduction. Before reading that, […]


PHP Round 2: Data Types

Before even getting started with my tutorial, was working with my partner on the CakePHP set up.  He noticed that many of the PHP files had no closing ?>  We both were always taught you had to close them, and couldn't figure WTF it was even working.  So quick Google of […]


Getting Started With PHP 3

So I’ve mentioned a few times that our shop is switching to PHP, and we’re actually getting started this week.  While my partner works on figuring out how to set up CakePHP, the framework we’re leaning towards, I’ve started doing some PHP tutorials. Nothing like having to learn a “new” […]


Adding Disqus to Mango Blog

When I decided to switch over to using Disqus as the commenting system for this site, I found very little info on how to implement it within Mango Blog.  Someone made a request for a plug in many years ago, but no one answered. Disqus's own documentation is "okay" but […]


The First PHP

Just over a year ago I also mentioned that in our shop, we will be transitioning away from ColdFusion. During that time frame, we haven't had any actual new development, mostly working on updates to existing sites, so the transition hasn't really started yet. However, after we deal with one more […]


"Maximum Column Width" Error With Multisheet Workbook, or Switching to CFScript Fixed Some Spreadsheet Funkiness

You may recall that back in February I posted about some issues we were having with creating spreadsheets using CFSPREADSHEET and formatting not applying when dealing with multiple sheets.  Apparently this is only an issue when building a multi-sheet workbook using ColdFusion tags! You see, in the same application that we […]