Posts Tagged ‘IT’

Well its been a while…

Tuesday, September 16th, 2008

Its been a while since i posted something on my site. So i’m going to make a list and cover each one in as much detail as I can.

  1. My Job
  2. Potential new project
  3. Pneumonia
  4. Projects

Ok, My job is interesting I have to deal with some intresting problems and not so cool things. I have been working my butt off doing things at my job that isn’t Code Releated and I have to say I’m starting to miss coding a lot.  Its been so long since the last time I have to code anything I have started to forget some of the simple things that I knew like the back of my hand. Other then missing coding, I have been doing a lot of stuff with Wireless Networks at work and Phone Systems I’m starting to get envoled with.

I might have the chance to work with AGIS,Inc and there LifeRing Application. Due to NDA’s and Confinidentuality agreements I can’t say much other then I have the chance to build a web interface for anyliss for it and the GOV. So thats all i can into for detail.

I came down with pneumonia this pass weekend and have been laid up on the couch since friday night. Which sucks because I hate not working when I know I can. I thought it was kinda odd, since this past friday we start bowling in a league under the name “The 4 Horse Men”.

I’m also working on a windows mobile application for tracking employees from there mobile device. I have been playing with trackme which is a applicaiton that basically does what I want with a little more. Except its a massive eater of battery on my HTC Titan Phone and the User can close the application. So Idea behind the one I’m writing runs a service in the background and stores 5 positions in a xml file then makes a data connection and pushes them to a database server then disconnects the phone from the data connection. This would make it a little more efficent on battery power. I’m working on a web interface for it that uses google maps to display and analize the data points.

So thats where I’m at this Point. I’m looking for more programming projects. Due to the Fact I miss it to much. My brain doesn’t feel like its getting much use doing IT work with any Programming for it to do. Nap time to so I can go to work tomorrow.

  • Share/Bookmark

Life with Django

Monday, July 7th, 2008

For the past couple of months I have given up on PHP and moved to Django to learn Python for Web. Which at first I was like hrm another framework! Just what i need in my life another dang framework for my clients to want sites done in. I have to say at first I was a little shaky at becuase I didn’t know python and had never programmed in python in my life. I knew with python you could do neat things like make the google logo automatically from friends that worked at google at the time. I have to say if your tight on deadlines take a look at django I was amazed how fast I could develop a complete site in. In the 4 months that i have been using it seriously in, I have built a complete CMS with Forum, Gallery, SMS and NOC(Network Operations Center).

I do have to say one thing, Its not easy to get up and running on a shared hosting enviroment. You will need shell access, able to install python apps and packages. I recommend if you can run it under mod_python instead of fastcgi or wsgi. Mod_python makes it easier to get up runing in a snap.

This project is currently only in none 1.0 releases, I recommend working on the trunk if you don’t mind reworking things time to time due to fixes or better ways to do things. Like currently I’m having to rewrite my gallery due to changes in fields and storing uploaded files.

If you sick of the same old php or RoR(Ruby on Rails) I say give Django a Shot.

  • Share/Bookmark