<?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>Ebusiness4all Blog &#187; Software</title>
	<atom:link href="http://blog.ebusiness4all.co.uk/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ebusiness4all.co.uk</link>
	<description>Discussions on the evolving online world</description>
	<lastBuildDate>Wed, 26 Aug 2009 15:51:19 +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>Meta tags keywords and descriptions</title>
		<link>http://blog.ebusiness4all.co.uk/2008/09/18/meta-tags-keywords-and-descriptions/</link>
		<comments>http://blog.ebusiness4all.co.uk/2008/09/18/meta-tags-keywords-and-descriptions/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 12:38:20 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/?p=69</guid>
		<description><![CDATA[There is always a debate on whether these are worth investing in or not.  Whatever the side of the argument you are on it is worth having the ability to create and display these tags well. WordPress is a wonderful tool but has some out of the box deficiencies.  The creation of meta tags is [...]]]></description>
			<content:encoded><![CDATA[<p>There is always a debate on whether these are worth investing in or not.  Whatever the side of the argument you are on it is worth having the ability to create and display these tags well.</p>
<p>WordPress is a wonderful tool but has some out of the box deficiencies.  The creation of meta tags is one but this can be addressed by adding plugins which extend the functionality of the core package.</p>
<p>One plugin I have adopted is the excellent <a title="headspace2 plugin for wordpress" href="http://urbangiraffe.com/plugins/headspace2/">Headspace2</a> which is modular and gives you the ability to control many aspects of your code as seen by the search engine spiders.</p>
<p>Have just fitted it and am test piloting the plugin for a while &#8230; I will report back in a week or so on progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2008/09/18/meta-tags-keywords-and-descriptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save time with automation</title>
		<link>http://blog.ebusiness4all.co.uk/2008/09/05/save-time-with-automation/</link>
		<comments>http://blog.ebusiness4all.co.uk/2008/09/05/save-time-with-automation/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 13:01:02 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/?p=67</guid>
		<description><![CDATA[I am always looking for ways of reducing the time it takes to do tasks, particularly repetitive tasks. Yesterday I came across this post on the Halotis blog which advised on how you could use the imacros add in for your browser to automate a lot of those boring tasks.  The post even goes on [...]]]></description>
			<content:encoded><![CDATA[<p>I am always looking for ways of reducing the time it takes to do tasks, particularly repetitive tasks.</p>
<p>Yesterday I came across this post on the <a href="http://www.halotis.com/2007/08/27/automation-is-key-automate-the-web/" target="_blank">Halotis</a> blog which advised on how you could use the imacros add in for your browser to automate a lot of those boring tasks.  The post even goes on to advise how you should consider extending the basic automation to include the scheduler so that you never forget to run those automation tasks.</p>
<p>Looks good &#8211; I&#8217;m going to try it and will update you on progress later.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2008/09/05/save-time-with-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine your page keywords in php</title>
		<link>http://blog.ebusiness4all.co.uk/2008/08/27/determine-your-page-keywords-in-php/</link>
		<comments>http://blog.ebusiness4all.co.uk/2008/08/27/determine-your-page-keywords-in-php/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:31:44 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/?p=61</guid>
		<description><![CDATA[Often it is valuable to summarise the content of a web page or article and outline the most common keywords.  This can be useful in categorising articles but it would require the author to indicate which keywords are appropriate. This could be a poor strategy as some authors will not want to take the time [...]]]></description>
			<content:encoded><![CDATA[<p>Often it is valuable to summarise the content of a web page or article and outline the most common keywords.  This can be useful in categorising articles but it would require the author to indicate which keywords are appropriate.</p>
<p>This could be a poor strategy as some authors will not want to take the time to do this and others could use false keywords as a form of spam not related to the article content.</p>
<p>Fortunately there is a PHP class that will allow a site owner to create <a title="link to php site" rel="nofollow" href="http://www.phpclasses.org/browse/package/3245.html" target="_blank">automatic tag clouds</a> or article summaries for their site. Use of software will save time and improve accuracy.</p>
<p>This PHP class, written by Ver Pangonilo from the Philippines analyzes the article text and determines keywords based on the frequency of one or multiple words. You can influence the outcome by providing the parameters you want to filter by:</p>
<ul>
<li>minimum word length</li>
<li>minimum times the word appears</li>
<li>minimum length and occurances of words for 2, and 3 word phrases</li>
<li>minimum length and occurances of 2 and 3 word phrases</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2008/08/27/determine-your-page-keywords-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux live cd a more simple approach</title>
		<link>http://blog.ebusiness4all.co.uk/2006/08/15/linux-live-cd-a-more-simple-approach/</link>
		<comments>http://blog.ebusiness4all.co.uk/2006/08/15/linux-live-cd-a-more-simple-approach/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 10:17:05 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/2006/08/15/linux-live-cd-a-more-simple-approach/</guid>
		<description><![CDATA[I am never surprised when brilliant, technical people make IT solutions complex.  In the years I spent running a business the main challenge was to translate the IT peoples clever initiatives into practical business solutions. The area I am thinking of now relates to linux live cds. The Linux live cd is a very innovative and [...]]]></description>
			<content:encoded><![CDATA[<p>I am never surprised when brilliant, technical people make IT solutions complex.  In the years I spent running a business the main challenge was to translate the IT peoples clever initiatives into practical business solutions.</p>
<p>The area I am thinking of now relates to linux live cds.</p>
<p><span id="more-44"></span></p>
<p>The Linux live cd is a very innovative and useful development.  The ability to boot a pc from a cdrom allows recovery from disc crashes/viruses,  the ability to test new operating systems without destroying your current implementation and enables you to surf the web without fear of hackers attacking your pc.  Reboot and you start again with a clean install, switch off the pc and your original operating system is there when you next switch on.</p>
<p>So why make simplicity complex?</p>
<p>A live cd and talk of mastering?.  Sorry, I think of a live rewritable dvd (no worry about space constraints) and burn what you need onto the dvd rather than trying to work out how to master an iso image.</p>
<p> </p>
<p>Do not close the burning of the disk image and you can add, amend the Linux image as you wish.</p>
<p> </p>
<p>Doesn&#8217;t this sound more simple.  The final advantage for you windows addicts is also that you can burn the dvd in windows and add packages.</p>
<p> </p>
<p>Keep computing simple.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/live+cd" title="See the Technorati tag page for 'live cd'." rel="tag">live cd</a>, <a href="http://technorati.com/tag/linux" title="See the Technorati tag page for 'linux'." rel="tag">linux</a>, <a href="http://technorati.com/tag/dvd" title="See the Technorati tag page for 'dvd'." rel="tag">dvd</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2006/08/15/linux-live-cd-a-more-simple-approach/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wusb11v4 Linksys wireless networking on Slax Linux</title>
		<link>http://blog.ebusiness4all.co.uk/2006/08/15/slax-and-wireless-networking-via-linksys-wusb11v4/</link>
		<comments>http://blog.ebusiness4all.co.uk/2006/08/15/slax-and-wireless-networking-via-linksys-wusb11v4/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 08:41:16 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/2006/08/15/slax-and-wireless-networking-via-linksys-wusb11v4/</guid>
		<description><![CDATA[I have seen many posts on the Internet asking whether the Linksys usb wusb11v4 can be used in Slax Linux to provide wireless network access.  The Linksys wusb11v4 is a low cost wireless usb device. The answer is yes, as that is what I am using to post this article.  How to do it &#8230;.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen many posts on the Internet asking whether the Linksys usb wusb11v4 can be used in Slax Linux to provide wireless network access.  The Linksys wusb11v4 is a low cost wireless usb device.</p>
<p>The answer is yes, as that is what I am using to post this article.  How to do it &#8230;.  read on below.</p>
<p><span id="more-43"></span></p>
<p>I followed the normal Linux approach of using ndiswrapper to wrap the windows drivers from the installation disk. I knew that the windows drivers worked as they had been tested on a windows 2000 machine. The main difference to the approach adopted by most other commentators related to the path for the windows drivers.</p>
<p> </p>
<p>I suspect that the error message often received saying that the driver is invalid relates to the path to the files.  When you advise ndiswrapper that the driver file to use is wusb11v4.inf you should remember that this inf file also points to the other wusb11v4 driver files.  If they are not in the Linux path they will not be found and an error will result.</p>
<p> </p>
<p>So I suggest you use this approach &#8230;.       <img title="wusb11v4 device" alt="wusb11v4 device" src="http://blog.ebusiness4all.co.uk/images/wusb11v4.jpg" align="left" /></p>
<p> </p>
<p>1. Boot with Slax</p>
<p>2. Use a Linux file manager, say Konqueror, to copy the wusb11v4 windows drivers from your hard disk / floppy / cd to a drive in the Linux system say /tmp/drivers</p>
<p>3. Open a terminal window</p>
<p>4. cd /tmp/drivers</p>
<p>5. ndiswrapper -i WUSB11v4.inf</p>
<p>6. ndiswrapper -m</p>
<p>7. modprobe ndiswrapper</p>
<p>8. ifconfig wlan0 up</p>
<p> </p>
<p>You should now have wireless network access.  The wusb11v4 is an effective wireless device.  It has a very long range when unobstructed and can deliver a strong connection within the home environment even through several walls. </p>
<p> </p>
<p>There may be better ways to do this but this seems to work and I suspect it overcomes the path issue where the wusb11v4 windows drivers are not found but ndiswrapper and modprobe are.</p>
<p> </p>
<p>I often find simple ways to achieve success when installing software or hardware such as this wusb11v4.  They may not be elegant but if they get the job done and a 5 minute task stays a five minute task then I am happy.</p>
<p> </p>
<p class="tags">Tags: <a href="http://technorati.com/tag/wusb11v4+drivers" title="See the Technorati tag page for 'wusb11v4 drivers'." rel="tag">wusb11v4 drivers</a>, <a href="http://technorati.com/tag/wusb11v4" title="See the Technorati tag page for 'wusb11v4'." rel="tag">wusb11v4</a>, <a href="http://technorati.com/tag/linksys+wusb11v4" title="See the Technorati tag page for 'linksys wusb11v4'." rel="tag">linksys wusb11v4</a>, <a href="http://technorati.com/tag/wusb11v4+installation" title="See the Technorati tag page for 'wusb11v4 installation'." rel="tag">wusb11v4 installation</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2006/08/15/slax-and-wireless-networking-via-linksys-wusb11v4/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress upgrade,  check your htaccess file</title>
		<link>http://blog.ebusiness4all.co.uk/2006/03/24/wordpress-upgrade-check-your-htaccess-file/</link>
		<comments>http://blog.ebusiness4all.co.uk/2006/03/24/wordpress-upgrade-check-your-htaccess-file/#comments</comments>
		<pubDate>Fri, 24 Mar 2006 08:59:32 +0000</pubDate>
		<dc:creator>administrator</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.ebusiness4all.co.uk/2006/03/24/wordpress-upgrade-check-your-htaccess-file/</guid>
		<description><![CDATA[Upgrading to WordPress 2.0 brings many advantages but the installation may create some page not found, 404, errors for you. If you see these when you have previously established a permalink structure, and you are certain that the pages exist, then you should check your htaccess file. By default WordPress tries to write to this [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrading to WordPress 2.0 brings many advantages but the installation may create some page not found, 404, errors for you.</p>
<p>If you see these when you have previously established a permalink structure, and you are certain that the pages exist, then you should check your htaccess file.</p>
<p>By default WordPress tries to write to this file to enable the rewrites that will conform to the permalink structure you have defined.</p>
<p>On some hosting accounts WordPress may not have the right permissions to edit the file and the rewrite functionality will fail.   The rules will relate to WordPress 1.5 whereas you will be running WordPress 2.0.</p>
<p>In these situations you should edit the htaccess file manually, if you are confident of doing this and not shutting down your blog &#8211; take a backup.</p>
<p>WordPress 1.5 seemed to produce a very large set of rewrite rules whereas WordPress 2.0 handles rewrites differently and the rules are fewer.  So do not worry if the replacement code is much shorter than the original code. </p>
<p>Good luck and I hope that this helps.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/Wordpress" title="See the Technorati tag page for 'Wordpress'." rel="tag">WordPress</a>, <a href="http://technorati.com/tag/htaccess" title="See the Technorati tag page for 'htaccess'." rel="tag">htaccess</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ebusiness4all.co.uk/2006/03/24/wordpress-upgrade-check-your-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
