<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Explore Yourself !!! &#187; Framework</title>
	<atom:link href="http://aminulsumon.wordpress.com/category/framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://aminulsumon.wordpress.com</link>
	<description>Welcome to shopno-dinga.com</description>
	<lastBuildDate>Fri, 31 Jul 2009 04:13:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aminulsumon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/35fc21ce9253048b86e3fa99eef8786e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Explore Yourself !!! &#187; Framework</title>
		<link>http://aminulsumon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aminulsumon.wordpress.com/osd.xml" title="Explore Yourself !!!" />
		<item>
		<title>Taking mysql db backup in a second</title>
		<link>http://aminulsumon.wordpress.com/2009/07/28/taking-mysql-db-backup-in-a-second/</link>
		<comments>http://aminulsumon.wordpress.com/2009/07/28/taking-mysql-db-backup-in-a-second/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 18:17:46 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[backup script]]></category>
		<category><![CDATA[ci database backup]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[mysql database backup]]></category>
		<category><![CDATA[mysql db backup]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=289</guid>
		<description><![CDATA[Easy way to backup of database(mysql) using CI
$this-&#62;load-&#62;dbutil();
$this-&#62;load-&#62;helper(&#8216;download&#8217;);
$this-&#62;load-&#62;helper(&#8216;file&#8217;);
$prefs = array(
&#8216;tables&#8217;      =&#62; array(),  // Array of tables to backup.
&#8216;ignore&#8217;      =&#62; array(&#8217;ssc_dakhil_exam&#8217;),           // List of tables to omit from the backup
&#8216;format&#8217;      =&#62; &#8216;zip&#8217;,             // gzip, zip, txt
&#8216;filename&#8217;    =&#62; &#8216;mybackup.zip&#8217;,    // File name &#8211; NEEDED ONLY WITH ZIP FILES
&#8216;add_drop&#8217;    =&#62; TRUE,              // Whether to add DROP TABLE statements [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=293&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/07/28/taking-mysql-db-backup-in-a-second/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple image manipulation(resize/crop/thumb/rotate)in a single script using CI</title>
		<link>http://aminulsumon.wordpress.com/2009/05/22/multiple-image-manipulationresizecropthumbrotatein-a-single-script-using-ci/</link>
		<comments>http://aminulsumon.wordpress.com/2009/05/22/multiple-image-manipulationresizecropthumbrotatein-a-single-script-using-ci/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:25:34 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[CI image crop]]></category>
		<category><![CDATA[ci multiple image resize]]></category>
		<category><![CDATA[image manipulation]]></category>
		<category><![CDATA[multiple image manipulation]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=280</guid>
		<description><![CDATA[This is really nightmare to sort out why loop operation get success only for first time. Say, with or without loop i want to resize two images in a single script. i write the resize code but when i execute i found only first image is resized but not second one. WHY??????
after search and search, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=280&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/05/22/multiple-image-manipulationresizecropthumbrotatein-a-single-script-using-ci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>Using CI, Crop an Image</title>
		<link>http://aminulsumon.wordpress.com/2009/05/22/using-ci-crop-an-image/</link>
		<comments>http://aminulsumon.wordpress.com/2009/05/22/using-ci-crop-an-image/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:02:09 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[ci crop image]]></category>
		<category><![CDATA[crop image]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=278</guid>
		<description><![CDATA[$config['image_library'] = &#8216;gd2&#8242;;
$config['source_image'] = &#8216;./source/img/loc/aminul.jpg&#8217;;
$config['new_image'] = &#8216;./dest/img/loc/new.jpg&#8217;;
$config['create_thumb'] = TRUE;
$config['width'] = &#8216;300&#8242;;
$config['height'] = &#8216;300&#8242;;
$config['x_axis'] = &#8216;600&#8242;;
$config['y_axis'] = &#8216;350&#8242;;
//$this-&#62;image_lib-&#62;initialize($config);
$this-&#62;load-&#62;library(&#8216;image_lib&#8217;, $config);
if ( ! $this-&#62;image_lib-&#62;crop())
{
echo $this-&#62;image_lib-&#62;display_errors();
}
Enjoy Croping with CI
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=288&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/05/22/using-ci-crop-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>File upload in CI [Short Tip: Don&#039;t load library first]</title>
		<link>http://aminulsumon.wordpress.com/2009/05/22/file-upload-in-ci/</link>
		<comments>http://aminulsumon.wordpress.com/2009/05/22/file-upload-in-ci/#comments</comments>
		<pubDate>Fri, 22 May 2009 07:28:15 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[ci image resize]]></category>
		<category><![CDATA[image manipulation]]></category>
		<category><![CDATA[image resize]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=275</guid>
		<description><![CDATA[I found an interesting thing about CI file resize functionality. To resize an image we need to load image_lib library.
$this-&#62;load-&#62;library(&#8216;image_lib&#8217;); //don&#8217;t use it
But if we load this library first and assign configuration variables later then it gives the following error:
Your server does not support the GD function required to process this type of image.\
instead first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=286&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/05/22/file-upload-in-ci/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>.htaccess file for server and localhost</title>
		<link>http://aminulsumon.wordpress.com/2009/04/25/htaccess-file-for-server-and-localhost/</link>
		<comments>http://aminulsumon.wordpress.com/2009/04/25/htaccess-file-for-server-and-localhost/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 16:24:52 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[ci htaccess]]></category>
		<category><![CDATA[htaccess for any project]]></category>
		<category><![CDATA[server and localhost htaccess]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=227</guid>
		<description><![CDATA[it&#8217;s really shame to say, having working experience of around 1 and 1/2 year in code igniter i forget how to use .htaccess for localhost. honestly, i have no problem with .htaccess(for localhost and server) when environment configured as &#8220;Port based WAMP server&#8221;. however, before i forget let me write
There are two ways of environment [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=227&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/04/25/htaccess-file-for-server-and-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>One shot symfony install</title>
		<link>http://aminulsumon.wordpress.com/2009/04/11/one-shot-symfony-install/</link>
		<comments>http://aminulsumon.wordpress.com/2009/04/11/one-shot-symfony-install/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 04:53:32 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[install symfony]]></category>
		<category><![CDATA[setup symfony]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=201</guid>
		<description><![CDATA[First install WAMP. you can also choose XAMP but for me it&#8217;s WAMP.
to install symfony you need to enable or install pear. follow this link in order to do it:
 
http://trac.symfony-project.org/wiki/HowToInstallPearOnWindowsWithWamp
REBOOT PC
second step is to install symfony
http://trac.symfony-project.org/wiki/HowToInstallSymfonyOnWindowsWithWamp
REBOOT PC
Dont worry if your C:\&#62;symfony does not show anything. it&#8217;s important to make sure that, there are no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=201&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/04/11/one-shot-symfony-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>The MVC Architecture &amp; Layout(Decorator Design Pattern)</title>
		<link>http://aminulsumon.wordpress.com/2009/01/14/the-mvc-architecture-layoutdecorator-design-pattern/</link>
		<comments>http://aminulsumon.wordpress.com/2009/01/14/the-mvc-architecture-layoutdecorator-design-pattern/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 05:20:14 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[best way of handle design]]></category>
		<category><![CDATA[design in MVC]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[handle page in MVC]]></category>
		<category><![CDATA[template in symfony]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=179</guid>
		<description><![CDATA[[Note: 100% copy and paste from symfony web site]
If you are used to developing PHP websites without a framework, you probably use the one PHP file per HTML page paradigm. These PHP files probably contain the same kind of structure: initialization and global configuration, business logic related to the requested page, database records fetching, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=179&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/01/14/the-mvc-architecture-layoutdecorator-design-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>

		<media:content url="http://www.shopno-dinga.com/dustbin/mvc.png" medium="image">
			<media:title type="html">MVC Architecture</media:title>
		</media:content>

		<media:content url="http://www.shopno-dinga.com/dustbin/header_footer.png" medium="image">
			<media:title type="html">Template using Header Footer</media:title>
		</media:content>

		<media:content url="http://www.shopno-dinga.com/dustbin/layout.png" medium="image">
			<media:title type="html">Decorator Design Pattern</media:title>
		</media:content>
	</item>
		<item>
		<title>Build a small project</title>
		<link>http://aminulsumon.wordpress.com/2009/01/13/build-a-small-project/</link>
		<comments>http://aminulsumon.wordpress.com/2009/01/13/build-a-small-project/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 05:52:46 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[crud in symfony]]></category>
		<category><![CDATA[project in symfony]]></category>
		<category><![CDATA[small project in symfony]]></category>
		<category><![CDATA[symfony project]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=177</guid>
		<description><![CDATA[well here we are for build second symfony project. previously we have seen, how difficult first project was without a single line of php code. here is the second one similar to first project. but this time not only signp form. instead we implement a small project. lets start
propel:
  article:
    id: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=177&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/01/13/build-a-small-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>Build your first symfony project</title>
		<link>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project-2/</link>
		<comments>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project-2/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 15:41:51 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[easy symfony]]></category>
		<category><![CDATA[first project in symfony]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[start symfony]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=169</guid>
		<description><![CDATA[Good time to build first simple symfony project. The project is very simple one. Build a Signup form. Don&#8217;t blame me, how a signup form can be a project !!!. Yes it is   Lets Start.
Before start follow the instructions make sure you have successfully configured symfony in your local PC. which mean, your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=256&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
		<item>
		<title>build first symfony project</title>
		<link>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project/</link>
		<comments>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 14:09:21 +0000</pubDate>
		<dc:creator>Aminul Islam</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[first symfony project]]></category>
		<category><![CDATA[tiny project in symfony project]]></category>

		<guid isPermaLink="false">http://shopno-dinga.com/myblog/?p=166</guid>
		<description><![CDATA[Good time to build first simple symfony project. The project is very simple one. Build a Signup form. Don&#8217;t blame me, how a signup form can be a project !!!. Yes it is   Lets Start.
Before start follow the instructions make sure you have successfully configured symfony in your local PC. which mean, your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aminulsumon.wordpress.com&blog=5069357&post=255&subd=aminulsumon&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://aminulsumon.wordpress.com/2009/01/11/build-first-symfony-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4ceb248994b649840101e5dca59a0c14?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aminulsumon</media:title>
		</media:content>
	</item>
	</channel>
</rss>