Life with Django
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.
Development Team System
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 [...]
Upgrade
Ok I upgraded tonight to wordpress 2.5 RC-1. I have to say the Admin interface is pretty. I’ll write and code a new theme tonight and work on moving my plugins over to wordpress 2.5.
Coding more and more
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 [...]
PHP file reader and Smarty
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.