<?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"
	>
<channel>
	<title>Comments on: Filesystem and attributes</title>
	<atom:link href="http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/feed/" rel="self" type="application/rss+xml" />
	<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/</link>
	<description>... mammoth cave ...</description>
	<pubDate>Tue, 06 Jan 2009 11:11:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: lev</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-53</link>
		<dc:creator>lev</dc:creator>
		<pubDate>Wed, 22 Jun 2005 14:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-53</guid>
		<description>Mostly I'm not about functionality and plug-ins. I did't notice a bold text under comment text. That is strange. :)</description>
		<content:encoded><![CDATA[<p>Mostly I&#8217;m not about functionality and plug-ins. I did&#8217;t notice a bold text under comment text. That is strange. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Mamtchenkov</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-52</link>
		<dc:creator>Alexander Mamtchenkov</dc:creator>
		<pubDate>Wed, 22 Jun 2005 11:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-52</guid>
		<description>Yup, there is a pluggin for WP to add this functionality :) &lt;a href="/2005/05/17/threaded-comments/"&gt;see here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yup, there is a pluggin for WP to add this functionality :) <a href="/2005/05/17/threaded-comments/">see here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lev</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-51</link>
		<dc:creator>lev</dc:creator>
		<pubDate>Wed, 22 Jun 2005 10:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-51</guid>
		<description>I'll. I didn't notice - strange but fact. I do not have that feature in my blog probably I'll add will not :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll. I didn&#8217;t notice - strange but fact. I do not have that feature in my blog probably I&#8217;ll add will not :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Mamtchenkov</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-50</link>
		<dc:creator>Alexander Mamtchenkov</dc:creator>
		<pubDate>Wed, 22 Jun 2005 10:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-50</guid>
		<description>this can be applied not only to images, but to any files and actually I found it interesting since sometimes you forget what is where and so on, but if you leave a comment to the file while creating it - it is going to be easier to find what you need later on :)</description>
		<content:encoded><![CDATA[<p>this can be applied not only to images, but to any files and actually I found it interesting since sometimes you forget what is where and so on, but if you leave a comment to the file while creating it - it is going to be easier to find what you need later on :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Mamtchenkov</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-49</link>
		<dc:creator>Alexander Mamtchenkov</dc:creator>
		<pubDate>Wed, 22 Jun 2005 10:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-49</guid>
		<description>BTW, guys - I have a nice feature of replying to the comments - you just need to press a link "Reply to this comment" and have threaded discussions :)

[its all about choice again :) ]</description>
		<content:encoded><![CDATA[<p><acronym title="By The Way">BTW</acronym>, guys - I have a nice feature of replying to the comments - you just need to press a link &#8220;Reply to this comment&#8221; and have threaded discussions :)</p>
<p>[its all about choice again :) ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Mamtchenkov</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-48</link>
		<dc:creator>Alexander Mamtchenkov</dc:creator>
		<pubDate>Wed, 22 Jun 2005 10:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-48</guid>
		<description>I am not sure yet if I really gonna use it, but for example you can use if for let's say picture gallery.

one script to add an image and leave a comment for this particular image as an fs attribute
second script to go through the directory, construct an html [tel it be so] index and put comments fetched from fs attributes underneath the image.

The good point is: you do not need to have a database [let it be SQL, text file or whatever else] to keep additional information about your images what makes it easier to move things aroung [ofcourse if you need it]. 

Let assume the old way - you have a directory with images and a text file with corresponding comments. Now, if you want to CRUD image - you need to adjust the txt file as well [not a big deal but still]. And what if you need to move an image from one directory of your gallery to another one? This will look like this [assuming old way]: open txt file in old dir -&#62; remove remove image comment -&#62; close txt file -&#62; move image to new directory -&#62; open txt file in that directory -&#62; add image comment -&#62; close file.
Using fs attributes you can simply copy the image to new directory :)

Anyway - this is all about choice :) It is good to have choice [and it is important to know about it's availability as well]</description>
		<content:encoded><![CDATA[<p>I am not sure yet if I really gonna use it, but for example you can use if for let&#8217;s say picture gallery.</p>
<p>one script to add an image and leave a comment for this particular image as an fs attribute<br />
second script to go through the directory, construct an <acronym title="HyperText Markup Language">HTML</acronym> [tel it be so] index and put comments fetched from fs attributes underneath the image.</p>
<p>The good point is: you do not need to have a database [let it be <acronym title="Structured Query Language (a database standard)">SQL</acronym>, text file or whatever else] to keep additional information about your images what makes it easier to move things aroung [ofcourse if you need it]. </p>
<p>Let assume the old way - you have a directory with images and a text file with corresponding comments. Now, if you want to CRUD image - you need to adjust the txt file as well [not a big deal but still]. And what if you need to move an image from one directory of your gallery to another one? This will look like this [assuming old way]: open txt file in old dir -&gt; remove remove image comment -&gt; close txt file -&gt; move image to new directory -&gt; open txt file in that directory -&gt; add image comment -&gt; close file.<br />
Using fs attributes you can simply copy the image to new directory :)</p>
<p>Anyway - this is all about choice :) It is good to have choice [and it is important to know about it's availability as well]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lev</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-47</link>
		<dc:creator>lev</dc:creator>
		<pubDate>Wed, 22 Jun 2005 09:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-47</guid>
		<description>Leonid, 

so... :) I understood this. I think I feel irritation at making tags much faster than with dependant on the database. 

IMO it looks interesting but uncomfortable and useless - gadget. Probably because I do not have tasks to use this. 

Ok. Are you going (Leonid, Alex, anybody) to use that constantly for something? If you say yes I'll take on trust and change my mind. :)</description>
		<content:encoded><![CDATA[<p>Leonid, </p>
<p>so&#8230; :) I understood this. I think I feel irritation at making tags much faster than with dependant on the database. </p>
<p>IMO it looks interesting but uncomfortable and useless - gadget. Probably because I do not have tasks to use this. </p>
<p>Ok. Are you going (Leonid, Alex, anybody) to use that constantly for something? If you say yes I&#8217;ll take on trust and change my mind. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonid</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-46</link>
		<dc:creator>leonid</dc:creator>
		<pubDate>Wed, 22 Jun 2005 08:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-46</guid>
		<description>Lev,

as an example, you can tag images with keywords.  This way, you will be able to do searches in your image directories without being dependant on the database.</description>
		<content:encoded><![CDATA[<p>Lev,</p>
<p>as an example, you can tag images with keywords.  This way, you will be able to do searches in your image directories without being dependant on the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lev</title>
		<link>http://alex.mamchenkov.net/2005/06/22/filesystem-and-attributes/#comment-45</link>
		<dc:creator>lev</dc:creator>
		<pubDate>Wed, 22 Jun 2005 07:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://alex.mamtchenkov.net/2005/06/22/filesystem-and-attributes/#comment-45</guid>
		<description>I didn't get how to use it and for what. Anyway interesting :)</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get how to use it and for what. Anyway interesting :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
