links for 2008-07-17
-
poMMo is an open source maillist manager application for adding a mailing list to your website or to organize stand alone mailings.
poMMo requires PHP & MySQL, offers a very simple web-based setup and it can be ready to use within minutes.
-
AskPeople is a flexible, self-hosted web tool for managing simple web-based surveys & feedback forms.
-
Quick regular expression snippet to convert HTML links to Markdown links:
Find:
(.*?)
Replace:
[$2]($1) -
Sexy Forms in Rails
-
Cookie handling in multi-domain applications in Ruby on Rails
-
Multilingual page caching in Ruby on Rails
-
This project plugs Google Gears in Ruby on Rails.
Gears on Rails helps developers to write fully offline functionnal web applications based on Gears without learning a bit of Gears.