<?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>Digital Utopia &#187; technologies</title>
	<atom:link href="http://dutopia.net/category/technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://dutopia.net</link>
	<description>Online dreams, real newsrooms</description>
	<lastBuildDate>Mon, 23 Nov 2009 15:54:31 +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>Nuts and bolts of news publishing with WordPress</title>
		<link>http://dutopia.net/2008/12/08/nuts-and-bolts-of-news-publishing-with-wordpress/</link>
		<comments>http://dutopia.net/2008/12/08/nuts-and-bolts-of-news-publishing-with-wordpress/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 12:29:18 +0000</pubDate>
		<dc:creator>dutopia</dc:creator>
				<category><![CDATA[online news]]></category>
		<category><![CDATA[technologies]]></category>

		<guid isPermaLink="false">http://dutopia.net/?p=69</guid>
		<description><![CDATA[After two months of news production with my students at the Online Journalism course of URV, we have something to show and some tips to share. First impressions: WordPress makes publishing content very easy but makes consistency a hard task to achieve. So, you need to set very clear and detailed rules for format and [...]]]></description>
			<content:encoded><![CDATA[<p>After two months of news production with my students at the Online Journalism course of <a href="http://www.urv.cat/comunicacio">URV</a>, we have <a href="http://camptgn.info">something to show</a> and some tips to share. First impressions: WordPress makes publishing content very easy but makes consistency a hard task to achieve. So, you need to set very clear and detailed rules for format and style criteria and have to make the newsroom remember them. This is quite a burden in a journalistic environment, where a CMS should help reporters concentrate on content rather than give them too much flexibility.</p>
<p><strong>Video</strong></p>
<p>Ironically enough, video was the easiest thing to deal with. We opted for Blip.tv as our host and followed their <a href="http://blip.tv/learning/export/">instructions</a> for formatting, achieving very good technical quality. Having a single user at Blip.tv for the whole class actually works as an <a href="http://camptgnmagazine.blip.tv/">online TV channel</a> for our magazine, which allows RSS sindication of the audiovisual material and adds visibility to our website.</p>
<p>Installing the <a title="Visitar el lloc web de l'extensió" href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/">Viper&#8217;s Video Quicktags</a> plugin on WordPress we were able to use a very simple tag generated by Blip.tv (check for the &#8220;WordPress&#8221; option on the orange buttons on the right of the video page). Advantage is that the tag works both in the visual and HTML views of the CMS, which is crucial, as you&#8217;ll soon see.</p>
<p><strong>Audio</strong></p>
<p>We could not use Blip.tv for audio, as Viper&#8217;s plugin needs to set a video width and height and shows a black screen for the audios. Therefore we opted for a WordPress buit-in option. First, we needed to enable the upload of files to the server. Any FTP program should allow you to <a href="http://codex.wordpress.org/Changing_File_Permissions">change</a> the writing privileges of the <a href="http://codex.wordpress.org/Settings_Media_SubPanel">folder</a> you want to use to store your media (777 is the key you want to set) so that WP can send files from the post form without you having to use FTP everytime (which would be a burden for the reporters).</p>
<p>You upload MP3 files using the audio option of the &#8220;add media&#8221; icons at the top of the main text form in WP. One option is to embed the audio in the text, as a link. To do that you should use the word that acts as a link as the &#8220;title&#8221; of the audio in the audio form. A more elegant option is to embed a player between two paragraphs of text. To do that, you should have installed the <a title="Visitar el lloc web de l'extensió" href="http://roel.meurders.nl/wordpress-plugins/wp-flv-video-player-plugin/">WP-FLV</a> plugin. Once you have uploaded the audio file, go to the HTML view of the post form and press the FLV button. You need the URL of the file (generated when you uploaded it), and should set the height to 0 so that only the player controls show. The downside of this option is that it generates html code that will be destroyed by WP if you switch back to visual view in the post form. Stupid but true.</p>
<p><strong>Photos</strong></p>
<p>This should be the easiest, but is actually the trickiest because WP is very flexible with photos. I have tried to convince my students to give photos the publication size (using a photo editor) before uploading them and then select &#8220;full size&#8221; in the upload options to guarantee that we control that aspect. Left and right alignment do not always work, may be a template issue.</p>
<p>In Mimbo (the one I <a href="http://dutopia.net/2008/09/09/finding-a-wordpress-theme-for-news/">opted</a> to use), putting photos on the homepage <a href="http://www.darrenhoyt.com/2007/07/24/in-praise-of-wordpress-template-tags-part-ii-the-magazine-layout/">requires</a> adding a &#8220;Image&#8221; custom field with the name of the image file that you need to upload by FTP to a specific folder in the theme folder. Sounds cumbersome, but as the homepage is something that only one person at a given edition will be doing you can have the FTP set up in Dreamweaver on a specific computer and have the student-editor get there to upload the pictures, resized to fit the homepage requisites.</p>
<p><strong>Text</strong></p>
<p>Students tend to write on MS Word and cut and paste their texts into the post form. I need to remind them all the time to switch to the HTML view before pasting, because the visual view keeps MS tags that alter the format of the text and end up being a mess.</p>
<p><strong>Homepage</strong></p>
<p>Once all stories have been posted, it is time to generate the homepage. This is quite a bit of manual work, because we are trying to fool WP -designed to post stories in the homepage in inverted chronological order- to order the stories as we please. WP lets you edit the index.php template right from the CMS admin interface, and that&#8217;s what you do to get your customized homepage.</p>
<p>The key is knowing the id number of the categories of your publication (check them in the &#8220;Manage&gt;Categories&#8221; page). To speed up production, you should create two &#8220;hidden&#8221; categories (use the <a title="Visitar el lloc web de l'extensió" href="http://ipeat.com/?page_id=91">Category Visibility-iPeat Rev</a> plugin to hide them from the main website menu): &#8220;Main Story&#8221; and &#8220;Features&#8221;. You can asign these categories to the stories you want to show in the first position and the left column, respectively. Just need to make sure the ids in the template match the numbers of the categories you created. These are the stories where you will add the &#8220;Image&#8221; custom field with photos for the homepage.</p>
<p>For the right column, you may want to always keep the same sections/categories (this way you don&#8217;t need to edit the template everytime) or change them over time. Both left and right columns may be edited in the template to show more or less stories. They obviously pick up the latest published in the selected categories. The result is quite convincing and management can be reduced to a minimum.</p>
]]></content:encoded>
			<wfw:commentRss>http://dutopia.net/2008/12/08/nuts-and-bolts-of-news-publishing-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a WordPress theme for news</title>
		<link>http://dutopia.net/2008/09/09/finding-a-wordpress-theme-for-news/</link>
		<comments>http://dutopia.net/2008/09/09/finding-a-wordpress-theme-for-news/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 11:25:30 +0000</pubDate>
		<dc:creator>dutopia</dc:creator>
				<category><![CDATA[technologies]]></category>

		<guid isPermaLink="false">http://dutopia.net/?p=60</guid>
		<description><![CDATA[Last year I tested Joomla as the content management system to set up a news portal for my Online Journalism course at the University of Iowa. I liked the fact that stories in the homepage could be manually ordered, so that journalistic criteria would prevail over chronological order. But the user experience for the students [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I tested <a href="http://www.joomla.org">Joomla</a> as the content management system to set up a news portal for my <a href="http://myweb.uiowa.edu/ddomingo/OJ/OJ_syllabus.html">Online Journalism course</a> at the University of Iowa. I liked the fact that stories in the homepage could be manually ordered, so that journalistic criteria would prevail over chronological order. But the user experience for the students trying to post their stories was painful: the WYSIWYG editor in Joomla would strip out any embedding code (for video, graphics or slideshows we were generating), adding photos was a very slow three-steps process, and the system would log off users without notice after some idle time. Also, user comments were not supported by default, and the add-on I found was a pain, so we finally forgot about it. Here&#8217;s the <a href="http://j-web.jmc.uiowa.edu/newsportal/">clumsy result</a>. A more extensive hand-coding of the template may have helped, but CMS should be about making your life easy.</p>
<p>Conclusion: It was a nice pedagogic experience for the students, that learned that CMSs are not always designed to suit their needs. But I had the feeling that there should be something else in the open-source world that would be more user friendly in the backend. That&#8217;s why I am intending to use <a href="http://www.wordpress.org">WordPress</a>. It was originally designed to manage weblogs, but the huge improvements of their lastest version and the precedent of <a href="http://thethunderbird.ca/">some</a> <a href="http://collegian.csufresno.edu/">college news projects</a> using it encouraged me to try it out.<span id="more-60"></span></p>
<p>Next step: finding a newsy template. There have already been <a href="http://www.themeplayground.com/the-best-wordpress-magazine-themes-available">some</a> <a href="http://mindymcadams.com/tojou/2007/choose-your-cms-wordpress-or-drupal/">discussions</a> about open-source CMS options and, specifically, WordPress templates for news portals, but first-hand experience is a must to make a decision. Here is what I have learned after installing and playing around a bit with four WP themes (I could not download <a href="http://www.revolutiontheme.com/themes/revolution-news">Revolution News</a>, as the purchase process gets stuck on Firefox and Safari in my Mac&#8230; will add it if I get around this problem):</p>
<p><a href="http://hyalineskies.com/wordpress/gridlock/"><strong>Gridlock</strong></a></p>
<p>The theme has not been updated recently, and that may be a problem in the long run. It is very handy that options are integrated into the WP admin panel, but they are very scarce, in the end. You can only hand-pick the three top stories. There are no instructions to customize the template and it does not support widgets (a useful WP feature that lets you drag and drop features to the sidebar). Moreover, the layout is optimized for 800px screen width, a very old-fashioned look right now.</p>
<p><strong><a href="http://code.google.com/p/the-morning-after/">The Morning After</a></strong></p>
<p>The homepage has some customizable spots, but it is pretty rigid: It allows to highlight a story below the latest (which cannot be chosen). Also, lets you include short text announcements, not very handy for news stories. There is a nice systematic <a href="http://code.google.com/p/the-morning-after/wiki/UsageAndCustomisation">how-to page</a>, but the theme requires extensive use of FTP to take the full advantage of the layout, and uses custom fields that you need to set up in order to insert images in the homepage. Images with captions in posts can be controlled with specific HTML code to paste, which is a bit annoying. It is widget ready. Basically, it is a theme for patient, code-loving journalists, instructions are clear enough to avoid getting lost.</p>
<p><a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/"><strong>Mimbo</strong></a></p>
<p>The homepage layout is quite rigid (a lead story, three featured headlines with photo and three section highlights), but very customizable tweaking the category ids in the WP theme editor (that&#8217;s messing with the code, but with the last version of WP you can do it within the admin interface, without FTPing pages).  Code is well commented, helping customization, and there is a nice set of <a href="http://www.darrenhoyt.com/2007/07/24/in-praise-of-wordpress-template-tags-part-ii-the-magazine-layout/ ">instructions</a> in the author&#8217;s blog, but it is a bit anoying if you want to change things every time you publish. Leads in the homepage can be different from the story pages, using the standard &#8220;Excerpt&#8221; WP field. Photos in the homepage can be inserted using custom fields and uploaded via FTP, and images in posts can be controlled with specific CSS. Widget management is apparently limited to adding one to the theme sidebar, unless you hand-code.</p>
<p><a href="http://quommunication.com/news/"><strong>News</strong></a></p>
<p>This is the only theme I tested that is not free. It costs just $75 for one site, but may not be worth it, as there is no tutorial for customization and their <a href="http://quommunication.com/forum/viewforum.php?id=3">support forum</a> is not usually visited by their developers to answer the user questions. Code has comments to help with customization, but you feel yourself quite lonely exploring how to get things done. Apparently, you cannot control which is the leading story, that by default is the most recent. Instead, you can decide what categories to feature at the bottom of the homepage (and it will show the newest post). Not a lot of editorial control over the homepage, that&#8217;s it. The template neither allows for custom excerpts in the homepage, but with the “more” tag you can control what shows in the homepage. Photos are managed automatically, creating thumbnails for the featured articles, no need of FTP. It has a cute AJAX sidebar for latest news, comments and most popular, but it disappears if you want to add widgets.</p>
<p>Veredict: I will work further with Mimbo, which seems the most promising template. Will let you know if I change my mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://dutopia.net/2008/09/09/finding-a-wordpress-theme-for-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The future of web browsing: we won&#8217;t be browsing</title>
		<link>http://dutopia.net/2008/09/02/the-future-of-web-browsing-we-wont-be-browsing/</link>
		<comments>http://dutopia.net/2008/09/02/the-future-of-web-browsing-we-wont-be-browsing/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 09:22:07 +0000</pubDate>
		<dc:creator>dutopia</dc:creator>
				<category><![CDATA[technologies]]></category>

		<guid isPermaLink="false">http://dutopia.net/?p=52</guid>
		<description><![CDATA[After Mozilla&#8217;s success in the launch of Firefox 3 and Microsoft&#8217;s beta release of IE 8 it may seem that the web is all about the browser. But recent developments show very intriguing futures for the software that has become central to our lives. I see at least three different directions, all of them dissolving [...]]]></description>
			<content:encoded><![CDATA[<p>After Mozilla&#8217;s success in the <a href="http://www.spreadfirefox.com/firefox3launch">launch of Firefox 3</a> and Microsoft&#8217;s <a href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx">beta release of IE 8</a> it may seem that the web is all about the browser. But recent developments show very intriguing futures for the software that has become central to our lives. I see at least three different directions, all of them dissolving the concept of web browser as we know it today:</p>
<p><strong>Data comes to me</strong></p>
<p>Since I started using <a href="http://reader.google.com">Google Reader</a> some years ago, I browse the web less and less. Surfing is old fashioned, I&#8217;m rather sit comfortably at the porch and let RSS feeds, podcasts and mashed up data come to me. I get what I want, when I want, and only go fishing for more following suggestions from my trusted sources. Yes, <a href="http://www.google.com">Google</a>&#8216;s search engine is also there to guide me to the unknown, but that&#8217;s anymore my main web activity. <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">Ubiquity</a>, one of the recent experiments at <a href="http://labs.mozilla.com/">Mozilla Labs</a>, takes this philosophy to the next step, letting users create their own mashups, combine web services wherever you are (webpage, email), to avoid what you need to do now: linking to them, browsing to them.</p>
<p><strong>Apps are the browser</strong></p>
<p>I couldn&#8217;t help getting an iPhone 3G. To me, its main contribution to the world is not that it makes surfing the web on a portable device <a href="http://www.nytimes.com/2008/01/14/technology/14apple.html">doable</a> for the first time. That&#8217;s cool, but there&#8217;s something bigger: Most <a href="http://www.apple.com/iphone/appstore/">iPhone apps</a> are connected to the web and let you do tasks transparently, without the need of a browser. So, you tap on the Facebook app and do Facebook activities without having to browse to the website in Safari. May seem a small change, but when online access is (almost) everywhere (and more and more people <a href="http://mindymcadams.com/tojou/2008/40-million-americans-use-mobile-internet/">have it</a>) this means that browsing is not relevant anymore, the Internet becomes just a tool to perform tasks that are more powerful connected than disconnected. Mozilla Labs is also developing the concept of generating desktop apps out of websites, in the <a href="http://labs.mozilla.com/projects/prism/">Prism</a> project.</p>
<p><strong>The browser becomes the OS</strong></p>
<p>This is the most natural step if the other two mature enough. If the web is there, always, and we have intelligent apps that bring to us what we need when we need it, why do we need the OS anymore? We can have all our data online, we can have all our apps online&#8230; and load them whenever we need them. The interface then can become much more flexible and playful, <a href="http://www.popularmechanics.com/technology/industry/4217348.html">touch screens</a> (even Microsoft is working on this!) and natural language (as Ubiquity aims for) be the way to get what you want. The OS will still be there, of course, but it will be an interface manager more than anything else. Mozilla Labs have created <a href="http://adaptivepath.com/aurora/">Aurora</a>, a prototype of a browser where the browser is &#8220;transparent&#8221;.</p>
<p>[Update, 16:11] I guess when I started writing this morning with the buzz about Google Chrome in the back of my mind&#8230; But did not actually mention the newcomer! Reviews previous to the release of the G-browser argue that it <a href="http://www.techcrunch.com/2008/09/01/meet-chrome-googles-windows-killer/">aims to kill Windows</a> by letting (web) apps live a new life inside the browser. Here you have a <a href="http://technologizer.com/2008/09/01/google-chrome-comic-the-readers-digest-version/">condensed version</a> of the <a href="http://www.google.com/googlebooks/chrome/">comic book</a> that Google has used to introduce the browser (it will be available for Windows later today). Reading through the comic it seems promising but just one more step towards the future of the Internet. I have come to learn that change is always slower than we expect.</p>
]]></content:encoded>
			<wfw:commentRss>http://dutopia.net/2008/09/02/the-future-of-web-browsing-we-wont-be-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
