Saturday, October 06, 2007

Yesterday I managed to connect my PS3 to my Dell flat panel 20" LCD monitor. I had to purchase the following to get this to work:
  • HDMI to DVI cable
  • A/V coupler
  • Cheap set of self powered PC speakers
I had to work around one major issue with my setup. My flat panel monitor doesn't have speakers so I needed to purchase some cheap self powered computer speakers. The diagram below illustrates my particular setup:


After I connected everything I powered on my PS3. More than likely you'll need to hold the power button on the PS3 for 10 seconds so that the PS3 will automatically recognize your monitor type, this is what I had to do. Upon recognizing the monitor the PS3 will prompt you to use HDMI for both Audio and Video output. Say yes to use HDMI for both, the problem is that I am not sending audio out my HDMI connection. I resolved this issue by simply setting the audio options in the PS3 system settings to use A/V output port.

Everything now is working great. My monitor, however, only supports up to 720p so I'm not getting the optimal resolution, but my television only supports 420p, the LCD monitor is an improvement no doubt.

-Warren

Thursday, October 04, 2007

I've been developing web applications for a few years now. I've always developed my applications using the php/mysql server model.

Originally when I became interested in developing web applications I started by writing cgi scripts in perl. Perl is a powerful language, there is no doubt, but I was taken back when I discovered that what I would write in 30 lines of perl I could be writing in 10 lines of php. I decided that it was time to switch languages so I dedicated my time to learning php. One of the first books I purchased was "PHP and MySQL Web Development (3rd edition)".

Soon I discovered that php was an equally powerful language, perhaps even more practical in the realm of web application development than perl. There are a lot of libraries in php to facilitate web application development but it still seemed like it was a bit on the bulky side.

Enter ColdFusion 8... I'm extremely excited about this new release. After all this language was written specifically for web application development. I'm again thinking about transitioning my working model. I feel as though my days of php web application development are slowly coming to an end. I see a bright future for ColdFusion developers... it ties in so well with other existing technologies, Flex 2 for example makes extensive use of ColdFusion Components, Rich Internet Applications are also something that is becoming the norm and a lot of these RIA's make extensive use of CFC's.

I recently ordered a book titled "Adobe ColdFusion 8 Web Application Construction Kit, Volume 1: Getting Started" by Ben Forta, Raymond Camden, and Charlie Arehart. This book is part of a series on ColdFusion. I'm excited to start learning this language and even more excited to deploy an application using it.

I'll be posting more about my experiences with ColdFusion.

-Warren