Tuesday, December 4, 2007
I've been watching too much Dexter lately. It's a bit twisted, but still a good show.
As a side note, I've discovered that I get the most work done on this site when I'm supposed to be sleeping. But I'm not talking about making the comics themselves. I'm talking about making actual improvements to the code. After several months, I finally added a function so I can add comics through the site, rather than using FTP to transfer the image and added the information about the comic into the database directly. The fact that I've gotten a lot of practice lately with writing PHP code to upload files may have something to do with it.
It's hard to get an accurate count, but by my rough estimation I've written somewhere between 50,000 and 100,000 lines of code this year. That's all PHP and Javascript. Plus there's a whole mess of HTML and CSS work involved in there too. I started to do some calculations the other day to count the lines of code in my projects from this year, although the results weren't accurate. it's hard to split some of the PHP from the HTML. Plus there are several places where other people's code is mixed in directly.

