Posts Tagged ‘programming’

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

Development Team System

Friday, March 28th, 2008

So tonight when I was knee deep into django coding a way for a new site for one of my clients. I decieded that it would be neat to have a GTD system in the backend for the users to sumbit requests for the site and what not. I decieded to give them functionitaly of being able to have there own projects and with each project having its own set of tasks. Also at the same time of working on the accounts model I decieded what if I want a user and a project. So i coded the accounts model to allow for projects and users, where users can have many projects and projects can have many users. In the UI it will allow the user then logged in to see on their dashboard their projects and each projects status and their tasks and feature requests. (more…)

  • Share/Bookmark

Coding more and more

Saturday, March 22nd, 2008

Well I have started a clan php application that will have a adobe AIR application that will go with it for team messaging. Also still working on a stealth web 2.0 enterprise application is going to be powered by python, mysql and amazon s3 services and will have a AIR and prism clients for the system. I hope to be able to start back on that project soon as

  • Share/Bookmark

PHP file reader and Smarty

Saturday, January 26th, 2008

I wrote this code when I was coding for a Company doing web development. Basically what this is three parts:

  • text file containing html
  • php file calling the text file
  • A smarty template
  • So this is how it works. (more…)

    • Share/Bookmark

    Last.FM and PHP

    Friday, January 25th, 2008

    Ok, I got bored and decided so I wrote a bunch of PHP in the past month. First one I worked on was a bar code system for my EMS(Employee Management System). For last.FM I have been using the audioscrobbler API and feed parsing which are all simple php concepts that everyone that does php should know how to do. So I know what your saying wheres the code. Well your going to have to read more
    (more…)

    • Share/Bookmark