<?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>tigtog&#039;s corner &#187; blogging</title>
	<atom:link href="http://www.tigtog.net/index/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tigtog.net</link>
	<description>webwrangling and WordPress</description>
	<lastBuildDate>Fri, 21 Oct 2011 22:07:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Basic HTML for bloggers</title>
		<link>http://www.tigtog.net/255/basic-html-for-bloggers/</link>
		<comments>http://www.tigtog.net/255/basic-html-for-bloggers/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:22:36 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[Web 101]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[commenting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=255</guid>
		<description><![CDATA[Every now and then I get asked about this, so I'm listing a few good resources here so that they're all together in one place. <a href="http://www.tigtog.net/255/basic-html-for-bloggers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every now and then I get asked about this, by both authors and commentors, so I&#8217;m listing a few good resources here so that they&#8217;re all together in one place.</p>
<h3>For Blog Authors:</h3>
<p><span id="more-255"></span><em>N.B. It&#8217;s worth noting that some of the short <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> tags (&lt;i&gt; &lt;u&gt; &lt;s&gt; etc) seem to be deprecated i.e. not all new browsers render them, so it&#8217;s often better to use the XHTML tags ( &lt;em&gt; &lt;strong&gt; etc) &#8211; except on platforms that don&#8217;t accept them, of course. </em></p>
<ul>
<li><a href="http://www.snoskred.org/2007/10/basic-html-for-bloggers.html">Basic <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> for Bloggers.</a><br />
- from 2007, but excellent introduction</li>
<li><a href="http://www.blog-how-to.net/blog-html.html">Basic Blog <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> Language</a><br />
- introduction with a table listing TAG-ACTION-EXAMPLE for simple formatting</li>
<li><a href="http://www.ehow.com/way_5497637_blogger-html-tutorial.html">Blogger <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> Tutorial</a><br />
- typically good introduction from eHow</li>
<li><a href="http://www.taslima.net/?p=690">Basic <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> tag for bloggers</a><br />
- simple list of tags with formatting actions</li>
<li><a href="http://www.w3schools.com/html/html_formatting.asp"><span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> Text Formatting</a><br />
- W3Schools is the best all-round resource, with widgets that allow you to test the code for yourself on their site &#8211; not much on detailed explanations though.</li>
</ul>
<h3>For Blog Commentors</h3>
<p><em>In WordPress, the blog authors can use a wide range of <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> tags, while blog commentor&#8217;s options are restricted to some basic formatting tags. Other blogging systems similarly restrict the markup allowed in comments, in order to limit potential avenues for exploits.</em></p>
<ul>
<li><a href="http://wpbtips.wordpress.com/2010/05/23/html-allowed-in-comments-2/"><span class="domtooltips">Html<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span> allowed in comments #2</a></li>
</ul>
<p>Most of the articles listed above offer links to more advanced tutorials at the end of their own tute.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/255/basic-html-for-bloggers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to change your display name on wordpress.com</title>
		<link>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/</link>
		<comments>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 06:38:56 +0000</pubDate>
		<dc:creator>Viv</dc:creator>
				<category><![CDATA[Web 101]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[display-name]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[user-name]]></category>

		<guid isPermaLink="false">http://www.tigtog.net/?p=243</guid>
		<description><![CDATA[This is coming up for me every now and then as a question from the perplexed.

It's obviously not quite as obvious as it could be. <a href="http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/07/blog-150x150.jpg" alt="an icon for articles about blogging - it displays a thumbtacked post-it note saying *Blog* " title="blog" width="150" height="150" class="alignright size-thumbnail wp-image-245" />This is coming up for me every now and then as a question from the perplexed.</p>
<p>It&#8217;s obviously not quite as obvious as it could be.<br />
<span id="more-243"></span><br />
I tend to get this mostly from users who need to gain admin/editor/author access to a group blog created by somebody else.  New users have to create a wordpress.com account to become an author, the administrator cannot just add them as a user manually as they can on a self-hosted blog.  The usernames generated by wordpress.com appear to be getting longer and more randomly generated, which is A Good Thing for security but not so good for displaying on the blog, and people appear to be unclear on how to change the name that is displayed to readers of the blog.</p>
<p>Luckily editing your display name is pretty easy :- </p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.tigtog.net/blog/wp-content/uploads/2010/07/display-name-wp-com.jpg" rel="shadowbox[sbpost-243];player=img;" title="Change your wordpress.com display name"><img src="http://www.tigtog.net/blog/wp-content/uploads/2010/07/display-name-wp-com-300x199.jpg" alt="Go to Users -&gt; My Profile and enter the names you want in the Basic Details fields" title="Change your wordpress.com display name" width="300" height="199" class="size-medium wp-image-244" /></a><p class="wp-caption-text">Click to enlarge</p></div>
<p>The Personal Settings option in the Users section allows one to remove the visual editor option (for those who prefer to write directly in <span class="domtooltips">HTML<span class="domtooltips_tooltip" style="display: none">Hyper Text Markup Language - the encoding scheme used to create and format a web document.</span></span>), to push Twitter status updates to one&#8217;s blog, and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tigtog.net/243/how-to-change-your-display-name-on-wordpress-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

