tags: Ruby On Rails
, Web Development
posted: Tuesday, April 29th, 2008
See One-line web server in Ruby on dzone snippets for exactly as described…a one line web server in Ruby.
Brian began developing applications for the Internet in 1995, and has continued to architect, design and develop Internet software for the last 11 years, including projects for IHG, IBM, Brighthouse, and Cox Target Media (Valpak).
Brian now works in Ruby on Rails full time as part of the team developing the two official web sites for Miley Cyrus.
tags: Ruby On Rails
, Web Development
posted: Tuesday, April 29th, 2008
See One-line web server in Ruby on dzone snippets for exactly as described…a one line web server in Ruby.
tags: General
, Helpful Tools
, Mac
posted: Sunday, April 27th, 2008
As if I didn’t love my Mac enough already, I had a chance to use iMovie this weekend. I was creating a video message for my 10 year old (who is raising money for a fundraiser which he does every year…he raised almost $1,400 last year). We recorded several takes with my Sony digital camera, then easily imported the video onto my Mac with iMovie.
Once imported, its so easy to select which pieces you want and drag and drop them into your project. Adding transitions is a snap. We added a music track, and some overlay text, then exported it, and converted it to a flash movie using ffmpeg. I then used the JW FLV Media Player to embed the flash movie into my son’s WordPress blog. In all, it was surprisingly pain free.
To view our finished result, which we are quite proud of, but hope, most importantly it helps encourage more pledges, visit Brandon’s site: Brandon Walks for Life.
tags: HTML
, Ruby On Rails
, Web Development
posted: Monday, April 21st, 2008
When you need to toggle the odd or even class names to stripe your table rows, or any similar functionality, you can skip using a counter and checking if its divisible evenly and instead use the Ruby on Rails helper called cycle. It cycles through whatever values are in the supplied argument list each time its called, so it can also be used in other situations. Here is an example for marking your table rows with odd and even classes:
cycle('odd', 'even')
tags: Ajax
, Database
, Ruby On Rails
, Web Development
posted: Saturday, April 19th, 2008
I am a very visual person. I like to see graphical representations of large sets of data and complex problems, structures, or processes. This includes application databases, so I was immediately drawn to a new Rails plugin, written by Tom ten Thij, called Schema Browser. It’s as easy as pulling it from git, and running a generate command. The screenshot below is from Tom’s mephisto blog and it illustrates the very nice schema graphic produced from the plugin. Installation instructions on Tom’s blog post, Rails schema browser plugin: proof of concept.

tags: Helpful Tools
, Productivity
, Mac
posted: Thursday, April 17th, 2008
I can definitely see uses for this, including having one browser running for the project site I’m working on (from Fluid):
Using Fluid, you can create [site specific browsers] to run each of your favorite WebApps as a separate desktop application. Fluid gives any WebApp a home on your Mac OS X desktop complete with Dock icon, standard menu bar, logical separation from your other web browsing activity, and many other goodies.