<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>article-notes &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/article-notes/</link>
	<description>Feed of posts on WordPress.com tagged "article-notes"</description>
	<pubDate>Mon, 20 May 2013 12:38:49 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Contextual widgets in WordPress]]></title>
<link>http://xexagon.wordpress.com/2009/05/16/contextual-widgets-in-wordpress/</link>
<pubDate>Sat, 16 May 2009 10:59:12 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/16/contextual-widgets-in-wordpress/</guid>
<description><![CDATA[This can be done. Simply add widgets in functions.php and refer to them within template files: proba]]></description>
<content:encoded><![CDATA[<p>This can be done. Simply add widgets in <em>functions.php</em> and refer to them within template files: probably precludes using <em>sidebar.php</em>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Using WordPress as a members website]]></title>
<link>http://xexagon.wordpress.com/2009/05/16/using-wordpress-as-a-members-website/</link>
<pubDate>Sat, 16 May 2009 09:26:50 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/16/using-wordpress-as-a-members-website/</guid>
<description><![CDATA[One of the challenges of my work site is the miserable member login experience. This is what we want]]></description>
<content:encoded><![CDATA[<p>One of the challenges of my work site is the miserable member login experience.</p>
<p>This is what we want:</p>
<ol>
<li>import users from an access db (prob via a CSV file)</li>
<li>automatically generate an email when new users are added which includes their username and an automatically generated</li>
<li>direct members to a landing page (e.g. <em>members.php</em>) when they log in (keep them away from the dashboard)</li>
<li>show members content that only they can see based on their type of membership</li>
</ol>
<p>And, well, it <em>is</em> possible:</p>
<ol>
<li>Use the <a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/">Role Manager plugin</a> to create different types of member logins</li>
<li>Use the <a href="http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/"><em>dd-users-import</em> plugin</a> to import users and create new users. If you add a user via this plugin rather than wp&#8217;s default method it&#8217;ll send them an email with an automatically generated pw.</li>
<li>Use the <a href="http://www.theblog.ca/wplogin-redirect">Peter&#8217;s Login Redirect plugin</a> to control what happens when a member logs in. Create new templates to determine what they see.</li>
<li>Use <a href="http://justintadlock.com/archives/2009/05/09/using-shortcodes-to-show-members-only-content">shortcodes to show member only content</a>. The great thing about this is that you can use shortcodes in any bog standard template. So you could show a &#8216;Hi <em>username</em>&#8216; message in <em>header.php </em>to indicate that the member&#8217;s logged in.</li>
</ol>
<p>The only issue I&#8217;m having at the moment is the email that is sent to new users. It&#8217;s the default wp email, so it&#8217;s not particularly user friendly.</p>
<p>So combine this with the outsourcing content principle and I reckon I could redesign my org&#8217;s website.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Making things simple for clients]]></title>
<link>http://xexagon.wordpress.com/2009/05/14/making-things-simple-for-clients/</link>
<pubDate>Thu, 14 May 2009 18:57:06 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/14/making-things-simple-for-clients/</guid>
<description><![CDATA[Twitter is a simple CMS: Set up Twitter account Add Twitter badge to website Hand to client Client l]]></description>
<content:encoded><![CDATA[<p>Twitter is a simple CMS:</p>
<ol>
<li>Set up Twitter account</li>
<li>Add Twitter badge to website</li>
<li>Hand to client</li>
<li>Client logs into Twitter</li>
<li>Types in box and hits enter</li>
<li>Website updated</li>
</ol>
<p>So this is good for decentralising your website. However, some clients may struggle with (for example) Google Calendar.</p>
<p>What do we do then: give up on a calendar? Make the site <em>really</em> simple?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Decentralising your website]]></title>
<link>http://xexagon.wordpress.com/2009/05/14/decentralising-your-website/</link>
<pubDate>Thu, 14 May 2009 18:44:26 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/14/decentralising-your-website/</guid>
<description><![CDATA[Websites as simple hubs; simply a presence to be found on Google. Do the real work elsewhere, perhap]]></description>
<content:encoded><![CDATA[<p>Websites as simple hubs; simply a presence to be found on Google.</p>
<p>Do the real work elsewhere, perhaps.</p>
<p><a href="http://is.gd/zT5x">Jamie Cavanaugh has a good article on this</a>.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How journalists can use Twitter]]></title>
<link>http://xexagon.wordpress.com/2009/05/13/how-journalists-can-use-twitter/</link>
<pubDate>Wed, 13 May 2009 16:45:45 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/13/how-journalists-can-use-twitter/</guid>
<description><![CDATA[ReadWriteWeb on how they use Twitter. Useful from a work point of view too.]]></description>
<content:encoded><![CDATA[<p><a href="http://www.readwriteweb.com/archives/twitter_for_journalists.php">ReadWriteWeb on how they use Twitter</a>.</p>
<p>Useful from a work point of view too.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[713 reasons why Twitter is fantastic]]></title>
<link>http://xexagon.wordpress.com/2009/05/13/713-reasons-why-twitter-is-fantastic/</link>
<pubDate>Wed, 13 May 2009 16:19:56 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/13/713-reasons-why-twitter-is-fantastic/</guid>
<description><![CDATA[short and sweet immediate flexible content easily separated and slurped up (Twitter badges, wp plugi]]></description>
<content:encoded><![CDATA[<ol>
<li>short and sweet</li>
<li>immediate</li>
<li>flexible</li>
<li>content easily separated and slurped up (Twitter badges, wp plugins etc.)</li>
<li>find people good at what they do</li>
<li>find out personal things about said experts</li>
<li>amusing conversations</li>
<li>improve your writing</li>
<li>modern talking cure</li>
<li>use as a super simple CMS</li>
</ol>
<p>In short: those who deride Twitter really just don&#8217;t get it. It&#8217;ll overtake Facebook within months.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Thinking about an article on taxonomy: t...]]></title>
<link>http://xexagon.wordpress.com/2009/05/13/thinking-about-an-article-on-taxonomy-t/</link>
<pubDate>Wed, 13 May 2009 11:13:49 +0000</pubDate>
<dc:creator>Leon</dc:creator>
<guid>http://xexagon.wordpress.com/2009/05/13/thinking-about-an-article-on-taxonomy-t/</guid>
<description><![CDATA[Thinking about an article on taxonomy: two basic types of taxonomy for blogs: 1) categories for arti]]></description>
<content:encoded><![CDATA[<p>Thinking about an article on taxonomy: two basic types of taxonomy for blogs:</p>
<p>1) categories for article/magazine blogs<br />
2) tags for logs/journals</p>
<p>So this site would be best served by tags.</p>
]]></content:encoded>
</item>

</channel>
</rss>
