Friday, Aug 17, 2007
Tim Lucas, of the very popular toolmantim.com Rails blog has saved me a good deal of work by wrapping the Kropper code into a Rails plugin. He’s also using Kropper on webjam.com.au. This is great news, and it’s really gratifying to me that a) people like my first open-source project enough to contribute code to it, and b) someone as smart and talented as Tim is contributing. I’ve read Tim’s blog quite a bit since I started working with Rails, and it feels great that to be collaborating with one of the people I’ve learned from.
Update: Tim has finished his pluginized version of Kropper! You can access his plugin source via SVN or your web browser here: http://rubyforge.org/scm/?group_id=3936. I’ll post another update when I get around to refactoring the demo app to use the pluginized code.
|
|
|
Friday, Aug 17, 2007
http://dailyfratze.de/ is a website that lets users create their own ‘picture-a-day’ photologs. It’s a very cool service, and a great place for Kropper to be used. When users upload their photos, Michael’s using Kropper to let his users control how their images get cropped to the right format for their daily photologs. Now, let’s get this site in English!
|
|
|
Wednesday, Jun 27, 2007
I finally had the time to put the finishing touches on my first open-source Rails project — Kropper, an easy-to-use image cropper that’s well-suited to cropping user-profile images and other cases where you want a cropped image to have a certain aspect-ratio.
Here’s what it looks like. Click on the screenshot to go to the demo site, try it out, and get the source for Kropper (and the whole demo site).
Let me know what you think of it! Now if I can just find time to finish my Captcha plugin…
Update: Kropper now has a rubyforge project page!
|
|
|
Tuesday, Mar 06, 2007
Teensylink is a free link-shrinking and link-protecting website I built as an exercise to learn the Ruby on Rails web development framework.
Give Teensylink a URL and it’ll give you back a short ‘teensylink’ in the form of http://teensylink.com/xxxxx, where the xxxxx is a unique 5-digit code. If you visit the teensylink in your browser, you’re redirected to the original link.
You can also add password-protection and CAPTCHA-protection to your teensylinks, and view realtime stats on how many visits your teensylinks have recieved. There’s also a bookmarklet you can drag to your browser toolbar so you can create a teensylink any page you visit with one click.
Why would anyone use a tool like this?
|
|
|