Entries Tagged as 'Programming'

Fun with Scripting…

I’ve been around the net a time or two, that’s not something I’m gonna hide. Heh, my first website was on geocities and consisted of html I coded myself in DOS edit and pictures I swiped from clipart collections and cleaned up in .7 of Paint Shop Pro. There were no formating sins, and no dynamic this or AJAX that. The only server side scripting was done in perl, and WISE and ARCHE were still viable content vehicles.

I’m learning Java….

Ok, you know that old arguement about what’s better Java or PHP? Well, I’m not answering that. Why? Because each has it’s place in this world. What’s more, hands down I’d choose PHP over Java for developing web apps, because PHP was made for it. Java, on the other hand, makes much more useful local utilities, and it’s much easier to port than most compiled languages, thuse very cross-platform. Not to mention you can find a JVM (Java Virtual Machine) on just about every personal computer in the world (except for the oldest ones that run really old versions of Windows and DOS). PHP is more of a server/client and is not as easy to setup alone, where Java can be either server/client or local with ease. Anyway, I also know I can make more money if I learn it, so that’s my motivation for the most part. lol! I’ll keep you informed.

Wow! I’ve got code in the wild again….

As my oldest readers know, I switched from my own blogging software to WordPress. Well, I found something worthy of my time to help out on. There’s a heavily miodified, if not entirely new, version of wp-mail.php maintained by Dirk Elmendorf, which gives you the ability to make entries over email. This version is much more secure than the original and can support unlimited authorized email addresses. It’s clean, very intuitive, and packs a ton of nice little features. I’ve got a couple fo more ideas on how to make it even better. Scarey huh? lol!

Maybe more later….

Finally! Something on programming!

Yes! It’s true! I started toying with code again. GeBlog is still effectively dead, but there’s something else I had been working on using a slightly older and slightly different version of the framework I had set for GeBlog. It’s a tape management system. I spent 3 months solid developing this monster app. (part of the reason I got burned out) I originally developed it for the company I work for, but they aren’t using it and it’s not a supported platform anyway. (another reason I got burned out…. no appreciation) I plan to open source it under the GPL and begin development again on it. I hate CVS, but if I have to, I have to. Again, it’s written in PHP4 and uses ADODB. The framework is pluggable, so it can grow to whatever you want. It also sports a simple user/admin control panel, as well as login authentication, which GeBlog did not.