<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>Matt Jones Blog</title>
<link>http://www.mdj.us/</link>
<description>RSS Feed</description>
<language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mdj/MiuC" /><feedburner:info uri="mdj/miuc" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>mdj/MiuC</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
<title>XML sitemap add-on for sNews CMS v1.7</title>
<description><p>Use this handy little add-on mod to auto-generate an XML sitemap for sNews CMS v1.7.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/3Lv3VradTJQ/xml-sitemap-add-on-for-snews-cms-v17</link>
<pubDate>Thu, 12 Jan 2012 12:55:10 +0000</pubDate>
<content:encoded><![CDATA[<p>Here is an add on for sNews CMS v1.7 to generate a valid XML sitemap for search engines to use. If you're not familiar with XML sitemaps, you should read up at <a class="extern" title="Sitemaps.org" href="http://www.sitemaps.org/">sitemaps.org</a>. Sitemaps are an extremely useful way for search engines to index all of your content.</p>
<p>The way this sitemap mod is set up, you can simply edit the variables in the script and drop it on your server and it should work. There is some optional extended functionality covered at the end of this article as well.</p>

<h2 class="clearer">Set it up</h2>
<p>To get started, download &amp; extract the file;</p>
<p><a class="download" href="http://static.mdj.us/files/sitemap_1.0.0.zip">sitemap_1.0.0.zip</a></p>

<p>Now edit the variables to match your site;</p>

<pre class="sh_php">
$server = 'localhost';
$dbuser = '';
$dbpass = '';
$dbname = '';
$dbprefix = '';
$site = 'http://www.mysite.com';
</pre>

<p>That's it! Now upload to your site, preferably in the root public_html directory. Now visit the page and you should see the XML sitemap generated from your articles, categories &amp; pages.</p>

<h2>Extending the sitemap mod</h2>
<p>As I use this sitemap mod on my sNews sites, I have added a "last modified" field to my articles table, so that when I edit an article, the last modified time is reflected within the sitemap. Adding this functionality is quite easy. To start with, you need to add the field to your database, so open up PhPMyAdmin or whatever DB tool you use and add the column;</p>

<pre class="sh_sql">
ALTER TABLE articles ADD last_mod datetime NULL;
</pre>

<p>Now you just need to edit your snews.php file to update the last_mod field when you edit your articles. Open your snews.php file, and within the function processing, around line 2951, find the following;</p>

<pre class="sh_php">
artorder = '$artorder'
</pre>

<p>Now replace it with this;</p>

<pre class="sh_php">
artorder = '$artorder',
last_mod = NOW()
</pre>

<p>Upload your edited snews.php file and now when you edit an article it should update that field and the sitemap.php add-on file will reflect the changes.</p>

<h2>Notify the search engines</h2>
<p>Don't forget to notify the search engines! Add your sitemap to:</p>
<ul style="list-style:none">
<li><a class="extern" href="http://www.bing.com/toolbox/webmaster">Bing Webmaster Tools</a></li>
<li><a class="extern" href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a></li>
</ul>
<p>And while you're at it, add the sitemap location to your robots.txt file;</p>

<pre class="html">
Sitemap: http://www.mysite.com/sitemap.php
</pre>
<p><a href="http://feedads.g.doubleclick.net/~a/l4xyCyPKLyRlyLnnZkD_pyDZE7Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/l4xyCyPKLyRlyLnnZkD_pyDZE7Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/l4xyCyPKLyRlyLnnZkD_pyDZE7Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/l4xyCyPKLyRlyLnnZkD_pyDZE7Y/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=3Lv3VradTJQ:9oM--UvemMo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/3Lv3VradTJQ" height="1" width="1"/>]]></content:encoded>
<category>sNews CMS</category>
<wfw:commentRss>http://www.mdj.us/snews-cms/xml-sitemap-add-on-for-snews-cms-v17,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/snews-cms/xml-sitemap-add-on-for-snews-cms-v17</feedburner:origLink></item>
<item>
<title>Setting a solid color wallpaper for Android devices</title>
<description><p>Adding solid color wallpapers/backgrounds for Android devices, the easy way.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/4hZI8bWxjzc/</link>
<pubDate>Wed, 04 Jan 2012 00:11:50 +0000</pubDate>
<content:encoded><![CDATA[<p>Recently when I upgrade my little Dell Streak 7 to Honeycomb 3.2 I lost my favorite wallpapers. I don't really like the default wallpapers available &amp; most of the downloadable wallpapers are just too "busy" for my tastes.</p>
<p>So to get started again I decided I just wanted a simple solid color for a background. Having a heavy graphic wallpaper on a PC is one thing, where much of your actions are menu driven, however on my tablet I have my "desktop" loaded with all my favorite apps &amp; widgets &amp; the live wallpapers seemed to take away too much from the experience for my tastes.</p>
<p>The problem is... <strong>there is no easy way to set the default background as a solid color in Android</strong>. At least, not in the default settings. There's 2 ways to accomplish this task, what I used to do... create a solid color jpg in the <a class="extern" title="The GIMP" href="http://www.gimp.org">GIMP</a>, put it on my device, open it, and finally set it as the wallpaper. As an example, I would make an 800x800 square image with a solid hex color of #252525 for my Streak 7, as it has an 800x480 resolution.</p>
<p>Well, that got to be a pain in the ass, especially after making 3 or 4 backgrounds that I just wasn't happy with. </p>
<p>So during my Christmas break from work I set off on a quest for an easier solution, and I found the app <a class="extern" title="Colors Android App" href="https://market.android.com/details?id=com.citc.colors">Colors</a>. This nifty app allows you to set any color for your background, and includes a fairly exhaustive list of pre-made colors for you to choose from, though they could be better organized... alphabetically or by color range perhaps?  Anyway, this app is probably one of my most used during the last 2 weeks.</p>
<p>Scan this QR Code to download the app.</p>
<p><img src="http://www.mdj.us/media/qrcode-colors.png" title="Colors App QR Code" alt="Colors App QR Code" />
</p>
<p>I hope someone else finds this as useful as I do.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/0Ayc72PgbtuFHUXlb2d7JQ3fsXE/0/da"><img src="http://feedads.g.doubleclick.net/~a/0Ayc72PgbtuFHUXlb2d7JQ3fsXE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0Ayc72PgbtuFHUXlb2d7JQ3fsXE/1/da"><img src="http://feedads.g.doubleclick.net/~a/0Ayc72PgbtuFHUXlb2d7JQ3fsXE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=4hZI8bWxjzc:KzpEV8jsPIA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/4hZI8bWxjzc" height="1" width="1"/>]]></content:encoded>
<category>Android</category>
<wfw:commentRss>http://www.mdj.us/android/setting-a-solid-color-wallpaper-for-android/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/android/setting-a-solid-color-wallpaper-for-android/</feedburner:origLink></item>
<item>
<title>Debian &amp; XFCE 1024x600 netbook wallpapers</title>
<description><p>Here are a couple 1024x600 wallpapers I made for my netbook today. Hope you enjoy them.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/tW8f4t0kVtk/</link>
<pubDate>Tue, 24 May 2011 17:21:03 +0000</pubDate>
<content:encoded><![CDATA[<p>Here's a couple of 1024x600 netbook wallpapers I made today for my netbook running <a class="extern" title="Debian Linux" href="http://www.debian.org/">Debian Linux</a> &amp; the <a class="extern" title="XFCE DEsktop" href="http://www.xfce.org/">XFCE Desktop</a>.</p>
<p>I'm including the Gimp .xcf files in the .zip download for anyone that wants to modify the wallpapers, remove/change logos, etc. I typically make my wallpapers dark and avoid too much contrast, so feel free to change them to suit your tastes.</p>
<p>To save the images to your hard drive to use as a wallpaper, simply click on a thumbnail to open the viewer and then right click on the image and select "save image as", or "set as desktop background", or download all of them in a zip file;</p>
<p><a class="button" title="debian_xfce_wallpapers_1024x600.zip" href="http://www.box.com/s/k95hd8bp77ccyejgih7p">debian_xfce_wallpapers_1024x600.zip</a></p>
<p><table cellspacing="5" cellpadding="5" border="0">

<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/computer/debian-xfce-1024x600-netbook-wallpapers/,photo,28"><img src="http://www.mdj.us/media/debian-1024x600-wallpaper_thumbnail.jpg" title="Debian 1024x600 netbook wallpaper" alt="Debian 1024x600 netbook wallpaper" width="160" height="94" /></a><br />
<small>Debian 1024x600 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/computer/debian-xfce-1024x600-netbook-wallpapers/,photo,29"><img src="http://www.mdj.us/media/xfce-1024x600-wallpaper_thumbnail.jpg" title="XFCE 1024x600 netbook wallpaper" alt="XFCE 1024x600 netbook wallpaper" width="160" height="94" /></a><br />
<small>XFCE 1024x600 …</small>

</td>

</tr>

</table>

</p>
<p><a href="http://feedads.g.doubleclick.net/~a/0zkl6UYmtHAl1D_MOdYuyqHDE2c/0/da"><img src="http://feedads.g.doubleclick.net/~a/0zkl6UYmtHAl1D_MOdYuyqHDE2c/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0zkl6UYmtHAl1D_MOdYuyqHDE2c/1/da"><img src="http://feedads.g.doubleclick.net/~a/0zkl6UYmtHAl1D_MOdYuyqHDE2c/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=tW8f4t0kVtk:fWpC-HvmpGE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/tW8f4t0kVtk" height="1" width="1"/>]]></content:encoded>
<category>Netbook Wallpapers</category>
<wfw:commentRss>http://www.mdj.us/netbook-wallpapers/computer/debian-xfce-1024x600-netbook-wallpapers/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/netbook-wallpapers/computer/debian-xfce-1024x600-netbook-wallpapers/</feedburner:origLink></item>
<item>
<title>Automatically add auto-generated short URLs to your sNews CMS</title>
<description><p>Add auto-generated rel="shortlink" and rel="shorturl" tags to the head of your sNews pages &amp; articles.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/lW4OUz9SVBI/</link>
<pubDate>Thu, 19 May 2011 14:43:00 +0000</pubDate>
<content:encoded><![CDATA[<p>This is my first sNews CMS mod/hack to be made public in quite some time, I hope someone finds it useful. This modification will add <a class="extern" title="shortlink" href="http://microformats.org/wiki/rel-shortlink">rel="shortlink"</a> &amp; <a class="extern" title="shorturl" href="https://sites.google.com/a/snaplog.com/wiki/short_url">rel="shorturl"</a> tags to the head of your published items.</p>
<p>What do I mean by published items? Basically all your articles &amp; "pages", not the default category/home page views or hard-coded sNews pages (contact, sitemap, etc). We don't really need/want shortlinks to ever-changing pages (home, category views, etc) anyways.</p>
<h2>Why?</h2>
<p>Unless you've been living under a rock, you've no doubt used or at least heard of Twitter, and the 140 character limitation for Twitter entries. So when posting URLs, people have relied on <a class="extern" title="URL shortening" href="http://en.wikipedia.org/wiki/URL_shortening">URL shortening services</a>, such as <a class="extern" title="bit.ly" href="http://bit.ly">bit.ly</a> to reduce the long SEO-Friendly URLs into as few characters as possible. With this mod you can skip using bit.ly or others services for publishing shortlinks on your own site, for any published items (articles/pages). Another big plus about using these short urls is they never change, as they are based on the unique article IDs from the database. Helps prevent linkrot and eases redirect management.</p>
<h2>Adding the code</h2>
<p>We will be editing 2 pages for this one, index.php &amp; snews.php. So make a back-up of these files now &amp; let's get started. Now open snews.php and add this function to the very bottom of the file, just above the closing PHP tag;</p>
<pre class="sh_php">function redirectShortUrl() {
    $url = trim($_GET['category'],"/"); // fetch &amp; trim the category
    if (ctype_digit($url) &amp;&amp; strlen($url) &lt; '7') { // url is a short number, let's process it
        $url = clean($url);
        $query = 'SELECT a.id AS aid,a.seftitle AS asef, c.seftitle AS subsef,x.seftitle AS csef
                FROM  '._PRE.'articles'.' AS a
                LEFT OUTER JOIN '._PRE.'categories'.' as c
                    ON category = c.id
                LEFT OUTER JOIN '._PRE.'categories'.' as x
                    ON c.subcat = x.id AND x.published =\'YES\'
                WHERE a.published = \'1\' AND a.visible = \'YES\' AND a.id ='.$url;
                       
        $result = mysql_query($query); 
        $num_rows = mysql_num_rows($result);
        $row = mysql_fetch_row($result);
        if ($num_rows == '0') {
            $error = true;
        } else {
            if (empty($row[2]) &amp;&amp; empty($row[3])) { // found a matching page
                $goto = '/'.$row[1];
            } elseif (!empty($row[2]) &amp;&amp; empty($row[3])) { // found a matching article w/cat
                $goto = '/'.$row[2].'/'.$row[1];
            } elseif (!empty($row[2]) &amp;&amp; !empty($row[3])) { // found a matching article w/cat &amp; subcat 
                $goto = '/'.$row[3].'/'.$row[2].'/'.$row[1];
            }      
        }
        if ($error != true) {
            header ('HTTP/1.1 301 Moved Permanently');
            header ('Location: '.$goto.'');
            exit;
        }
    } // not a number, pass to snews as-is
}
</pre>
<p>That function will sniff out the shortlinks and check for them in the database, perform the redirect if necessary, or simply pass the url on sNews. Now within the function title(), and the following code below the meta keywords output;</p>
<pre class="sh_php">// BEGIN SHORTLINK 
$query = 'SELECT id FROM '._PRE.'articles WHERE title = \''.$_TITLE.'\'';
$result = mysql_query($query);
$numrows = mysql_num_rows($result);
if ($numrows == '1') {
    $row = mysql_fetch_row($result);
    echo '&lt;link rel="shortlink" type="text/html" href="'._SITE.$row[0].'" /&gt;
    &lt;link rel="shorturl" type="text/html" href="'._SITE.$row[0].'" /&gt;';
}
// END SHORTLINK
</pre>
<p>That little bit of code checks for a matching title and inserts the shortlinks if there is a match. Now lastly, open index.php, and add the redirectShortUrl fucntion just below the snews.php include;</p>
<pre class="sh_php">include('snews.php');
redirectShortUrl();
</pre>
<p>That's it! Now upload your modified files and you should see the shortlinks on your articles &amp; pages now. Clicking a valid shortlink should redirect you to the SEO Friendly URL on your site.</p>
<h2>Extending</h2>
<p>So now you've got short URLs for your pages &amp; articles... what do you do with them? Well obviously you can post the shortlinks by hand in your Twitter/SMS/Facebook posts, but I've also created a simple script that will generate a shortlink for 3rd party services. I use <a class="extern" title="TwitterFeed" href="http://twitterfeed.com">TwitterFeed</a> to automatically post all my articles to Twitter. How? Simply sign-up, add your rss-articles feed to TwitterFeed &amp; link your account to Twitter. Now, to use your own sNews site for short URLs, we have to do a little magic, OK, not magic, we have to convert the URL back to a shortlink for TwitterFeed.</p>
<p>This is how we will do this. Download <a href="http://www.mdj.us/extras/shortenurl.txt">shortenurl.txt</a>, save it as shortenurl.php, edit the database variables and upload to your server. Now, after you have linked your Twitter, Facebook, etc. accounts to TwitterFeed, go to the TwitterFeed dashboard and do the following;</p>
<ul>
<li>click the edit button to edit your feed.</li>
<li>click the "Advanced Settings" option.</li>
<li>on the "Shorten link through" dropdown, select "custom"</li>
<li>in the "Custom endpoint" box, type "http://site.com/shortenurl.php?url=%@"</li>
</ul>
<p>Obviously change site.com above to whatever your domain is. Now whenever you post a new article to your RSS feed, TwitterFeed will pick it up, post it to Twitter and use your own short URL as the linkback.</p>
<h2>Caveats &amp; Gotchas</h2>
<p>There are 2 major considerations that might cause problems for users;</p>
<ol>
<li>This script uses the unique IDs from the articles table in the database to generate the shortlinks. This works well, I have allowed up to 6 digits in the code, so unless you've created 1 million articles/pages, you should be fine. However, if you started the MySQL auto-increment at a large number, this could be a problem, but there are work-arounds for that.</li>
<li>Because this script uses the unique table IDs, if you have an article or page with a name of just digits, under 1 million (ex. mysite.com/24312), it will conflict. Do not use this script as it is, or consider adding a letter to your article/page names.</li>
</ol>
<h2>Wrap up</h2>
<p>Well, if all goes according to plan (this is my first real post using this new shortlink system), then I should see this article posted to twitter soon, with a linkback containing my domains shortlink. As always, any questions or comments, feel free to leave a comment.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/LGbG2YjNJh4rgl6mYhnSn-5ovdE/0/da"><img src="http://feedads.g.doubleclick.net/~a/LGbG2YjNJh4rgl6mYhnSn-5ovdE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LGbG2YjNJh4rgl6mYhnSn-5ovdE/1/da"><img src="http://feedads.g.doubleclick.net/~a/LGbG2YjNJh4rgl6mYhnSn-5ovdE/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=lW4OUz9SVBI:eVi89BeKOuE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/lW4OUz9SVBI" height="1" width="1"/>]]></content:encoded>
<category>sNews CMS</category>
<wfw:commentRss>http://www.mdj.us/snews-cms/hacks-mods/automatically-add-autogenerated-short-urls-to-your-snews-cms/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/snews-cms/hacks-mods/automatically-add-autogenerated-short-urls-to-your-snews-cms/</feedburner:origLink></item>
<item>
<title>HTC Droid Incredible keeps disconnecting from Wifi</title>
<description><p>HTC Droid Incredible keeps dropping WiFi connections, here's how I was able to resolve the problem.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/QUTi3GfPXhs/</link>
<pubDate>Mon, 31 Jan 2011 14:40:31 +0000</pubDate>
<content:encoded><![CDATA[<p>Recently I noticed that my HTC Droid Incredible was constantly disconnecting from my wireless router at home. It would connect if I went into the wireless settings page, and then drop off within a minute or two. Using a widget, I could see it was constantly stuck at "establishing a WiFi connection...". Naturally I searched all the Android forums and Google for a solution.</p>
<p>I had just recently replaced my home router with a Netgear WNDR3400, however it has been working seamlessly for several weeks, so I assumed it was something messed up with Android. After having no luck finding a solution in any of the forums, I simply set the b/g channel setting to 6 (the least congested in my area) from "auto", and I haven't had a dropped connection since.</p>
<p>While I'm still not sure if this is a phone or router issue, all seems to be well again in Android land, so I'm happy. Hope this helps someone else having a similar issue.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/FHrJCuyym_Zqv7fw1GnCYF31e98/0/da"><img src="http://feedads.g.doubleclick.net/~a/FHrJCuyym_Zqv7fw1GnCYF31e98/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/FHrJCuyym_Zqv7fw1GnCYF31e98/1/da"><img src="http://feedads.g.doubleclick.net/~a/FHrJCuyym_Zqv7fw1GnCYF31e98/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=QUTi3GfPXhs:oT26-pWIXyE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/QUTi3GfPXhs" height="1" width="1"/>]]></content:encoded>
<category>Android</category>
<wfw:commentRss>http://www.mdj.us/android/htc-droid-incredible-keeps-disconnecting-from-wifi/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/android/htc-droid-incredible-keeps-disconnecting-from-wifi/</feedburner:origLink></item>
<item>
<title>Getting back to work on my site</title>
<description><p>Hi there, just a brief update on the site. What's going on, and what's in store here at my blog.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/g3P8fQ230LY/</link>
<pubDate>Wed, 12 Jan 2011 04:15:41 +0000</pubDate>
<content:encoded><![CDATA[<p>Well, time sure flies, I haven't posted a single thing in nearly 6 months. Not that I haven't been busy, that's for sure. I've been extremely busy actually with my "real job". Considering the economy of late, I'm not complaining.</p>

<p>Though I haven't been entirely absent from maintaining the site. As several of you know, I still answer emails as best I can given my time constraints.</p>

<p>I have a couple new ideas floating around in my head for sNews, though I'm not yet ready to even discuss what they are as I'm leery of putting out <em>vaporware</em>.</p>

<p>As always if anyone has some good ideas for any sNews mods or hacks, please feel free to leave a comment.</p>

<p>The first thing I'm going to be working on is a bit of a site refresh, I wasn't happy with the home page after my last major overall and plan on making it look more like a home page... or at least what I think a home page should look like, more informative rather than the default blog/list of latest articles format.</p>

<p>That is all for now :)</p>

<p><a href="http://feedads.g.doubleclick.net/~a/fuv_L6LqBgruVQUZV9VwJLZWftI/0/da"><img src="http://feedads.g.doubleclick.net/~a/fuv_L6LqBgruVQUZV9VwJLZWftI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fuv_L6LqBgruVQUZV9VwJLZWftI/1/da"><img src="http://feedads.g.doubleclick.net/~a/fuv_L6LqBgruVQUZV9VwJLZWftI/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=g3P8fQ230LY:nNNmgBLPWvo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/g3P8fQ230LY" height="1" width="1"/>]]></content:encoded>
<category>General</category>
<wfw:commentRss>http://www.mdj.us/general/getting-back-to-work-on-my-site/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/general/getting-back-to-work-on-my-site/</feedburner:origLink></item>
<item>
<title>Creating better search suggestions with Sphider</title>
<description><p>A simple hack to improve the search suggestion function in the Sphider search engine.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/gb8jfxCEPJI/</link>
<pubDate>Wed, 09 Jun 2010 13:29:48 +0000</pubDate>
<content:encoded><![CDATA[<h2>The problem</h2>
<p>If you use the PHP web <a class="extern" title="Sphider search engine" href="http://sphider.eu">Sphider</a>, you may or may not have noticed that the <em>"did you mean"</em> function isn't very accurate much of the time. Why is that? Simple, here is what it does with the search terms:</p>
<ol class="clearer">
<li>Use MySQL's SOUNDEX function to find the close matches</li>
<li>Use PHP's levenshtein function to find the <em><strong>first</strong></em> closest levenshtein distance.</li>
</ol>
<p>Well, this is OK, but often gives poor results, especially as it keeps the first closest result &amp; stops, even if better matches exist later in the result array.</p>
<h2>The solution</h2>
<p>So what I have done is to add two additional levels of matching, after getting the levenshtein distance, we then try and match the metaphone keys, and finally check the keywords using PHPs similar_text function to see if there is a better match than the current one. So this is what we end up with:</p>
<ol>
<li>Use MySQL's SOUNDEX function to find the closest matches</li>
<li>Use PHP's levenshtein function to find the closest levenshtein distance.</li>
<li>Use PHP's metaphone function to match keys, if they match, then we perform the next step (#4).</li>
<li>Use PHP's similar_text function to see if this result is better than the last one.</li>
</ol>
<h2>The code</h2>
<p>OK, how to implement? Easy, open the include/searchfuncs.php file, around line 333, find the following;</p>
<pre class="sh_php">$near_word ="";
while ($row=mysql_fetch_row($result)) {
    
    $distance = levenshtein($row[0], $word);
    if ($distance &lt; $max_distance &amp;&amp; $distance &lt;4) {
	$max_distance = $distance;
	$near_word = $row[0];
    }
}
</pre>
<p>Now <strong>REPLACE</strong> that with the following code (indent as appropriate);</p>
<pre class="sh_php">// BEGIN BETTER SEARCH SUGGESTION FIX
$near_word =&quot;&quot;;
$max_similar = 0;
while ($row=mysql_fetch_row($result)) {
    $distance = levenshtein($row[0], $word);
    if ($distance = $distance) {
            if (metaphone($row[0]) == metaphone($word)) {
                $similar = similar_text($row[0],$word);
                if ($similar &gt;= $max_similar) {
                    $max_distance = $distance;
                    $max_similar = $similar;
                    $near_word = $row[0];
                }
            }
        } else {
            $max_distance = $distance;
            $near_word = $row[0];
    }
}
// END BETTER SEARCH SUGGESTION FIX
</pre>
<h2>Finish</h2>
<p>Now save and upload, and now your "did you mean" search suggestions should be much much more accurate.</p>
<p><a href="http://feedads.g.doubleclick.net/~a/0EiU98gGSyCnrNSuFf6DeUwnCcY/0/da"><img src="http://feedads.g.doubleclick.net/~a/0EiU98gGSyCnrNSuFf6DeUwnCcY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0EiU98gGSyCnrNSuFf6DeUwnCcY/1/da"><img src="http://feedads.g.doubleclick.net/~a/0EiU98gGSyCnrNSuFf6DeUwnCcY/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=gb8jfxCEPJI:IKx3_qrgc_U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/gb8jfxCEPJI" height="1" width="1"/>]]></content:encoded>
<category>Web Development</category>
<wfw:commentRss>http://www.mdj.us/web-development/php-programming/creating-better-search-suggestions-with-sphider/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/web-development/php-programming/creating-better-search-suggestions-with-sphider/</feedburner:origLink></item>
<item>
<title>Red Dead Redemption netbook wallpapers</title>
<description><p>Killer artwork of Rockstar Game's Red Dead Redemption, all 25 of the official wallpapers smoothly re-sized for the 1024x600 netbook resolution.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/lNlK679DFVI/</link>
<pubDate>Sat, 05 Jun 2010 02:55:45 +0000</pubDate>
<content:encoded><![CDATA[<p>Here are wallpapers for the game <a class="extern" href="http://www.rockstargames.com/reddeadredemption/" title="red dead redemption game">Red Dead Redemption</a>, these are the official wallpapers, all 25 of them. I've just modified them to fit cleanly on the 1024x600 screen of most netbooks. These aren't simply crop jobs, these are high quality &amp; as liquid smooth as possible.</p>

<p>If you like the westerns or western themed games, you will most probably enjoy these. Some of these were a bit difficult to get looking good at 1024x600, due to the elaborate designs (patterned backgrounds and graphics top to bottom), but I think I did a good job.</p>

<p>To save the images to your hard drive to use as a wallpaper, simply click on a thumbnail to open the viewer and then right click on the image and select "save image as", or "set as desktop background", or download all of them in the zip file;</p>

<div class="dlarchive">
<a class="button" title="red-dead-redemption-netbook-wallpapers-1024x600.zip" href="http://www.box.com/s/lclr78ae62hnol1y4gnz">red-dead-redemption-netbook-wallpapers-1024x600.zip</a> 
</div>

<table cellspacing="5" cellpadding="5" border="0">

<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,219"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-1_thumb.jpg" title="Red Dead Redemption netbook wallpaper #1" alt="Red Dead Redemption netbook wallpaper #1" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,220"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-2_thumb.jpg" title="Red Dead Redemption netbook wallpaper #2" alt="Red Dead Redemption netbook wallpaper #2" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,221"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-3_thumb.jpg" title="Red Dead Redemption netbook wallpaper #3" alt="Red Dead Redemption netbook wallpaper #3" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,222"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-4_thumb.jpg" title="Red Dead Redemption netbook wallpaper #4" alt="Red Dead Redemption netbook wallpaper #4" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,223"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-5_thumb.jpg" title="Red Dead Redemption netbook wallpaper #5" alt="Red Dead Redemption netbook wallpaper #5" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,224"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-6_thumb.jpg" title="Red Dead Redemption netbook wallpaper #6" alt="Red Dead Redemption netbook wallpaper #6" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,225"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-7_thumb.jpg" title="Red Dead Redemption netbook wallpaper #7" alt="Red Dead Redemption netbook wallpaper #7" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,227"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-9_thumb.jpg" title="Red Dead Redemption netbook wallpaper #9" alt="Red Dead Redemption netbook wallpaper #9" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,226"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-8_thumb.jpg" title="Red Dead Redemption netbook wallpaper #8" alt="Red Dead Redemption netbook wallpaper #8" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,228"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-10_thumb.jpg" title="Red Dead Redemption netbook wallpaper #10" alt="Red Dead Redemption netbook wallpaper #10" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,229"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-11_thumb.jpg" title="Red Dead Redemption netbook wallpaper #11" alt="Red Dead Redemption netbook wallpaper #11" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,230"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-12_thumb.jpg" title="Red Dead Redemption netbook wallpaper #12" alt="Red Dead Redemption netbook wallpaper #12" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,231"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-13_thumb.jpg" title="Red Dead Redemption netbook wallpaper #13" alt="Red Dead Redemption netbook wallpaper #13" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,232"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-14_thumb.jpg" title="Red Dead Redemption netbook wallpaper #14" alt="Red Dead Redemption netbook wallpaper #14" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,233"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-15_thumb.jpg" title="Red Dead Redemption netbook wallpaper #15" alt="Red Dead Redemption netbook wallpaper #15" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,234"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-16_thumb.jpg" title="Red Dead Redemption netbook wallpaper #16" alt="Red Dead Redemption netbook wallpaper #16" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,235"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-17_thumb.jpg" title="Red Dead Redemption netbook wallpaper #17" alt="Red Dead Redemption netbook wallpaper #17" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,236"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-18_thumb.jpg" title="Red Dead Redemption netbook wallpaper #18" alt="Red Dead Redemption netbook wallpaper #18" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,237"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-19_thumb.jpg" title="Red Dead Redemption netbook wallpaper #19" alt="Red Dead Redemption netbook wallpaper #19" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,238"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-20_thumb.jpg" title="Red Dead Redemption netbook wallpaper #20" alt="Red Dead Redemption netbook wallpaper #20" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,239"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-21_thumb.jpg" title="Red Dead Redemption netbook wallpaper #21" alt="Red Dead Redemption netbook wallpaper #21" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,240"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-22_thumb.jpg" title="Red Dead Redemption netbook wallpaper #22" alt="Red Dead Redemption netbook wallpaper #22" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,241"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-23_thumb.jpg" title="Red Dead Redemption netbook wallpaper #23" alt="Red Dead Redemption netbook wallpaper #23" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,242"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-24_thumb.jpg" title="Red Dead Redemption netbook wallpaper #24" alt="Red Dead Redemption netbook wallpaper #24" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,photo,243"><img src="http://www.mdj.us/media/red-dead-redemption-netbook-wallpaper-1024x600-25_thumb.jpg" title="Red Dead Redemption netbook wallpaper #25" alt="Red Dead Redemption netbook wallpaper #25" width="160" height="94" /></a><br />
<small>Red Dead …</small>

</td>

</tr>

</table>


<p><a href="http://feedads.g.doubleclick.net/~a/nXIO9d-lBcDzrNooJMX7jl-1oIU/0/da"><img src="http://feedads.g.doubleclick.net/~a/nXIO9d-lBcDzrNooJMX7jl-1oIU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/nXIO9d-lBcDzrNooJMX7jl-1oIU/1/da"><img src="http://feedads.g.doubleclick.net/~a/nXIO9d-lBcDzrNooJMX7jl-1oIU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=lNlK679DFVI:M5fAlE9sNLY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/lNlK679DFVI" height="1" width="1"/>]]></content:encoded>
<category>Netbook Wallpapers</category>
<wfw:commentRss>http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/netbook-wallpapers/games/red-dead-redemption-netbook-wallpapers/</feedburner:origLink></item>
<item>
<title>Iron Man 2 movie netbook wallpapers</title>
<description><p>A collection of high quality 1024x600 resolution wallpapers, from the movie Iron Man 2.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/oxg3e6nxtNg/</link>
<pubDate>Thu, 27 May 2010 11:27:11 +0000</pubDate>
<content:encoded><![CDATA[<p>By request, here all of the official wallpapers from the Iron Man 2 movie.  These wallpapers are from the <a class="extern" href="http://ironmanmovie.marvel.com/" title="Iron Man 2 movie">official Iron Man 2</a> site, the only major change was I removed the date (May 7) from the wallpapers, as the date has passed and the movie has obviously already been released.</p>

<p>As always, the wallpapers are re-sized and liquefied to fit the 1024x600 screen resolution of most netbooks without being heavily distorted or chopped (crop-jobs).</p>

<p>To save the images to your hard drive to use as a wallpaper, simply click on a thumbnail to open the viewer and then right click on the image and select "save image as", or "set as desktop background", or download all of them in the zip file;</p>

<div class="dlarchive">
<a class="download" title="iron-man-2-netbook-wallpapers-1024x600.zip" href="http://static.mdj.us/media/images/wp/iron-man-2/iron-man-2-netbook-wallpapers-1024x600.zip">download</a>
</div>

<table cellspacing="5" cellpadding="5" border="0">

<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,161"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-1_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #1" alt="Iron Man 2 netbook wallpaper #1" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,162"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-2_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #2" alt="Iron Man 2 netbook wallpaper #2" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,163"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-3_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #3" alt="Iron Man 2 netbook wallpaper #3" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,164"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-4_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #4" alt="Iron Man 2 netbook wallpaper #4" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,165"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-5_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #5" alt="Iron Man 2 netbook wallpaper #5" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,photo,166"><img src="http://www.mdj.us/media/iron-man-2-netbook-wallpaper-1024x600-6_thumbnail.jpg" title="Iron Man 2 netbook wallpaper #6" alt="Iron Man 2 netbook wallpaper #6" width="160" height="93" /></a><br />
<small>Iron Man 2 …</small>

</td>

</tr>

</table>


<p><a href="http://feedads.g.doubleclick.net/~a/YJAuOCBXuMSQlFPE6dfYmU-LOVg/0/da"><img src="http://feedads.g.doubleclick.net/~a/YJAuOCBXuMSQlFPE6dfYmU-LOVg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YJAuOCBXuMSQlFPE6dfYmU-LOVg/1/da"><img src="http://feedads.g.doubleclick.net/~a/YJAuOCBXuMSQlFPE6dfYmU-LOVg/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=oxg3e6nxtNg:AGR1i0UcKiM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/oxg3e6nxtNg" height="1" width="1"/>]]></content:encoded>
<category>Netbook Wallpapers</category>
<wfw:commentRss>http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/netbook-wallpapers/movies/iron-man-2-movie-netbook-wallpapers/</feedburner:origLink></item>
<item>
<title>Borderlands netbook wallpapers</title>
<description><p>Liquid re-sized 1024x600 versions of the official Borderlands wallpapers, for your netbook.</p></description>
<link>http://feedproxy.google.com/~r/mdj/MiuC/~3/LbiO0hQdxlA/</link>
<pubDate>Mon, 24 May 2010 13:18:46 +0000</pubDate>
<content:encoded><![CDATA[<p>OK, I have very little free time lately, but I must admit... what free time I have had the last month or so, I've spent playing Borderlands. This game is simply a blast to play with friends, especially if you like both shooters and RPGs, it's something of a mix of both, with great weapon/item variety.</p>

<p>So I've been using some customized Borderlands wallpapers on my little netbook recently, I've decided to modify all of the official ones and post them here.  These wallpapers are from the <a class="extern" href="http://www.borderlandsthegame.com/" title="Borderlands Game">official Borderlands</a> site.</p>

<p>As always, the wallpapers are re-sized and liquefied to fit the 1024x600 screen resolution of most netbooks without being heavily distorted or chopped (crop-jobs).</p>

<p>To save the images to your hard drive to use as a wallpaper, simply click on a thumbnail to open the viewer and then right click on the image and select "save image as", or "set as desktop background", or download all of them in the zip file;</p>

<div class="dlarchive">
<a class="download" href="http://static.mdj.us/media/images/wp/borderlands/borderlands-netbook-wallpapers-1024x600.zip">download</a>
</div>

<table cellspacing="5" cellpadding="5" border="0">

<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,113"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-1-th.jpg" title="Borderlands 1024x600 netbook wallpaper #1" alt="Borderlands 1024x600 netbook wallpaper #1" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,114"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-2-th.jpg" title="Borderlands 1024x600 netbook wallpaper #2" alt="Borderlands 1024x600 netbook wallpaper #2" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,115"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-3-th.jpg" title="Borderlands 1024x600 netbook wallpaper #3" alt="Borderlands 1024x600 netbook wallpaper #3" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,116"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-4-th.jpg" title="Borderlands 1024x600 netbook wallpaper #4" alt="Borderlands 1024x600 netbook wallpaper #4" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,117"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-5-th.jpg" title="Borderlands 1024x600 netbook wallpaper #5" alt="Borderlands 1024x600 netbook wallpaper #5" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>
<tr>

<td>
<a href="http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,photo,118"><img src="http://www.mdj.us/media/borderlands-netbook-wallpaper-1024x600-6-th.jpg" title="Borderlands 1024x600 netbook wallpaper #6" alt="Borderlands 1024x600 netbook wallpaper #6" width="140" height="82" /></a><br />
<small>Borderlands …</small>

</td>

</tr>

</table>


<p><a href="http://feedads.g.doubleclick.net/~a/CyQYnpytjc339_hasZ-F2ys9tyk/0/da"><img src="http://feedads.g.doubleclick.net/~a/CyQYnpytjc339_hasZ-F2ys9tyk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/CyQYnpytjc339_hasZ-F2ys9tyk/1/da"><img src="http://feedads.g.doubleclick.net/~a/CyQYnpytjc339_hasZ-F2ys9tyk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/mdj/MiuC?a=LbiO0hQdxlA:mPLN0feNtMM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/mdj/MiuC?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/mdj/MiuC/~4/LbiO0hQdxlA" height="1" width="1"/>]]></content:encoded>
<category>Netbook Wallpapers</category>
<wfw:commentRss>http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/,commentrss</wfw:commentRss>
<feedburner:origLink>http://www.mdj.us/netbook-wallpapers/games/borderlands-netbook-wallpapers/</feedburner:origLink></item>
</channel>
</rss>

