<?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>Web Design &#8211; Software, Fitness, and Gaming &#8211; Jesse Warden</title>
	<atom:link href="https://jessewarden.com/category/web-design/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Wed, 22 Jun 2005 05:07:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://jessewarden.com/wp-content/uploads/2016/08/cropped-Lambda2-32x32.png</url>
	<title>Web Design &#8211; Software, Fitness, and Gaming &#8211; Jesse Warden</title>
	<link>https://jessewarden.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Post AJUG: AJAX &#038; ThinkCAP</title>
		<link>https://jessewarden.com/2005/06/post-ajug-ajax-thinkcap.html</link>
					<comments>https://jessewarden.com/2005/06/post-ajug-ajax-thinkcap.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 22 Jun 2005 05:07:08 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=818</guid>

					<description><![CDATA[The Atlanta Java Users&#8217; Group meeting tonight was about AJAX. Takeaways: Back button becomes Cancel Submit button becomes Save Tons of open source frameworks to bridge to the backend Code does not need to exist on the client beyond connection scripts; JavaScript can be sent to browser to be executed; basically remote invoking via passing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The <a href="http://www.ajug.org/">Atlanta Java Users&#8217; Group</a> meeting tonight was about <a href="http://www.adaptivepath.com/publications/essays/archives/000385.php">AJAX</a>.  Takeaways:</p>
<ol>
<li><b>Back</b> button becomes <b>Cancel</b></li>
<li><b>Submit</b> button becomes <b>Save</b></li>
<li>Tons of open source frameworks to bridge to the backend</li>
<li>Code does not need to exist on the client beyond connection scripts; JavaScript can be sent to browser to be executed; basically remote invoking via passing of code (aka using eval with JavaScript received from the result handler)</li>
<li><a href="http://www.clearnova.com/ThinkCAP/servlet/LayoutMgr?LAYOUT=/cn/inside&#038;subhead=thinkcap&#038;$LAYOUTS$=/cn/Home$">ThinkCAP</a> is a program by a company called <a href="http://www.clearnova.com">ClearNova</a>; it is made up of an IDE visual layout tool, a JavaScript framework, and Java servlet backend, all to create web applications via AJAX; you can toggle AJAX functionality off</li>
<li>Rich Internet Applications was a word that rolled off the presenter&#8217;s tongue with no problems.</li>
<li>Many are now thinking of building web applications, not websites; key difference in mindset &#038; goal</li>
<li>Many just discovering the wonders of Prototype</li>
<li>Java peeps are still interested in learning about Laszlo</li>
</ol>
<p>To go into more detail, it was fantastic to have the AJAX community question the &#8220;breaking&#8221; of the back button; expanding on what <a href="http://www.brandspankingnew.net/archive/2005/06/flash_auto-comp.html">Brandspanking</a> new said in response to <a href="http://www.quasimondo.com/archives/000539.php">Mario Klingemann&#8217;s</a> post.  &#8220;Do we really need it?&#8221;  This is an application, not a page by page metaphor.  As a Flash Developer, my take is &#8220;no shit, Sherlock&#8221; but having another community, mainly Web Developers, echoing the sentiment on already engrained technologies says a lot, lends credence to our original claims, and helps the cause.  Unlikely allies.</p>
<p>The questioning of conventional wisdom by that many more people on how the web is supposed to work is just great; really excited to have another movement going on.</p>
<p>What is scary is the Java developers all chomping at the bit; with the remote invocation (sending JavaScript to the browser which is then eval&#8217;d) allows them to have very little presentation logic/code on the client, allowing that to be stored in databases &#038; templates.</p>
<p>Additionally, one good point made by one of the presenters, Steve Benfield, was how he thinks AJAX will shake up the open source framework community for Java.  Many are page based metaphors; none think like application front-ends, like Flex does currently.</p>
<p>Another point my colleague, formerly of JBoss &#038; Spring fame, Les brought up was there are clients who do not want, or can&#8217;t, install anything, and simply want to use installed software that can scale to  hundreds of thousands of users (ie Java clustered backend).  Since you can&#8217;t use Flash or Flex on the front-end for such situations, he has a valid point.  Good thing I&#8217;ll just keep sucking at HTML &#038; CSS to ensure I don&#8217;t get assigned to such projects.</p>
<p>Another point he brought up during the post-preso question phase; anyone done tests with 200,000 user requests?</p>
<p>Both Flash &#038; AJAX both increase the amount of server requests, but reduce the bandwith of those requests.  No one there could answer if the effects have been tested to actually cause problems.  Yes, the bandwidth is lower, but you are now accepting more continous connections.</p>
<p>As all of my past clients, fulltime &#038; contract, none have reported server errors which lead me to believe I&#8217;m either better at server-side coding than I thought, or more likely I&#8217;ve never had my applications reach the concurrent user base Les was asking about.  Time will tell, but I&#8217;m banking on AMF vs. Gzipped strings.</p>
<p>It&#8217;ll be nice to have Java programmers screwing with a prototype language (JavaScript).  Curious what the long term affects will be.  Will they help find better conventions so prototypes can be used in team environments?</p>
<p>Really neat demo of ThinkCAP.  Really cool to see a small(?) company build a RIA development tool, complete with JavaScript framework &#038; back-end which allows easy plugging to things like Spring, Hibernate, and other frameworks.</p>
<p>Did I mention it was funny to see a Java programmer showing his code, and he wrote it like this?</p>
<p>this.addStyle = function()<br />
{<br />
  // stuff<br />
};</p>
<p>BWAHAHA!!!  Awesome&#8230;</p>
<p>Thanks again, Burr!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2005/06/post-ajug-ajax-thinkcap.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Firefox Parasite</title>
		<link>https://jessewarden.com/2004/10/firefox-parasite.html</link>
					<comments>https://jessewarden.com/2004/10/firefox-parasite.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 08 Oct 2004 03:54:15 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=629</guid>

					<description><![CDATA[Another confession this week: I like Firefox. Before you go, &#8220;Aw man, no one gives a hoot&#8230; your so late to the party, brah!&#8221; or &#8220;I don&#8217;t care about browsers, dork&#8221;, here me out. This whole &#8220;blah blah site doesn&#8217;t support Firefox&#8221; etc. I find frankly annoying, whiny, and curious why I should give a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Another confession this week: I like Firefox.</p>
<p>Before you go, &#8220;Aw man, no one gives a hoot&#8230; your so late to the party, brah!&#8221; or &#8220;I don&#8217;t care about browsers, dork&#8221;, here me out.</p>
<p>This whole &#8220;blah blah site doesn&#8217;t support Firefox&#8221; etc. I find frankly annoying, whiny, and curious why I should give a frigin&#8217; care.  I use IE; it works, comes pre-installed, and most everything I do works in IE.  The security flaws are only exploited, in my experience, on less savory websites where one shouldn&#8217;t frequent anyway (unless you know what your doing).</p>
<p>I was tasked at work to research XUL and it&#8217;s capabilities.  So, I&#8217;m really digging using Mozilla&#8217;s rendering engine for XUL.  It&#8217;s pretty neat that it&#8217;s nearly identical to HTML and forms development, but they have their own framework + rendering engine + installation system devoted to just this process.  I never could get my Chrome install to work, the lack of proper GUI&#8217;s for this 2 year-old (it&#8217;s older, but most good forum posts start in 2002 that I saw) technology is pathetic, and it was extremely diffucult to debug (I found out later about the developer install/debug version).</p>
<p>So, I&#8217;m testing things in Firefox because it appears to be more progressive in it&#8217;s use of extensions.  Therefore, I&#8217;d have a plethora of examples to take apart and examine.  I consider myself a window management meister.  In Windows, one must master this skill to remain sane and remotely productive.  I&#8217;ve found the positives in that skillset to help justify the constant clicking and moving.  I then started using tabs in Firefox to switch between XULPlanet.com, Macromedia&#8217;s LiveDoc&#8217;s on their implementation, and my sample app running locally because I had other IE windows open.  On dual monitors with lots of RAM, I&#8217;ll load those suckers up with windows.</p>
<p>Next thing I know, I&#8217;m using other tabs for normal websites like Full As A Goog, and others to browse in my spare time.  As of yesterday, I started my day opening Firefox instead of IE to visit the Goog.  I then started doing it at home.</p>
<p>Now, my blatant disregard for web standards probably ticks off the w3c-nazi&#8217;s, and assure&#8217;s you I&#8217;m missing the whole point.  My confusion, however, stems on how the heck did a &#8220;browser&#8221; grow on me?  I&#8217;m not all into web browsing as an experience.  To me, it&#8217;s a frikin&#8217; tool, end of story.  And yet&#8230; here I am writing a blog entry about how frustrated I am; I feel violated, befuddled, abashed, &#8220;How could this happen?&#8221;</p>
<p>Anyway, if you have time, give Firefox a week, and you&#8217;ll see what I mean.  It&#8217;s just a stupid browser, you think initially.  Who cares.  Mozilla sux, why would this be any different, right?  Bloody hell, I just realized I&#8217;m blogging in it, too.</p>
<p>Damn browser.  I&#8217;ll tell you, though, if IE got tabbed browsing, I&#8217;d probably go back to IE&#8230; but the CSS button and the RSS buttons are cool too.  Weird man.  I never thought I&#8217;d care.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2004/10/firefox-parasite.html/feed</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>I need a new search mechanism for my site</title>
		<link>https://jessewarden.com/2004/09/i-need-a-new-search-mechanism-for-my-site.html</link>
					<comments>https://jessewarden.com/2004/09/i-need-a-new-search-mechanism-for-my-site.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 24 Sep 2004 17:13:58 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=619</guid>

					<description><![CDATA[Atomz.com recently announced that: &#8220;To help offset the cost to continue to provide this service, we will be adding contextual advertising before and after the search results. This advertising will be delivered by Google, our advertising partner. The &#8216;sponsored links&#8217; will be purely text-based and will be driven off the search keywords entered. They will [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.atomz.com/">Atomz.com</a> recently announced that:</p>
<p>&#8220;To help offset the cost to continue to provide this service, we will be adding contextual advertising before and after the search results. This advertising will be delivered by Google, our advertising partner. The &#8216;sponsored links&#8217; will be purely text-based and will be driven off the search keywords entered. They will be visually distinct from your search results, so your visitors know what results are for your site, separate from the advertising.&#8221;</p>
<p>I will not allow advertising on my site, and I know of a peer of mine who&#8217;s company is having similiar problems with this recent news.  I&#8217;m sure I could probably use the default MoveableType search engine for my site, but that wouldn&#8217;t work for my friend.</p>
<p>Anyone know of a free search engine I can use for my site and/or others?  It will replace the current search functionality I have now.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2004/09/i-need-a-new-search-mechanism-for-my-site.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Virtual Model dot com</title>
		<link>https://jessewarden.com/2004/02/virtual-model-dot-com.html</link>
					<comments>https://jessewarden.com/2004/02/virtual-model-dot-com.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Mon, 02 Feb 2004 02:59:00 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=422</guid>

					<description><![CDATA[Via &#60;a href=&#8221;http://www.mediadiva.net/mt/&#8221;&#62;her majesty&#60;/a&#62;. &#60;a href=&#8221;http://www.myvirtualmodel.com&#8221;&#62;Virtual Model dot com&#60;/a&#62; I believe I heard about this awhile ago&#8230; even an idea of scanning in your true physique in the future to actually have the clothing try ons be more valid. The fact that other clothing sites support this is kind of neat. It is an example [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Via &lt;a href=&#8221;http://www.mediadiva.net/mt/&#8221;&gt;her majesty&lt;/a&gt;.</p>
<p>&lt;a href=&#8221;http://www.myvirtualmodel.com&#8221;&gt;Virtual Model dot com&lt;/a&gt;</p>
<p>I believe I heard about this awhile ago&#8230; even an idea of scanning in your true physique in the future to actually have the clothing try ons be more valid.  The fact that other clothing sites support this is kind of neat.  It is an example of using one application&#8217;s features via another&#8230; just like Central does!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2004/02/virtual-model-dot-com.html/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>EOLAS &#038; IE Quick Fix Doesn&#8217;t Work</title>
		<link>https://jessewarden.com/2003/10/eolas-ie-quick-fix-doesnt-work.html</link>
					<comments>https://jessewarden.com/2003/10/eolas-ie-quick-fix-doesnt-work.html#comments</comments>
		
		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Thu, 09 Oct 2003 20:34:20 +0000</pubDate>
				<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">http://jessewarden.com/?p=303</guid>

					<description><![CDATA[Trying to weed through the bs here and find a soltuion(s) for you all. &#60;a href=&#8221;http://msdn.microsoft.com/ieupdate/activexchanges.asp#related_topics&#8221;&#62;MSDN Article&#60;/a&#62; My manager found the link Microsoft has for explaining exactly how the changes work in the new IE and how to work &#8220;around&#8221; them. You just set the new attribute for the object tag, NOEXTERNALDATA=&#8221;true&#8221;, and your good [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Trying to weed through the bs here and find a soltuion(s) for you all.</p>
<p>&lt;a href=&#8221;http://msdn.microsoft.com/ieupdate/activexchanges.asp#related_topics&#8221;&gt;MSDN Article&lt;/a&gt;</p>
<p>My manager found the link Microsoft has for explaining exactly how the changes work in the new IE and how to work &#8220;around&#8221; them.  You just set the new attribute for the object tag, NOEXTERNALDATA=&#8221;true&#8221;, and your good to go, even if your object tag has param tags.  The issue is, if your param tags use external data not on your site, then that data won&#8217;t work.</p>
<p>Therefore, even existing Flash sites, it seems from reading this, won&#8217;t break; no javascript bs needed.  Me?  I just use &lt;param name=&#8221;movie&#8221; value=&#8221;myMovie.swf&#8221;&gt; in a webpage on www.jessewarden.com.  This is fine, because the SWF is not from an external domain, but from my site, so no dialogue box for the user.</p>
<p>If that&#8217;s all there is too it, then it certainly won&#8217;t affect anything I&#8217;ve ever done, and I suspect a lot of the disinformation out there is causing people to &#8220;fix&#8221; things that don&#8217;t need to be fixed.  They outta test in the new browser before they do so.  Just to add to the validity of this, I tested in the new IE browser beta side-by-side with the old IE.  Below are the results.</p>
<p>:: tests ::</p>
<p>Uh&#8230; ok, Microsoft&#8217;s solutions don&#8217;t work.  Below is the code which I&#8217;ll tear apart in the following paragraphs.</p>
<p>&amp;lt;object NOEXTERNALDATA=&amp;quot;false&amp;quot;<br />
classid=&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot; codebase=&amp;quot;http://download.macromedia.com/<br />
pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0&amp;quot; width=&amp;quot;200&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;<br />
middle&amp;quot;&amp;gt;<br />
&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;http://www.jessewarden.com/friends.swf&amp;quot; /&amp;gt;&lt;br&gt;<br />
  &amp;lt;<br />
  param name=&amp;quot;allowScriptAccess&amp;quot; value=&amp;quot;sameDomain&amp;quot; /&amp;gt;&lt;br&gt;<br />
&amp;lt;<br />
  param name=&amp;quot;quality&amp;quot; value=&amp;quot;high&amp;quot; /&amp;gt;&lt;br&gt;<br />
&amp;lt;<br />
  param name=&amp;quot;wmode&amp;quot; value=&amp;quot;transparent&amp;quot; /&amp;gt;<br />
&amp;lt;embed src=&amp;quot;http://www.jessewarden.com/friends/friends.swf&amp;quot; width=&amp;quot;200&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot; quality=&amp;quot;high&amp;quot; wmode=&amp;quot;transparent&amp;quot; allowScriptAccess=&amp;quot;sameDomain&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http://www.macromedia.com/go/getflashplayer&amp;quot;<br />
/&amp;gt;<br />
&amp;lt;/object&amp;gt;</p>
<p>Alrigth, first off, my param tags are not external content.  My site is hosted on www.jessewarden.com, and my Flash file is on www.jessewarden.com.  However, setting NOEXTERNALDATA to true prevents the SWF from ever being loaded&#8230; IE just hangs there indeifinately (the new beta one).</p>
<p>The article cleary states, &#8220;If the OBJECT element used to load the control contains PARAM elements but none of the PARAM elements specify a source of data external to the current Web page, then the control does not access remote data.&#8221;</p>
<p>The example they give references the URL property.  Funny, if I comment out EVERYTHING (I actually removed because the comments showed up in one of my tests), I get the Flash object, but the blank white screen when there is no Flash movie target.</p>
<p>&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;br&gt;<br />
&amp;lt;<br />
object NOEXTERNALDATA=&amp;quot;false&amp;quot; classid=&amp;quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&amp;quot; width=&amp;quot;200&amp;quot; height=&amp;quot;200&amp;quot; align=&amp;quot;middle&amp;quot;&amp;gt;<br />
&amp;lt;param name=&amp;quot;movie&amp;quot; value=&amp;quot;friends.swf&amp;quot; /&amp;gt;<br />
&amp;lt;/object&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;</p>
<p>This tells me that the article is correct; if something DOES reference an external piece of data, basically the object doesn&#8217;t get the variable.  In this case, Flash never got the &#8220;movie&#8221; property, therefore the SWF was never loaded.  So, yes, the Flash object shows up, but no Flash movie gets loaded.  I tried derivates using codebase and classID above; adding them and removing them, all failed.  Tried uncommenting certain params, even tried using src instead of movie, still no dice.</p>
<p>There was one instance when I removed the embed, and kept the classid it worked, but all the 10 other tests I did didn&#8217;t, therefore leading me to believe it was a fluke, and a cache issue.</p>
<p>As stated, I removed the classid and codebase attributes together, seperately, etc. making as many different combinations I could think of; commenting out params, deleting the params instead of commenting out, leaving the embed tag in the first instances, and deleting it to test; all failed.</p>
<p>Therefore, here are my conclusions.</p>
<p>&lt;b&gt;Conclusions&lt;/b&gt;<br />
1) The Flash param tag &#8220;movie&#8221;, even if relative or hardcoded to the same domain, the new IE still interprets as external to the domain.  Therefore, unless this is solved, there is no way to use this solution for 2 reasons: you still have a param tag which prevents you from using rule 1 in the article, and the param tag, even though it may use local data to the web page (whatever that means at this point) the new IE still will interpret as remote, therefore not passing to the Flash object, therefore preventing the Flash object from loading a SWF.<br />
2) The only way, then, is to use external JavaScript, as the Flash object, for IE anyway, requires as least 1 param tag: the movie one.</p>
<p>For right now, I&#8217;ve got my NOEXTERNALDATA on my site set to false, as at least it consistently works in both browsers.  I thought this article was my savior, but I couldn&#8217;t get it to work.  Then again, I&#8217;m a Flash guy, not a web guru.</p>
<p>&lt;b&gt;Future Trepidations&lt;/b&gt;<br />
Even if someone gets the param tag way to work, my &lt;a href=&#8221;http://www.erikbianchi.com&#8221;&gt;co-worker&lt;/a&gt; just told me of something that he read last week that indicates that this is just a proposal.  Microsoft&#8217;s article is very cool, concise, and neat how they mention &#8220;around&#8221; in it, hehe, but the issue remains that if EOLAS doesn&#8217;t find it acceptable, this whole thing is for naught.</p>
<p>Secondly, the article has a horrible reference to permantly blocking controls.  &#8220;Using the settings on the Advanced tab on the Internet Options dialog, users can choose to have affected controls blocked by default. When a control is blocked, alternate content is rendered in place of the controls when available, and the user is presented with a notification that the page contains blocked controls. The following image shows the notification that users see when affected controls are blocked.&#8221;</p>
<p>Holy phish&#8230; if that is somehow turned on, ALL Flash content is not rendered.  The user is informed via those annoying text bubbles.  Hopefully, most users won&#8217;t click it immediately away without reading it like I do and then turn all controls back on to be shown.   Thankfully, if it happens again, the bubble itself has a link in it to easily allow the user to not only turn the controls back on, but also to refresh the page: good job Microsoft!  Still, this is uncool.  I know dynamic web pages are the things of now, but being FORCED to do it this way is kind of dumb.  As long as Microsfoft confirms it is the ONLY way, though, is what concerns me, because I tried their first way, and from my tests, it doesn&#8217;t work.</p>
<p>&lt;b&gt;Hypothesis&lt;/b&gt;<br />
At any rate, I really think it may possibly Macromedia who can make the first one work.  If they can change the Flash Player enough to read URL variables from the FlashVar&#8217;s param tag instead of the sppended ones like they did in the Flash 6 Player, then maybe they can update the Flash 7 Player to do the same thing with the movie param tag.  One can only hope.</p>
<p>*sigh*</p>
<p>The war continues&#8230;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jessewarden.com/2003/10/eolas-ie-quick-fix-doesnt-work.html/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
