<?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>The Lighthouse Keeper's cat &#187; Information Architecture</title>
	<atom:link href="http://www.the-lighthouse-keepers-cat.com/wp_en-EN/tag/information-architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-lighthouse-keepers-cat.com/wp_en-EN</link>
	<description>musing about art, crafts and design... in Wellington, NZ</description>
	<lastBuildDate>Sun, 05 Sep 2010 03:33:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Image or Video Blog Entries: Content Type vs. Post Attachments</title>
		<link>http://www.the-lighthouse-keepers-cat.com/wp_en-EN/2009/09/11/image-or-video-blog-entries-content-type-vs-post-attachments/</link>
		<comments>http://www.the-lighthouse-keepers-cat.com/wp_en-EN/2009/09/11/image-or-video-blog-entries-content-type-vs-post-attachments/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 00:03:47 +0000</pubDate>
		<dc:creator>sissT</dc:creator>
				<category><![CDATA[just some stuff]]></category>
		<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[web-design]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.the-lighthouse-keepers-cat.com/wp_en-EN/?p=702</guid>
		<description><![CDATA[Background WordPress &#8211; as most other &#8220;Blog&#8221; applications &#8211; handles media (images and video) content as &#8220;Attachments&#8221;. You write a Post and you attach an image using &#8216;Add Media&#8217;. The system does all the magic, scales the image in 3 sizes, allows multiple images per post. You even can add those multiple images as a [...]]]></description>
			<content:encoded><![CDATA[<h3>Background</h3>
<p>WordPress &#8211; as most other &#8220;Blog&#8221; applications &#8211; handles media (images and video) content as &#8220;Attachments&#8221;. You write a Post and you attach an image using &#8216;Add Media&#8217;. The system does all the magic, scales the image in 3 sizes, allows multiple images per post. You even can add those multiple images as a gallery to a post&#8230;</p>
<h3>Criticism</h3>
<p>The approach in its current form is not working for me as Writer, Blogger, Publisher. Images are Posts not Attachments. I want to post an Image, not a Post. An Image is as differnet to a Post as a Page is to a Post (&#8216;WordPress universe&#8217; wording). Images have specific particular features, in both back (administration) and front-end (themes) aspects. The &#8216;advanced&#8217; user needs more control in templates and template tags.</p>
<p>I am an Information Architect not a coder (developer), but this is how I see it: In a OOP metaphor an Image is a Post with specific &#8216;extensions&#8217;. If I would define a Post as a Class, an Image would be a Post Sub-Class. It would inherit all template tags while adding a few pieces of magic.</p>
<h3>The Image &#8216;content type&#8217;</h3>
<p>This is what I imagine would be possible without reinventing the (WordPress-) wheel&#8230;</p>
<p><span id="more-702"></span></p>
<ul>
<li>Adding  &#8216;New Image&#8217;/'Edit Images&#8217; similar to &#8216;New Page&#8217;/'Edit Pages.&#8217;</li>
<li>The content type contains the same set up as &#8220;Posts&#8221; plus an &#8216;Upload Image&#8217; field.</li>
<li>The Image is scaled to three sizes, (defined in settings).</li>
<li>The title equals &#8216;alt&#8217;,</li>
<li>the excerpt equals &#8216;description&#8217;.</li>
</ul>
<h3>Extensions to Template and Template Tags.</h3>
<ul>
<li>Adding a new condition similar to is_page() -&gt; is_img()</li>
<li>Inheriting all post template tag (again WP pages do the same)</li>
</ul>
<p>While adding images tags similar to e.g. Author Tags</p>
<ul>
<li>the_img() with parameters e.g.<br />
- size (thumb, medium, large, full)</li>
<li>the_img_url() with parameters e.g.<br />
- size (thumb, medium, large, full)</li>
</ul>
<p>&#8230; and so on. I think you get the idea</p>
<p>Galleries could be handled with &#8216;smart&#8217; themes, templates and categories.</p>
<h3>Mobile</h3>
<p>Of cause&#8230; I want to be able to take a picture with my iPhone and use the WordPress App to post this image as Image &#8211; not as Post.</p>
<h3>Possible Image PlugIns</h3>
<ul>
<li>Location or geo tagging</li>
<li>Flickr connection</li>
<li>Twitter connection</li>
</ul>
<h3>So where to stop?</h3>
<p>To be honest the next thing I am going to demand is a Video/Audio content type doing exactly what the new image feature does ^_^ &#8230; so where to stop? Less is more. This is why I love WordPress.</p>
<p>I have designed (Information Architecture and Project Management) many Drupal Instalments for government and corporate websites, on average with 6 to 12 custom built content types, making it as easy as possible for the web editors. Even so I was not the Developer, this experience was very, very (very) painful&#8230; The outcome however was actually quite good.</p>
<p>I want WordPress to be what it is, I definitely do not want another Drupal</p>
<p>But as a blogger or publisher this is what I do: I run around having &#8216;brilliant&#8217; ideas, writing, taking images and videos/audio which I would like to store and share. I will still use Flickr and or YouTube to share the majority (noise) but  <a href="http://webworkerdaily.com/2009/08/22/your-blog-is-your-mothership/">&#8216;Your blog is your mothership.&#8217;</a> (signal).</p>
<p><strong>Image and Video content is Core not PlugIn.</strong> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-lighthouse-keepers-cat.com/wp_en-EN/2009/09/11/image-or-video-blog-entries-content-type-vs-post-attachments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
