Welcome!

Neil Roberts

Subscribe to Neil Roberts: eMailAlertsEmail Alerts
Get Neil Roberts via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Top Stories by Neil Roberts

SitePen "Watercooler of the Open Web" Blog I frequently hear the question: "Does Dojo have an AJAX method that updates a div?" - The answer is that there's no Dojo-approved way of doing something like this. Updating a div is such an easy process, that implementing a de facto solution is not only extra code, but you also hit a wall as soon as you want to do "something more". The short and sweet solution looks something like this... I frequently hear the question: "Does Dojo have an Ajax method that updates a div?". The answer is that there's no Dojo-approved way of doing something ... (more)

Beyond <CFQUERY> Part 2 of 2

This month I hope to shed some light on Oracle's larger datatypes for those of you who like to do things big. Let's go straight to the deep end with stored procedures. They're faster and more secure than standalone queries. In the first instance, procedures are faster because a lot of the execution process has already been completed before runtime, as I mentioned in my previous article(CF... (more)

Get More from Oracle with <CFQUERY> Part 1 of 2

Using opens up a whole range of Oracle functionality. This includes calling your own functions, formatting data ready for your ColdFusion templates, and using Oracle bind variables to reduce the load on your Oracle database. Lesson 1 in using Oracle with ColdFusion is that and don't work - the database is accessed using either or , ... (more)