<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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>The How to site</title>
	<link>http://www.bloggpro.com</link>
	<description>Office tips, CSS, PHP, MySQL scripting and web publishing</description>
	<pubDate>Tue, 27 May 2008 08:02:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Creating a simple histogram in Excel 2007</title>
		<link>http://www.bloggpro.com/creating-a-simple-histogram-in-excel-2007/</link>
		<comments>http://www.bloggpro.com/creating-a-simple-histogram-in-excel-2007/#comments</comments>
		<pubDate>Tue, 27 May 2008 08:02:35 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/creating-a-simple-histogram-in-excel-2007/</guid>
		<description><![CDATA[Keywords: histogram, normal distribution, Excel 2007,  column chart
Version: Should work with any version. Tested with Excel 2007.
This article contain a quick tutorial on how to create a simple histogram in Excel 2007, to visualize for example student test score, like in the example.
Share This
]]></description>
			<content:encoded><![CDATA[<p><strong>Keywords:</strong> <a href="http://www.bloggpro.com//?s=histogram">histogram</a>, <a href="http://www.bloggpro.com//?s=normal+distribution">normal distribution</a>, <a href="http://www.bloggpro.com//?s=excel+2003">Excel 2007</a>,  <a href="http://www.bloggpro.com//?s=column+chart">column chart</a></p>
<p><strong>Version:</strong> Should work with any version. Tested with Excel 2007.</p>
<p>This article contain a quick tutorial on how to create a simple histogram in Excel 2007, to visualize for example student test score, like in the example.</p>
<p> <a href="http://www.bloggpro.com/creating-a-simple-histogram-in-excel-2007/#more-241" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=241&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_241" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/creating-a-simple-histogram-in-excel-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quality control chart for Excel 2007</title>
		<link>http://www.bloggpro.com/quality-control-chart-for-excel-2007/</link>
		<comments>http://www.bloggpro.com/quality-control-chart-for-excel-2007/#comments</comments>
		<pubDate>Mon, 26 May 2008 07:49:17 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/quality-control-chart-for-excel-2007/</guid>
		<description><![CDATA[Download: QC chart for Excel 2007 / 2003 (downloaded 137 times)
A couple of years ago I created a very simple QC-chart to keep track if instrument performance over periods of time. The chart fetches the usual data from user input and calculates average, upper and lower control and warning limits, and plots these data into [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Download:</strong> <a href="http://www.bloggpro.com/downloads/QC chart for Excel 2007 / 2003">QC chart for Excel 2007 / 2003</a> (downloaded 137 times)</p>
<p>A couple of years ago I created a very simple QC-chart to keep track if instrument performance over periods of time. The chart fetches the usual data from user input and calculates average, upper and lower control and warning limits, and plots these data into an Individuals chart and a Moving average chart.<img src="http://www.bloggpro.com/wp-content/uploads/2008/05/qc-chart.png" alt="Quality control chart for Excel 2007" /></p>
<p>Once you have established the acceptable performance of your instrument/method, this makes it very easy to see if your method is performing poorly.</p>
<p>The baseline performance is usually established by collecting data over an extended time period, say one month, using some form of stable reference testing material. In the case of chemical analysis this can be a certified reference material (CRM) consisting of for example metal ions of a known concentration in a stable sample matrix.</p>
<p> <a href="http://www.bloggpro.com/quality-control-chart-for-excel-2007/#more-235" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=235&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_235" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/quality-control-chart-for-excel-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Integrating a forum with your Wordpress installation</title>
		<link>http://www.bloggpro.com/integrating-a-forum-with-your-wordpress-installation/</link>
		<comments>http://www.bloggpro.com/integrating-a-forum-with-your-wordpress-installation/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:59:30 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Blogging etc]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/integrating-a-forum-with-your-wordpress-installation/</guid>
		<description><![CDATA[Traditionally it has been quite hassle to integrate a forum to a wordpress powered site, using a number of such bridge hacks to integrate phpBB and SMF I know how much work and trouble it can be; if you even get it to work. One option has been to use bbPress, a Wordpress forum plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Traditionally it has been quite hassle to integrate a forum to a wordpress powered site, using a number of such bridge hacks to integrate phpBB and SMF I know how much work and trouble it can be; if you even get it to work. One option has been to use <a href="http://bbpress.org/">bbPress</a>, a Wordpress forum plugin which works nicely out of the box, but leaves a lot to be desired in terms of design and functions.</p>
<p>Therefore I was quite excited to find a plugin called <a href="http://www.stuff.yellowswordfish.com/simplepress-forum/">Simple:Press forum</a>, which is a forum with features and functions that is much closer to what you expect to find i a modern forum:</p>
<ul>
<li><strong>‘Pretty/SEO’ Friendly Permalinks</strong>. And the good news - should also be able to display links with the old url structure.</li>
<li><strong>Private Messaging</strong> - the second most regular request.</li>
<li><strong>Powerful User Group and Permission</strong> structure. Fine control over who can see and do what.</li>
<li><strong>New ‘QuickLinks’</strong> dropdown on the Search Bar displaying recent and unread posts</li>
<li><strong>Bulk Moderate Posts</strong> needing approval and read new posts in one place</li>
<li><strong>Login Form</strong> bought into current page view</li>
<li><strong>Mass Deletion</strong> tool for the removal of old topics</li>
<li><strong>Many ‘Custom’</strong> options: Up to three custom icons in login bar; set custom icons for all Groups and Forums; Use a graphic in place of page title; Create a special ‘editor’ message</li>
<li><strong>Redirect RSS Feeds</strong> to external services (i.e., FeedBurner)</li>
<li><strong>‘Pluggable’ </strong>page rendering code allowing replacement functions and custom code routines</li>
<li><strong>TinyMCE V3</strong> with much improved text handling and formatting</li>
<li><strong>Optional Image File Uploading</strong> (only using TinyMCE editor)</li>
<li><strong>Improved Notification</strong>, Messaging and form validations</li>
<li><strong>EMail Overrides</strong> and create text of New User Email</li>
<li><strong>Democracy Polls</strong> plugin support</li>
<li><strong>Images as Thumbnails</strong> that expand</li>
</ul>
<p> <a href="http://www.bloggpro.com/integrating-a-forum-with-your-wordpress-installation/#more-232" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=232&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_232" class="akst_share_link" rel="nofollow">Share This</a>
</p><span class="sfforumlink"><a href="http://www.bloggpro.com/sf-forum/wordpress/integrating-a-forum-with-your-wordpress-installation/page-1"><img src="http://www.bloggpro.com/wp-content/plugins/simple-forum/icons/default/bloglink.png" width="10" height="10" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/integrating-a-forum-with-your-wordpress-installation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress latest user login hack</title>
		<link>http://www.bloggpro.com/wordpress-latest-user-login-hack/</link>
		<comments>http://www.bloggpro.com/wordpress-latest-user-login-hack/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 14:10:11 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Blogging etc]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/wordpress-latest-user-login-hack/</guid>
		<description><![CDATA[I needed a way to log the date and time the last time a user logged in I looked around for a plugin to do this for me, but found none, so I decided to try and write a function myself.
This one I struggled with and in the end it came out like something of [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a way to log the date and time the last time a user logged in I looked around for a plugin to do this for me, but found none, so I decided to try and write a function myself.</p>
<p>This one I struggled with and in the end it came out like something of a abomination of a function, but at least it gets the job done. It uses the WP_AUTHENTICATE hook to call the function where a simple login check is done, and if successful, the timestamp is writted to the wp_users table.</p>
<p>You can either insert a new field called <code>user_lastlogin </code> (or what you prefer)  in wp_users like I did, or you can make a new table to store the login log.</p>
<p>The code follows below. Happy logging!</p>
<p> <a href="http://www.bloggpro.com/wordpress-latest-user-login-hack/#more-230" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=230&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_230" class="akst_share_link" rel="nofollow">Share This</a>
</p><span class="sfforumlink"><a href="http://www.bloggpro.com/sf-forum/wordpress/wordpress-latest-user-login-hack/page-1"><img src="http://www.bloggpro.com/wp-content/plugins/simple-forum/icons/default/bloglink.png" width="10" height="10" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/wordpress-latest-user-login-hack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running a cronjob with Godaddy shared hosting</title>
		<link>http://www.bloggpro.com/running-a-cronjob-with-godaddy-shared-hosting/</link>
		<comments>http://www.bloggpro.com/running-a-cronjob-with-godaddy-shared-hosting/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:25:52 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/running-a-cronjob-with-godaddy-shared-hosting/</guid>
		<description><![CDATA[It&#8217;s not rocket science, but it took me a while to figure out how to run a cron job on a PHP script with Godaddy shared hosting. Without further ado, here it is:
 /web/cgi-bin/php "$HOME/html/yourpath/yourpath/yourscript.php"
Hope it helps someone.
Share This
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not rocket science, but it took me a while to figure out how to run a cron job on a PHP script with Godaddy shared hosting. Without further ado, here it is:</p>
<p><code> /web/cgi-bin/php "$HOME/html/yourpath/yourpath/yourscript.php"</code></p>
<p>Hope it helps someone.</p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=229&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_229" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/running-a-cronjob-with-godaddy-shared-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web development success and failure</title>
		<link>http://www.bloggpro.com/web-development-success-and-failure/</link>
		<comments>http://www.bloggpro.com/web-development-success-and-failure/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 09:57:49 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/web-development-success-and-failure/</guid>
		<description><![CDATA[About a year ago I started with the idea that I should build and host a blog community with dozens of bloggers writing every day, slowly building an blogging empire. I hardly knew what a blog is (yes it&#8217;s true) and I hardly knew any PHP. Needless to say my blogging empire never happened, and [...]]]></description>
			<content:encoded><![CDATA[<p>About a year ago I started with the idea that I should build and host a blog community with dozens of bloggers writing every day, slowly building an blogging empire. I hardly knew what a blog is (yes it&#8217;s true) and I hardly knew any PHP. Needless to say my blogging empire never happened, and other blog projects, as my <a href="http://www.insiderweblog.com">Steve Pavlina wannabe blog</a>, were disbanded and is now not being updated at all.</p>
<p>My ambition one year ago was to  make a welcome side income from web publishing/advertizing and during this year I&#8217;ve tried affiliate marketing, domain trading and web site publishing. I&#8217;ve learnt that success may come unexpectely, in our case from a site about pregnancy and maternity (<a href="http://www.blimamma.se/gravid/">Bli Mamma gravid</a>), an idea that actually my wife came up with. From a quiet start this site now has about 2,000 page views per day and generates from $3 to $40 per day depending on current advertizing campaigns. At the moment we use a combo of AdSense and Tailsweep ads, something that has proven successful.</p>
<p>My other project, called  <a href="http://www.hyrprylen.se">Hyrprylen.se</a>, which is basically a classified ad site for rentals of gadges and property, is yet to be launched. I coded this site from scratch, thus it is a bit rough. But it might have a potential, especially as we will port it to other languages as well. The platform can also be easily be used for realty, traditional classifieds and vacation home rentals. We&#8217;ll see about that one.</p>
<p> <a href="http://www.bloggpro.com/web-development-success-and-failure/#more-226" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=226&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_226" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/web-development-success-and-failure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox add-on: GraphSense for AdSense</title>
		<link>http://www.bloggpro.com/firefox-add-on-graphsense-for-adsense/</link>
		<comments>http://www.bloggpro.com/firefox-add-on-graphsense-for-adsense/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 14:38:55 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Advertising]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/firefox-add-on-graphsense-for-adsense/</guid>
		<description><![CDATA[Every now and then comes along a tool that is just so awsome you have to tell about it. Todat I stumbled over a Firefox add-on called GraphSense. This tool allows you to create graphs  on-the-fly directly in your browser from Advanced AdSense reports.
This is of course every web publishers wet dream; another tool [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then comes along a tool that is just so awsome you have to tell about it. Todat I stumbled over a Firefox add-on called <a href="http://www.graphsense.com/">GraphSense</a>. This tool allows you to create graphs  on-the-fly directly in your browser from Advanced AdSense reports.</p>
<p>This is of course every web publishers wet dream; another tool to visualize your AdSense earnings, and now easier than ever. Ever since AdSense notifier stopped working a couple of months ago I&#8217;ve been dying to find a new tool/toy and now I&#8217;ve found it.</p>
<p>Installing it takes about 30 seconds (seriously) and testing it another 30. It works perfecly and is very very handy.</p>
<p> <a href="http://www.bloggpro.com/firefox-add-on-graphsense-for-adsense/#more-225" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=225&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_225" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/firefox-add-on-graphsense-for-adsense/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Really simple roundes corners with CSS</title>
		<link>http://www.bloggpro.com/really-simple-roundes-corners-with-css/</link>
		<comments>http://www.bloggpro.com/really-simple-roundes-corners-with-css/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 10:04:55 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/really-simple-roundes-corners-with-css/</guid>
		<description><![CDATA[I&#8217;ve been looking for a long time for a solution to produce the oh so popular rounded corners on my DIV elements and finally I found what I was looking for over at A list apart where Dan Cederholm describes his take on the issue of rounded corners. The solution he presents are decievingly simple in it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a long time for a solution to produce the oh so popular rounded corners on my DIV elements and finally I found what I was looking for over at <a href="http://www.alistapart.com/articles/mountaintop/">A list apart</a> where Dan Cederholm describes his take on the issue of rounded corners. The solution he presents are decievingly simple in it&#8217;s approach, and surprisingly flexible in its application.</p>
<p>The design uses two transparent gif masks (easily created in for example GIMP) and  a short, organized CSS:</p>
<p><code>dl {<br />
  width: 240px;<br />
  margin: 0 0 20px 20px;<br />
  background: #999 url(box_bottom.gif) »<br />
  no-repeat bottom left;<br />
  }</code><code> </code><code>dt {<br />
  margin: 0;<br />
  padding: 10px;<br />
  background: #999 url(box_top.gif) »<br />
  no-repeat top left;<br />
  }</p>
<p> <a href="http://www.bloggpro.com/really-simple-roundes-corners-with-css/#more-224" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=224&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_224" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/really-simple-roundes-corners-with-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web advertising eCPM comparison</title>
		<link>http://www.bloggpro.com/web-advertising-ecpm-comparison/</link>
		<comments>http://www.bloggpro.com/web-advertising-ecpm-comparison/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 13:27:09 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Blogging etc]]></category>

		<category><![CDATA[Advertising]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/web-advertising-ecpm-comparison/</guid>
		<description><![CDATA[A comparison of advertising options since I wanted to see if I could optimize advertising earnings from my sites, to see if there are any other options than AdSense. This mini investigation concerns foremost the Swedish market, but it might be of interest to international readers anyway.
I looked at some ad providers and the eCPM [...]]]></description>
			<content:encoded><![CDATA[<p>A comparison of advertising options since I wanted to see if I could optimize advertising earnings from my sites, to see if there are any other options than AdSense. This mini investigation concerns foremost the Swedish market, but it might be of interest to international readers anyway.</p>
<p>I looked at some ad providers and the eCPM that they pay for a sidebar ad sized <strong>250&#215;200 or 250&#215;300</strong> for  some sites related to mine. All solutions except <strong>AdSense</strong> are Pay Per Impression, while AdSense (as you know) is Pay Per Click (PPC). None the less, the earnings from the four ad providers investigated <em><a href="https://www.google.com/adsense">AdSense</a>, <a href="http://www.tailsweep.com/">Tailsweep</a>, <a href="http://www.livsstilsnatverket.se/">Livsstilsnätverket</a></em> and <a href="http://www.clearchannel.se/"><em>Clear Channel</em> </a>ranged from <strong>$US 2.2-40.6</strong> per 1,000 impressions (<strong>eCPM</strong> to use AdSense terminology). In the case of AdSense the eCPM is likely to vary quite a lot from publisher to publisher. The number in my chart is just an example of a typical eCPM for one of my own sites.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/11/ecpm.PNG" alt="Web advertising eCPM comparison" /></p>
<p> <a href="http://www.bloggpro.com/web-advertising-ecpm-comparison/#more-223" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=223&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_223" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/web-advertising-ecpm-comparison/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Excel 2007 add-in facilitate web data mining</title>
		<link>http://www.bloggpro.com/new-excel-2007-add-in-facilitate-web-data-mining/</link>
		<comments>http://www.bloggpro.com/new-excel-2007-add-in-facilitate-web-data-mining/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 09:40:43 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
		
		<category><![CDATA[Excel]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/new-excel-2007-add-in-facilitate-web-data-mining/</guid>
		<description><![CDATA[Just a short note found on the MS Excel team blog stating that the Microsoft research team has developed an add-in that enables users to browse the web via the add-in and select data to import to Excel, all while the add-in will adapt and learn from your selections.
The system extracts data by learning from a user’s [...]]]></description>
			<content:encoded><![CDATA[<p>Just a short note found on the <a href="http://blogs.msdn.com/excel/archive/2007/10/16/excel-2007-web-data-add-in.aspx">MS Excel team blog</a> stating that the Microsoft research team has developed an <a href="http://research.microsoft.com/research/downloads/details/db5286b6-0bb0-4668-9ebc-c3e9b43a0683/details.aspx">add-in</a> that enables users to browse the web via the add-in and select data to import to Excel, all while the add-in will adapt and learn from your selections.</p>
<blockquote><p>The system extracts data by learning from a user’s selection of data they wish to capture into Excel. The more selections, the more the system is trained. An example scenario: You wish to import and track data from MSN&#8217;s weather page. Visit the site using the tool, enter Data Capture mode, and select a row or two of data from the table. Then click Select Similar, and the system will find similar data based on your previous selections.</p></blockquote>
<p> <a href="http://www.bloggpro.com/new-excel-2007-add-in-facilitate-web-data-mining/#more-219" class="more-link">(more&#8230;)</a></p>
<p class="akst_link"><a href="http://www.bloggpro.com/?p=219&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_219" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/new-excel-2007-add-in-facilitate-web-data-mining/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
