<?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>Tim&#039;s Wee Part of the World &#187; Notes to myself</title>
	<atom:link href="http://www.timbrownlaw.com/blog/category/notes-to-myself/feed" rel="self" type="application/rss+xml" />
	<link>http://www.timbrownlaw.com/blog</link>
	<description>Come along and join in.</description>
	<lastBuildDate>Thu, 02 Feb 2012 07:20:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>More on Problem Solving.</title>
		<link>http://www.timbrownlaw.com/blog/more-on-problem-solving</link>
		<comments>http://www.timbrownlaw.com/blog/more-on-problem-solving#comments</comments>
		<pubDate>Sat, 27 Mar 2010 11:45:53 +0000</pubDate>
		<dc:creator>Tim Brownlaw</dc:creator>
				<category><![CDATA[Business advice]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Notes to myself]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.timbrownlaw.com/blog/?p=360</guid>
		<description><![CDATA[Recommended ProductsIM Legal Audit Course with Disclaimers and Videos Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.WP LockTight - WordPress Security Suite As a Former Network/Security [...]]]></description>
			<content:encoded><![CDATA[<div class="jam-ad"><ul class="jam-ad-ul"><div class="jam-header"><h4>Recommended Products</h4></div><div class="jam-logo"><a href="http://www.jvzoo.com/register/97" target="_blank"><img src="http://www.timbrownlaw.com/blog/wp-content/plugins/jvzoo-ad-manager-v1//images/ad_bg.png"></a></div><div style="clear:both"></div><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/21" class="jam-link">IM Legal Audit Course with Disclaimers and Videos</a> <span class="jam-desc">Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/1425" class="jam-link">WPSales Buddy Special Offer (single site licence)</a> <span class="jam-desc">Get WPSales Buddy membership and digital sales cart plugin + The full 'add-on' suite for one low price</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/684" class="jam-link">WP LockTight - WordPress Security Suite</a> <span class="jam-desc">As a Former Network/Security Engineer in Silicon Valley, I know a little about computer security. Lock Down Your WordPress BLOG with 8 Plugins and Script!</span></li></ul></div><p>This post has come about &#8211; again &#8211; due to being in the middle of  creating a brand new Website using CodeIgniter ( A PHP Framework) , MySQL and Stored Procedures.</p>
<p>Don&#8217;t worry about what they are, but what happened is I went out on a limb and started delving into Stored Procedures that return multiple DataSets. Something I&#8217;ve not had to deal with up till now. And a long story Short &#8211; CodeIgniter was a bit short on letting me do that. I like CodeIgniter and once you get your head around it, it does let you create your wonderful masterpiece of a Script without having to worry about all the housekeeping code.</p>
<p>Anyway, retrieving the multiple Datasets just wasn&#8217;t happening. A shortfall of CodeIgniter.</p>
<p>So I had a problem on my hands.</p>
<h2>What did I do to solve it?</h2>
<p>Simple, I opened up my trusty Open Office Writer &#8211; created a new document called &#8211; &#8220;Using MySQL Stored Procedures -A .odt&#8221; and started writing out the problem.</p>
<p>It&#8217;s very  important to actually State the problem. Then you can start writing out what isn&#8217;t happening. What you think should happen and you&#8217;ll eventually get somewhere. The reason being you are writing down what you need to do and you&#8217;ll be writing down what you have done&#8230; That&#8217;s where this works wonderfully well.</p>
<p>Yes, it takes a little bit longer to do than just blast away. But guess what! Taking your time actually helps. Plus you&#8217;ll more than likely create yourself a guide on the problem and how you solved it.</p>
<p>Any light bulbs going off yet? If you know of others who might be having the same problem&#8230;.you&#8217;ve just written an Ebook about it, or the makings of one.</p>
<p>Actually with my particular problem, I noted that it would be beneficial to go back to basics and I documented everything&#8230; The PHP Code I created. That Database Tables, The Stored procedures. I even came up with a way to automatically install my Database from a Script loaded with all my SQL statements. That got included so I don&#8217;t forget&#8230;.</p>
<p>So I got the main script working and tinkered till I got it right and wrote it all down.</p>
<h2>Guess What?</h2>
<p>I ended up discovering all the right ways to do what I wanted then I got into the guts of the CodeIgniter Framework and after a bit of headscratching I got it all working.</p>
<p>So now I have sample Scripts, The Ebook on what I did, and a working CodeIgniter Framework that has come up pretty swish ( which means Fantastic ). Now I can get back onto my project and keep going&#8230;</p>
<p>The whole point of this is to remember. When you have a problem. Write it out!!!!</p>
<p>I&#8217;ve still got a little tidying up of the Ebook before I unleash it upon the world. But for now &#8211; it&#8217;s a good guide for me for tomorrow. Hmm yes, that&#8217;s about how long my whatever that kind of memory is called&#8230; I forget..But at least I know where to find the info I&#8217;ve written down.</p>
<p>Find or create the problem, Solve it Once, Write it down Once and if it pops up again &#8211; you just re-read what you did last time. Absolutely Brilliant!</p>
<p>It does take some commitment to do this. But ask yourself, how important is it to you &#8211; to solve the problem you have.</p>
<p>If you do have any Techy Website or other kind of problems. Give me a shout. I&#8217;ll work it out &#8211; write it out and send you the result. I&#8217;ve done it before for others and I&#8217;ll do it again.</p>
<p>Are you thinking&#8230;.&#8221;This is a great way to create Content&#8221;? You should be!</p>
<p>Ok well I had best get into documenting up the CI changes in another document&#8230;. That&#8217;s a bit too much for any poor soul to have to read through in the one book and it&#8217;s another problem.</p>
<p>Happy Problem Solving.</p>
<p>&#8220;If you aint having any problems with anything, you aint doing anything new OR you forgot how you solved it last time&#8221;</p>
<p>Till next time</p>
<p>Cheers</p>
<p>Tim Brownlaw&#8230; Now where did  I put those files&#8230;&#8230;&#8230;</p>
<p><em><i><b><font face="arial" color="#cc0000">On the "off chance" that you actually liked this post,<br />how about liking us on Facebook?...</font></b></i><br>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font=arial&height=80" scrolling="no" frameborder="0"  style="border:none; overflow:hidden; width:450px; height:80px; padding-top:3px; padding-left:10px;" allowTransparency="true"></iframe><br><small><small>Powered By <a href="http://1checkoutcart.com/FLP" target="_blank">Facebook Like Post Plugin</a></small></small></em></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d360').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d360" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;submitHeadline=More+on+Problem+Solving.&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;title=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;title=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;title=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;bm_description=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;T=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;title=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;title=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+More+on+Problem+Solving.+@+http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fmore-on-problem-solving&amp;t=More+on+Problem+Solving." rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d360').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d360').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.timbrownlaw.com/blog/more-on-problem-solving/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m in a temporary Ubuntu Black Hole</title>
		<link>http://www.timbrownlaw.com/blog/im-in-a-temporary-ubuntu-black-hole</link>
		<comments>http://www.timbrownlaw.com/blog/im-in-a-temporary-ubuntu-black-hole#comments</comments>
		<pubDate>Sat, 28 Nov 2009 06:00:42 +0000</pubDate>
		<dc:creator>Tim Brownlaw</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notes to myself]]></category>
		<category><![CDATA[Thought of the day]]></category>
		<category><![CDATA[Kubuntu 9.10]]></category>
		<category><![CDATA[Ubuntu 9.04]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.timbrownlaw.com/blog/?p=264</guid>
		<description><![CDATA[Recommended ProductsIM Legal Audit Course with Disclaimers and Videos Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.WPSales Buddy Special Offer (single site licence) Get WPSales Buddy [...]]]></description>
			<content:encoded><![CDATA[<div class="jam-ad"><ul class="jam-ad-ul"><div class="jam-header"><h4>Recommended Products</h4></div><div class="jam-logo"><a href="http://www.jvzoo.com/register/97" target="_blank"><img src="http://www.timbrownlaw.com/blog/wp-content/plugins/jvzoo-ad-manager-v1//images/ad_bg.png"></a></div><div style="clear:both"></div><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/684" class="jam-link">WP LockTight - WordPress Security Suite</a> <span class="jam-desc">As a Former Network/Security Engineer in Silicon Valley, I know a little about computer security. Lock Down Your WordPress BLOG with 8 Plugins and Script!</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/21" class="jam-link">IM Legal Audit Course with Disclaimers and Videos</a> <span class="jam-desc">Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/1425" class="jam-link">WPSales Buddy Special Offer (single site licence)</a> <span class="jam-desc">Get WPSales Buddy membership and digital sales cart plugin + The full 'add-on' suite for one low price</span></li></ul></div><p><span style="text-decoration: line-through;">This is not a detailed version of events &#8211; unfortunately</span>.  <span style="text-decoration: line-through;">I&#8217;ll add those after things settle down and I get some work done.</span> More has since been added &#8211; [ update - <a title="Resources" href="#264-1" target="_self">see resources below</a> ]</p>
<p>Now I have been running Kubuntu 8.04 ( the KDE3.x version of Ubuntu ) for sometime. It&#8217;s been upgraded from 7.04 and had a bit of &#8220;stuff&#8221; kicking about.</p>
<h2>Windows 7 and No Printer Drivers</h2>
<p>Anyway, my wife went and upgraded from XP to Windows 7. Which by sheer misfortune, there ain&#8217;t any drivers available for our Canon Laser Printer LBP5000 ( there was for XP!).</p>
<p>So I&#8217;ve raised my hand and said, well Linux can talk to it, let me set it up on mine&#8230;.. Well that was a mistake. Linux and Ubuntu don&#8217;t play nice with setting up printers. As nice as Kubuntu is, it still has some serious issues which Windows has had solved for a very long time&#8230;( yes I did just say that!).</p>
<h2>Printer Setup on Linux</h2>
<p>So here I was, trying to remember how to setup a laser printer&#8230; It&#8217;s certainly not for the feint hearted when the system doesn&#8217;t know about &#8220;Your Printer&#8221; and I&#8217;m figuring those who are not patient or just don&#8217;t have the time to bash their heads against a brickwall for a long time.. will promptly run back to Windows&#8230;Because &#8211; most times &#8211; it works. Linux will work &#8211; but be prepared to do lots of forum reading&#8230; and lots of downloading and command line bashing.</p>
<p><strong>Setting up for a Canon LBP5000</strong> &#8211; <a title="Setting up for a LBP5000" href="https://help.ubuntu.com/community/CanonCaptDrv190" target="_blank">https://help.ubuntu.com/community/CanonCaptDrv190</a> (This worked for 9.04)</p>
<p>For 9.10 I followed these destructions and got it up and running real quick smart. I&#8217;m guessing it&#8217;s all the practice I&#8217;ve had..If you need help with this, let me know. Ubuntu 9.10 LBP5xxxx setup can be found at <a title="Canon LBP5xxx Setup on Ubuntu 9.10" href="http://www.unixmen.com/linux-distributions/ubuntu/229-installation-canon-lbp2900-on-linux" target="_blank">http://www.unixmen.com/linux-distributions/ubuntu/229-installation-canon-lbp2900-on-linux</a></p>
<p>Continuing on&#8230;.</p>
<p>I had tried to upgrade my version from 8.04 to the latest 9.10. It&#8217;d get so far along then complain about incompatible packages that might break things&#8230;. It&#8217;s certainly not an easy task to discover and rectify those packages &#8220;in dispute&#8221;. I must admit though, being under the pump to get somethings done can lead to the dreaded &#8220;Sexy Fingers&#8221; Syndrome and I&#8217;m certain I fell victim to that.u</p>
<p>It&#8217;s the old rule  &#8211; get what you have to get done, done and don&#8217;t get sidetracked fixing other things&#8230; Like up-grading Apache etc&#8230;.And I&#8217;m thinking I had a few packages I tried to update that were left over from the attempted update to 9.10 and of course I&#8217;ve tried to install some of those&#8230;</p>
<p>After messing about a little too much. I attempted a system reboot and my fears were realized&#8230;. It wouldn&#8217;t.</p>
<h2>Error 15: File Not Found</h2>
<p>It was very trashed, hosed, cactus, not working, take your pick&#8230;. But this particular incarnation of strife was new to me so more learning time coming up&#8230;</p>
<p>I&#8217;d gone and removed too much of that &#8220;old stuff&#8221; that removed some vital bits. A bit like if you pull out a nose hair and your brains come out&#8230; (I&#8217;m tired &#8211; give me a break!) How about plucking an eyelash and your eyeball comes out! It&#8217;s got to be something painful cause this sure was. Anyway, that&#8217;s kind of what can happen and it did!</p>
<h2>Just Install Kubuntu 9.10</h2>
<p>So my 8.04 System was trashed. No Problem &#8211; I&#8217;ll just do an install of Kubuntu 9.10&#8230;.After all, I&#8217;ve never had a problem before&#8230;.</p>
<p>Umm yeah! Famous last words. Instead I did a fresh install of Kubuntu 9.04 and it ran a treat. I had a quick play with it and rather liked it. I found this neat little package called envyNG which correctly and quickly installs your NVidia Drivers and I had my Dual Screens set up in seconds. In the past, that was one of those loooong sessions to get it setup.</p>
<p>Great, how wonderful. That works! So I upgraded straight to 9.10&#8230;. EnvyNG wont work in this version, so after a lot of reading etc I ended up installing the NVidia Drivers and the Dual Screen the ole tried and tested way. So that worked&#8230;I can&#8217;t quite remember what else happened but it was bad enough that I decided to go back to Kubuntu 9.04.</p>
<h2>Where did the Steering Wheel Go?</h2>
<p>There was lots about it I just didn&#8217;t like.I&#8217;m not sure why but alot of the functionality I was so used to on 8.04 (KED3.x) just wasn&#8217;t there. It was a bit like sitting in a new car and looking for the steering wheel but instead you had to lean in the seat to make it turn. You do that on a motor bike, don&#8217;t you? I was thinking some M$ guys had snuck in on the project and added their brilliance on these &#8220;Changes&#8221;&#8230;.. Hmmm! I&#8217;m sure they had their reasons for leaving them out&#8230;.</p>
<p>So I went back to Kubuntu 9.04. After which I found the magic guide to installing my Canon LBP5000 and got it working&#8230;.</p>
<p>I plonked my thunderbird and Firefox back on and had it up and running in minutes&#8230;. That&#8217;s one of the many things I love about Linux. You can copy and paste most things from the old to the new. Oh, I used to have a Raid1 System so all my &#8220;Old Stuff&#8221; was backed up on the 2nd drive &#8211; Plus I&#8217;d copied my home folder onto another Hard disk for safety. I&#8217;m not worried about the MySql Databases etc.</p>
<p>I also found that konqueror/dolphin didn&#8217;t have the &#8220;Right Click&#8221; Action -&gt; Edit as Root. This is very useful to make system changes for instance , updating your xorg.conf file once the NVidia Setup tool has done it&#8217;s stuff, not to mention udpating your Apache2 virtual hosts file and the systems hosts file&#8230;.</p>
<p>It seems this feature is not included in Gnomes -  Nautilus 2.28.1. It may have been chopped across all Distros! I&#8217;ve not run Gnome for years so can&#8217;t remember if it was in earlier versions.</p>
<h2>Then came VMWare Server 2.0</h2>
<p>Then I tried to reinstall my VMware Server. It used to be painless&#8230;&#8230; But now &#8211; No joy, it bitched and wouldn&#8217;t compile and carried on like a bear with a sore head!</p>
<p>In the meantime I thought I&#8217;d check out Ubuntu 9.10  which is the Gnome Desktop ( not as fancy&#8230; but very solid..) So I re partitioned the Hard Drive (adding a separate / partition and forgetting to partition  my /var/usr separately. I had made the / partition way too small). In the meantime, I&#8217;d discovered <a title="Installing VMware 2.0 om Ubuntu 9.10" href="http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-17/#comment-1027" target="_blank">how to install the latest version of VMware Server 2.0 on 9.10</a> and it worked straight out of the box &#8211; well it did for me&#8230;.</p>
<p>I installed it off the Live CD and it went through it&#8217;s paces and I made those silly diddles to the Disk Partitions .. .and on reboot, the X Server ( The graphical bit ) wouldn&#8217;t run&#8230; In fact it sat at the text login and with the screen flashing madly. So bad in fact, it wouldn&#8217;t accept keystrokes to login&#8230;. I&#8217;m got in with an F8 on reboot and used the recovery mode.</p>
<p>The problem was the NVidia Driver &#8211; I got into the /etc/X11/xorg.conf and renamed the driver from NVidia to NV. (Something I learned from my setting up in 8.04 days)</p>
<p>So here I am &#8211; sitting in front of Ubuntu 9.10 with my VMWare Server 2.0 running and was just putting back the VMware files for one of my Windows Installs ( 20Gig HD = 10 x 2Gig Files) and I&#8217;d run out of space&#8230;. I&#8217;d gone and set /usr to be a whopping 10Gigs not considering my VMware OS Files were going to be bigger&#8230; Whoops. Isn&#8217;t this how you learn stuff?</p>
<p>No VMware running &#8211; I&#8217;ve since missed two of my Classes this week &#8211; two run on consecutive days&#8230;Friday and Saturday afternoons Australian time.</p>
<p>This being another lesson in getting distracted and running off doing other things&#8230;. which will stop you dead in your tracks in what you were hoping to get done!</p>
<p>&#8220;I&#8217;ll just do a quick upgrade and get straight back onto my Schedule&#8230;&#8221; Never more famous words mispoken. It&#8217;s now Saturday Afternoon and now I&#8217;m trying to decide which version to settle with&#8230; I&#8217;m going to be doing a fresh install of something. I&#8217;m guessing Kubuntu 9.04 at this stage.</p>
<p>It&#8217;ll be interesting what happens from now till I get back here up and running again. Well I&#8217;m excited! Who knows what will happen.</p>
<p>Cheers</p>
<p>Tim</p>
<p>I still love Ubuntu/Kubuntu. I won&#8217;t be going back to Windows as my development system anytime soon ( read &#8211; never!)</p>
<h2 id="264-1">Resources I found useful through all this&#8230;.</h2>
<p>Printer Setup &#8211; <a title="Setting up for a LBP5000" href="https://help.ubuntu.com/community/CanonCaptDrv190" target="_blank">https://help.ubuntu.com/community/CanonCaptDrv190</a> for 9.04. (this worked but the link below is probably much better)</p>
<p><strong>Printer Setup</strong> &#8211; <a title="Canon LBP5xxx Setup on Ubuntu 9.10" href="http://www.unixmen.com/linux-distributions/ubuntu/229-installation-canon-lbp2900-on-linux" target="_blank">http://www.unixmen.com/linux-distributions/ubuntu/229-installation-canon-lbp2900-on-linux</a> for <strong>9.04,  9.10 and other flavors.</strong></p>
<p>VMWare Server Setup &#8211; <a title="Installing VMware 2.0 om Ubuntu 9.10" href="http://radu.cotescu.com/2009/10/30/how-to-install-vmware-server-2-0-x-on-ubuntu-9-10-karmic-koala/comment-page-17/#comment-1027" target="_blank">how to install the latest version of VMware Server 2.0 on 9.10</a> (It&#8217;s a good idea to set the default /var/lib/vmware folder somewhere where there is a ton of room for your Virtual Machines. &#8211; another drive would be good due to their size. That&#8217;s if you have them big &gt;20G like I tend to. )</p>
<p>Getting Root Actions back into Konqueror missing in 9.xx (KDE4.x) &#8211; <a title="Deb package to install some nice Root Tools for Konqueror" href="https://launchpad.net/~samrog131/+archive/ppa/+files/servicemenu-rootactions_2.4.7.1~karmic~ppa1_all.deb" target="_blank">https://launchpad.net/~samrog131/+archive/ppa/+files/servicemenu-rootactions_2.4.7.1~karmic~ppa1_all.deb</a></p>
<p>[UPDATE] I&#8217;m running Ubuntu 9.10 &#8211; totally repartioned the world &#8211; read as done correctly&#8230; and I put on Kate, Konqueror and Kwrite. Why? Well because I like them. So I&#8217;m running a mix of Gnome and KDE Apps which is pretty neat! Who said this wasn&#8217;t fun!</p>
<h2>All I really had to do&#8230;</h2>
<p>Was just get the old drive back up and running on Kubuntu 8.04, do my classes and then attempt an upgrade when I had time. But it was meant to be quick in the first place&#8230;..</p>
<h2>Conclusion</h2>
<h3>All Roads lead to Gnome!</h3>
<p>Now that I&#8217;ve had a baptism of fire with these various distributions, the one that came out on top as to ease of installation and up and running for anyone wanting to use a Liunx based system had to be Ubuntu 9.10. Remember that&#8217;s the Gnome Desktop version and not my much favored Kubuntu with the Fancy KDE desktop. There is a very large support base for the Gnome Version and I can see why.</p>
<p>Hmm I might get my VMWare problems sorted out another way &#8211; just specify a new folder somewhere else&#8230;.I was trying to install Gparted but one of the aussie servers seems to have gone offline&#8230; It never rains&#8230;. I&#8217;ll get there through shear determination ( some might call stupidity).</p>
<p>Oh and there is an educational release which I&#8217;d like to try out. It&#8217;s bundled with all the stuff a student/kid would need&#8230;. It&#8217;s called Edubuntu.</p>
<p>To check out all the Ubuntu Flavors goto <a title="All the Ubuntu Flavors" href="http://www.ubuntu.com/" target="_blank">http://www.ubuntu.com/</a></p>
<p>Time to go and do some more stuff&#8230;.</p>
<p>Cheers</p>
<p>Tim</p>
<p><em><i><b><font face="arial" color="#cc0000">On the "off chance" that you actually liked this post,<br />how about liking us on Facebook?...</font></b></i><br>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font=arial&height=80" scrolling="no" frameborder="0"  style="border:none; overflow:hidden; width:450px; height:80px; padding-top:3px; padding-left:10px;" allowTransparency="true"></iframe><br><small><small>Powered By <a href="http://1checkoutcart.com/FLP" target="_blank">Facebook Like Post Plugin</a></small></small></em></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d264').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d264" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;submitHeadline=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;title=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;title=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;title=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;bm_description=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;T=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;title=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;title=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole+@+http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fim-in-a-temporary-ubuntu-black-hole&amp;t=I%26%238217%3Bm+in+a+temporary+Ubuntu+Black+Hole" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d264').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d264').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.timbrownlaw.com/blog/im-in-a-temporary-ubuntu-black-hole/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello WordPress!</title>
		<link>http://www.timbrownlaw.com/blog/hello-wordpress</link>
		<comments>http://www.timbrownlaw.com/blog/hello-wordpress#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:36:24 +0000</pubDate>
		<dc:creator>Tim Brownlaw</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Notes to myself]]></category>

		<guid isPermaLink="false">http://www.timbrownlaw.com/blog/?p=43</guid>
		<description><![CDATA[Recommended ProductsWPSales Buddy Special Offer (single site licence) Get WPSales Buddy membership and digital sales cart plugin + The full 'add-on' suite for one low priceIM Legal Audit Course with Disclaimers and Videos Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are [...]]]></description>
			<content:encoded><![CDATA[<div class="jam-ad"><ul class="jam-ad-ul"><div class="jam-header"><h4>Recommended Products</h4></div><div class="jam-logo"><a href="http://www.jvzoo.com/register/97" target="_blank"><img src="http://www.timbrownlaw.com/blog/wp-content/plugins/jvzoo-ad-manager-v1//images/ad_bg.png"></a></div><div style="clear:both"></div><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/21" class="jam-link">IM Legal Audit Course with Disclaimers and Videos</a> <span class="jam-desc">Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/684" class="jam-link">WP LockTight - WordPress Security Suite</a> <span class="jam-desc">As a Former Network/Security Engineer in Silicon Valley, I know a little about computer security. Lock Down Your WordPress BLOG with 8 Plugins and Script!</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/1425" class="jam-link">WPSales Buddy Special Offer (single site licence)</a> <span class="jam-desc">Get WPSales Buddy membership and digital sales cart plugin + The full 'add-on' suite for one low price</span></li></ul></div><p>Ahh it feels good!. It&#8217;s finally come around on my big list of things to do, to get this website transferred over from Textpattern to WordPress.</p>
<p>I&#8217;ve been doing quite a few installs now on various sites for myself and others of late. There is still lots to learn. I&#8217;m now in a comfy position where I can get very &#8220;experimental&#8221; with wordpress and mold it to do my bidding. Now I just got to get the design &#8220;thought&#8221; processes flowing&#8230;.</p>
<p>There may be some links about on the site that are still in the &#8220;Textile&#8221; format used in Textpattern. The next task is to fix those up. So off I go to do that.</p>
<p>In the meantime, I&#8217;ve come across a number of very good products which may help you. Of course it depends on what it is you want to do. The problem is, there are too many &#8220;ways to go&#8221; which causes many people, including myself, to check them all out but never get time to properly implement any of them. I believe the term is Not Having &#8220;Focus&#8221;. We need to get the blinkers out, focus on something and go for it with avengence! Then go onto the next thing&#8230;.</p>
<p>Anyway, for now, my next thing is to get this site tidied up and add in a few more things I need to have on here&#8230; So till next post. Take care and have fun</p>
<p>Tim</p>
<p><em><i><b><font face="arial" color="#cc0000">On the "off chance" that you actually liked this post,<br />how about liking us on Facebook?...</font></b></i><br>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font=arial&height=80" scrolling="no" frameborder="0"  style="border:none; overflow:hidden; width:450px; height:80px; padding-top:3px; padding-left:10px;" allowTransparency="true"></iframe><br><small><small>Powered By <a href="http://1checkoutcart.com/FLP" target="_blank">Facebook Like Post Plugin</a></small></small></em></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d43" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;submitHeadline=Hello+WordPress%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;title=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;title=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;title=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;bm_description=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;T=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;title=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;title=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Hello+WordPress%21+@+http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fhello-wordpress&amp;t=Hello+WordPress%21" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d43').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d43').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.timbrownlaw.com/blog/hello-wordpress/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Can we use TextPattern for a Gallery</title>
		<link>http://www.timbrownlaw.com/blog/can-we-use-textpattern-for-a-gallery</link>
		<comments>http://www.timbrownlaw.com/blog/can-we-use-textpattern-for-a-gallery#comments</comments>
		<pubDate>Sun, 01 Jul 2007 15:02:47 +0000</pubDate>
		<dc:creator>Tim Brownlaw</dc:creator>
				<category><![CDATA[Notes to myself]]></category>
		<category><![CDATA[Textpattern]]></category>

		<guid isPermaLink="false">http://www.timbrownlaw.com/blog/?p=20</guid>
		<description><![CDATA[Recommended ProductsIM Legal Audit Course with Disclaimers and Videos Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.WP LockTight - WordPress Security Suite As a Former Network/Security [...]]]></description>
			<content:encoded><![CDATA[<div class="jam-ad"><ul class="jam-ad-ul"><div class="jam-header"><h4>Recommended Products</h4></div><div class="jam-logo"><a href="http://www.jvzoo.com/register/97" target="_blank"><img src="http://www.timbrownlaw.com/blog/wp-content/plugins/jvzoo-ad-manager-v1//images/ad_bg.png"></a></div><div style="clear:both"></div><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/684" class="jam-link">WP LockTight - WordPress Security Suite</a> <span class="jam-desc">As a Former Network/Security Engineer in Silicon Valley, I know a little about computer security. Lock Down Your WordPress BLOG with 8 Plugins and Script!</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/1425" class="jam-link">WPSales Buddy Special Offer (single site licence)</a> <span class="jam-desc">Get WPSales Buddy membership and digital sales cart plugin + The full 'add-on' suite for one low price</span></li><li class="jam-ad-li"><a href="http://www.jvzoo.com/c/97/21" class="jam-link">IM Legal Audit Course with Disclaimers and Videos</a> <span class="jam-desc">Our complete legal course will teach about proper licenses, Business Policies, Disclaimers:the right ones for you, the Federal regulations and more.There are over 10 videos, disclaimers, Rules and regulations and lots of bonuses to keep you legal.</span></li></ul></div><p>I&#8217;ve been having a quick read about implementing a photo gallery using textpattern.</p>
<p>It appears that the only way is to do this is to setup a new page for the piccys and post single articles with a picture in each.</p>
<p>This then begs the question, how to we navigate to these pictures.</p>
<p>Galleries have Catagories and Sections.<br />
Navigation would be something like:</p>
<p># Your Stories<br />
# Display Links for all families<br />
# Have a series of photos for each family</p>
<p>Need to look into how to implement this.<br />
Textpattern as such is a more flat level kind of structure and it may lend to looking at alternatives.</p>
<p>One Suggestion to use is Expression Engine ( a paid CMS System)</p>
<p>It has a lot more scope and the ability to manage a bunch of sites from the one admin.</p>
<p>Plus it has a lot of user restrictions for access control. Interesting!</p>
<p><em><i><b><font face="arial" color="#cc0000">On the "off chance" that you actually liked this post,<br />how about liking us on Facebook?...</font></b></i><br>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&layout=standard&width=450&show_faces=true&action=like&colorscheme=light&font=arial&height=80" scrolling="no" frameborder="0"  style="border:none; overflow:hidden; width:450px; height:80px; padding-top:3px; padding-left:10px;" allowTransparency="true"></iframe><br><small><small>Powered By <a href="http://1checkoutcart.com/FLP" target="_blank">Facebook Like Post Plugin</a></small></small></em></p><!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d20').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d20" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;submitHeadline=Can+we+use+TextPattern+for+a+Gallery&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;title=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;title=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;title=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;bm_description=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;T=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;title=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;title=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Can+we+use+TextPattern+for+a+Gallery+@+http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.timbrownlaw.com%2Fblog%2Fcan-we-use-textpattern-for-a-gallery&amp;t=Can+we+use+TextPattern+for+a+Gallery" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.timbrownlaw.com/blog/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d20').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d20').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.timbrownlaw.com/blog/can-we-use-textpattern-for-a-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

