Archive for the ‘PHP’ Category

Technical Gibberish (and an SMTP Function for PHP)

Sunday, July 20th, 2008

For the past few years, the bread and butter of my web development career—presuming that you could call it a career anyway—has been PHP coding. I know a lot of so-called “real programmers” will boo and hiss and whatever, but it’s served me well enough. When I made my initial exodus from ASP in 2000, PHP was a breath of fresh air. I preferred the syntax to that of ASP (and I was one of those “mavericks” coding it in JScript and not VBScript because I hace class) plus it was free and ran on my home grown Linux server. Those were good days.

In the past eight years, I’ve done more programming and gotten better at it. Some of my projects have been larger in scale and PHP becomes much less fun to work with. I’ve been working with Python in my free time and really like the Django. In fact, if any of you out there are fledgling programmers and are looking for a place to start, I can’t help but recommend Learning Python by Mark Lutz. Python has a lot of good free tools, runs on many platforms and this book is very, very good in my opinion—not just as a primer on Python itself, but on beginning programming in general. I even picked up a few things from it. (And, if you’re a Monty Python buff, you get a bunch of extra bonuses.) I much preferred to Programming Ruby by Dave Thomas.

(more…)