<?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>bendavis.me &#187; mint</title>
	<atom:link href="http://bendavis.me/tag/mint/feed/" rel="self" type="application/rss+xml" />
	<link>http://bendavis.me</link>
	<description>Always pottering with purpose</description>
	<lastBuildDate>Thu, 13 May 2010 14:27:30 +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>Installing Flock in Linux Mint</title>
		<link>http://bendavis.me/2009/06/05/installing-flock-in-linux-mint/</link>
		<comments>http://bendavis.me/2009/06/05/installing-flock-in-linux-mint/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 17:58:57 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[flock]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bendavis.me/2009/06/05/installing-flock-in-linux-mint/</guid>
		<description><![CDATA[Before I could even get ready to start reviewing Flock I had to see what it was like to install it. There were a few little niggles to sort out but generally it was pretty easy. In case there&#8217;s anyone out there who&#8217;d like to give it a try in Linux Mint &#8211; here&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p>Before I could even get ready to start reviewing Flock I had to see what it was like to install it. There were a few little niggles to sort out but generally it was pretty easy.</p>
<p>In case there&#8217;s anyone out there who&#8217;d like to give it a try in Linux Mint &#8211; here&#8217;s a guide on how to do it.</p>
<p><a title="Install flock and setup plugins from firefox" href="http://bendavis.me/tutorials/linux/install-flock-in-linux-mint/">Tutorials &gt; Linux &gt; Install Flock in Linux Mint</a></p>
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a style="color: #999; font-weight: bold;" title="Flock Browser" href="http://www.flock.com/blogged-with-flock" target="_new">Flock Browser</a></div>
]]></content:encoded>
			<wfw:commentRss>http://bendavis.me/2009/06/05/installing-flock-in-linux-mint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux Mint Generated Button</title>
		<link>http://bendavis.me/2009/06/03/linux-mint-generated-button/</link>
		<comments>http://bendavis.me/2009/06/03/linux-mint-generated-button/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:32:13 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://bendavis.me/?p=216</guid>
		<description><![CDATA[After a little discussion and some information about how wordpress.com functions from mesanna I&#8217;ve quite quickly made the first demo version of a generated button. And here it is. So far it&#8217;s really just proof of concept, and its code is a little limited but could very easily and quickly be improved, depending on what [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Linux Mint - From Freedom Came Elegance" href="http://linuxmint.com"><img class="alignright" style="border: medium none; margin-left: 20px; margin-bottom: 20px;" src="http://bendavis.me/mintpromo/button.php" alt="Linux Mint Button" width="181" height="60" /></a></p>
<p>After a <a title="Linux Mint Forums - Promotional Material" href="http://forums.linuxmint.com/viewtopic.php?f=17&amp;t=26870&amp;st=0&amp;sk=t&amp;sd=a">little discussion</a> and some information about how wordpress.com functions from <a href="http://mesanna.com/">mesanna</a> I&#8217;ve quite quickly made the first demo version of a generated button. And here it is.</p>
<p>So far it&#8217;s really just proof of concept, and its code is a little limited but could very easily and quickly be improved, depending on what information you actually wanted to share. The reason I&#8217;ve put the date in for now is because it&#8217;s the simplest way to show the principle involved here. The date comes from the php function of the same name in this case I used:</p>
<p><span id="more-216"></span></p>
<p><code>date("D jS M - G:i");</code></p>
<p>What I&#8217;m trying to show here is that information available on the server side: databases, xml feeds, _POST and _GET requests, anything; can quite easily be transposed into a graphic without the need for java or anything that is blocked on wordpress.com. The sky is the limit!</p>
<p>The image src (if you look at the code) is actually:</p>
<p><code>&lt;img src="<strong>http://bendavis.me/mintpromo/button.php</strong>" alt="Linux Mint Button" width="181" height="60" â„&gt;</code></p>
<p>If you visit <a title="Linux Mint Promo Button" href="http://bendavis.me/mintpromo/button.php">../button.php</a> you will see the png. For now I&#8217;ve also added basic functionality to change the statement (the &#8220;Taste Mint&#8221; bit) to whatever you want. Just bear in mind the picture&#8217;s only 181px across and the logo takes up 50px or so of that.</p>
<p>So, if you add &#8220;?alt=Your Text&#8221; to the end of the above link, the button will change accordingly. Note just for clarity the entire url will then look like:</p>
<p><strong>http://bendavis.me/mintpromo/button.php?alt=Your Text</strong></p>
<p>So, if you were type something like this into your browser:</p>
<p><a href="http://bendavis.me/mintpromo/button.php?alt=Minty%20Linux">http://bendavis.me/mintpromo/button.php?alt=Minty%20Linux</a></p>
<p>You&#8217;d get a modified graphic just so.</p>
<p>Obviously, no programmer worth his salt would allow the user so much scope for editing your scripts in a working public version of this, it&#8217;s just to illustrate my point.</p>
<p>To further polish this, I&#8217;d use my .htaccess file to make an actual img url, something like promo-button.png so it appeared to the casual user that it really was just an image. The next step I think.</p>
<p>Thanks to facade47 on the <a title="Linux Mint Font" href="http://forums.linuxmint.com/viewtopic.php?f=25&amp;t=3213&amp;p=61409">forums for the font</a> and reverend_nerd for his great button.</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://bendavis.me/2009/06/03/linux-mint-generated-button/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Linux Mint Promotion</title>
		<link>http://bendavis.me/2009/06/02/linux-mint-promotion/</link>
		<comments>http://bendavis.me/2009/06/02/linux-mint-promotion/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:38:00 +0000</pubDate>
		<dc:creator>Benjy</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[promotion]]></category>

		<guid isPermaLink="false">http://bendavis.me/2009/06/02/linux-mint-promotion/</guid>
		<description><![CDATA[Clem, the man behind Linux Mint is looking to do a little promotion for what I think is a pretty damn good distribution of Linux. With the recent release of Linux Mint 7 â€œGloriaâ€ the OS is really moving forward with some great intuitive additions to the Linux Mint installer as well as their synaptic [...]]]></description>
			<content:encoded><![CDATA[<p>Clem, the man behind <a href="http://www.linuxmint.com">Linux Mint</a> is looking to do a little promotion for what I think is a pretty damn good distribution of Linux. With the recent release of Linux Mint 7 â€œGloriaâ€ the OS is really moving forward with some great intuitive additions to the Linux Mint installer as well as their synaptic equivalent.</p>
<p>But Iâ€™m not here to start reviewing Mintâ€¦ yet.<br />
<span id="more-215"></span></p>
<p>I had a little idea to further the promotion and I think I may spend some of this weekend coding some examples of it to try out on this site and in forum signatures. I think promotion nowadays needs relevance and needs to do and say more than a standard banner image ever could. Itâ€™s voice could probably do with being bilingual as well.</p>
<p>Thatâ€™s why I think json requests/php generated images could be the way forward, or at least the first few steps. Combined with a strong theme and clever use of valid html (biggest pet peeve in the world is the number of â€œwidgetsâ€ available for various platforms which are not coded correctly â€“ flickr case in point) anyone could make use of this and promote the OS they love.</p>
<p>More thoughts to come.</p>
<p>Ben out.</p>
]]></content:encoded>
			<wfw:commentRss>http://bendavis.me/2009/06/02/linux-mint-promotion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
