<?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"
	>

<channel>
	<title>Isilo Scribble Pad</title>
	<atom:link href="http://isiloconsulting.com/scribbles/feed" rel="self" type="application/rss+xml" />
	<link>http://isiloconsulting.com/scribbles</link>
	<description>Its scribbled, what did you expect.</description>
	<pubDate>Tue, 01 Jun 2010 00:37:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>waterdrops - revisited</title>
		<link>http://isiloconsulting.com/scribbles/9</link>
		<comments>http://isiloconsulting.com/scribbles/9#comments</comments>
		<pubDate>Sat, 26 Apr 2008 15:42:55 +0000</pubDate>
		<dc:creator>scribbles</dc:creator>
		
		<category><![CDATA[Photo Chop]]></category>

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

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

		<guid isPermaLink="false">http://isiloconsulting.com/scribbles/?p=9</guid>
		<description><![CDATA[Lesson learned: To get the job done right, you have to use the right tool. Point and shoot cameras are fun but after a while you start losing your hair trying to get them to do what you want, not what they want. So, i decided to move up to a Digital SLR. Got a [...]]]></description>
			<content:encoded><![CDATA[<p>Lesson learned: To get the job done right, you have to use the right tool. Point and shoot cameras are fun but after a while you start losing your hair trying to get them to do what you want, not what they want. So, i decided to move up to a Digital SLR. Got a Canon Rebel XTi. First thing i tried was to revisit that whole waterdrop thing.</p>
<p><span id="more-9"></span></p>
<p>I need to work on getting a better lighting setup, and a better lens, for these shots. But this is definitely an improvement from the S5200.</p>
<p>Here goes:</p>
<p><a href='http://isiloconsulting.com/scribbles/9/water_drops-001/' title='water_drops-001'><img src="http://isiloconsulting.com/scribbles/wp-content/uploads/2008/04/water_drops-001-150x150.jpg" width="150" height="150" class="attachment-thumbnail" /></a><br />
<a href='http://isiloconsulting.com/scribbles/9/water_drops-002/' title='water_drops-002'><img src="http://isiloconsulting.com/scribbles/wp-content/uploads/2008/04/water_drops-002-150x150.jpg" width="150" height="150" class="attachment-thumbnail" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://isiloconsulting.com/scribbles/9/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress update on server(ssh)</title>
		<link>http://isiloconsulting.com/scribbles/8</link>
		<comments>http://isiloconsulting.com/scribbles/8#comments</comments>
		<pubDate>Fri, 04 Apr 2008 21:26:50 +0000</pubDate>
		<dc:creator>scribbles</dc:creator>
		
		<category><![CDATA[Web Stuff]]></category>

		<category><![CDATA[step by step]]></category>

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

		<category><![CDATA[wordpress upgrade]]></category>

		<guid isPermaLink="false">http://isiloconsulting.com/scribbles/?p=8</guid>
		<description><![CDATA[Just thought i&#8217;d expand a little on the instructions provided on wordpress . This is by no means a cookbook but its what worked for me. I am not responsible for anybody screwing up their installation even if you follow the steps to the T.
This is just a slightly cleaned up version of the instructions i wrote
for a friend who wanted to do the upgrade too and later suggested that i
post them for others to use. For the record we are both on Linux servers
and have either root or user SSH access.
Anyway, here goes:

 BACKUP YOUR WORDPRESS FOLDER AND DATABASE
Backup your wordpress folder and database
I assume you are ssh&#8217;ed in to server at this [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought i&#8217;d expand a little on the instructions provided on <a class="navigation" title="view original wordpress upgrade instructions" href="http://codex.wordpress.org/Upgrading_WordPress">wordpress</a> . This is by no means a cookbook but its what worked for me. I am not responsible for anybody screwing up their installation even if you follow the steps to the T.</p>
<p>This is just a slightly cleaned up version of the instructions i wrote<br />
for a friend who wanted to do the upgrade too and later suggested that i<br />
post them for others to use. For the record we are both on Linux servers<br />
and have either root or user SSH access.</p>
<p>Anyway, here goes:<span id="more-8"></span></p>
<ul>
<li> BACKUP YOUR WORDPRESS FOLDER AND DATABASE</li>
<li>Backup your wordpress folder and database</li>
<li>I assume you are ssh&#8217;ed in to server at this point, change directory to your root folder if you are not<br />
already there (<code>'cd ~' or 'cd ~yourusername'</code>) or any folder where<br />
you want to put the new files that we will be copying into your<br />
current installation</li>
<li>Did you backup your database and wordpress folder, this might be a good time to do that.</li>
<li>get the current release of wordpress(2.5 at time of writing), &#8216;<code>wget http://wordpress.org/latest.zip'</code></li>
<li>if your wordpress folder is named &#8216;wordpress&#8217; and you downloaded the latest.zip file into the folder that contains your wordpress folder, you should create a temp folder and move the latest.zip file into it so that you don&#8217;t overwrite your current installation</li>
<li>unzip the latest release (&#8217;<code>unzip latest.zip</code>&#8216;)</li>
<li>Go into the wordpress admin and deactivate all your plugins(I only had one plugin activated and left it on during the upgrade and that did not cause any problems, but that&#8217;s just my specific case)</li>
<li>change directory to your wordpress folder(&#8217;<code>cd www/wordpress</code>&#8216; if your web folder is &#8216;www&#8217; and the wordpress folder is &#8216;wordpress&#8217;)</li>
<li>you can either delete or rename the admin and includes folders. I chose to rename first then delete afterwards(<code>'mv wp-includes wp-includes-old'</code> and <code>'mv wp-admin wp-admin-old'</code>)</li>
<li>move the new admin and includes folders into place; assuming you are still in the live wordpress folder and the newly downloaded files are in your<br />
root/home folder (<code>'mv ../../wordpress/wp-admin .' and 'mv ../../wordpress/wp-includes .'</code>)</li>
<li>copy the new contents folder over the current one: NOTE; i was not using neither the default nor the classic themes so if you are you are and have made changes to those themes, backup the themes folder inside the wp-content<br />
folder so you can put those themes back after the update if need be.</li>
<li>to copy the new contents folder, going by the same assumptions as in #11 above; (<code>'/bin/cp -Rf ../../wordpress/wp-content .'</code>)</li>
<li>In case you don&#8217;t have ownership of the files(maybe you logged in as root), change the ownership of the files to your username. In the wordpress folder: (<code>'chown yourusername. * -R'</code>)</li>
<li>Pull up the upgrade script: http://yourdomain.com/wordpressfolderifany/wp-admin/upgrade.php</li>
<li>Click continue or whatever the button on that page says.</li>
<li>Pull up your blog, cross your fingers and hope all is well. If not, you did make a backup right? You can restore those if you need the blog back online now.</li>
<li>Here are the official extended upgrade instructions: <a title="official extended upgrade instructions" href="http://codex.wordpress.org/Upgrading_WordPress_Extended">click</a></li>
<li>Re-activate your plugins and test them.</li>
<li>For help troubleshooting, feel free to contact me or better yet, visit the <a title="Wordpress forums" href="http://wordpress.org/support/">forums<br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://isiloconsulting.com/scribbles/8/feed</wfw:commentRss>
		</item>
		<item>
		<title>Here goes the snow</title>
		<link>http://isiloconsulting.com/scribbles/6</link>
		<comments>http://isiloconsulting.com/scribbles/6#comments</comments>
		<pubDate>Wed, 14 Mar 2007 01:23:28 +0000</pubDate>
		<dc:creator>scribbles</dc:creator>
		
		<category><![CDATA[Photo Chop]]></category>

		<guid isPermaLink="false">http://isiloconsulting.com/scribbles/6</guid>
		<description><![CDATA[I know i said i was going outside to shoot some snow. Guess what, its freaking cold out there. I stepped out for about a minute and that was about all i could stand.
Problem with shooting snow; its white and there is a whole lot of it.

Click on image to view the rest of the [...]]]></description>
			<content:encoded><![CDATA[<p>I know i said i was going outside to shoot some snow. Guess what, its freaking cold out there. I stepped out for about a minute and that was about all i could stand.</p>
<p>Problem with shooting snow; its white and there is a whole lot of it.</p>
<p><a target="_blank" title="view the rest of this photo set" href="http://www.tongsondub.com/tgallery/thumbnails-11.html"><img alt="dscf0063.jpg" id="image7" src="http://isiloconsulting.com/scribbles/wp-content/uploads/2007/03/dscf0063.thumbnail.jpg" /></a><br />
Click on image to view the rest of the pictures. Its kinda hard to tell how much snow is out there as you can see.</p>
<p>As for the bird pictures in the same set as the snow pictures, i spent a lot of time trying to catch one of those birds in flight but it didn&#8217;t work out so well.I&#8217;m much better at shooting <a target="_blank" title="Cleveland Auto Show Picture Set" href="http://www.tongsondub.com/tgallery/thumbnails-10.html">stationary objects.</a></p>
<p>On to my next subject. Not sure what.</p>
]]></content:encoded>
			<wfw:commentRss>http://isiloconsulting.com/scribbles/6/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adventures in photographyland begin</title>
		<link>http://isiloconsulting.com/scribbles/4</link>
		<comments>http://isiloconsulting.com/scribbles/4#comments</comments>
		<pubDate>Wed, 21 Feb 2007 03:14:36 +0000</pubDate>
		<dc:creator>scribbles</dc:creator>
		
		<category><![CDATA[Photo Chop]]></category>

		<guid isPermaLink="false">http://isiloconsulting.com/scribbles/4</guid>
		<description><![CDATA[After months of saving pennies here and there, i finally got my hands on a digital camera. I had my eyes on a Fujifilm Finepix s5100 for a long time. When i finally had saved enough to get one, i realized that it would not cost me that much more to get a s5200 so [...]]]></description>
			<content:encoded><![CDATA[<p>After months of saving pennies here and there, i finally got my hands on a digital camera. I had my eyes on a Fujifilm Finepix s5100 for a long time. When i finally had saved enough to get one, i realized that it would not cost me that much more to get a s5200 so i waited a little longer and finally got my hands on a S5200, with a free fake tripod :).</p>
<p>Minutes after opening the package and filling up the 16MB card three or four times, i came to one sad realization. I don&#8217;t know Jack about photography. So, i did what any self-respecting amateur photographer would do, attempt something you absolutely have no way of accomplishing for the simple sack of making yourself feel like you are not that bad.</p>
<p>What did i pick as my pick-me-up project? Water-drops..</p>
<p>How hard could it be, right?</p>
<ul>
<li>Turn on faucet</li>
<li>slow it to a drip</li>
<li>Place container of choice in sink</li>
<li>Aim camera</li>
<li>Catch drop as it hit the water in said container</li>
</ul>
<p>Pure child&#8217;s play i tell&#8217;ya.</p>
<p>About half an hour later, this is the best i came up with:<br />
<img alt="First attempt at waterdrop photography" id="image3" src="http://isiloconsulting.com/scribbles/wp-content/uploads/2007/02/water-drop1_t.jpg" /></p>
<p>Not too bad.</p>
<p>I&#8217;m going outside to shoot some snow&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://isiloconsulting.com/scribbles/4/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

