Aliaspooryorik
ColdFusion ORM Book

jQuery - Getting Started

I recently did a presentation on jQuery for the Devon ColdFusion User Group. If anyone is interested I have put the slides on the Devon CFUG web site. Download the sample files Note: to view the presentation in full screen, click the arrow in the top right hand corner. Read more »

Using Identity insert

I was looking at Todd Sharp's getGeneratedKey function on UDFLib, which returns the identity (auto generated primary key) when you insert data into a database. It works by making use of the result attribute of cfquery, that was introduced in ColdFusion 8. This lead me to think about what ColdFusion was doing under the hood and how you could do it with older versions of ColdFusion. Read more »

Search for % sign in SQL.

MS SQL server uses the percentage sign (%) as a wildcard when you use the like operator. So what if you want to search for the percentage sign? Read more »

My DAO/Gateway hybrid

As a spin off of my post An ORM sceptic a few people have asked me how I handle my database interaction. So here it is... Read more »

Extract Time from DateTime field

I had a problem in MS SQL Server, where I need to do some calculations on the time part of a datetime field, to see how many people had arrived late for the job they were booked for. Normally I'd use the DATEDIFF function in SQL Server. For example: … Read more »

Rebooting ColdFusion server nightmare

I recently came across an "interesting problem" (by which I mean nightmare) when rebooting a ColdFusion server. The server hosts approximately 30 web applications, all of which use a framework (mostly Fusebox). The issue I had was that the … Read more »

New ColdFusion Podcast

Brian Meloche has started up a new podcast for the ColdFusion community over at CFConversations. The first edition should be available from Sunday. To quote the site: "We are planning to make this a combination of an interview and a roundta… Read more »

Next Page »

Search

Wish List

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

Categories

Recent Posts