<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jigniter™ &#187; Snippets Ideas</title>
	<atom:link href="http://www.jigniter.com/category/snippets-ideas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigniter.com</link>
	<description>jQuery &#38; CodeIgniter - Perfect combination for web application</description>
	<lastBuildDate>Wed, 14 Jul 2010 14:15:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Import CSV file into database using CodeIgniter</title>
		<link>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/</link>
		<comments>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:15:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[libraries]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/</guid>
		<description><![CDATA[CSVReader is a library for CodeIgniter that can help you importing CSV files into database using CodeIgniter framework. The library uses fgetcsv function from PHP to get the content from CSV file and then iterates over the records returning an array as result. Then, you can iterate the parsed results from the CSV file to [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/import-csv-file-into-database-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using MD Image to resize and crop an Image</title>
		<link>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/</link>
		<comments>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 17:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/?p=191</guid>
		<description><![CDATA[MD_Image is a CodeIgniter Library that allows you to resize and crop images in CodeIgniter keeping a desired ratio. You can see the original thread here. With MD_Image you can create thumbnails for example to be used on profiles by setting the desired ratio, width, height and it will crop it for you. The image [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/using-md-image-to-resize-and-crop-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatars using CodeIgniter</title>
		<link>http://www.jigniter.com/gravatars-using-codeigniter/</link>
		<comments>http://www.jigniter.com/gravatars-using-codeigniter/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[helpers]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/gravatars-using-codeigniter/</guid>
		<description><![CDATA[If you want to display avatar images in your CodeIgniter application, you can use this Gravatar helper that contains a simple function to retrieve the Gravatar image source for a given email. The Gravatar helper was created by Dave_C as mentioned in Codeigniter Forums. By using this helper you can easily integrate your application with [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/gravatars-using-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt and decrypt with CodeIgniter</title>
		<link>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/</link>
		<comments>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/#comments</comments>
		<pubDate>Thu, 13 May 2010 00:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/</guid>
		<description><![CDATA[Encryption and decryption functions are available in CodeIgniter by using the Encryption class. Of course you can always use PHP functions, but what I say is that CodeIgniter has a specific class for handling some encryption functions. Everything is explained in the Encryption class, but the first thing you should do is configure your encryption [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/encrypt-and-decrypt-with-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using url_title() with Spanish or other strange characters</title>
		<link>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/</link>
		<comments>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 14:51:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[helpers]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[spanish]]></category>
		<category><![CDATA[uri]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/</guid>
		<description><![CDATA[If you are running your site in Spanish and using url_title to create Permalinks in CodeIgniter then likely you had run in character issues while creating your links. Martin posted a solution in CodeIgniter’s forum with a workaround for this issue. He proposed $trans = array( $search =&#62; $replace, &#34;á&#34; =&#62; 'a', &#34;é&#34; =&#62; 'e', [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/using-url_title-with-spanish-or-other-strange-characters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A straightforward way to translate your language files in CodeIgniter</title>
		<link>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/</link>
		<comments>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/a-straightforward-way-to-translate-your-language-files-in-codeigniter/</guid>
		<description><![CDATA[Months ago we discussed about different alternatives to add i18n support to CodeIgniter applications. On this opportunity we will show how easy is to maintain your language files using CodeIgniter Language File Translator by MrKirkland and Owen Christian. Basically what you need to do is download the zip here and then unpack the files under [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/straightforward-way-to-translate-your-language-files-in-codeigniter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter in Spanish Language</title>
		<link>http://www.jigniter.com/codeigniter-in-spanish-language/</link>
		<comments>http://www.jigniter.com/codeigniter-in-spanish-language/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 19:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/codeigniter-in-spanish-language/</guid>
		<description><![CDATA[CodeIgniter has been translated to many international languages, not only the User Guide but also the messages and errors strings in its language packs. For example, you can find Spanish translations for your CodeIgniter applications, here. [Make sure to download the right version, ie: 1.7.2] The next step once you unpack the .zip is to [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/codeigniter-in-spanish-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Location Information based on an address, city or country name</title>
		<link>http://www.jigniter.com/get-location-information-based-on-an-address-city-or-country-name/</link>
		<comments>http://www.jigniter.com/get-location-information-based-on-an-address-city-or-country-name/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:48:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Snippets Ideas]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[geoip]]></category>

		<guid isPermaLink="false">http://www.jigniter.com/get-location-information-based-on-an-address-city-or-country-name/</guid>
		<description><![CDATA[In our last post we explained how to use GeoIP easily in CodeIgniter. Now we are interested in getting location information from a particular address using a Geocoder tool. For that reason, we’d recommend to take a look over How to use Google Maps API with PHP from Zimuel’s blog. Zimuel exposes the following scenario: [...]]]></description>
		<wfw:commentRss>http://www.jigniter.com/get-location-information-based-on-an-address-city-or-country-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
