Entries Tagged 'Ajax' ↓

Chrome just Changed the Game

Whether you’re up on ‘em or think they are sign of the Coming Apocalypse, you may have heard…

Flying Spaghetti Google

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 ⊕

Print is dead. Long Live Print.

the New York Times, panting to the finish line?

On Wednesday, New York Times Co. (NYT) reported disappointing second-quarter earnings, and on Thursday the stock continued in its steep descent.

At the end of trading it stood at 12.48, or virtually half the price it commanded one year ago.

Web 2-uh-oh.

This part of the story is unsurprising, given how the Street is slamming any newspaper stock.

What’s startling is something else: If you back out much of the rest of the company’s portfolio, you arrive at a surprisingly teeny valuation for the vaunted New York Times itself, despite all the respect the brand commands.

How Can The New York Times Be Worth So Little?

Geeks Wanted

Calling all geeks!

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.

geek chicOddly 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.

3 Ways to Pimp Your Web Application

Guess who’s back, back again…?

I'm so gangsta.Is your application a hooptie? Could it stand a ghetto-fabulous makeover of MTV-sized proportions? Chances are, even if it is washed and waxed, it could probably move on up to the big time by following a few nuggets of kind reflection.

I’ve been kicking around some thoughts and observations of various social media sites and APIs. And guess what? My eyes have seen the glory of the pimping of your app. That’s right — just follow these golden rules and you, too, can go from limp to pimp.
More ⊕

Ruby on Rails ≠ Content Mangement System

Content!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 ⊕

Image Management for TinyMCE using Ruby on Rails

My TinyMCE Plugin in ActionI 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…

Ajax, Rails 2.0.2, and the FastCGI Problem

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 ⊕