CodeIgniter Tutorial: Getting Started with CodeIgniter

1 Comment

CodeIgniter is a PHP framework, that will speed up the time it takes to build fully featured websites.

I’ve only recently started using it, and here are some tips to getting started.

continue reading

jQuery Hide Email Function

1 Comment

A simple function to hide an email address on the web, unless you like spam. Well, do you like spam?

continue reading

Tips on Learning Javascript : Variables

1 Comment

DOM DOM DOMMMMMMMM!

Javascript is by far my favorite language to coke in. It adds a layer of sophistication to websites, when used properly. I use jQuery exclusively on all of my projects, its actually part of the 2 lines of code that I copy and paste from 1 project to the next, along with my css stylesheet link. This is one of my first posts, I have 2 jQuery tuts on the way, but I think it is very necessary to understand Javascript before moving onto jQuery.

So what is Javascript? Javascript is client side code. That means, it is dependent on the user having it enabled in their browser.

continue reading