Aliaspooryorik
ColdFusion ORM Book

The Object-Oriented Thought Process

Hal Helms posted a link to an article on The Object-Oriented Thought Process via Twitter earlier. It's well worth a read so I thought I'd re-post it here (in case your not following Hal on Twitter). Read more »

Accessing the session scope from CFCs

I've just discovered a great post by Peter Bell about the issue of accessing the session scope in OO applications. This post doesn't add anything new (apart from some code samples) but it just clicked with me so thought I'd share. Read more »

Handy tip when editing the hosts file

If like me you get bored of firing up Notepad (or equivalent) and then having to browse to open up the hosts file, then you can simply create a shortcut to it, which automatically opens up the hosts file in Notepad. To do it: Read more »

Debugging an object's state

I'm currently working on a project that uses a series of classes that make heavy use of inheritance. What I wanted to be able to do was see all the public methods available to me without having to dig down through the inheritance tree. In addition, I wanted to know what the values available via accessors at any given moment were. I'm sure that someone must have already done this, but my 5 mins of searching didn't give me anything so I decided to write my own! Read more »

Using Paul Marcotte's Metro

I have been trying out Paul Marcotte's Metro. In Paul's words; "Metro is a library of components to support rapid development of applications that use ColdSpring and Transfer ORM." To me it is more than this. Read more »

Keyword Substitution with TortoiseSVN

A cool feature of Subversion is that you can get it to update the comments in your script automatically when you commit it. Whenever I (or anyone else) update this file and commit it, the header comment is updated. This can be particularly useful when working with other developers as you can see who made the last commit without having to do a lookup to subversion. So, how do you do it? Read more »

Book Review: PHP 5 Objects, Patterns, and Practice

So what am I, a ColdFusion developer, doing reading a PHP book? Well, I do work on PHP sites. However my main reason for reading this book is that ColdFusion and PHP have a lot in common. Both are web-orientated, loosely typed languages that started out as purely procedural, which have added object orientated features. There is a real lack of OOP books for the ColdFusion community and although this book is PHP based it is not that hard to translate the concepts to ColdFusion. Read more »

Search

Wish List

Found something helpful & want to say ’thanks‘? Then visit my Amazon Wish List :)

Categories

Recent Posts