<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="0.92">
<channel>
	<title>for i in infinity</title>
	<link>http://www.anup.info</link>
	<description>Freelance RubyOnRails Developer</description>
	<lastBuildDate>Thu, 17 Jul 2008 22:49:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Add Google Custom Search to your Rails Application (Business Edition)</title>
		<description>Here are the steps to set up a Google CSE for your rails application. In order to use the xml api, first of all you need to have a business account. You can get the xml query format url or more precisely the cx parameter (unique ID of the CSE) ...</description>
		<link>http://www.anup.info/2008/07/17/add-google-custom-search-to-your-rails-application-business-edition/</link>
			</item>
	<item>
		<title>Batch Mailing in Rails</title>
		<description>Recently I worked on a Mass Mailing system for a Rails application using ar_mailer. This tutorial is just an effort to consolidate tips needed to get the mailing system ready and save time on some commonly known problems.
I wanted to implement this for a newsletter application, where a mail needs ...</description>
		<link>http://www.anup.info/2008/04/15/batch-mailing-in-rails/</link>
			</item>
	<item>
		<title>Remote file storage using File Column plugin</title>
		<description>Many times I came across a need to fetch remote data (video files/images) and store them on file system. Searching for a way, I came up with this approach.

The example is about a Video class with a video_file 'file_column'. To fetch and store a remote file instead of getting it ...</description>
		<link>http://www.anup.info/2008/02/10/remote-file-storage-using-file-column-plugin/</link>
			</item>
	<item>
		<title>JS based easy Field Validations in Rails</title>
		<description>Most of you will disagree with this post to use Javascript based form validations in Rails. However this is an attempt to simplify integration of DEXAGOGO - Really easy field validations in Rails. This is one of the most structured and easy validation technique written by Andrew Tetlaw and team. ...</description>
		<link>http://www.anup.info/2008/01/06/js-based-easy-field-validations-in-rails/</link>
			</item>
	<item>
		<title>File Upload: Validating Extensions</title>
		<description>I was searching for a way to validate a file against an allowed set of extensions before uploading. My application uses file_column plugin to store video files and I am using mongrel_upload_progress to track the upload. The maximum file size allowed is 50Mb so there was a need to have ...</description>
		<link>http://www.anup.info/2008/01/05/file-upload-validating-extensions/</link>
			</item>
	<item>
		<title>Ajax Tree Plugin</title>
		<description>Introduction

This is a helper plugin to generate ajax based tree structure (two level). It can be used for two models having n:m or 1:n relationships. A leaf from any branch can be dragged and dropped in another branch. A scaffolding arrangement is also done to create a  new branch, ...</description>
		<link>http://www.anup.info/2007/12/19/ajax-tree-plugin/</link>
			</item>
	<item>
		<title>Flash Movie embed code (RubyOnRails)</title>
		<description>Last week I was working on a code to make my video files embedding (flv) available for external webpages. There are many ways to implement this and I have documented a simple way to achieve it.

I am using a Video model with file_column plugin to store the flv file. The ...</description>
		<link>http://www.anup.info/2007/12/15/flash-movie-embed-code-rubyonrails/</link>
			</item>
	<item>
		<title>FlickrGallery - Papervision3D</title>
		<description>FlickrGallery 0.1 is ready to go :) It pulls out the latest 12 images from your Flickr album. You just need to pass nsid of the flickr account.


<object	type="application/x-shockwave-flash"
			data="http://anup.info/FlickrGallery.swf?userid=75426038@N00"
			width="520"
			height="300">
	<param name="movie" value="http://anup.info/FlickrGallery.swf?userid=75426038@N00" />
</object>
  

To get Flickr nsid, see the rss feed url of your photos. For example:
http://api.flickr.com/services/feeds/photos_public.gne?id=75426038@N00&lang=en-us&format=rss_200

Here 75426038@N00 is the ...</description>
		<link>http://www.anup.info/2007/11/27/flickrgallery-papervision3d/</link>
			</item>
	<item>
		<title>SecuritySandbox Errors and PaperVision3D</title>
		<description>I have been banging my head since past one week to resolve the Security Sandbox error issue with ActionScript 3.0 and Papervision 3D. This security thingy was needed badly to get my FlickrGallery working.

Error Description:

     SecurityError: Error #2122: Security sandbox violation: LoaderInfo.content: 
    ...</description>
		<link>http://www.anup.info/2007/11/27/securitysandbox-errors-and-papervision3d/</link>
			</item>
	<item>
		<title>yaml_form_builder</title>
		<description>This plugin provides a simple way to generate dynamic forms in view. The forms are configured with the help of a yaml configuration file.

1) Installation

script/plugin install http://yaml-formbuilder.googlecode.com/svn/trunk/yaml_form_builder/


 2) Configuration
The example below demonstrates a form generated for the following schema.

[source: Ruby]
  create_table "permissions", :force => true do &#124;t&#124;
   ...</description>
		<link>http://www.anup.info/2007/10/13/yaml_form_builder-rails-plugin/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.470 seconds -->
