Re-learning to code

I would have thought coding would be like riding a bike. After almost a year of not doing any web development I just jumped right back in. Problem is/was - I forgot a lot more than I remembered.

I have been going back over a lot of my old web apps and wonder what the heck I did. Trying to build my tracking application is a bit trickier than I wanted it to be.

The truth is I could just hack something together but it would look just like that. A tossed together application. I am willing to put the extra time in to making it better than a hakish piece of garbage.

Right now I am just trying to lay a decent foundation on a few simple concepts. From there I can add more functions and some nice eye candy. This being the rough plan I am just getting simple form set up to insert basic job info into a data base. The tricky part is trying to figure out how a simple form can get messed up by the user. Enter regular expressions. Reg Ex’s were one of the reasons I stopped coding a year ago. The mere though gives me a head ache. The sad truth is though. If you want a decent applications with clean data you have to check that data - with regular expressions.

Oh well - Until next time I am of to bang my head hoping to second guess my end users.

-Ed

Still here

It has been quite a while since my last post. I haven’t melted or turned into a pumpkin.
I had to take a break from working on my 3D development. Work kind of got in the way.

We are having job tracking issues shop wide. In an effort to tame the problem I though it would be a good idea to write a job tracking web application. In typical fashion I just couldn’t do things the easy way. Rather than use my web server as a testing platform I installed server software on an older computer here at home and configured a home network to test on.

Now before y’all start thinking I’m crazy. I had good reason for going the extra mile. I plan on having a similar setup at work. All be it with a much larger computer as the server. The idea is that I will have the server up with the tracking software installed so every work station can log in and use it. The server will also server as a file transfer between departments. There will, no doubt be other uses but that’s it for now.

As I progress with this tracking software I’ll try and post about it.

Until then… enjoy/

-Ed