Category Archives: Applications

Zen Coding – OMG!

We developers are always looking for tools to improve our process or speed up common tasks. I often save bits of code I reuse in Dreamweaver’s snippets. Today I discovered a plugin/extension which allows even more flexibility and it even … Continue reading

Posted in Applications, Code, Problems & Fixes, Products | Comments Off on Zen Coding – OMG!

FTPS mainframe to Windows server

This months challenge has been to extract daily files from the mainframe down to an ftp server where we can utilize the data in SQL Server. The file names changes daily, incrementing by 1 for each generation. The files are … Continue reading

Posted in Applications, FTP, Mainframe | Comments Off on FTPS mainframe to Windows server

Coldfusion Email Application

I created a simple contact form using coldfusion CFORM and CFMAIL tag. The form gathers all the elements needed for the CFMail tag area and once submitted displays either a success or error message. I used Coldfusions built in form … Continue reading

Posted in Applications, Coldfusion | Comments Off on Coldfusion Email Application

Coldfusion Wheels Framework

Every developer eventually begins to see the pitfalls of large applications and trying to manage all the files and processes that make up that application. At work, I am dealing with a large existing CFML application with hundreds of cfm … Continue reading

Posted in Applications, Coldfusion, Products | 2 Comments

Applications

I have finally put out my first application – CF Directory. it is a simple database application that houses contact information. Uses a little Ajax + Jquery + Coldfusion to dynamically display the contacts info. See the applications tab at … Continue reading

Posted in Applications, Coldfusion, JQuery | Comments Off on Applications