Category

Web Dev

Some Laravel “Gotcha’s” – Things to take note of when starting out with Laravel

Posted on August 4, 2013 in Web Dev

I am not a Laravel expert. I am writing this blog post as a Laravel amateur. My goal with this is to point other newbies in the right direction with some seemingly common and easily avoided Laravel mistakes. I’ve only been using it for about a week, but I can’t help but think that if I…

Some .NET snippets that I need to remember

Posted on June 18, 2013 in Web Dev

So I’m developing some front-end stuff in using .NET. Coming from a PHP, I find some of the conventions and features of .NET to be quite confusing. I’m going to update this post with some snippets I’ll likely need to use in the future: How to easily evaluate data from controller in a view Controller…

How to remove index.php from Codeigniter URLs

Posted on May 26, 2013 in Web Dev

Codeigniter is an awesome PHP framework that makes PHP development much simpler, and much much faster. I’ve only been getting to grips with it for a few days, but have noticed there are some quirks that come packaged that you’re going to want to get rid of. One of these is the fact that ‘index.php’…