PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

Code Completion with Codeigniter using Netbeans

Posted by teejay on June 18, 2009

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

Posted by teejay on June 18, 2009

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

Posted by teejay on June 11, 2009

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

Posted by teejay on June 4, 2009

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

Posted by teejay on June 3, 2009

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

Posted by teejay on June 2, 2009

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

Posted by teejay on June 1, 2009

When I needed to finish your work as soon as possible, jQuery was there for me, especially with my 'very' limited javascript knowledge :)