<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>website design &#8211; Dabbled</title>
	<atom:link href="https://dabbled.org/tag/website-design/feed/" rel="self" type="application/rss+xml" />
	<link>https://dabbled.org</link>
	<description>Experiments in Art, Craft, and Food - an archive</description>
	<lastBuildDate>Fri, 13 Apr 2018 16:34:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">145231836</site>	<item>
		<title>Torn Page Tutorial Part 2: Put a cool graphic on your 404 page (WordPress).</title>
		<link>https://dabbled.org/torn-page-tutorial-part-2-put-a-cool-graphic-on-your-404-page-wordpress/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:36:07 +0000</pubDate>
				<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6796</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404dab.png"></a></p>
The code
<p>In part 1 we created a cool graphic to put on your 404 page. <a href="http://dabbled.org/2011/08/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop.html" target="_blank"> (Part 1: Photoshop tutorial to make a &#8220;torn out&#8221; image)</a></p>
<p>Now, you need to integrate it into your 404 page, which is the page that comes up when a page is not found on the website.  Again, I&#8217;ll be using the 404 page for <a href="http://foodwhirl.com" target="_blank">Foodwhirl.com</a> in this tutorial.</p>
<p>This tutorial will be written from a WordPress point of view, but I would assume if you have a bit of knowledge, you could use similar steps on any blogging platform. &#8230; <a href="https://dabbled.org/torn-page-tutorial-part-2-put-a-cool-graphic-on-your-404-page-wordpress/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404dab.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6799" title="404dab" src="http://dabbled.org/wp-content/uploads/2011/08/404dab-500x452.png" alt="" width="500" height="452" srcset="https://dabbled.org/wp-content/uploads/2011/08/404dab-500x452.png 500w, https://dabbled.org/wp-content/uploads/2011/08/404dab-275x248.png 275w, https://dabbled.org/wp-content/uploads/2011/08/404dab.png 789w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<h2>The code</h2>
<p>In part 1 we created a cool graphic to put on your 404 page. <a href="http://dabbled.org/2011/08/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop.html" target="_blank"> (Part 1: Photoshop tutorial to make a &#8220;torn out&#8221; image)</a></p>
<p>Now, you need to integrate it into your 404 page, which is the page that comes up when a page is not found on the website.  Again, I&#8217;ll be using the 404 page for <a href="http://foodwhirl.com" target="_blank">Foodwhirl.com</a> in this tutorial.</p>
<p>This tutorial will be written from a WordPress point of view, but I would assume if you have a bit of knowledge, you could use similar steps on any blogging platform.  Also, there are multiple ways to accomplish this, I just tried to come up with a way that is easy to explain and doesn&#8217;t require a ton of knowledge.  You should be able to do this without being an expert at getting into the code on WordPress, but be aware this does require some messing with code.</p>
<p>This is also a great tutorial if you&#8217;ve always wanted to know a little more about how to change your wordpress theme a bit.</p>
<p><em>If you&#8217;re going to be messing around with your CSS, a great tool to have is <a href="http://getfirebug.com/" target="_blank">Firebug</a>.   You install it on Firefox and then right click and choose Inspect Element.  That lets you view and change (temporarily) your css on the fly. </em></p>
<p><em>I also recommend you install an FTP program, like Filezilla, or Fireftp, to make it easy to upload files.</em></p>
<h2>Part 2:  Adding the graphic to your website 404 Page</h2>
<h3>Get set up</h3>
<p>First off, take a look at your current 404 page.  If you want to know what it looks like, just type your web address, slash a page that doesn&#8217;t exist.  So for example:  <a href="http://Dabbled.org/sldalkgj" target="_blank">http://Dabbled.org/sldalkgj</a> will take you to Dabbled&#8217;s 404 page (which is what inspired this tutorial!) .</p>
<p><em>Note: If you don&#8217;t get a Page Not Found when you try this on your own site (like the homepage just reloads) then you&#8217;re missing your 404.php template in your WordPress theme.</em></p>
<p>So, we&#8217;ll need access to 2 files to fancy up our page:  style.css and 404.php.  You&#8217;ll find them in the wp-content/themes/<em>yourthemename</em> directory.   I recommend any time you&#8217;re going to mess around with your theme files, getting them via FTP and saving a local copy to work on, as well as a backup copy in case you screw up royally.</p>
<p>You&#8217;ll need a text editor.  I always use <a href="http://notepad-plus-plus.org/" target="_blank">Notepad++</a>, but regular Notepad or any plain text editor will work.  DO NOT use Word or anything like that.</p>
<p>So, we now both of our files open in our text editor.</p>
<h3>Upload your image</h3>
<p>You image must be on your server.  I would normally put it in wp-content/themes/<em>yourthemename/</em>images, and that&#8217;s what this tutorial assumes.  So upload 404image.png (or whatever yours is called) to this directory.</p>
<h3>404.php</h3>
<p>The 404.php page is what loads when you get a page not found error.  It will look different depending on your theme, but they will all pretty much have the same elements.</p>
<p>What we are basically going to do here is use the new graphic as a background on a div on the 404 page.  Don&#8217;t worry if that doesn&#8217;t make sense, I&#8217;ll walk you through.</p>
<p>Here is the code in my 404.php file for foodwhirl.com.  Yours probably looks similar.</p>
<pre>&lt;?php get_header(); ?&gt;  

        &lt;div id="container"&gt;    
            &lt;div id="content"&gt;

            &lt;div id="post-0" class="post error404 not-found"&gt;
                    &lt;h1&gt;&lt;?php _e( 'Not Found', 'your-theme' ); ?&gt;&lt;/h1&gt;
                    &lt;div&gt;
                        &lt;p&gt;&lt;?php _e( 'Apologies, but we were unable to find what you were looking for. Perhaps searching will help.', 'your-theme' ); ?&gt;&lt;/p&gt;
                    &lt;?php get_search_form(); ?&gt;
                    &lt;/div&gt;&lt;!-- .entry-content --&gt;
                &lt;/div&gt;&lt;!-- #post-0 --&gt;            

            &lt;/div&gt;&lt;!-- #content --&gt;        
        &lt;/div&gt;&lt;!-- #container --&gt;

&lt;?php get_sidebar(); ?&gt;    
&lt;?php get_footer(); ?&gt;</pre>
<p>Look for the part of the page that has the 404 error text.  Something like &#8220;We&#8217;re sorry, but your page cannot be found&#8221;.  You can change this to something clever if you like by just modifying the text.  Note, to be safe, I&#8217;d stay away from special characters, apostrophes, and so forth in the error text.</p>
<p>Now, look for the div that surrounds your error text.  In the case of what I pasted above, div id=&#8221;content&#8221; is what we&#8217;re looking for (container would likely work too), and change it like so:</p>
<pre>&lt;div id="content"&gt;  becomes  &lt;div id="content404"&gt;</pre>
<p><em>(Techie note: there are more elegant ways to do this, but this is the easiest to explain in layman&#8217;s terms)</em></p>
<h3>style.css</h3>
<p>Next on to your style.css file.</p>
<p>You&#8217;re going to add this to the end of your css file.</p>
<pre> 
#content404 {
    background: url(images/404image.png) no-repeat transparent;
    border: none;
    float: left;
    width: 653px;
    min-height: 600px;
}</pre>
<p>The important parts of this are background (that sets the background to our new image), and min-height which i set to taller than my image.  The other items I got from the #content section of the css file.  Start with just adding the background, and if things look wonky go in and search for #content, and copy lines to your new #content404.</p>
<p>Now my 404 page looks like this:</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404pagefw.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6797" title="404pagefw" src="http://dabbled.org/wp-content/uploads/2011/08/404pagefw-500x365.png" alt="" width="500" height="365" srcset="https://dabbled.org/wp-content/uploads/2011/08/404pagefw-500x365.png 500w, https://dabbled.org/wp-content/uploads/2011/08/404pagefw-275x200.png 275w, https://dabbled.org/wp-content/uploads/2011/08/404pagefw.png 1009w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>The torn section looks fine, but the words are not in the right place, and it&#8217;s only showing up in that small section of the page.</p>
<h3>So, improvements.</h3>
<p>I decide I don&#8217;t want to show the sidebar, so I go to 404.php and remove the line:</p>
<pre>&lt;?php get_sidebar(); ?&gt;

Then I centered the image, so my css now looks like this:</pre>
<pre>#content404 {</pre>
<div>
<div>    background: url(&#8220;images/404image.png&#8221;) no-repeat scroll center 0 transparent;</div>
<div>    border: medium none;</div>
<div>    float: left;</div>
<div>    min-height: 600px;</div>
<div>    padding: 5px;</div>
<div>    width: 900px;</div>
</div>
<pre>}</pre>
<p><em>If you want your 404 image to overlay the header area (like it does on the Dabbled.org example) just move it up a little on the screen by adding something like:  margin-top: -50px;  to the #content404 section.</em></p>
<p><strong>The Error Text</strong></p>
<p>I also want to move the text so it displays on top of the image.</p>
<p>To do that I need to target the post text, which in my example would be this:</p>
<pre>&lt;div id="post-0" class="post error404 not-found"&gt;</pre>
<p>You&#8217;ll notice there is already a class identified called error404.  If there isn&#8217;t one on yours, just add it in.</p>
<p>So in my css file I add:</p>
<pre>.error404 {
background-color: rgba(256, 256, 256, .5);
font-size: 1.2em;
padding-left: 300px;
    padding-top: 50px;
    width: 200px;
}</pre>
<ul>
<li>The background color setting adds a semi-transparent white box behind my text for better readability against the image.</li>
<li>I increased the font-size to my liking, and used the padding settings to move the text to where I wanted it on the screen.</li>
<li>I set the width of the text area as well.</li>
</ul>
<p>Now this is what I have:</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/fw3.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6800" title="new foodwhirl 404 page" src="http://dabbled.org/wp-content/uploads/2011/08/fw3-500x351.png" alt="new foodwhirl 404 page" width="500" height="351" srcset="https://dabbled.org/wp-content/uploads/2011/08/fw3-500x351.png 500w, https://dabbled.org/wp-content/uploads/2011/08/fw3-275x193.png 275w, https://dabbled.org/wp-content/uploads/2011/08/fw3.png 1008w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>Obviously, your settings will be different on your text area to get it to the right spot.  This is where firebug comes in really handy, as you can Inspect Element and change width and padding to get it where you want it, then just copy those settings over to your style.css.</p>
<p>And here it is in action: <a href="http://foodwhirl.com/sl;ag" target="_blank">http://foodwhirl.com/notarealurl</a></p>
<p>That&#8217;s it!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6796</post-id>	</item>
		<item>
		<title>At Dabbled&#124;Studios: Recommended WordPress Plugins</title>
		<link>https://dabbled.org/at-dabbledstudios-recommended-wordpress-plugins/</link>
					<comments>https://dabbled.org/at-dabbledstudios-recommended-wordpress-plugins/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:31:49 +0000</pubDate>
				<category><![CDATA[website design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=2850</guid>

					<description><![CDATA[<p><a href="http://dabbledstudios.com/blog"></a></p>
<p>Sharing some tips on <a href="http://dabbledstudios.com/best-wordpress-plugins-for-a-new-site">good WordPress plugins</a> over at the Dabbled&#124;Studios (my web design site) blog today&#8230;.  </p>
<p><a href="http://dabbledstudios.com/best-wordpress-plugins-for-a-new-site">Check it out</a>!</p>
<p>For a site I’m finishing up right now, I went through my list of WordPress Plugins that are really nice “must haves” for a new website.  Since I  was documenting what I was recommending for the client, I figured I’d share it with you guys as well.  There are tons of great plugins out there, but these are a few that provide some great value…</p>
<p><strong>Simple Trackback Validation</strong> 	Eliminates spam trackbacks by (1) checking if the IP address of the trackback sender is equal to the IP address of the webserver the trackback URL is referring to and (2) by retrieving the web page located at the URL used in the trackback and checking if the page contains a link to your blog.&#8230; <a href="https://dabbled.org/at-dabbledstudios-recommended-wordpress-plugins/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbledstudios.com/blog"><img decoding="async" loading="lazy" src="http://dabbled.org/wp-content/uploads/2010/01/dabstudios-350x236.jpg" alt="dabstudios" title="dabstudios" width="350" height="236" class="aligncenter size-medium wp-image-2849" srcset="https://dabbled.org/wp-content/uploads/2010/01/dabstudios-350x236.jpg 350w, https://dabbled.org/wp-content/uploads/2010/01/dabstudios.jpg 500w" sizes="(max-width: 350px) 100vw, 350px" /></a></p>
<p>Sharing some tips on <a href="http://dabbledstudios.com/best-wordpress-plugins-for-a-new-site">good WordPress plugins</a> over at the Dabbled|Studios (my web design site) blog today&#8230;.  </p>
<p><a href="http://dabbledstudios.com/best-wordpress-plugins-for-a-new-site">Check it out</a>!</p>
<blockquote><p>For a site I’m finishing up right now, I went through my list of WordPress Plugins that are really nice “must haves” for a new website.  Since I  was documenting what I was recommending for the client, I figured I’d share it with you guys as well.  There are tons of great plugins out there, but these are a few that provide some great value…</p>
<p><strong>Simple Trackback Validation</strong> 	Eliminates spam trackbacks by (1) checking if the IP address of the trackback sender is equal to the IP address of the webserver the trackback URL is referring to and (2) by retrieving the web page located at the URL used in the trackback and checking if the page contains a link to your blog.</p>
<p>(This one solved my Trackback Spam problems)<br />
<a href="http://dabbledstudios.com/best-wordpress-plugins-for-a-new-site"><br />
<strong>READ THE WHOLE THING</strong></a>
</p></blockquote>
<p>Oh, and the mandatory plug for <a href="http://dabbledstudios.com/">Dabbled|Studios</a>, for your website/graphic design needs!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/at-dabbledstudios-recommended-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2850</post-id>	</item>
		<item>
		<title>A portfolio website designed in WordPress</title>
		<link>https://dabbled.org/a-portfolio-website-designed-in-wordpress/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:36:44 +0000</pubDate>
				<category><![CDATA[website design]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=1687</guid>

					<description><![CDATA[<p><a href="http://griegwehr.com"></a>Previously, I&#8217;d shared with you how I&#8217;d built a portfolio website (a website designed to show off a artist or photographer&#8217;s body of work) using two blogging platforms, <a href="http://dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html" target="_blank">Blogger</a> and <a href="http://dabbled.org/2009/03/tumblr-as-portfolio-platform.html" target="_blank">Tumblr</a>.</p>
<p>The idea behind these efforts was to take up the challenge of building on a free platform something that was as easy to maintain as a blog, but didn&#8217;t look like a &#8216;blog&#8217;.</p>
<p>Well, the power of WordPress compels me to build a fabulous portfolio site using that platform. &#8230; <a href="https://dabbled.org/a-portfolio-website-designed-in-wordpress/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://griegwehr.com"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-1688" title="griegsite" src="http://dabbled.org/wp-content/uploads/2009/09/griegsite-350x249.jpg" alt="griegsite" width="350" height="249" srcset="https://dabbled.org/wp-content/uploads/2009/09/griegsite-350x249.jpg 350w, https://dabbled.org/wp-content/uploads/2009/09/griegsite-575x409.jpg 575w, https://dabbled.org/wp-content/uploads/2009/09/griegsite.jpg 700w" sizes="(max-width: 350px) 100vw, 350px" /></a>Previously, I&#8217;d shared with you how I&#8217;d built a portfolio website (a website designed to show off a artist or photographer&#8217;s body of work) using two blogging platforms, <a href="http://dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html" target="_blank">Blogger</a> and <a href="http://dabbled.org/2009/03/tumblr-as-portfolio-platform.html" target="_blank">Tumblr</a>.</p>
<p>The idea behind these efforts was to take up the challenge of building on a free platform something that was as easy to maintain as a blog, but didn&#8217;t look like a &#8216;blog&#8217;.</p>
<p>Well, the power of WordPress compels me to build a fabulous portfolio site using that platform.  Now, this is really not in the same spirit as the prior challenges, as a self hosted WordPress site is not a free option (note, the free option, WordPress.com, would not work for this).  And WordPress as a platform is considerably more suited to an effort like this&#8211;it&#8217;s hardly hacking when you&#8217;re just using the platform as designed!  So it&#8217;s not really fair to say that WordPress kicks the pants off the other options &#8212; they didn&#8217;t start in the same place.</p>
<p>So, I redid my friend Grieg&#8217;s photography website.  <a href="http://www.griegwehrphotography.com/" target="_blank">Check it out here!</a></p>
<p>If you guys are interested, I&#8217;ll do a tutorial/tips/lessons learned, and post it over at <a href="http://dabbledstudios.com/">Dabbled|Studios</a>.  I&#8217;m trying to move all my website related blogging over there.</p>
<p>In short, WordPress gives you a ton of tools and plugins which can really produce a professional look.  I will eventually get around to redo-ing my own portfolio site, <a href="http://nancydorsner.com">which is still in Tumblr</a> from the previous experiments.  WordPress is miles above the free options (like Tumblr or Blogger), but the free options do have one huge advantage&#8230; Free!  WordPress is technically free as well, but you do have to have your own hosting, which will run you around 5-10$ per month.  Not a huge expense, but not free either.</p>
<p>And if you want to see what we started with, you can see what the <a href="http://griegwehr.blogspot.com/">free Blogger version looked like here</a>.</p>
<p>And of course, if you need a wedding or childrens photographer and you live in Georgia, <a href="http://griegwehr.com">do consider Grieg!</a></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1687</post-id>	</item>
		<item>
		<title>More updates to Dabbled.org</title>
		<link>https://dabbled.org/more-updates-to-dabbled-org/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:56:33 +0000</pubDate>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[moving to Wordpress]]></category>
		<category><![CDATA[website]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=1047</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2009/05/bigtwi3t.jpg"></a>Still a tad discombobulated here at Dabbled, but I&#8217;m making progress on getting the basic stuff set up.  You can now go peruse the <a href="https://dabbled.org/category/craft/">Craft tab</a>, the <a href="https://dabbled.org/category/art/">Art tab</a>, and the <a href="https://dabbled.org/category/food/">Food tab</a>.  I created a new Archive page&#8230; too, and made my 404 page more lovely, since I have a feeling people will run across it! I still have some work to do cleaning up the sidebars, and I&#8217;m going to be adding more stuff too.&#8230; <a href="https://dabbled.org/more-updates-to-dabbled-org/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2009/05/bigtwi3t.jpg"><img decoding="async" loading="lazy" src="http://dabbled.org/wp-content/uploads/2009/05/bigtwi3t-229x300.jpg" alt="bigtwi3t" title="bigtwi3t" width="229" height="300" class="alignright size-medium wp-image-960" srcset="https://dabbled.org/wp-content/uploads/2009/05/bigtwi3t-229x300.jpg 229w, https://dabbled.org/wp-content/uploads/2009/05/bigtwi3t-782x1024.jpg 782w, https://dabbled.org/wp-content/uploads/2009/05/bigtwi3t.jpg 1000w" sizes="(max-width: 229px) 100vw, 229px" /></a>Still a tad discombobulated here at Dabbled, but I&#8217;m making progress on getting the basic stuff set up.  You can now go peruse the <a href="https://dabbled.org/category/craft/">Craft tab</a>, the <a href="https://dabbled.org/category/art/">Art tab</a>, and the <a href="https://dabbled.org/category/food/">Food tab</a>.  I created a new Archive page&#8230; too, and made my 404 page more lovely, since I have a feeling people will run across it! I still have some work to do cleaning up the sidebars, and I&#8217;m going to be adding more stuff too.  Like a Shop, and Free Downloads, and other Goodies!!  Let me know if there is anything you&#8217;d like to see&#8230;</p>
<p>And yes, things are still a little broken.  I&#8217;m trying to work through documenting all the &#8220;moving from Blogger to WordPress&#8221; steps and gotchas I ran into&#8230; and there were a bunch.  If you&#8217;re interested I&#8217;ll write that up soon.</p>
<p>But I&#8217;d love any feedback you have for me!</p>
<p><strong>And please, if you&#8217;ve been following Dabbled via Blogger&#8217;s Followers feature, update to the regular RSS feed at <a href="http://feeds.feedburner.com/Dabbled">http://feeds.feedburner.com/Dabbled</a>.  If you were a blogger follower, please let me know if you received any posts after the &#8220;Sunday Inspirations&#8221; post.</strong></p>
<p>edit:  oops, just see something I might have broken!  </p>
<p>xxoo<br />
Dot</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1047</post-id>	</item>
		<item>
		<title>Tumblr as a Portfolio platform</title>
		<link>https://dabbled.org/tumblr-as-portfolio-platform/</link>
					<comments>https://dabbled.org/tumblr-as-portfolio-platform/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/03/25/tumblr-as-a-portfolio-platform/</guid>

					<description><![CDATA[<p>2-28-2011: Hi!  Although these instructions are, as far as I know, still quite valid, <a href="http://dabbled.org/2011/03/goodbye-tumblr-as-a-portfolio-platform.html" target="_blank">you may want to read this first.</a><br />
<a title="nifty! New portfolio site by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3380307072/"></a></p>
<p>As promised here&#8217;s a little info about making an art or photography portfolio using the free <a href="http://www.tumblr.com/">Tumblr </a>blogging platform, like <a href="http://dorsner.tumblr.com">nancydorsner.com</a>.</p>
<p>If you haven&#8217;t been following along, I set out on a quest to figure out how to use a blogging platform to create a portfolio site. (My first attempts were in Blogger, and you can view the write up <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">here </a>and see an example <a href="http://griegwehr.blogspot.com/">here</a>.)&#8230; <a href="https://dabbled.org/tumblr-as-portfolio-platform/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<blockquote><p>2-28-2011: Hi!  Although these instructions are, as far as I know, still quite valid, <a href="http://dabbled.org/2011/03/goodbye-tumblr-as-a-portfolio-platform.html" target="_blank">you may want to read this first.</a><br />
<a title="nifty! New portfolio site by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3380307072/"><img decoding="async" loading="lazy" style="float: right;" src="http://dabbled.org/wp-content/uploads/2011/03/3380307072_8164dc3215_m.jpg" alt="nifty! New portfolio site" width="240" height="182" /></a></p></blockquote>
<p>As promised here&#8217;s a little info about making an art or photography portfolio using the free <a href="http://www.tumblr.com/">Tumblr </a>blogging platform, like <a href="http://dorsner.tumblr.com">nancydorsner.com</a>.</p>
<p>If you haven&#8217;t been following along, I set out on a quest to figure out how to use a blogging platform to create a portfolio site. (My first attempts were in Blogger, and you can view the write up <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">here </a>and see an example <a href="http://griegwehr.blogspot.com/">here</a>.)</p>
<p>The idea was that &#8220;blogging&#8221; is easy, website design is not.  Many creative types do not want to worry about keeping a portfolio site updated, and it&#8217;s easy for their sites to become out of date.  Also, for struggling artists or photographers out there, they can get their feet wet with a portfolio site that doesn&#8217;t have any upfront or recurring cost to it.</p>
<p>Blogger had some limitations however, and while it was easy IF you already knew Blogger, it wasn&#8217;t as easy as I&#8217;d have liked.</p>
<p>Enter Tumblr.<br />
Tumblelogs are incredibly easy to update.  The <a href="http://www.tumblr.com/goodies">Share on Tumblr bookmarklet</a> added to your toolbar makes creating a new picture based post off a webpage almost effortless.  Uploading a picture from your harddrive is also easy. For a portfolio site, these are key.</p>
<p>The one major con I have with Tumblr is it&#8217;s a relatively immature platform.  It&#8217;s not got a huge feature set, and there are some buggy and awkward things.  But I mostly encountered those in the customization of my blog, not in the actual post creation.</p>
<p>So, how to create your own:</p>
<p>First, create a <a href="http://www.tumblr.com/">Tumblelog</a>. Takes 5 seconds.</p>
<p>Then from your dashboard, click Customize, then Info to setyour Title, Description (just make something up for now, its for testing purposes), and URL.  You can either leave the address as <span style="font-style: italic;">yourname</span>.tumblr.com or buy a domain (like $10 at Godaddy.com).</p>
<p>Also, grab the <a href="http://www.tumblr.com/goodies">Share on Tumblr bookmarklet</a> &#8211; it&#8217;s useful.</p>
<p>Now, don&#8217;t worry about format yet, just create some test content of pictures you want in your portfolio.<br />
If you&#8217;re not already familiar with Tumblr, read this&#8230;<br />
-If you already have pictures on flickr or somewhere similar, you can easily just go to the webpages and click your new bookmarklet button.  In the window that pops up you&#8217;ll click Photo, then pick your picture.  Caption it (replacing the current text/link).  Click Advanced to tag it.  I used the tags to create my categories.<br />
-If you don&#8217;t have your work already online, just create a Photo post from your dashboard.  Same process, just upload the file.</p>
<p>Also create a test Text post.  (I use the Text post for my menus, and my About box)</p>
<p>Once you have a good number (say 10) of posts, you can now play around with the theme.</p>
<p>Your tumblelog&#8217;s look is determined by it&#8217;s <a href="http://www.tumblr.com/themes/">theme</a>.  There are some interesting theme templates already out there.  If one of these is to your liking, just snag it and go!<br />
<span style="font-weight: bold;"><br />
Check out these themes below, and install them each in turn on your tumblelog to see if they work for you.</span></p>
<p>First, check out the several different versions at <a href="http://hasaportfolio.com/">hasaportfolio.com</a>. There are several example sites at the bottom of the page, I love <a href="http://jason.hasaportfolio.com/">this one</a>.  I love the way this theme opens up the pictures on top of the page.  Great for usability. He&#8217;ll also provide you a free URL &#8211; <span style="font-style: italic;">yourname</span>.hasaportfolio.com which is pretty neat.  (Free, but it&#8217;s nice to Donate if you use it)<br />
This is easily the simplest and most usable of the lot.</p>
<p>I based mine off of this one: <a href="http://milo317.tumblr.com/">Beauty by Milo317</a> (Go <a href="http://www.tumblr.com/themes/recent">here</a>, and scroll or search for Beauty).  But I made a bunch of changes to it to fit my needs.</p>
<p>Other cool ones for a portfolio:<br />
<a href="http://photoboard.tumblr.com/">Photoboard by Ben Delaney</a><br />
<a href="http://museumtheme.tumblr.com/">Museum Theme by paulgiacherio</a><br />
(Instructions to install at links)</p>
<p>You now have the basics for a portfolio.  You&#8217;ll want to tweak it so it has your contact info, and whatever else you want.<br />
If you&#8217;re comfortable with it, don&#8217;t be afraid to customize the theme (click Customize on your dashboard, and many themes let you easily set colors).  <a href="http://www.tumblr.com/docs/custom_themes">Tumblr has instructions</a>.</p>
<p>Also set up the Advanced tab (# of posts per page, etc).  It&#8217;s pretty self explanatory.</p>
<p><span style="font-style: italic;">Note:  If you want to customize your site past the free templates I&#8217;ve given you, and you don&#8217;t have even a very basic understanding (or want to learn) CSS/HTML, you&#8217;ll probably want to hire someone to get the initial set up for you.  That will require an upfront cost, but you won&#8217;t have any recurring cost since you have a free platform.</span></p>
<p>Some things I specifically did on mine:<br />
&#8211; I used tags to categorize the Photo Posts, to create my menus (like robots, watercolors, etc) and just linked them with a regular href link: <a href="http://dorsner.tumblr.com/tagged/robots">http://dorsner.tumblr.com/tagged/robots</a><br />
&#8211; I used &#8220;Text&#8221; Posts for an About page, menu pages, etc.  Some themes i linked to above don&#8217;t display text boxes, so if your theme doesn&#8217;t, you&#8217;d need to put your menu (if you want one) in the Description, or elsewhere on the page.  Same for contact info, etc.<br />
&#8211; I used an image for the background.  A pretty easy theme tweak.  If there is already an background image, just replace it with a URL to yours.<br />
&#8211; Items display in the order of post date, so to change the order I manually changed the date of the post.<br />
&#8211; Changed the links on the menu bars to more appropriate links (an easy fix with basic html knowledge)<br />
&#8211; and a bunch of other more complex stuff!  ..hence my <span style="font-style: italic;">Note </span>above!</p>
<p>Once you&#8217;re happy with your site layout, just add content!</p>
<p>I hope this was helpful, or at least interesting.  I do like tumblr as a blogging platform as well.  In fact, you can visit my tumblr link blog <a href="http://dabbled.tumblr.com/">HERE</a>&#8211;it&#8217;s mostly random cool stuff I find (some of which ends up on Dabbled) and also my twitter tweets.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tumblr-as-portfolio-platform/feed/</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">401</post-id>	</item>
		<item>
		<title>New Art Site in Beta! Feedback needed.</title>
		<link>https://dabbled.org/new-art-site-in-beta-feedback-needed/</link>
					<comments>https://dabbled.org/new-art-site-in-beta-feedback-needed/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:59:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/03/23/new-art-site-in-beta-feedback-needed/</guid>

					<description><![CDATA[<p><a href="http://www.flickr.com/photos/dorsner/3380307072/" title="nifty! New portfolio site by Dot D, on Flickr"></a><span style="font-weight:bold;">Version 3.0!  <a href="http://NancyDorsner.com">NancyDorsner.com<br /></a></span>..  check it out and let me know what needs fixing!</p>
<p>Some background:<br />A while back I wrote about my quest to create an Art Portfolio website using Blogger (or any blog based engine).  The idea was that didn&#8217;t look like a blog, but would be as easy to update as a blog, since most creative types don&#8217;t want to spend a lot of time keeping a website up to date.&#8230; <a href="https://dabbled.org/new-art-site-in-beta-feedback-needed/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/dorsner/3380307072/" title="nifty! New portfolio site by Dot D, on Flickr"><img decoding="async" loading="lazy" style="float:right;" src="http://dabbled.org/wp-content/uploads/2011/03/3380307072_8164dc3215_m1.jpg" width="240" height="182" alt="nifty! New portfolio site" /></a><span style="font-weight:bold;">Version 3.0!  <a href="http://NancyDorsner.com">NancyDorsner.com<br /></a></span>..  check it out and let me know what needs fixing!</p>
<p>Some background:<br />A while back I wrote about my quest to create an Art Portfolio website using Blogger (or any blog based engine).  The idea was that didn&#8217;t look like a blog, but would be as easy to update as a blog, since most creative types don&#8217;t want to spend a lot of time keeping a website up to date.<br /> Here are a couple of the sites I created using Blogger<br />-My old art portfolio site: <a href="http://dorsner.blogspot.com/">http://dorsner.blogspot.com/</a><br />-A friend&#8217;s photography portfolio site: <a href="http://www.griegwehrphotography.com/">Grieg Wehr Photography</a></p>
<p>Several people wrote to me that they really enjoyed using my <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">tutorial</a>&#8211;and I&#8217;m really glad to have helped!  </p>
<p>Well, not content to rest on my laurels, I&#8217;ve created version 3.0 of my art portfolio site:  <a href="http://NancyDorsner.com">nancydorsner.com</a></p>
<p>This is created in another blogging platform, <a href="http://www.tumblr.com/">Tumblr</a>, and I think it&#8217;s even more well suited for something like this.</p>
<p>I&#8217;ll write up a more detailed post about how to create a portfolio site similar to this, and some other ideas I found while exploring the tumblr platform, later this week.  EDIT : <a href="http://www.dabbled.org/2009/03/tumblr-as-portfolio-platform.html">Here&#8217;s the WRITEUP</a></p>
<p>So, I would really love some <span style="font-weight:bold;">feedback </span>on the new site.  Usability, art choices, and so forth.  Hope you like it!  Feel free to leave feedback here, or email me at <span style="font-style:italic;">nancy [at] dabbled.org</span></p>
<p><span style="font-style:italic;">Related:<br /><a href="http://www.dabbled.org/2009/03/tumblr-as-portfolio-platform.html">How to Use Tumblr as a Portfolio site</a><br /><a href="http://www.dabbled.org/2008/07/exercise-in-stretching-capacities-of.html">An exercise in using Blogger to create an art portfolio site </a><br /><a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">Some details on how to create the art/photog site using blogger</a> <br /><a href="http://www.dabbled.org/2008/09/version-2-of-art-site.html">Version 2 of the art site </a></span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/new-art-site-in-beta-feedback-needed/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">398</post-id>	</item>
		<item>
		<title>Version 2 of the art site</title>
		<link>https://dabbled.org/version-2-of-art-site/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 23 Sep 2008 20:01:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2008/09/23/version-2-of-the-art-site/</guid>

					<description><![CDATA[<p>If you remember, I embarked on an adventure to attempt to build a <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">portfolio site using Blogger</a>, that didn&#8217;t look like a blog, but would be as easy to update as a blog.  Well, I did a photography site for a friend using the same method, and that inspired me to go back and finish up (read: re-do) mine.  So check out version 2 of my experiment &#8211; a lot cleaner i think: <a href="http://dorsner.blogspot.com/">Nancy Dorsner Art and Illustration</a>.&#8230; <a href="https://dabbled.org/version-2-of-art-site/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>If you remember, I embarked on an adventure to attempt to build a <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">portfolio site using Blogger</a>, that didn&#8217;t look like a blog, but would be as easy to update as a blog.  Well, I did a photography site for a friend using the same method, and that inspired me to go back and finish up (read: re-do) mine.  So check out version 2 of my experiment &#8211; a lot cleaner i think: <a href="http://dorsner.blogspot.com/">Nancy Dorsner Art and Illustration</a>. </p>
<p>-My friend&#8217;s photography portfolio site: <a href="http://www.griegwehrphotography.com/">Grieg Wehr Photography</a> </p>
<p>In other news, a photo I took at Dragon*con <a href="http://www.boingboing.net/2008/09/23/cookie-monster-slaye.html">has been Boing Boing&#8217;ed!</a>.  So if you got here via Boing Boing, welcome, and if you like artsy, craftsy, geeky stuff, check out the place!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">232</post-id>	</item>
		<item>
		<title>Several things&#8230; including the winner of the Shrinky Comment Contest!</title>
		<link>https://dabbled.org/several-things-including-winner-of/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:30:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2008/07/15/several-things-including-the-winner-of-the-shrinky-comment-contest/</guid>

					<description><![CDATA[<p><span style="font-style:italic;">&#8211;Don&#8217;t forget! <a href="http://www.dabbled.org/2008/06/dabbled-summer-doldrums-contest.html">The Summer Doldrums contest</a> &#8211; It&#8217;s fun to share your stuff!&#8211;</span></p>
<p><a href="http://2.bp.blogspot.com/_VArvh-2K3go/SHzhxrFRoyI/AAAAAAAABAo/F2RArFfWzVI/s1600-h/cherrycupcake.jpg"></a><br />Coming tomorrow, the second installment of the Dabbled Interview Series: Diana Evans, an <a href="http://www.dianaevans.ca">artist and illustrator </a>and prolific <a href="http://dianaevans.blogspot.com">blog proprietress </a>from Ontario, Canada. Be sure to check it out!</p>
<p>And a big thank you for the feedback on my the <a href="http://www.dabbled.org/2008/07/exercise-in-stretching-capacities-of.html">Art Portfolio made out of Blogger blog</a> &#8212; I&#8217;ve made some changes based on your feedback, check it out!!&#8230; <a href="https://dabbled.org/several-things-including-winner-of/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><span style="font-style:italic;">&#8211;Don&#8217;t forget! <a href="http://www.dabbled.org/2008/06/dabbled-summer-doldrums-contest.html">The Summer Doldrums contest</a> &#8211; It&#8217;s fun to share your stuff!&#8211;</span></p>
<p><a href="http://2.bp.blogspot.com/_VArvh-2K3go/SHzhxrFRoyI/AAAAAAAABAo/F2RArFfWzVI/s1600-h/cherrycupcake.jpg"><img decoding="async" style="cursor:hand;" src="http://dabbled.org/wp-content/uploads/2011/03/cherrycupcake.jpg" border="0" /></a><br />Coming tomorrow, the second installment of the Dabbled Interview Series: Diana Evans, an <a href="http://www.dianaevans.ca">artist and illustrator </a>and prolific <a href="http://dianaevans.blogspot.com">blog proprietress </a>from Ontario, Canada. Be sure to check it out!</p>
<p>And a big thank you for the feedback on my the <a href="http://www.dabbled.org/2008/07/exercise-in-stretching-capacities-of.html">Art Portfolio made out of Blogger blog</a> &#8212; I&#8217;ve made some changes based on your feedback, check it out!!  <a href="http://dorsner.blogspot.com">dorsner.blogspot.com</a>  (if you still want to see the original flash component that was on the front page, click on the link under the current one.  Several people found the first one confusing.)  Feedback is more than welcome, it is begged for! :)</p>
<p>Is there interest on a tutorial on the <a href="http://www.dabbled.org/2008/07/ginny-baby-ele-purse.html">Baby Elepurse</a>?</p>
<p>Now for the winner of the <a href="http://dabbled.org/2008/07/shrinky-dinks-wrapup.html">Shrinky Dink Test Lab </a>comment contest!<br />from random.org..<br />Random Integer Generator<br />Here are your random numbers:<br />51<br />Timestamp: 2008-07-15 17:55:55 UTC<br />This means that <a href="http://lindseyrose.wordpress.com/">lindsey </a> is the winner of a collection of the experiments!  Lindsey, please email me to claim your prize. (dot at dabbled.org)</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">170</post-id>	</item>
		<item>
		<title>An exercise in using Blogger to create an art portfolio site</title>
		<link>https://dabbled.org/exercise-in-stretching-capacities-of/</link>
					<comments>https://dabbled.org/exercise-in-stretching-capacities-of/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:41:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2008/07/11/an-exercise-in-using-blogger-to-create-an-art-portfolio-site/</guid>

					<description><![CDATA[<p><span style="font-style:italic;">If you&#8217;re looking to create an art or photography portfolio using Blogger, or other free blog software, you&#8217;ve come to the right place! </span><br /><span style="font-style:italic;">This is the first post about what I did.  </span><br /><span style="font-style:italic;">You&#8217;ll also find these useful:</span></p>
<ul>
<li><a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">7/08: Steps to create a portfolio in Blogger</a>  If you already know how to blog in Blogger, this is a pretty easy option. It&#8217;s not quite as easy to keep updated as Tumblr though.</li></ul>&#8230; <a href="https://dabbled.org/exercise-in-stretching-capacities-of/" class="read-more"> [ KEEP READING ] </a>]]></description>
										<content:encoded><![CDATA[<p><span style="font-style:italic;">If you&#8217;re looking to create an art or photography portfolio using Blogger, or other free blog software, you&#8217;ve come to the right place! </span><br /><span style="font-style:italic;">This is the first post about what I did.  </span><br /><span style="font-style:italic;">You&#8217;ll also find these useful:</span></p>
<ul>
<li><a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">7/08: Steps to create a portfolio in Blogger</a>  If you already know how to blog in Blogger, this is a pretty easy option. It&#8217;s not quite as easy to keep updated as Tumblr though.  HTML skills help.</li>
<li><a href="http://www.dabbled.org/2009/03/tumblr-as-portfolio-platform.html">3/09: Steps to create a portfolio in Tumblr (and some advantages over Blogger)</a> Tumblr platform is not as mature as Blogger&#8217;s, but adding new portfolio items is easy.</li>
<li><a href="http://www.griegwehrphotography.com/">A Site done in Blogger</a> (more linked <a href="http://www.dabbled.org/2008/07/some-details-on-how-to-create-artphotog.html">here</a>) </li>
<li><a href="http://nancydorsner.com/">A Site done in Tumblr</a> (more <a href="http://www.dabbled.org/2009/03/tumblr-as-portfolio-platform.html">here</a>)</li>
</ul>
<p><span style="font-style:italic;">I&#8217;ve been researching this for a while, and I&#8217;m glad to share what I&#8217;ve learned/collected with you.  If this is useful to you, I&#8217;d adore some link-love back to dabbled.org!</span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />One of my goals for my sabbatical was to create a new <a href="http://dorsner.blogspot.com/">art portfolio site</a>.  A photographer friend and I were discussing how it&#8217;s such a pain to keep portfolio sites updated, and I was thinking it would be really cool to see whether I could create one using Blogger, that would look like an art site, not a blog&#8211;but be as easy to update as a blog.  I figured this had to have already been done, but I wasn&#8217;t having much luck with my google-fu finding anything like what I was looking for.  There seems to be no standard art or photography portfolio template out there.  So I decided to do it myself. (Note that I have very limited development skills, having never really messed around with xml or css or any kind of blog template, other than tweaking the dabbled one)  It&#8217;s not finished yet, (I still can&#8217;t figure out how to make the right column start at the top of the page, not under the header), but I think it&#8217;s pretty decent for an artist or photographer portfolio site totally done in Blogger.</p>
<p>Since it took me 3 days of trial and error (and one episode of messing up the dabbled.org template by accident) I would love some feedback on the layout/usability etc.  Not really looking for feedback on the art (unless you want to tell me which ones should stay and which should go), more on the website itself.  Like should each picture be in an individual post rather than scrolling down to see a collection?  Is it annoying to link things back to flickr?  Does the flash on the main page work/look good?  Are the categories good?</p>
<p>And if anyone would like information or instructions on how to do this, I can write something up..<br />edit: <a href="http://tinyurl.com/dab-website">here&#8217;s some of the instructions.  I&#8217;m sure i&#8217;ve forgotten alot, so ask questions..</a></p>
<p><a href="http://dorsner.blogspot.com/">dorsner.blogspot.com</a></p>
<p><span style="font-style:italic;"><span style="font-weight:bold;">Mar09 Edit</span>: You may also want to check out my <a href="http://www.dabbled.org/2009/03/new-art-site-in-beta-feedback-needed.html">new version of a portfolio site</a> using Tumblr instead of Blogger.</span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/exercise-in-stretching-capacities-of/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">167</post-id>	</item>
	</channel>
</rss>
