<?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"
	>

<channel>
	<title>A Tale of Valentica</title>
	<atom:link href="http://www.blog.valenticabd.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.valenticabd.com</link>
	<description>My Feelings for You</description>
	<pubDate>Mon, 17 Nov 2008 19:15:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Recovered My Hacked Site</title>
		<link>http://www.blog.valenticabd.com/2008/10/08/recovered-my-hacked-site.html</link>
		<comments>http://www.blog.valenticabd.com/2008/10/08/recovered-my-hacked-site.html#comments</comments>
		<pubDate>Wed, 08 Oct 2008 04:40:21 +0000</pubDate>
		<dc:creator>Jahedur Rahman</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Hack]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=18</guid>
		<description><![CDATA[I was in my village for Eid vacation and out of internet. After a one week leave, I came to the capital and have found my site had been hacked. I was surprised to see that. Below the picture of my hacked site.
First I thought, my htaccess file was made changed. But I noticed only [...]]]></description>
		<wfw:commentRss>http://www.blog.valenticabd.com/2008/10/08/recovered-my-hacked-site.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Pagination Class for ASP.NET MVC</title>
		<link>http://www.blog.valenticabd.com/2008/08/13/pagination-class-for-aspnet-mvc.html</link>
		<comments>http://www.blog.valenticabd.com/2008/08/13/pagination-class-for-aspnet-mvc.html#comments</comments>
		<pubDate>Tue, 12 Aug 2008 18:13:15 +0000</pubDate>
		<dc:creator>Jahedur Rahman</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<category><![CDATA[ASP.Net]]></category>

		<category><![CDATA[ASP.Net Mvc]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Class]]></category>

		<category><![CDATA[Library]]></category>

		<category><![CDATA[Pagination]]></category>

		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=11</guid>
		<description><![CDATA[A class for creating different types of pagination link in Asp.Net Mvc.
Introduction
I was looking for a pagination class to use in Asp.Net Mvc. I found ASP.NET MVC: PagedList&#60;T&#62; and ASP.NET MVC - Pagination View User Control. But I felt for an easier and customizable pagination class. I have developed many projects using CodeIgniter framework and [...]]]></description>
		<wfw:commentRss>http://www.blog.valenticabd.com/2008/08/13/pagination-class-for-aspnet-mvc.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Integrating FCKeditor in ASP.Net</title>
		<link>http://www.blog.valenticabd.com/2008/07/20/integrating-fckeditor-in-aspnet.html</link>
		<comments>http://www.blog.valenticabd.com/2008/07/20/integrating-fckeditor-in-aspnet.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 16:01:44 +0000</pubDate>
		<dc:creator>Jahedur Rahman</dc:creator>
		
		<category><![CDATA[.Net]]></category>

		<category><![CDATA[ASP.Net]]></category>

		<category><![CDATA[JQuery]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[FCKeditor]]></category>

		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=7</guid>
		<description><![CDATA[Introduction
In Basic ASP.Net, FCKeditor can be easily integrated. Here is the link where I found that. http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/ASP.NET
However, to integrate FCKeditor in ASP.Net MVC environment, we have to follow some tricky steps. Here I will show how to integrate using core javascript as well as using Jquery.
Using Javascript:
Step 1
Download the FCKeditor from http://www.fckeditor.net/download.
Step 2
Unzip the package [...]]]></description>
		<wfw:commentRss>http://www.blog.valenticabd.com/2008/07/20/integrating-fckeditor-in-aspnet.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Captcha Plugin in CodeIgniter</title>
		<link>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html</link>
		<comments>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html#comments</comments>
		<pubDate>Fri, 23 May 2008 07:41:20 +0000</pubDate>
		<dc:creator>Jahedur Rahman</dc:creator>
		
		<category><![CDATA[CodeIgniter]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[captcha]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=4</guid>
		<description><![CDATA[CAPTCHA - Completely Automated Public Turing test to tell Computers and Humans Apart. It is used in webpages to protect your page from automatic posting from outside of the site. CodeIgniter framework has a plugin named &#8220;captcha_pi.php&#8221; in plugins folder. Here I&#8217;ve demonstrated an example how to use this captcha plugin in your website built [...]]]></description>
		<wfw:commentRss>http://www.blog.valenticabd.com/2008/05/23/captcha-plugin-in-codeigniter.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CakePHP - How to Run &#8220;Hello World&#8221; Program</title>
		<link>http://www.blog.valenticabd.com/2008/05/15/cakephp-how-to-run-hello-world-program.html</link>
		<comments>http://www.blog.valenticabd.com/2008/05/15/cakephp-how-to-run-hello-world-program.html#comments</comments>
		<pubDate>Thu, 15 May 2008 05:15:58 +0000</pubDate>
		<dc:creator>Jahedur Rahman</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[hello world]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.blog.valenticabd.com/?p=3</guid>
		<description><![CDATA[I found that, novice programmers always face problem while trying to run CakePHP for the first time. So, here I&#8217;m describing a &#8220;Hello World&#8221; program in CakePHP.
1. First download the CakePHP from http://www.cakephp.org. You can download Stable: 1.1.19.6305 package or Beta: 1.2.0.6311 package.
2. Make a folder in your htdocs folder named &#8220;hello&#8221; and unzip the [...]]]></description>
		<wfw:commentRss>http://www.blog.valenticabd.com/2008/05/15/cakephp-how-to-run-hello-world-program.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
