<?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>Kesser</title>
	<atom:link href="http://ikesser.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ikesser.com</link>
	<description>ikesser.com contains my notes and learnings about PHP, Symfony, Artificial Intelligence (AI), Educational learning, and anything dealing with work habits and ethics.</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:45:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Change the Database Schema for Symfony</title>
		<link>http://ikesser.com/?p=41</link>
		<comments>http://ikesser.com/?p=41#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:34:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://ikesser.com/?p=41</guid>
		<description><![CDATA[Use phpMyadmin to change your database schema (the structure of your database). Change the schema.yml file to reflect the changes you made in the database in phpMyadmin &#8226; file can be found in: /config/doctrine/schema.yml Regenerate the Symfony model classes. Symfony is going to use your schema file and generate classes based on your database tables. [...]]]></description>
		<wfw:commentRss>http://ikesser.com/?feed=rss2&#038;p=41</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Mind Maps for Exam Success</title>
		<link>http://ikesser.com/?p=18</link>
		<comments>http://ikesser.com/?p=18#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:32:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Study Techniques]]></category>
		<category><![CDATA[ACCA]]></category>
		<category><![CDATA[Accountants]]></category>
		<category><![CDATA[certified accountants]]></category>
		<category><![CDATA[exam success]]></category>
		<category><![CDATA[exam techniques]]></category>
		<category><![CDATA[how to study]]></category>
		<category><![CDATA[how to study for exams]]></category>
		<category><![CDATA[mind maps]]></category>
		<category><![CDATA[study techniques]]></category>

		<guid isPermaLink="false">http://ikesser.com/?p=18</guid>
		<description><![CDATA[The study techniques mentioned in this article in the ACCA&#8217;s (the Association of Chartered Certified Accountants) E-Magazine are simply amazing. Check it out on the ACCA&#8217;s website, How to use Mind Maps for Exam Success]]></description>
		<wfw:commentRss>http://ikesser.com/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Page for your Website Using Symfony</title>
		<link>http://ikesser.com/?p=15</link>
		<comments>http://ikesser.com/?p=15#comments</comments>
		<pubDate>Wed, 19 Oct 2011 14:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://ikesser.com/?p=15</guid>
		<description><![CDATA[Update the &#8220;routing.yml&#8221; file found in (apps/frontend/config/routing.yml) with the correct URL and Param (module and action). Create a folder inside the modules (apps/frontend/modules/) folder and name it whatever you want the module to be called. Create an &#8220;actions&#8221; folder and &#8220;templates&#8221; folder inside the module folder you just created. Example: apps/frontend/modules/page/actions or apps/frontend/modules/page/templates. In this [...]]]></description>
		<wfw:commentRss>http://ikesser.com/?feed=rss2&#038;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Set up a New Instance of Symfony</title>
		<link>http://ikesser.com/?p=8</link>
		<comments>http://ikesser.com/?p=8#comments</comments>
		<pubDate>Tue, 18 Oct 2011 16:47:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ikesser.com/?p=8</guid>
		<description><![CDATA[DNS -Domain Name System Set up DNS  to recognize &#8220;finder&#8221;(this is whatever name you want your domain to be) as a domain name. Point your host to your local machine. where to find the host file: c:\windows\system32\drivers\etc\hosts Set-up Apache to handle the host Edit the &#8220;httpd.conf&#8221; file and add the virtual host. Restart Apache. Create [...]]]></description>
		<wfw:commentRss>http://ikesser.com/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
