<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Dynamic website part 2</title>
	<atom:link href="http://blog.cmstutorials.org/posts/tutorials/dynamic-website-part-2/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2</link>
	<description>Free tutorials and resources</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-813</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Fri, 23 Dec 2011 12:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-813</guid>
		<description>@Paul: Yes there will be more, i made a list. It&#039;s not a definitive list, a few things could still be changed

	Part 4 - Delete articles
	Part 5 - Classes&amp; objects
	Part 6 - Registration/Login
	Part 7 - Usergroups
	Part 8 - Administration panel
	Part 9 - Optimization (css-sprite, minify javascript, ...)
	Part 10 - Clean URL&#039;s &amp; regular expression
</description>
		<content:encoded><![CDATA[<p>@Paul: Yes there will be more, i made a list. It&#8217;s not a definitive list, a few things could still be changed</p>
<p>	Part 4 &#8211; Delete articles<br />
	Part 5 &#8211; Classes&amp; objects<br />
	Part 6 &#8211; Registration/Login<br />
	Part 7 &#8211; Usergroups<br />
	Part 8 &#8211; Administration panel<br />
	Part 9 &#8211; Optimization (css-sprite, minify javascript, &#8230;)<br />
	Part 10 &#8211; Clean URL&#8217;s &amp; regular expression</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-811</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 22 Dec 2011 14:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-811</guid>
		<description>@krike, thanks for the response!  I was also wondering if you will be creating more tutorials? (friendly URLs, creating/altering a pagination file) - looking forward to more!

Again, this is the best tutorial!</description>
		<content:encoded><![CDATA[<p>@krike, thanks for the response!  I was also wondering if you will be creating more tutorials? (friendly URLs, creating/altering a pagination file) &#8211; looking forward to more!</p>
<p>Again, this is the best tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-810</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Thu, 22 Dec 2011 08:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-810</guid>
		<description>@Paul: No your way is perfectly fine :), some people order by id others by date and you can use ASC ord DESC to change the order in which they are being displayed.</description>
		<content:encoded><![CDATA[<p>@Paul: No your way is perfectly fine <img src='http://blog.cmstutorials.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , some people order by id others by date and you can use ASC ord DESC to change the order in which they are being displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-807</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Thu, 22 Dec 2011 08:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-807</guid>
		<description>@leo: Sorry for my late response, been very busy lately. Glad you could fix it :)</description>
		<content:encoded><![CDATA[<p>@leo: Sorry for my late response, been very busy lately. Glad you could fix it <img src='http://blog.cmstutorials.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-806</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 22 Dec 2011 04:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-806</guid>
		<description>Actually.  I added this to my query

 $sql=mysqli_query($link, &quot;SELECT * FROM articles ORDER BY create_date DESC &quot;. $pagination-&gt;getLimitSql()); 

and it worked.  Is there a better way to do it?</description>
		<content:encoded><![CDATA[<p>Actually.  I added this to my query</p>
<p> $sql=mysqli_query($link, &#8220;SELECT * FROM articles ORDER BY create_date DESC &#8220;. $pagination-&gt;getLimitSql()); </p>
<p>and it worked.  Is there a better way to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-805</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 22 Dec 2011 03:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-805</guid>
		<description>How do I change the order in which the articles are displayed?  Currently they are in order of id. (1, 2, then 3..etc.) I want them to be the opposite (3,2, then 1) so that they are show in order of recently updated.

amazing tutorial! 

Paul</description>
		<content:encoded><![CDATA[<p>How do I change the order in which the articles are displayed?  Currently they are in order of id. (1, 2, then 3..etc.) I want them to be the opposite (3,2, then 1) so that they are show in order of recently updated.</p>
<p>amazing tutorial! </p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-800</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 14 Nov 2011 17:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-800</guid>
		<description>Hy again,

fixed it. the siteurl was one folder up. So when u click next it cant find any pages...so you get a 404..heheh
The tutorial is a blast..

Thank you</description>
		<content:encoded><![CDATA[<p>Hy again,</p>
<p>fixed it. the siteurl was one folder up. So when u click next it cant find any pages&#8230;so you get a 404..heheh<br />
The tutorial is a blast..</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-799</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-799</guid>
		<description>hy Krike,

just finished the tutorial. I have only included confi.inc.php and $siteurl variable .
My article page looks like yours sort&#039;a but when i click next or 2 i get an error..404 not found...
what could it be..maybe the pagination class??</description>
		<content:encoded><![CDATA[<p>hy Krike,</p>
<p>just finished the tutorial. I have only included confi.inc.php and $siteurl variable .<br />
My article page looks like yours sort&#8217;a but when i click next or 2 i get an error..404 not found&#8230;<br />
what could it be..maybe the pagination class??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krike</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-771</link>
		<dc:creator>krike</dc:creator>
		<pubDate>Fri, 26 Aug 2011 07:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-771</guid>
		<description>@John: so does it work? did you figure out what was wrong?</description>
		<content:encoded><![CDATA[<p>@John: so does it work? did you figure out what was wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.cmstutorials.org/tutorials/dynamic-website-part-2/comment-page-1#comment-767</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 23 Aug 2011 15:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cmstutorials.org/?p=497#comment-767</guid>
		<description>Hi,
    I downloaded  your files because mine wasnt working and when I go to articles.php it displays the first 2 articles from my database but when i click the next button it cant find that page i.e. articles.php?page=2</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    I downloaded  your files because mine wasnt working and when I go to articles.php it displays the first 2 articles from my database but when i click the next button it cant find that page i.e. articles.php?page=2</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: blog.cmstutorials.org @ 2012-02-12 01:53:10 -->
