<?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: Part 1: Dynamic jQuery Featured Post Slider &#8211; Using Custom Loops</title>
	<atom:link href="http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/</link>
	<description>Wordpress Tips for Noobs, Rookies and Pros</description>
	<lastBuildDate>Thu, 28 Jul 2011 19:07:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-RC2</generator>
	<item>
		<title>By: Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops &#124; DlMobileVid - Free Download Video for Mobile, Iphone, Adroid, Nokia,.. With High Quality</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-6755</link>
		<dc:creator>Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops &#124; DlMobileVid - Free Download Video for Mobile, Iphone, Adroid, Nokia,.. With High Quality</dc:creator>
		<pubDate>Tue, 19 Jul 2011 07:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-6755</guid>
		<description>[...] Part 1: Creating Your Own Custom Loops In WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1: Creating Your Own Custom Loops In WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-6455</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 22 Jun 2011 03:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-6455</guid>
		<description>Thank you for this tutorial! But i&#039;m still having a hard time! LOL!</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial! But i'm still having a hard time! LOL!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fume hood</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-6435</link>
		<dc:creator>Fume hood</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-6435</guid>
		<description>I will try it</description>
		<content:encoded><![CDATA[<p>I will try it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrícia</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-6183</link>
		<dc:creator>Patrícia</dc:creator>
		<pubDate>Thu, 26 May 2011 14:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-6183</guid>
		<description>hello!

thanks for the tuto! it&#039;s beeing very hard for me as i am new in this story! please dont get me wrong...

I dont know what to do with this loop...How can i adapt this to existent wp loop? should I replace the default one for this one? thanks again and again,

Patrícia.</description>
		<content:encoded><![CDATA[<p>hello!</p>
<p>thanks for the tuto! it's beeing very hard for me as i am new in this story! please dont get me wrong...</p>
<p>I dont know what to do with this loop...How can i adapt this to existent wp loop? should I replace the default one for this one? thanks again and again,</p>
<p>Patrícia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-2145</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 18 Nov 2010 03:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-2145</guid>
		<description>Cheers for this Jared. I was looking at similar effects in plug-in form but I was surprised how limited so many of those available are. They didn&#039;t do nearly as much as I needed to scripting my own is the best option. You&#039;ve got me off to a good start.</description>
		<content:encoded><![CDATA[<p>Cheers for this Jared. I was looking at similar effects in plug-in form but I was surprised how limited so many of those available are. They didn't do nearly as much as I needed to scripting my own is the best option. You've got me off to a good start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-1798</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 01 Oct 2010 15:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-1798</guid>
		<description>@Phillip That&#039;s a great question. Might have been better to ask on the OOP post, but here is fine too.

The answer is, YES! You can create methods (functions) within a Php Class, and I do it all the time. It is one of the most common uses for OOP and Classes. Many people set up a class that has methods for doing all the different database queries you can do, just to make it that much easier to make use of by creating an Object of it and just passing your query to the method you run. It can make writing your queries (via Objects) really simple and a lot less code. 

You don&#039;t have to repeatedly type the same lines of code over and over. You can just make a new Object and an instance of the method you want to use for a query.

There really aren&#039;t any drawbacks that I can think of, other than the fact that the learning curve for doing things this way can be very steep. Many developers, myself included, find it very difficult to wrap their heads around OOP at first. But once you do, you will wish you learned it that way instead of bothering with procedural coding techniques. I&#039;m not saying I&#039;m a pro or anything, and I still have much to understand about it, but what I do now finally understand, has made a world of difference for me.

It&#039;s worth the time you spend trying to just get over the initial learning curve, just keep at it and you will be happy you did.</description>
		<content:encoded><![CDATA[<p>@Phillip That's a great question. Might have been better to ask on the OOP post, but here is fine too.</p>
<p>The answer is, YES! You can create methods (functions) within a Php Class, and I do it all the time. It is one of the most common uses for OOP and Classes. Many people set up a class that has methods for doing all the different database queries you can do, just to make it that much easier to make use of by creating an Object of it and just passing your query to the method you run. It can make writing your queries (via Objects) really simple and a lot less code. </p>
<p>You don't have to repeatedly type the same lines of code over and over. You can just make a new Object and an instance of the method you want to use for a query.</p>
<p>There really aren't any drawbacks that I can think of, other than the fact that the learning curve for doing things this way can be very steep. Many developers, myself included, find it very difficult to wrap their heads around OOP at first. But once you do, you will wish you learned it that way instead of bothering with procedural coding techniques. I'm not saying I'm a pro or anything, and I still have much to understand about it, but what I do now finally understand, has made a world of difference for me.</p>
<p>It's worth the time you spend trying to just get over the initial learning curve, just keep at it and you will be happy you did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-1797</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Fri, 01 Oct 2010 14:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-1797</guid>
		<description>Jared. Thanks for posting so much of your hard work for others to use. I&#039;m more of a hack than a programmer and I&#039;m delving into OOP. Keep that in mind when you consider my question. Thanks. You have a tutorial about custom posts that is written in an OOP class. Can queries, such as the one you have posted above, be written in a class? Would there be a benifit vs drawback? Are queries fit for class construction? Sorry if this isn&#039;t the place for this question. and thanks again for your work.</description>
		<content:encoded><![CDATA[<p>Jared. Thanks for posting so much of your hard work for others to use. I'm more of a hack than a programmer and I'm delving into OOP. Keep that in mind when you consider my question. Thanks. You have a tutorial about custom posts that is written in an OOP class. Can queries, such as the one you have posted above, be written in a class? Would there be a benifit vs drawback? Are queries fit for class construction? Sorry if this isn't the place for this question. and thanks again for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-1359</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-1359</guid>
		<description>Thanks glad you like it. The syntaxhighlighter theme used for this site is one that I custom designed to better match this sites theme design. None of the themes that the plugin has by default looked good on the site so just picked the closest matching one, and altered the CSS of it. 

If you want, I can share with you the CSS file that I modified to make the syntax theme. Let me know.</description>
		<content:encoded><![CDATA[<p>Thanks glad you like it. The syntaxhighlighter theme used for this site is one that I custom designed to better match this sites theme design. None of the themes that the plugin has by default looked good on the site so just picked the closest matching one, and altered the CSS of it. </p>
<p>If you want, I can share with you the CSS file that I modified to make the syntax theme. Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Camilo</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-1358</link>
		<dc:creator>Juan Camilo</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-1358</guid>
		<description>Hey Jared, great tut! quick question. What syntax color theme are you using in the code syntax highlighter in this site. The color combination is awesome</description>
		<content:encoded><![CDATA[<p>Hey Jared, great tut! quick question. What syntax color theme are you using in the code syntax highlighter in this site. The color combination is awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making A Dynamic Wordpress jQuery Featured Post Slider Tutorial &#124; ..::manlivokma::.. Free download</title>
		<link>http://new2wp.com/pro/part-1-dynamic-jquery-featured-post-slider-with-or-without-javascript/comment-page-1/#comment-282</link>
		<dc:creator>Making A Dynamic Wordpress jQuery Featured Post Slider Tutorial &#124; ..::manlivokma::.. Free download</dc:creator>
		<pubDate>Mon, 05 Apr 2010 03:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://new2wp.com/?p=36#comment-282</guid>
		<description>[...] Part 1: Creating Your Own Custom Loops In Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 1: Creating Your Own Custom Loops In WordPress [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

