— You Are At The Archives for the programming Tag —

My First Contact With CakePHP

02.26.09 // CakePHP // (0)

If you have been reading the blog lately you will of noticed that I have changed my development path from Django using Python to CakePHP, tada, using PHP. I spent quite alot of time attempting to elarn both Python and the Django framework together. Much like learning Ruby on Rails or another language and framework [...]

CakePHP: Using Apress & Packt

02.22.09 // CakePHP // (0)

I love buying books. Taking one look at my bookcase makes this quite obvious. I do have quite a large selection of computer related books. I find that by reading into the subject matter, especially for programming, before acting on ideas or tasks provides a person with the tools and knowledge to get stuff done. [...]

Using CakePHP Elements & RequestAction

02.17.09 // CakePHP // (1)

This problem arose while i was trying to get a random phrase from a database into the <title> HTML elements across all views. Being fairly new to CakePHP i was overwhelmed by some people’s solutions to accessing models site wide. However they forgot what CakePHP is based on, MVC. Breaking this system will leave you [...]

Python Wallpaper

08.12.08 // Ideas // (0)

I wanted to support my current love for Python. So i made these wallpapers from a logo i grabbed from the Python wikipedia page. Enjoy! Let me know if you use them

Big ups to Don

06.02.08 // Links // (0)

I just want to say a big thank you to Don over at http://don.citarella.net/ for providing his flash uploader script and applet to the web. I found a bug in his flash applet which would crash the javascript functions laid out. I notified Don about the bug and he fixed it within 2 days. So [...]

My Cocoa IRC Channel

05.25.08 // Ideas // (0)

I have just created an IRC channel for discussing topics about Cocoa development. You can join via:
Server: irc.p2p-irc.net
Channel: #cocoa
See you there!

I Bought it – Cocoa Programming for Mac OS X 3rd Edition

05.25.08 // Ideas // (0)

So i bought it today! I had to

Learning Objective-C

05.24.08 // Ideas // (0)

I am struggling here learning objective-c for programming with cocoa! You see I came from a procedural type language, PHP. Yes PHP can be considered quite a newbie language however without it most of my sites would simply not have been built. Now going to objective-c i am finding it hard because it is obviously [...]

Tutorial: How to build a poll system with PHP and mySQL

04.11.08 // PHP // (49)

If you have been doing the other tutorials on this site you will notice that I have been teaching PHP and mySQL through projects. Projects that you can slot into your website, or if you are building a project, code that you can use within your project. I start from the ground up, assuming you [...]