DJY News
Thought provoking.

CFWheels Many-to-Many Help

August 25th, 2010 by Dave

For the last week I’ve been working on my PubMan publications software. In the last two days I’ve run into a snag. I have the create and delete statements working, but the index list and update functions are what I’m having problems with.

I’ve created a detailed post over on the CFWheels Group. If you can help me out with this headache, I’d be most grateful.

Posted in CFWheels, ColdFusion | No Comments »

Building my first app with CFWheels

August 19th, 2010 by Dave

For the past several months I’ve wanted to work on a project that I could build using CFWheels. I’ve finally found that project. I’m building a Communications Management System for the Communications Department of the company I work for. This software will manage our Press Releases, E-mail Newsletters, and other communications publications. The initial release will have Press Release support.

I started building this app earlier this week. While I have hit some speed bumps along the way, the CFWheels community has been a huge help, quickly responding to my questions.

I’m looking forward to seeing this app grow and documenting my progress here.

Posted in CFWheels, ColdFusion | No Comments »

Happy 4th of July

July 4th, 2010 by Dave

Happy 4th of July everyone. I’m not only celebrating our country’s independence, but one month at my new job. Good day!

Posted in Me | No Comments »

Recently….

April 26th, 2010 by Dave

I’ve obviously not updated this blog in a long time, and I think I should start it up again. I had been spending a lot of time on Twitter, but have slowed down posting. I’ve been spending the last four months looking for a new job. I’ve applied to over 80 jobs and unfortunately have not been asked in for an interview.

I’ve spent a lot of time wondering what my future should be. One of my friends from high school was recently laid off from his job of ten years with a tech company he started with out of college. Like me, he is wondering if it’s time to change careers and move out of the tech sector. Connecticut is one of the worst places to be looking for a tech job.

The next couple of months will tell what I ultimately end up doing. I’m just hoping I find a job soon.

Posted in Me | No Comments »

OOP in ColdFusion

December 6th, 2009 by Dave

While I’m familiar with the concepts of OO, I am by no means an expert. Coming from a procedural background with extensive use of CFC’s, picking up the concepts of OO have been fairly straightforward, but I’m still learning. I needed something to get me familiar with all areas of OO in ColdFusion.

I stumbled upon this site when doing a general search for Object Oriented ColdFusion.

Learn Object Oriented ColdFusion

This site has been an excellent resource for me. I’ve spent the good part of my weekend reading and executing code from the tutorials on this site. I would recommend it to anyone who has a need or an interest in learning OO in ColdFusion.

Posted in ColdFusion, OO | No Comments »

Reflections on my last day with the Town of Manchester, CT

December 1st, 2009 by Dave

After over eight and a half years, it’s time for me to say goodbye to the Town of Manchester, CT. I’ve been with the Town’s Information Systems Department as a Web Developer since May 14, 2001. It was here in Manchester that I was first exposed to ColdFusion, a development language I love.

When I came to Manchester, the web environment was in ruins. My first day, a hacker decided to exploit our old Windows NT 4.0 server. Great way to start a new job. That first day experience gave me a preview of what the next couple of years in Manchester would be like. I looked forward to the challenge. Over the next couple of years, I worked to replace the aging servers in the web environment moving to Windows 2000 and eventually on to Windows 2003 Server. Databases were moved from MS Access 97 and 2000 to SQL Server 2000, 2005 and MySQL.

The code for the applications I was presented with was a mess. I took on the task of rewriting all existing applications, making the code more efficient. As ColdFusion evolved, so did the code in our applications. When Macromedia introduced ColdFusion components in ColdFusion 6, we moved our application back end code to this layout. When AJAX became more prevalent, we integrated that into our code. Flash Forms were used for a while. Application.cfm code became Application.cfc code. The list goes on and on with ColdFusion.

I created a new database environment. When I arrived, all database information was stored in MS Access 97 and 2000. Almost immediately I transitioned the town to SQL Server 2000, moving all Access databases into this separated environment. All SQL queries were placed into SQL Server stored procedures. I love stored procs, functions and views in SQL Server. In cases where I thought it was necessary, I moved Access databases to MySQL. I love that ColdFusion allows you to use so many different database platforms with ease.

In 2004 I was able to move beyond the code and create something that I will forever be grateful to have had the experience to do. I created Manchester’s Government and Education Television Network. What started as an old janitors closet turned into a full blown television station operating 24 hours a day, 7 days a week. We started out small, recording our meeting videos to SVHS tapes. Very quickly we moved to DVD recordings and playback via a 400 disc Sony DVD Changer. All of this was initially controlled via a Knox Router and Leightronix TCD/IP.

As our station evolved, the need for a better video control system was required. I started researching solutions for our needs, automated video scheduling and a scroll screen announcement board seamlessly integrated into a software/hardware solution. Tightrope Media Systems answered the call with their excellent Cablecast/Carousel System. Their product integrated into our environment and worked with all of our existing hardware. Management of the station became much easier.

Over time our television needs evolved. We required digital file playback, onDemand and Podcast solutions. Tightrope Media Systems again answered the call with their Pro VOD system. Combined with their MPEG2 video server for television playback, we were able to create a full blown online television environment with live streaming we implemented separately. All of this can be seen here.

Silk City Television – http://www.channel16.org/

Live Stream – mms://live.channel16.org/16live

onDemand – http://cablecast.channel16.org/cablecast/public/Main.aspx?ChannelID=1

Manchester’s Information Systems Department allowed me the freedom to experiment and learn new technologies over the years. I became a ColdFusion Developer, SQL Server/MySQL DBA, Project Manager, Server Administrator, Linux Server Administrator, Television producer/General Manager and much more. I was able to travel to the Macromedia DevCon and Adobe MAX Conferences. Eight in all.

I will be forever grateful for the opportunities Manchester gave me. They allowed a 22 year old kid the freedom to try new things and be on the bleeding edge of technology. I don’t know if I’ll ever have the same opportunities and freedom that I had here. Only time will tell. For now, I’ll have the memories and experiences that will last a lifetime. I will miss this place, but it’s time to grow and move on.

Goodbye Manchester. Thank you for everything.

Posted in ColdFusion, Me, News, Technology, Web | No Comments »

Mura Implementation – First Production Site

October 27th, 2009 by Dave

After waiting for the right time to launch a new site with Mura, I found a client who was dying to try something new. While most are saying that a CMS is nothing new. Going from Adobe Contribute and its somewhat limited editing environment, to a CMS such as Mura, can be a breath of fresh air for an editor. Also, with the editing environment in the browser and no need to install an application on the users machine, means deployment is a snap.

After meeting with my client on Thursday morning and explaining what we could offer him with Mura, he was sold. Implementation started on Monday and took a bit longer in our production environment than my local development environment due to a database permissions issue. For security reasons I won’t be getting into that.

I did run into another issue that stemmed from the way I setup the default environment. Turns out setting up Mura in a subdirectory with the intention of using multiple domain names with the software was not the best way to go. I created a forum post at Mura that helped out with this issue. You can read all about that here.

Multiple Domain Issue

Matt Levine with Blue River Interactive Group was able to help me out and point me in the right direction. By moving the Mura administration to a subdomain, I was able to resolve the multiple domain issue discussed in the above forum post.

With the above issues resolved I was able to launch our first Mura based site.

Neighborhoods and Families

While it’s nothing special right now and quite similar to the site I worked on in my series on setting up Mura, there are changes on the way. This site will be much more dynamic and interactive than other sites we’ve launched. Mainly because the sites we will be linking to are youth based. So while we are using the standard Town of Manchester template for launch, a new template and framework will be setup for this site. Twitter and Facebook integration will be done through Mura plugins, though I’m not sure if there is a Facebook plugin. I’ll need to look into that one.

I’m really excited about the possibilities moving to this CMS will bring to our organization. Certainly licensing costs for Contribute will be eliminated resulting in a huge savings overtime. The ability to edit one’s site from home or work is another benefit. The main item that excites me is when our site goes through another refresh, transitioning sites to the new look and feel will be a breeze.

Posted in CMS, ColdFusion, Web | No Comments »

Getting ready for MAX 2009

October 2nd, 2009 by Dave

I’m really excited for MAX this year. More than I have been in the past. Perhaps it’s CF9 or Bolt or Flash Builder? I’m not sure. I just feel like there is a bigger buzz for this years MAX event. Maybe since more people are on Twitter compared to last year, the buzz has been bigger. Regardless, I can’t wait for the event and will be leaving for it tomorrow.

This will be the 8th MAX event I’ve attended, going back to when it was called DevCon. Not since Flex was released, have I been looking as forward to this event. I have a feeling this will be a good one.

Posted in ColdFusion, MAX 2009 | 2 Comments »

« Previous Entries