Wired Vision

Home to Keith McLaughlin, Freelance Web Developer from Dublin, Ireland.

Tag archive for ‘php’

CodeIgniter Profiler: Globally Enable/Disable

Here is a quick tip for users of the CodeIgniter PHP Framework (and a reminder to myself). If you wish to enable or disable the profiler globally while developing your application (as opposed to changing the value in each seperate controller), you can do the following. 1. Open the config.php file in the application/config/ folder. [...]


Tagged as , , , + Categorized as Web Programming

PHP Frameworks

Recently I’ve been toying with the idea of using a PHP framework to help with the development of my web sites. The problem is, I don’t know which one to choose Some of the frameworks I’ve been looking at include: Symfony CakePHP Zend Framework CodeIgniter Each has there own unique advantages, but what is the [...]


Tagged as , + Categorized as Web Programming

Object Oriented Programming in PHP

Object Oriented Programming is the one area of PHP programming that I’m having difficulty grasping I’ve managed to come to terms with functions, regular expressions and the likes, but I just can’t seem to grasp the concept of methods, and especially stuff like passing by reference! Are there any tricks other programmers out there use? [...]


Tagged as + Categorized as Web Programming

Call yourself a Web Professional

Plenty of people have been talking about whether or not those that refuse to adopt web standards in web design should be entitled to call themselves web professionals. While I agree that those who design should be looking to learn web standards, I also feel that not everyone has the same learning curve when it [...]


Tagged as , , , + Categorized as Web Design, Web Programming

CSS, PHP & Mod_Rewrite Cheat Sheets

Links worth bookmarking: CSS Cheat Sheet PHP Cheat Sheet Mod_Rewrite Cheat Sheet


Tagged as , + Categorized as Web Design, Web Programming