= Design Notes = * Search/Filter: [http://www.kayak.com/ Kayak] - Good layout & control * Adding bottles: [http://www.cellartracker.com/pickproducer.asp CellarTracker] - can I make it easier? * Best ajax table ever?: [http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml dhtmlxGrid] * Another table solution: (w/o ajax) [http://redmine.wice.eu/wiki/wice-grid wice-grid] * Another table (ajax) solution: [http://activescaffold.com/ ActiveScaffold] - lots of support & plugins * [http://winezap.com/talk/thr/2322/ Comments from a potential user] * [http://iphoneonrails.com/ iPhone Rails port] - cell phone solution? * [http://www.slashdotdash.net/2007/12/04/iphone-on-rails-creating-an-iphone-optimised-version-of-your-rails-site-using-iui-and-rails-2/ iphone optmized rails apps] * [http://rhomobile.com/products/rhodes Rhodes] - A cross-platform ruby environment for cell phones * [http://occipital.com/blog/2009/10/01/create-redlaser-custom-app-in-60-seconds/ RedLaser for iPhone] - scan bar code & send to a website * ~~[http://hobocentral.net/ Hobo] - Horrible name, but might be a really good starting point for the rewrite~~ * [http://api.wine.com/ Wine.com API] - REST API may be a great way to find bottle data * Check out [http://agilewebdevelopment.com/plugins/acts_as_rated acts_as_rated] for rating wines * Switch to [http://unicorn.bogomips.org/ Unicorn] and [http://nginx.net/ Ngnix] and get Apache/mongrel out of the way for Rails * Will require putting Nginx in front of apache for wordpress, etc * Trac can be done via fastcgi w/ Nginx * PHP can be done via fastcgi too (wordpress, phpmyadmin) * Need to use counter_cache as in [http://railscasts.com/episodes/23-counter-cache-column RailsCast #23] * Background queue solution: [http://github.com/blog/542-introducing-resque Resque] + [http://code.google.com/p/redis/ Redis] * [http://documentcloud.github.com/jammit/ Jammit] - Rails solution for asset packaging