Code Completion with Codeigniter using Netbeans
Most programmers are lazy. If you're like me, you're lazy too. That's why I was so happy about using code completion with CodeIgniter using the Netbeans IDE.
Firefox 3.5 Font Face Support
I've just installed the Beta Version of Firefox 3.5. I can honestly say that I packs a lot of improvement.
CodeIgniter: Route Everything, except these Controllers
There was a recent post on the codeigniter forums trying to get urls like these:
http://yoursite.com/your-slug
Adding an Icon to External links using Mootools
Some usability websites have said that adding a certain image or indicator for links linking outside your domain should be done. I really don't know but as part of regularly modifying this blog, I decided to add this as well.
Automatically Get the Base URL for CodeIgniter
Everytime, we set up or move a Codeigniter site, we have to make sure that the base_url in the config file is correctly set.
Someone recently asked in the CodeIgniter forums about this and we came up with something like this
CodeIgniter and The HTML Base Tag
You learn something 'new' everyday. This isn't exactly new but it's new to me.
Today, at the CodeIgniter forums, xwero posted an alternative to doing the following:
<?php echo base_url() . 'css/styles.css ?>
Learning Mootools
When I needed to finish your work as soon as possible, jQuery was there for me, especially with my 'very' limited javascript knowledge :)

