Welcome to our world

  • Does your company need a modern website with some kind of dynamic interaction?
  • Do you need functionality that your current software solutions just don't provide?
  • Is your business in a crowded market, where it is important that you stand out?
  • Would you like to get your product/service in front of a whole new audience?

If so, I think that your in the right place. Codeword: Studios builds custom web sites and web applications for your business. If you can dream it, we can build it. Codeword: Studios harnesses the power of web technologies to rapidly build applications that work hard so you don't have to. You'd be surprised what we can get the web to do for you.

Words from the blog

Delayed upload delivery to S3 with Paperclip + Delayed::Job

posted Jul 7th, 2009 by Jared

One of the most common features to be added to Rails apps is the ability to handle file uploads. A lot of developers are also storing these uploads on Amazon’s S3 service due to its low maintenance, cost and ease of mind. Plugins like Attachment Fu and Paperclip make this dead simple.

But there is a problem with this. When a user uploads a file, the attachment is sent along with the request, the server receives the request and does whatever it needs to do, and then the attachment is uploaded from the server to S3. All the while the user is still waiting on a response and your mongrel or passenger instance is blocked from taking any other requests. This isn’t a very good user experience especially if your handling large uploads, and even worse, if S3 fails to respond or drops the connection the user will have to re-upload their file regardless of wether or not it is already on your server.

Read the Full Article → 9 comments

Recent Work

Insiders Abroad

Client: World Vision

Insiders Abroad is a community site for english speaking people living in, working in, or traveling to Italy. The site houses a forum, community blog, hotel index, english-speaking business directory, weather, and local and world news aggregated from the Associated press. Check it out if your interested in visiting Italy: www.insidersabroad.com.

More Projects →