Quantcast
Rob Brooks-Bilson

http://twitter.com/styggiti

Biography

Rob Brooks-Bilson is a consultant, freelance writer and the Director of Architecture at Amkor Technology, where he has worked since 1996. Rob's involvement with ColdFusion goes all the way back to version 1.5 and includes several large-scale projects, the creation of numerous open source custom tags, and more recently, the open source Common Function Library Project, where he coordinates several libraries of freely available functions. Rob is an Adobe Community Expert for ColdFusion and is a frequent speaker at ColdFusion user groups and conferences.

Rob is the author of O'Reilly's Programming ColdFusion MX, 2nd Edition. He has written several articles on ColdFusion for Intranet Design Magazine, CF Advisor, and CNET's Builder.com.

Books

Programming ColdFusion MX Programming ColdFusion MX
by Rob Brooks-Bilson
Second Edition August 2003
Print: $54.95
Ebook: $43.99

starstarstarstarstar (5)
(Read Reviews)

Programming ColdFusion Programming ColdFusion
by Rob Brooks-Bilson
August 2001
OUT OF PRINT
starstarstarstarstar (5)
(Read Reviews)

Articles

Blog

Rob's blog posts are hosted at:
http://www.brooks-bilson.com/blogs/rob

Caching Enhancements in ColdFusion 9 - Part 7: Using the Template Cache

November 20 2009

In Part 5 of this series, we introduced the template cache with a quick example that showed how to cache page fragments. As we mentioned then, the template cache can be used to cache page fragments as well as entire web pages. This post is broken up... read more

Caching Enhancements in ColdFusion 9 - Part 6: Configuring Caches and Working with ehcache.xml

November 17 2009

In Part 5 of this series, we mentioned that Ehcache could be configured at runtime via ColdFusion code as well as by using an XML configuration file called ehcache.xml. On a Java EE install of ColdFusion 9, you can find the ehcache.xml file locat... read more

Caching Enhancements in ColdFusion 9 ? Part 5: Getting to Know Ehcache

November 16 2009

In previous versions of ColdFusion (before ColdFusion 9 that is), there were three built-in mechanisms you could for caching ? persistent variable scopes, query caching and the cfcache tag. As I mentioned in Part 2 of the series, each of these metho... read more

Caching Enhancements in ColdFusion 9 - Part 4: Caching Strategies & Eviction Policies

September 21 2009

So far in this series, we've covered why you would want to cache, what to cache and when, and basic caching architectures. In part 4 of this series, we're going to talk about caching strategies and eviction policies. A caching strategy is nothing... read more

Caching Enhancements in ColdFusion 9 - Part 3: Caching Architectures

September 03 2009

Welcome to Part 3 in my series on Caching Enhancements in ColdFusion 9. In Part 2, we talked about caching granularity. This time around, were going to spend some time discussing caching architectures. When talking about caching architectures, it'... read more

Caching Enhancements in ColdFusion 9 - Part 2: Caching Granularity

July 29 2009

In Part 1 of this series, I talked about what caching is and why you would want to consider it as part of your application design. In this post, I'm going to spend some time talking about caching granularity. Caching granularity is just a fancy way... read more

Caching Enhancements in ColdFusion 9 - Part 1: Why Cache

July 21 2009

One ColdFusion 9 feature I haven't heard much buzz about but I think has the potential to really enhance high performance and large scale ColdFusion applications is caching. ColdFusion has always had caching capability, but more often than not they'... read more

More on ColdFusion 9's Virtual File System: Dealing with Directories and Files

July 14 2009

In a previous entry, I introduced ColdFusion 9's new RAM based virtual file system (VFS). One question that came up over and over again was how long files stored in the VFS persist. That's a pretty straightforward question. The answer, however, is... read more

New in ColdFusion9: Virtual File System

July 13 2009

One of the great new features in ColdFusion 9 that I haven't seen much press about is it's Virtual File System. The virtual file system is essentially a RAM disk (remember back to DOS?). This allows you to do three really cool things. First. you c... read more

Adobe ColdFusion 9 and ColdFusion Builder Hit Public Beta

July 13 2009

Lots and lots of hard work by the ColdFusion Engineering Team has resulted in today's announcement that ColdFusion 9 (formerly code named Centaur) and the new ColdFusion Builder IDE have hit the public beta milestone and are now available on Adobe La... read more

Fix for Vista's: The User Profile Service service failed the logon. User profile cannot be loaded

January 05 2009

Back in November I finally took the plunge and upgraded my home computer to the 64bit version of Windows Vista Ultimate via a clean install. One thing I did immediately after the install was to move the \users directory from c:\users to f:\users. I ... read more

Adobe Releases Photoshop Lightroom 2.1

October 23 2008

Looks like the Lightroom 2.1 update has officially been released. For those waiting for it, the 2.1 release includes Adobe Camera Raw 5.1 as well as a long list of bug fixes. For the full list, see the ReadMe (PDF). Windows Version Mac Versio... read more

Adobe Lightroom 2.0 Hits the Street

July 29 2008

Over the past year, I've upped my digital photography skills quite a bit. One of the tools I now find I can't live without is Adobe Lightroom. I've been running version 1.x for the better part of a year now, and am happy to announce that version 2.... read more

Moderating Comments

July 20 2008

Due to the amount of comment spam getting by the captcha these days, I've decided to remove the captcha and instead turn on moderated comments. I hate to have to do this, but the amount of comment spam was starting to get ridiculous, and I really ha... read more

Speaking at Adobe MAX 2008

July 16 2008

Just a quick note that I'll be speaking at Adobe MAX 2008 in San Francisco. My topic this year is Advanced ColdFusion Caching Strategies. I'll be covering ways to improve application performance and scaling using both ColdFusion's built-in caching m... read more