<?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>BlockQuote &#187; Download</title>
	<atom:link href="http://blockquote.be/facet/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://blockquote.be</link>
	<description>a blog for webmasters practicing Information Architecture</description>
	<lastBuildDate>Tue, 17 May 2011 15:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Common Ant tasks for Mac OS X</title>
		<link>http://blockquote.be/2010/11/10/common-ant-tasks-for-mac-os-x/</link>
		<comments>http://blockquote.be/2010/11/10/common-ant-tasks-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 16:00:53 +0000</pubDate>
		<dc:creator>Len</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blockquote.be/?p=502</guid>
		<description><![CDATA[Did you ever run Apache Ant on a Mac? If you have, then you probably found out that running Ant on a Mac just doesn&#8217;t work as expected. Most common tasks like FTP and SCP are not available by default. &#8230; <a href="http://blockquote.be/2010/11/10/common-ant-tasks-for-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Did you ever run Apache Ant on a Mac?</p>
<p>If you have, then you probably found out that running Ant on a Mac just doesn&#8217;t work as expected.</p>
<p>Most common tasks like FTP and SCP are not available by default. And <a href="http://www.google.com/search?q=ant+ftp+mac+os+x">looking around on the internet</a>, you are not the only one expecting these tasks to just work. </p>
<p>It seems that many <a href="http://mactip.blogspot.com/2009/02/ant-ftp-task-libraries-jakarta-oro.html">resort to downloading and compiling Ant</a> from scratch. After that they add the libraries to do common tasks like FTP and IF/THEN/ELSE structures.<br />
<span id="more-502"></span><br />
But it&#8217;s just as easy as using the buildin Ant from Mac. You just have to add the necessary jar files<br />
into the necessary directories and it will just work (hopefully :-). </p>
<p>To make life easier for you and me, I created a build file that installs the most common tasks for ant. <a href="http://dl.dropbox.com/u/234135/anttasksformac.build">Download the file</a> and run ant against the anttasksformac.build:</p>
<p><code>ant -buildfile anttasksformac.build</code></p>
<p>Let me know if something is not working for you.</p>
<h2>Update</h2>
<p>When running the SCP task, it hangs. So I checked and there is a conflict in the jsch jar, so I replaced jsch with version 0.1.29 and everything seems to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://blockquote.be/2010/11/10/common-ant-tasks-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XSLT library for Umbraco: update</title>
		<link>http://blockquote.be/2008/04/07/updated-my-xslt-library-for-umbraco/</link>
		<comments>http://blockquote.be/2008/04/07/updated-my-xslt-library-for-umbraco/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:15:49 +0000</pubDate>
		<dc:creator>Len</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Umbraco]]></category>
		<category><![CDATA[xslt library]]></category>

		<guid isPermaLink="false">http://blockquote.be/2008/04/07/updated-my-xslt-library-for-umbraco/</guid>
		<description><![CDATA[Some 2 years ago I published an xslt library extension for Umbraco. I added several methods to the class that proved to be useful for me, maybe they are useful for you too. The code is provided as is, no &#8230; <a href="http://blockquote.be/2008/04/07/updated-my-xslt-library-for-umbraco/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some 2 years ago I published an <a href="http://blockquote.be/2006/08/09/extending-umbraco-with-a-library/">xslt library extension</a> for <a href="http://umbraco.org">Umbraco</a>. I added several methods to the class that proved to be useful for me, maybe they are useful for you too.</p>
<p>The code is provided as is, no garanty, blabla &#8230; though should not harm anyone.</p>
<p>You can <a href="http://blockquote.be/wp-content/uploads/2008/04/astuanax.dll.public.zip">download the dll</a> and adjust your xslt configuration settings in Umbraco or <a href="http://blockquote.be/wp-content/uploads/2008/04/astuanax-public.zip">download the full VS2008 project [1.5 MB]</a> and have a look at the code.<br />
Just for the reference, below is a list of methods available in the class with a short description</p>
<dl style="font-size:0.8em; border: 1px solid #ccd0d6; background: #ebedef; padding: 1em;">
<dt style="font-weight:bold">XPathNodeIterator QueryDatabase(string conn, string query ) </dt>
<dd>Query the umbraco database or any other database that you need.</dd>
<dt style="font-weight:bold">string createMemberGroup(string memberGroupName) </dt>
<dd>Create a member group</dd>
<dt style="font-weight:bold">string isMemberOfGroup(string memberGroupName, string memberId) </dt>
<dd>Check if the member supplied belongs to the group supplied</dd>
<dt style="font-weight:bold"><del datetime="2008-04-09T08:40:43+00:00">XPathNodeIterator GetAccessingGroups(int documentId)</del></dt>
<dd>Not working, will be removed &#8230;</dd>
<dt style="font-weight:bold">XPathNodeIterator getAllMembersFromGroup(string groupId)</dt>
<dd>REturn all the members that are in a group</dd>
<dt style="font-weight:bold">string getMemberGroups()</dt>
<dd>Returns the list of groups the current memner belongs to</dd>
<dt style="font-weight:bold">XPathNodeIterator getAccesXml()</dt>
<dd>Returns the full xml document that contains the list of protected pags and groups.</dd>
<dt style="font-weight:bold">string getMemberFromFirstLetter(char letter)</dt>
<dd>Well, get member from the first letter</dd>
<dt style="font-weight:bold">XPathNodeIterator getMemberFromFirstLetterXml(char letter) </dt>
<dd>Well, same, but then in xml.</dd>
<dt style="font-weight:bold">string addMemberToGroup(string memberGroupName, int memberId)</dt>
<dd>Add a given member to a give group</dd>
<dt style="font-weight:bold">string addPageToGroup(int currentPage, int groupId, int loginPage, int errorPage )</dt>
<dd>Protect a page with a membergroup</dd>
<dt style="font-weight:bold">bool updateProperty(int DocumentId, string propName, string propValue)</dt>
<dd>Update any property (not the umbraco properties) for any given document.</dd>
</dl>
<h2>Download</h2>
<ul>
<li><a href="http://blockquote.be/wp-content/uploads/2008/04/astuanax.dll.public.zip">only the dll</a></li>
<li><a href="http://blockquote.be/wp-content/uploads/2008/04/astuanax-public.zip">the full xslt extension VS2008 project [1.5 MB]</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blockquote.be/2008/04/07/updated-my-xslt-library-for-umbraco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>History of Web2.0</title>
		<link>http://blockquote.be/2006/02/10/history-of-web20/</link>
		<comments>http://blockquote.be/2006/02/10/history-of-web20/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 04:00:56 +0000</pubDate>
		<dc:creator>Len</dc:creator>
				<category><![CDATA[Download]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blockquote.be/?p=175</guid>
		<description><![CDATA[Brandon Schauer from Adaptive path has a PDF flyer on how Web2.0 became what it is now. From early blogs to mashups and wikis: What puts the 2 in Web20 [PDF]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adaptivepath.com/team/brandon.php" class="broken_link">Brandon Schauer</a> from Adaptive path has a PDF flyer on how Web2.0 became what it is now. From early blogs to mashups and wikis: <a href="http://adaptivepath.com/images/publications/essays/What_puts_the_2_in_Web_20.pdf" class="broken_link">What puts the 2 in Web20 [PDF]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blockquote.be/2006/02/10/history-of-web20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persona fill out form</title>
		<link>http://blockquote.be/2005/12/28/persona-fill-out-form/</link>
		<comments>http://blockquote.be/2005/12/28/persona-fill-out-form/#comments</comments>
		<pubDate>Tue, 27 Dec 2005 22:10:40 +0000</pubDate>
		<dc:creator>Len</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[IA]]></category>
		<category><![CDATA[Personas]]></category>
		<category><![CDATA[artikel]]></category>
		<category><![CDATA[Information architecture]]></category>

		<guid isPermaLink="false">http://blockquote.be/?p=121</guid>
		<description><![CDATA[[VISIO] Persona form [PDF] Persona form I started a redesign last month of our French corporate website and introduced the concept of personas. I organised a meeting and started with a presentation explaining what personas really are and how we &#8230; <a href="http://blockquote.be/2005/12/28/persona-fill-out-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="flickrImgL"><strong><br />
<a href="http://blockquote.be/wp-content/personacreationsheet.vsd">[VISIO] Persona form </a><br />
<a href="http://blockquote.be/wp-content/personacreationsheet.vsd.pdf">[PDF] Persona form</a><br />
</strong></div>
<p>I started a redesign last month of our <a href="http://www.eurofins.fr">French corporate website</a> and introduced the concept of personas. I organised a meeting and started with a presentation explaining what personas really are and how we could use them. </p>
<p>In the beginning the people in the room felt a bit awkward but in the end I got them telling stories about customers. I asked them to create mashups of customers they knew and mixed this information into personas. I got 18 personas out of the meeting and I consider the meeting a real success. </p>
<p><a href="http://blockquote.be/wp-content/uploads/2007/11/poster.png"><br />
<img src="http://blockquote.be/wp-content/uploads/2007/11/poster.thumbnail.png" align="left"/><br />
</a>One of the things that started the people was my persona form sheet. I created a simple form that I could hand out. After my presentation everybody could fill out the paper form and create a basic persona. The form is based on the questions and suggestions <a href="http://blockquote.be/2005/11/09/handleiding-tot-personas/">from the persona toolbox George Olsen published in 2004</a>.  </p>
<p>I started the form with background questions; general information: gender, name, profession, age, location, interests or studies. The next thing is computer usage. This is difficult to know and I matched this information with the info from log files I have from the webserver (The Mac browser Safari doesn’t exist, strange but true). </p>
<p>The business relation part is about what type of client this is. If he/she is an important client, big client, small client. How many of these clients do we have or would like to have on our website. </p>
<p>The next sections, “Usage goals”, “Specific needs” are free form and this section needed a little talking. I asked to think about clients and why they would need a website. To convince their bosses? To find information about a product? A contact number? Etc …</p>
<p>The last section, “Context” is about the reason why the client would come to the website, where he works and how much time he/she would spend on the website and if he ever comes back to the website. </p>
<p>At this point I got all the forms and a lot of people looking at me. They were not sure what was expected and if they actually helped me. Then I asked each one of them to present the persona they had written down. I asked to tell a story in front of everyone. This allowed the others to review their own personas and see what was wrong, missing, or useless and correct these things if possible. </p>
<p> I was surprised what the people told me about their customers. You know, creating personas is not about being politically correct. </p>
<p>The form helped so if you want to use the form, <a href="http://blockquote.be/wp-content/personacreationsheet.vsd">download it [VISIO]</a>, <a href="http://blockquote.be/wp-content/personacreationsheet.vsd.pdf">print it [PDF]</a> and rearrange it.Let me know if it helped you in getting the information you needed. </p>
]]></content:encoded>
			<wfw:commentRss>http://blockquote.be/2005/12/28/persona-fill-out-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

