<?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 for Web International Awards</title>
	<atom:link href="http://www.webia.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webia.info</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 13:16:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Make your own jQuery slider using XML by Hoxxy</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1158</link>
		<dc:creator>Hoxxy</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1158</guid>
		<description>I&#039;ve been thinking of learning xml a little so maybe I might start with this. Thanks for the great post.</description>
		<content:encoded><![CDATA[I&#8217;ve been thinking of learning xml a little so maybe I might start with this. Thanks for the great post.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make your own jQuery slider using XML by Bogdan Pop</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1157</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1157</guid>
		<description>Thanks!

There&#039;s a demo and source codes available for download. 

http://www.webia.info/articles/tutorials/awesome-slider-demo-and-source-codes/</description>
		<content:encoded><![CDATA[Thanks!<br />
<br />
There&#8217;s a demo and source codes available for download. <br />
<br />
<a href="http://www.webia.info/articles/tutorials/awesome-slider-demo-and-source-codes/" rel="nofollow">http://www.webia.info/articles/tutorials/awesome-slider-demo-and-source-codes/</a>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make your own jQuery slider using XML by Tutorijali HDonWEB</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1155</link>
		<dc:creator>Tutorijali HDonWEB</dc:creator>
		<pubDate>Tue, 09 Mar 2010 22:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1155</guid>
		<description>Nice tutorial. bookmarked</description>
		<content:encoded><![CDATA[Nice tutorial. bookmarked]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make your own jQuery slider using XML by Bogdan Pop</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1148</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Thu, 04 Mar 2010 22:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1148</guid>
		<description>@Avangelist 
Thanks for taking the time to comment. Really appreciate the effort. And now the reply...

I used XML because:
1. The HTML code would be reduced. If the slides were inside the HTML, the size of the file would have got large and optimized content would have been pushed down below. I used XML to make sure that optimized content would be as high in the source code as possible. 

At first view it wouldn&#039;t be that much, but this slider was developed to be used in a portfolio section, and there&#039;s a lot of projects and screens.

2. Indeed there&#039;s more to code by using XML to store data, but this comes with benefits, as the number of mysql requests is minimized. In fact, the site doesn&#039;t even use a mysql database.

3. Most sliders out there use inline content, hiding it then revealing it, and this one is different.</description>
		<content:encoded><![CDATA[@Avangelist <br />
Thanks for taking the time to comment. Really appreciate the effort. And now the reply&#8230;<br />
<br />
I used XML because:<br />
1. The HTML code would be reduced. If the slides were inside the HTML, the size of the file would have got large and optimized content would have been pushed down below. I used XML to make sure that optimized content would be as high in the source code as possible. <br />
<br />
At first view it wouldn&#8217;t be that much, but this slider was developed to be used in a portfolio section, and there&#8217;s a lot of projects and screens.<br />
<br />
2. Indeed there&#8217;s more to code by using XML to store data, but this comes with benefits, as the number of mysql requests is minimized. In fact, the site doesn&#8217;t even use a mysql database.<br />
<br />
3. Most sliders out there use inline content, hiding it then revealing it, and this one is different.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make your own jQuery slider using XML by Avangelist</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1147</link>
		<dc:creator>Avangelist</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1147</guid>
		<description>I am struggling to see why you use an XML file?

I know you said it was to streamline your markup, but look at how much work you have caused yourself with your js file?

The offset doesn&#039;t add up. I guess in a production environment, perhaps it would be clearer the overheads reduced by using an XML feed. But what is likely to create this feed? If it&#039;s coming form a database, well you would be foolish to not run it through a server-side query which would provide stronger validation.

If it is from a feed of some kind, I guess I could see the validity, but then again you&#039;d be more likely to be sourcing a feed direct.

Is the XML an example of how you could take data from a feed? 

Perhaps I am reading into it a little too much.</description>
		<content:encoded><![CDATA[I am struggling to see why you use an XML file?<br />
<br />
I know you said it was to streamline your markup, but look at how much work you have caused yourself with your js file?<br />
<br />
The offset doesn&#8217;t add up. I guess in a production environment, perhaps it would be clearer the overheads reduced by using an XML feed. But what is likely to create this feed? If it&#8217;s coming form a database, well you would be foolish to not run it through a server-side query which would provide stronger validation.<br />
<br />
If it is from a feed of some kind, I guess I could see the validity, but then again you&#8217;d be more likely to be sourcing a feed direct.<br />
<br />
Is the XML an example of how you could take data from a feed? <br />
<br />
Perhaps I am reading into it a little too much.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Consistency. Key element in extraordinary UX by Make your own jQuery slider using XML</title>
		<link>http://www.webia.info/articles/consistency-key-element-in-extraordinary-ux/comment-page-1/#comment-1145</link>
		<dc:creator>Make your own jQuery slider using XML</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=513#comment-1145</guid>
		<description>[...] 4. Consistency. Key element in extraordinary UX [...]</description>
		<content:encoded><![CDATA[[...] 4. Consistency. Key element in extraordinary UX [...]]]></content:encoded>
	</item>
	<item>
		<title>Comment on The change is here. Hover events come to mobile devices by Make your own jQuery slider using XML</title>
		<link>http://www.webia.info/articles/usability/the-change-is-here-hover-events-come-to-mobile-devices/comment-page-1/#comment-1144</link>
		<dc:creator>Make your own jQuery slider using XML</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1049#comment-1144</guid>
		<description>[...] 1. The change is here. Hover events come to mobile devices [...]</description>
		<content:encoded><![CDATA[[...] 1. The change is here. Hover events come to mobile devices [...]]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make your own jQuery slider using XML by Bogdan Pop</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1143</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1143</guid>
		<description>@Shrikant

As I said the other day, there&#039;s a new post with a demo and source code download for this tutorial.</description>
		<content:encoded><![CDATA[@Shrikant<br />
<br />
As I said the other day, there&#8217;s a new post with a demo and source code download for this tutorial.]]></content:encoded>
	</item>
	<item>
		<title>Comment on Buttons and usability by Awesome Slider demo and source codes</title>
		<link>http://www.webia.info/articles/usability/buttons-and-usability/comment-page-1/#comment-1142</link>
		<dc:creator>Awesome Slider demo and source codes</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1043#comment-1142</guid>
		<description>[...] 5. Buttons and usability [...]</description>
		<content:encoded><![CDATA[[...] 5. Buttons and usability [...]]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript DOs and DONTs. Complete with 17 examples from real web by Awesome Slider demo and source codes</title>
		<link>http://www.webia.info/articles/javascript-articles/javascript-dos-and-donts-complete-with-17-examples-from-real-web/comment-page-1/#comment-1141</link>
		<dc:creator>Awesome Slider demo and source codes</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=598#comment-1141</guid>
		<description>[...] 3. Javascript DOs and DONTs. Complete with 17 examples from real web [...]</description>
		<content:encoded><![CDATA[[...] 3. Javascript DOs and DONTs. Complete with 17 examples from real web [...]]]></content:encoded>
	</item>
</channel>
</rss>
