Entries Tagged 'Programming' ↓
September 7th, 2008 — Ajax, Business, Open source, Programming
Whether you’re up on ‘em or think they are sign of the Coming Apocalypse, you may have heard…

Google just changed the game for the delivery of software applications.
They released Chrome: less browser, more application delivery platform. JITted Javascript — for fast DOM wizardry and Ajax yumminess. It’s own application space and full-stack OS hooks through Gears. Your app can effectively leap into the cloud. More ⊕
July 22nd, 2008 — Ajax, Blogging, Books, CMS, CSS, Community, Design, Fireworks, How-to, Humor, Marketing, Microsoft, Photoshop, Pimp that App, Politics, Programming, Ruby on Rails, Stranger than Fiction, Wordpress
It’s time to band together and drop the funk.
Geek is the new hip, haven’t you heard? Geek tattoos are chic. Librarian glasses are sexy. Weird is in. And you can be, too.
Oddly Zen is seeking collaborators and guest-bloggers for full-time, part-time, or one-off content contributions in the areas of:
- Ajax (tips, tricks, tutorials, or opinion)
- Apple
- Blogging (the business, the practice, or general coverage)
- Books (ebooks, free chapters, or book reviews)
- Business
- CMS (reviews, open-source projects, WordPress, etc.)
- Community (open source, Ruby or Rails, social media, etc.)
- CSS (tips, tricks, tutorials, or opinion)
- Design (UI, HCI, UX, etc.)
- Graphics (Photoshop or Fireworks tips, tricks, tutorials, or opinion)
- Humor (geek is funny)
- Linux
- Marketing
- Microsoft
- Open source software
- Pimp that App (case studies, tips, tricks, tutorials, or opinion)
- Politics (active and apathetic)
- Programming (mainly Ruby & Co. — possibly C#, Lisp, Erlang, etc.)
- Stranger than Fiction (truth be told, geeky situations are weird and funny)
- WordPress (development, customization, plug-ins, etc.)
- Your Ideas (if it’s geek, or plain good, we’ll post it)
Increase your reach. Enhance your image. Be flagrantly geeky.
And get some link-backs all from the comfort of your cube.
Note: Think of this as an open-source blog. Contribution should make you feel good.
Also, I’m looking for someone (preferably one other person) to build a Rails application with. It will be a gift to the community as well — and if it makes any cheese, we’ll donate it.
April 23rd, 2008 — Ajax, Books, CMS, Programming, Ruby on Rails
I visited one of my favorite sites today — A List Apart. I was excited to see an article entitled “Getting Started with Ruby on Rails.” Like the name suggests, it is a solid introduction to Ruby on Rails and programming with the framework. Through Rails has already won many converts, it is still just being picked up by scads of developers… those who thought it best to wait until it was more supported or more mature.
I began experimenting with Rails fairly early due to a coworker’s suggestion. Then I dove in head-first when I started working for a firm specializing in Ruby on Rails development. And I’ve loved every minute of this wild ride. It is more fulfilling than previous frameworks I’ve used — ASP.NET, in particular. This feeling is due in heavy measure to the eloquence of Ruby the language, it’s natural feel, but also to the design considerations of the Rails framework. It is true that constraint can spawn creativity… ask anyone who has written a Sonnet and followed the appropriate conventions including Iambic Pentameter and the rhyme scheme. In this way, Rails allows me greater creativity and flexibility through its constraints. More ⊕
April 17th, 2008 — Microsoft, Programming, Ruby on Rails
I wrote about the ASP.NET MVC Framework previously — and since then, had a chance to take a look at the source code and provide some feedback of my own. In my opinion, it has a long way to go, but it is a great step in the right direction from Microsoft. Not only are they moving toward public involvement in releases and a more acceptable release schedule, but a better overall philosophy of community involvement and adherence to de facto web application code design standards. It seems MS got the hint from the success of Open-source frameworks and felt the need to compete. Who says Open-source competition for developers hearts and minds is not a good thing? More ⊕
April 16th, 2008 — Ajax, How-to, Programming, Ruby on Rails
I recently created a plug-in for TinyMCE, the rich text editor, to handle image uploads, creation of thumbnails, and a gallery for insertion into the TinyMCE editor. I am super-busy — working full-time, writing a book (due out soon!), and juggling life, family, and everything-else-under-the-sun — but I am committed to writing a tutorial on how I accomplished this magical feat. (At least I’m impressed. :-)) Anyway, check back for updates. If I’m feeling especially magnanimous, I might even package it up for release…
April 16th, 2008 — Ajax, How-to, Programming, Ruby on Rails
I encountered an error today with a Rails Ajax drag ‘n drop and sortable list I developed for a client. Scouring the production logs, I saw:
/!\ FAILSAFE /!\ Wed Apr 16 14:19:18 -0500 2008
Status: 500 Internal Server Error
can't modify frozen string
After some Googling, I saw a couple posts in the Ruby on Rails talk Google Group. Sure enough, others were experiencing the problem, but there was no reported solution. Apparently there is even a patch in the Rails core — or at least a ticket in for the problem. But, I don’t think that is necessary, because I came up with a solution without having to patch the core. More ⊕
March 24th, 2008 — Microsoft, Programming, Ruby on Rails
Well, it looks like the boys and girls in Redmond finally saw the proverbial light. And, even though it was a train speeding down the ruby-hued rails, could this new Model-View-Controller framework release be what ASP.net programmers need to free themselves from their repetitive spaghetti-coded nightmares?
I hope so. Better late than never, I suppose. I’d still like to see ORM and the other wowie-wows that Rails offers.