5 Awesome JavaScript Solutions
Posted by e. | Filed under JavaScript
Here are 5 awesome JavaScript solutions for your professional design:
Facebook Inspired Auto-Complete Form - One of the best multiple select text forms is on facebook. This post shows you how to do it.
CSS Sprites Using JQuery - A cool post that shows you how to do CSS Sprites using JQuery. Very Useful
JParallax - This is a cool tool [...]
Tags: Ajax, CSS, Facebook, Forms, JavaScript, JQuery
Going from acts_as_taggable_on_steroids to acts_as_taggable_on Plugin
Posted by g. | Filed under Ruby on Rails
For one reason or another, once I upgraded my app to Rails 2.1, I started getting these mysterious “stack level too deep” errors. I’m not too sure what that even means, but I won’t get into it here. After diving into the stack trace for a little while, I noticed that the problem was with [...]
Tags: acts_as_taggable_on, acts_as_taggable_on_steroids, migrate, plugins, Rails 2.1