<?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 WebZappr &#187; wordpress</title>
	<atom:link href="http://blog.webzappr.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webzappr.com</link>
	<description>My Random Web Snippets</description>
	<lastBuildDate>Wed, 03 Mar 2010 00:31:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mention-Me sidebar widget makes it easy to follow conversations.</title>
		<link>http://blog.webzappr.com/2009/10/mention-me-sidebar-widget-makes-it-easy-to-follow-conversations/</link>
		<comments>http://blog.webzappr.com/2009/10/mention-me-sidebar-widget-makes-it-easy-to-follow-conversations/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 17:47:46 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[mention-me]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[sidebar-widget]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blog.webzappr.com/?p=13863</guid>
		<description><![CDATA[I recently added a small WordPress widget that allows logged in users keeping track of replies to posts or comments they made.
Apart of this it also keeps a track of @replies which include your display_name or user_nicename value.
This widget is mainly inteded for usage with P2, but might also serve well on other blog themes.







To [...]]]></description>
			<content:encoded><![CDATA[<p>I recently added a small <a href="http://wordpress.org/extend/plugins/mention-me">WordPress widget</a> that allows logged in users keeping track of replies to posts or comments they made.<br />
Apart of this it also keeps a track of @replies which include your display_name or user_nicename value.<br />
This widget is mainly inteded for usage with <a href="http://wordpress.org/extend/themes/p2">P2</a>, but might also serve well on other blog themes.</p>
<div style="float:left;">
<a href="http://s.wordpress.org/extend/plugins/mention-me/"><img title="The Mention-Me widget in action." src="http://s.wordpress.org/extend/plugins/mention-me/screenshot-1.png?r=169073" alt="This is how the widget looks in action." width="251" height="361" /></a>
</div>
<div style="float:right;">
<a href="http://wordpress.org/extend/plugins/mention-me/"><img title="Mention-Me widget configuration" src="http://s.wordpress.org/extend/plugins/mention-me/screenshot-2.png?r=169073" alt="The configuration options for the widget" width="258" height="311" /></a>
</div>
<p><br style="clear:both;" /><br />
To install it on your blog just login to your wp-admin and go to &#8220;plugins&#8221; -&gt; &#8220;Add new&#8221; -&gt; &#8220;Search for mention-me&#8221; -&gt; hit the &#8220;Install&#8221; button. -&gt; click &#8220;Install Now&#8221;. Then activate the plugin.</p>
<p>After this go to the Appearance &gt; Widget page and place the widget in your sidebar in the Design. It allows you to configure the title, select the amount of replies you like to show, the avatar size you like to use and whether or not it should be enabled for non-@replies on comments/posts you made.</p>
<p>For more information and downloading the plugin visit : <a href="http://wordpress.org/extend/plugins/mention-me/">http://wordpress.org/extend/plugins/mention-me</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webzappr.com/2009/10/mention-me-sidebar-widget-makes-it-easy-to-follow-conversations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a sandbox theme running on wordpress.com</title>
		<link>http://blog.webzappr.com/2008/10/getting-a-sandbox-theme-running-on-wordpresscom/</link>
		<comments>http://blog.webzappr.com/2008/10/getting-a-sandbox-theme-running-on-wordpresscom/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 12:27:06 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://snipplr.wordpress.com/2008/10/15/getting-a-sandbox-theme-running-on-wordpresscom/</guid>
		<description><![CDATA[At wordpress.com you can get a great blogging platform with very reliable and fast hosting for free. It comes with some restrictions compared to the self hosted wordpress.org version. One of them is that you can not upload your own themes.
Luckily there is the custom css upgrade which allows an easy alteration of the stylesheet [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.wordpress.com" target="_blank">wordpress.com</a> you can get a great blogging platform with very reliable and fast hosting for free. It comes with some restrictions compared to the self hosted <a href="http://www.wordpress.org" target="_blank">wordpress.org</a> version. One of <a href="http://faq.wordpress.com/2006/05/07/wordpresscom-vs-wordpressorg/">them</a> is that you can not upload your own themes.</p>
<p>Luckily there is the <a href="http://faq.wordpress.com/2007/10/18/about-the-custom-css-upgrade/">custom css upgrade</a> which allows an easy alteration of the stylesheet of the supported themes. Together with the <a href="http://www.plaintxt.org/themes/sandbox/" target="_blank">sandbox theme</a> this still gives you a lot of opportunities to alter your design and get some additional themes running on your wordpress.com blog.</p>
<p><img style="max-width:800px;float:left;margin-top:10px;margin-bottom:10px;margin-right:10px;" src="http://snipplr.files.wordpress.com/2008/10/screenshot35.png" alt="" width="326" height="244" />For my blog here I have choosen Sandpress, a winner of the <a href="http://sndbx.org/results/designs/">Sandbox Designs Competition </a></p>
<p>Getting such a theme to run in a wordpress.com blog is quite simple although it takes a little more effort than on a wordpress.org blog.</p>
<ul>
<li>First off you need to pick and download a theme and unpack it on your local machine.</li>
<li>Next thing you should do is to make sure that all the image files are in one directory. So if the theme you have choosen has multiple folders for images, take all these images and put them in one folder.</li>
<li>Now you need to upload these images to your blog as described in the <a href="http://faq.wordpress.com/2008/05/02/how-to-upload-images-screenshots/"></a> <a href="http://faq.wordpress.com/2008/05/02/how-to-upload-images-screenshots/">FAQ<br />
</a></li>
<li>Then go to your media manager (/wp-admin/upload.php) and check for the url of your images (right mouse button and copy link location on one of the thumbnails should do the job).</li>
<li>The urls should have something like this structure http://BLOGNAME.files.wordpress.com/YEAR/MONTH/FILENAME for example http://snipplr.files.wordpress.com/2008/10/sandpress.png</li>
<li>Now we need to alter the stylesheet of the sandbox theme of our choice to fit the new urls. So we just need to open it with a text editor and make sure all the paths for url() items within the stylesheet are matching the new image urls. Usually main work will be done with a simple search and replace of &#8220;images/&#8221; with &#8220;/files/YEAR/MONTH/&#8221;</li>
<li>Now it&#8217;s time to activate the Sandbox-10 theme (this should be at /wp-admin/themes.php?pa=4 on your blog)</li>
<li>Once this is done we are ready to try the altered css file. No need to purchase the css upgrade right away, you can just go to /wp-admin/themes.php?page=editcss on your blog and paste the css file into the textarea. Select the &#8220;Start from scratch and just use this&#8221; option and hit &#8220;preview&#8221;.</li>
<li>If everything looks like expected you just need to purchase the &#8220;custom css upgrade&#8221; and you will be able to save the stylesheet and store it for your site.</li>
</ul>
<p>I hope this is of any use for the one or the other blogger out there. It should be simple enough to get a lot of extra themes running and if you need any help just leave me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webzappr.com/2008/10/getting-a-sandbox-theme-running-on-wordpresscom/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
