<?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>August 2011 &#8211; Dabbled</title>
	<atom:link href="https://dabbled.org/2011/08/feed/" rel="self" type="application/rss+xml" />
	<link>https://dabbled.org</link>
	<description>Experiments in Art, Craft, and Food - an archive</description>
	<lastBuildDate>Tue, 13 Sep 2011 16:12:00 +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>Tutorial: Make a &#8220;torn&#8221; 404 page for your website.  (part 1: photoshop)</title>
		<link>https://dabbled.org/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop/</link>
					<comments>https://dabbled.org/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 21:14:10 +0000</pubDate>
				<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6763</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404foodwhirl.png"></a>The other day I announced that i had a <a href="http://dabbled.org/2011/08/re-design-update-a-new-404-page.html" target="_blank">new 404 Page Not Found page for Dabbled</a>. And it&#8217;s quite cute if i do say so myself. Just type some gibberish after dabbled.org/ in your address bar and you&#8217;ll see it. Or just click this: <a href="http://dabbled.org/sjdlfk" target="_blank">http://dabbled.org/sjdlfk</a>.</p>
<p>So several people have asked how to do something like this themselves. Obviously you&#8217;ll probably want to do something different than I have, using an image or a theme that fits with your site.&#8230; <a href="https://dabbled.org/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404foodwhirl.png"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-6784 clearbk" title="404foodwhirl" src="http://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-275x237.png" alt="" width="275" height="237" srcset="https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-275x237.png 275w, https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-500x432.png 500w, https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl.png 630w" sizes="(max-width: 275px) 100vw, 275px" /></a>The other day I announced that i had a <a href="http://dabbled.org/2011/08/re-design-update-a-new-404-page.html" target="_blank">new 404 Page Not Found page for Dabbled</a>. And it&#8217;s quite cute if i do say so myself. Just type some gibberish after dabbled.org/ in your address bar and you&#8217;ll see it. Or just click this: <a href="http://dabbled.org/sjdlfk" target="_blank">http://dabbled.org/sjdlfk</a>.</p>
<p>So several people have asked how to do something like this themselves. Obviously you&#8217;ll probably want to do something different than I have, using an image or a theme that fits with your site.</p>
<p>So, to show you a slightly different take with this tutorial, I&#8217;m going to walk you through doing a 404 page for <a href="Foodwhirl.com" target="_blank">Foodwhirl.com</a>.  Since foodwhirl is a recipe site, I&#8217;ll use a photograph instead of the little robot drawing, and an image more appropriate to food.  A search through Creative Commons licensed (I adore CC licensing!)  images on flickr found me this &#8216;<a href="http://www.flickr.com/photos/stillframe/1535305023/">empty refrigerator</a>&#8216; image, which I thought would be cute for a Page not Found on a food site.</p>
<p>Part 1 will address how to create the image for use on your webpage.  Part 2 will explain how to make it part of your 404 webpage, even if you&#8217;re pretty clueless around code.  It will be written with WordPress websites in mind, but you should be able to take those principles and apply to any website.</p>
<h2>Part 1:  Create the Image.</h2>
<p>For this step I&#8217;m using Photoshop.  You could probably do this with other image software as well*</p>
<h3>Get an image to use behind your torn background.</h3>
<p>This could be a photograph or a drawing, preferably something funny that relates to your site.  If you have a crochet site, for example, a kitten tangled in yarn could be cute.  (oops, the kitten got into the yarn and now we can&#8217;t find your page!).  Maybe you want to have a picture of exposed gears like they are seeing the background machinery that makes your website work.  Use your imagination.</p>
<h3>Get your site&#8217;s background.</h3>
<p>Create a new image in Photoshop, at about 1000&#215;1000 px, at 72 pix per inch, just to have plenty of room to work.</p>
<p>Make a new layer and make that the same color as the background of your site.<br />
<span id="more-6763"></span><br />
(If your site is a solid color, you&#8217;ll need that color.  If your site has a texture overlay as the background, get the texture.  Note, if you site is say white, with some blue designs on it, don&#8217;t worry about the designs, you&#8217;ll just need white.  You&#8217;re just looking for the primary color of the background of your site.  Foodwhirl is white, so that&#8217;s all I need for that.  For Dabbled I actually used the .jpg that creates the watercolor paper look on the site.  Taking a screenshot of the site background will also work   But minimally, you want to get as close to the site color as you can.)</p>
<h3>The Torn Section: Sizing</h3>
<p>Next you&#8217;re going to want to figure out how big to make your torn section. For Dabbled, my image is about 600&#215;600 at it&#8217;s widest points.  You&#8217;ll want to take into account how much space you have on your screen, whether you want to overlap the header at all, and whether you want to leave your toolbars visible.  For Foodwhirl, I think I&#8217;ll keep the size about the same, or maybe a little smaller.</p>
<figure id="attachment_6779" aria-describedby="caption-attachment-6779" style="width: 500px" class="wp-caption alignnone"><a href="http://dabbled.org/wp-content/uploads/2011/08/torn1.png"><img decoding="async" loading="lazy" class="size-large wp-image-6779" title="Step 3 " src="http://dabbled.org/wp-content/uploads/2011/08/torn1-500x336.png" alt="" width="500" height="336" srcset="https://dabbled.org/wp-content/uploads/2011/08/torn1-500x336.png 500w, https://dabbled.org/wp-content/uploads/2011/08/torn1-275x184.png 275w, https://dabbled.org/wp-content/uploads/2011/08/torn1.png 800w" sizes="(max-width: 500px) 100vw, 500px" /></a><figcaption id="caption-attachment-6779" class="wp-caption-text">Estimate the size of your image by dragging guides to approximate the space.</figcaption></figure>
<p>I&#8217;m going for about 600&#215;500 here.</p>
<ul>
<li>Paste your image into a separate layer, shown above.</li>
<li>Turn your background into a layer if it&#8217;s not one already (rightclick to do so) and set it&#8217;s opacity to 75%.</li>
<li>Move it on top of the photo layer (shown below)</li>
<li>Turn off &#8220;Snap to Guides&#8221; (View|Snap To) and draw an odd shaped space with your lasso tool.</li>
</ul>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/walkthorugh.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6780" title="select" src="http://dabbled.org/wp-content/uploads/2011/08/walkthorugh-500x327.png" alt="" width="500" height="327" srcset="https://dabbled.org/wp-content/uploads/2011/08/walkthorugh-500x327.png 500w, https://dabbled.org/wp-content/uploads/2011/08/walkthorugh-275x179.png 275w, https://dabbled.org/wp-content/uploads/2011/08/walkthorugh.png 900w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<ul>
<li>Once you have a shape you like (remember, you&#8217;ll need room to add text to this, so space accordingly), make sure you are on the solid background layer, and click &#8216;delete&#8217;.</li>
<li>Set your layer back to 100%, so you can&#8217;t see through it anymore.</li>
</ul>
<ul>
<li>Now Expand the selection by about 6 px. (on my old PS version that&#8217;s Select|Modify|Expand)</li>
<li>If you like, you can nudge the select a pixel to the right using the arrow key (makes it a little less uniform).</li>
<li>Now,  create a <strong>new</strong> layer, and fill the shape with any color you want.  Hide that layer (you&#8217;ll need it later).</li>
<li>Go back to your background layer.</li>
</ul>
<h3>Your Torn Edges</h3>
<p>The area you now have selected is the area that will simulate the thickness of the paper where the multiple layers show up when you tear it.</p>
<p>Color-wise, you&#8217;ll want to think about what color you would see if you tore paper that is the color of your background.  A red background, for example, would probably look dark pink inside.  A creamy background could get away with white.</p>
<p>For my pure white background, I&#8217;m going to set both my foreground and background to a very light offwhite/cream color, and use the Torn Edges filter, as well as the Add Noise filter.</p>
<p>You&#8217;ll want to play around with this to get a good effect.  Experiment with different colors and filters depending on your background.</p>
<p>This is really subtle (maybe too much so) but this is what mine looks like zoomed to 280%</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/Untitled-2.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6781" title="zoomed torn edges" src="http://dabbled.org/wp-content/uploads/2011/08/Untitled-2-500x279.png" alt="zoomed torn edges" width="500" height="279" srcset="https://dabbled.org/wp-content/uploads/2011/08/Untitled-2-500x279.png 500w, https://dabbled.org/wp-content/uploads/2011/08/Untitled-2-275x153.png 275w, https://dabbled.org/wp-content/uploads/2011/08/Untitled-2.png 825w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>Next we add some depth, the quick and dirty way.  Our good friend the dropshadow layer style.</p>
<p>Play around with the settings, but this is what I used for mine. (Click to view larger)</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/dropshadow.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6782" title="dropshadow" src="http://dabbled.org/wp-content/uploads/2011/08/dropshadow-500x385.png" alt="" width="500" height="385" srcset="https://dabbled.org/wp-content/uploads/2011/08/dropshadow-500x385.png 500w, https://dabbled.org/wp-content/uploads/2011/08/dropshadow-275x212.png 275w, https://dabbled.org/wp-content/uploads/2011/08/dropshadow.png 922w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>Now we have our photo, we have our background with torn edges, we just need to cut it out.</p>
<ul>
<li>First, merge your background color layer, with the image layer.</li>
<li>Remember that layer I told you to create earlier, and just fill the shape with any color?<br />
Go unhide that layer, and click on the shape with the magic wand tool to select it.<br />
Now go back to your merged layer, Select Inverse, and delete.</li>
<li>(OK, for this example you really don&#8217;t have to do it this way, as you could just select the white background, but this is a simple methods and works with all backgrounds, even textured and multicolored.)</li>
</ul>
<p>All that will be left is your lovely torn out piece!</p>
<ul>
<li>Trim this (Image|Trim) and Save For Web as a PNG.</li>
</ul>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/trimmed.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6783" title="trimmed" src="http://dabbled.org/wp-content/uploads/2011/08/trimmed-500x398.png" alt="" width="500" height="398" srcset="https://dabbled.org/wp-content/uploads/2011/08/trimmed-500x398.png 500w, https://dabbled.org/wp-content/uploads/2011/08/trimmed-275x219.png 275w, https://dabbled.org/wp-content/uploads/2011/08/trimmed.png 772w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>Look, we made a hole!</p>
<p>Note, I don&#8217;t think this is quite as effective as the one on Dabbled, as the watercolor paper leads to a better effect than just the plain white, but it&#8217;s still pretty cool.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/404foodwhirl.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6784 clearbk" title="404foodwhirl" src="http://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-500x432.png" alt="" width="500" height="432" srcset="https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-500x432.png 500w, https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl-275x237.png 275w, https://dabbled.org/wp-content/uploads/2011/08/404foodwhirl.png 630w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>So, next will be part two where I explain how to make it part of your webpage:  <a title="Permalink to Torn Page Tutorial Part 2: Put a cool graphic on your 404 page (WordPress)." href="../2011/08/torn-page-tutorial-part-2-put-a-cool-graphic-on-your-404-page-wordpress.html" rel="bookmark">Torn Page Tutorial Part 2: Put a cool graphic on your 404 page (WordPress).</a><br />
&#8212;&#8211;</p>
<p><em>*I&#8217;m a photoshop girl myself, but if you don&#8217;t have it&#8230; there&#8217;s a learning curve, but I recommend <a href="http://www.gimp.org/" target="_blank">Gimp </a>for those who like free and powerful image manipulation. </em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tutorial-make-a-torn-404-page-for-your-website-part-1-photoshop/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6763</post-id>	</item>
		<item>
		<title>Sushi-themed Baby Shower Gift</title>
		<link>https://dabbled.org/sushi-baby-gift/</link>
					<comments>https://dabbled.org/sushi-baby-gift/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 22 Aug 2011 13:18:27 +0000</pubDate>
				<category><![CDATA[craft]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[baby shower]]></category>
		<category><![CDATA[gift]]></category>
		<category><![CDATA[sushi]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6770</guid>

					<description><![CDATA[<p>Loving this from @dollarcraft a Sushi-themed Baby Shower Gift!</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435.jpg"></a></p>
<p>
Faux food gifts are a fun idea that&#8217;s been floating around out there for a while.  You&#8217;ve probably seen diaper cakes or sock cupcakes, but here&#8217;s a new twist!  Jolene from Creative Dollar used an assortment of baby essentials to create &#8220;sushi&#8221;, which she presented all wrapped up on a plate.  Hers was a baby girl gift and included hair bows; for boys, you could use more socks or other small soft goods instead.&#8230; <a href="https://dabbled.org/sushi-baby-gift/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>Loving this from @dollarcraft a Sushi-themed Baby Shower Gift!</p>
<p><a href="http://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435.jpg"><img decoding="async" loading="lazy" src="http://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435-500x375.jpg" alt="" title="sushi-baby-shower-gift-580x435" width="500" height="375" class="alignnone size-large wp-image-6771" srcset="https://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435-500x375.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435-275x206.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/sushi-baby-shower-gift-580x435.jpg 580w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<blockquote><p>
Faux food gifts are a fun idea that&#8217;s been floating around out there for a while.  You&#8217;ve probably seen diaper cakes or sock cupcakes, but here&#8217;s a new twist!  Jolene from Creative Dollar used an assortment of baby essentials to create &#8220;sushi&#8221;, which she presented all wrapped up on a plate.  Hers was a baby girl gift and included hair bows; for boys, you could use more socks or other small soft goods instead.  Sushi-loving moms-to-be will love this creative presentation!</p></blockquote>
<p>Get the instructions here:<a href="http://dollarstorecrafts.com/2011/08/make-a-sushi-baby-shower-gift/" target="_blank"> http://dollarstorecrafts.com/2011/08/make-a-sushi-baby-shower-gift/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/sushi-baby-gift/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6770</post-id>	</item>
		<item>
		<title>Loving these Star Wars plushies&#8230;</title>
		<link>https://dabbled.org/loving-these-star-wars-plushies/</link>
					<comments>https://dabbled.org/loving-these-star-wars-plushies/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 22:02:03 +0000</pubDate>
				<category><![CDATA[craft]]></category>
		<category><![CDATA[inspirations]]></category>
		<category><![CDATA[plush]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[stuffies]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6765</guid>

					<description><![CDATA[<p>Check out the cute and cuddly Yodas and Boba Fetts on display over at <a href="http://superpunch.blogspot.com/2011/08/star-wars-plush.html">Superpunch</a>!</p>
<p>Here is one set, and there are a bunch more at the link.</p>
<p>&#160;&#8230; <a href="https://dabbled.org/loving-these-star-wars-plushies/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>Check out the cute and cuddly Yodas and Boba Fetts on display over at <a href="http://superpunch.blogspot.com/2011/08/star-wars-plush.html">Superpunch</a>!</p>
<p>Here is one set, and there are a bunch more at the link.</p>
<figure id="attachment_6766" aria-describedby="caption-attachment-6766" style="width: 400px" class="wp-caption alignnone"><a href="http://dabbled.org/wp-content/uploads/2011/08/stitch_wars_2011_entries_by_misscoffee-d45so9t.jpg"><img decoding="async" loading="lazy" class="size-full wp-image-6766" title="stitch_wars_2011_entries_by_misscoffee-d45so9t" src="http://dabbled.org/wp-content/uploads/2011/08/stitch_wars_2011_entries_by_misscoffee-d45so9t.jpg" alt="" width="400" height="224" srcset="https://dabbled.org/wp-content/uploads/2011/08/stitch_wars_2011_entries_by_misscoffee-d45so9t.jpg 400w, https://dabbled.org/wp-content/uploads/2011/08/stitch_wars_2011_entries_by_misscoffee-d45so9t-275x154.jpg 275w" sizes="(max-width: 400px) 100vw, 400px" /></a><figcaption id="caption-attachment-6766" class="wp-caption-text">these are by Deadly Sweet Plushes</figcaption></figure>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/loving-these-star-wars-plushies/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6765</post-id>	</item>
		<item>
		<title>Re-design update: a new 404 page</title>
		<link>https://dabbled.org/re-design-update-a-new-404-page/</link>
					<comments>https://dabbled.org/re-design-update-a-new-404-page/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Wed, 10 Aug 2011 17:33:30 +0000</pubDate>
				<category><![CDATA[Robots]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[web design]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6746</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/robot404.png"></a>As part of the changes I&#8217;m working on to dabbled.org, I decided to create a fun 404 page (you know, the Page Not Found thing you get with a bad link). The new background is watercolor paper, so I created an effect of the paper being torn to see what was underneath&#8211;and of course some cute robots peeking through. And the effect even covers part of the header. I thought it was a pretty cute trick.&#8230; <a href="https://dabbled.org/re-design-update-a-new-404-page/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/robot404.png"><img decoding="async" loading="lazy" class="size-medium wp-image-6747 alignright" style="background: none repeat scroll 0 0 transparent; box-shadow: 0px 0px 0px 0px #ffffff;" title="robot404" src="http://dabbled.org/wp-content/uploads/2011/08/robot404-275x250.png" alt="" width="275" height="250" srcset="https://dabbled.org/wp-content/uploads/2011/08/robot404-275x250.png 275w, https://dabbled.org/wp-content/uploads/2011/08/robot404-500x456.png 500w, https://dabbled.org/wp-content/uploads/2011/08/robot404.png 650w" sizes="(max-width: 275px) 100vw, 275px" /></a>As part of the changes I&#8217;m working on to dabbled.org, I decided to create a fun 404 page (you know, the Page Not Found thing you get with a bad link). The new background is watercolor paper, so I created an effect of the paper being torn to see what was underneath&#8211;and of course some cute robots peeking through. And the effect even covers part of the header. I thought it was a pretty cute trick. You can see it by going to any link on the site that doesn&#8217;t exist, like <a href="http://dabbled.org/slkdfjs" target="_blank">http://dabbled.org/slkdfjs</a>.</p>
<p>I&#8217;ve seen several cute 404 pages recently, but mine was inspired by the one on <a href="http://www.swiss-miss.com/" target="_blank">Swiss Miss</a> (great design site). <a href="http://www.swiss-miss.com/jslek" target="_blank">Here&#8217;s her&#8217;s</a>.</p>
<p>If anyone&#8217;s interested, I&#8217;ll write up a quick tutorial on how to make the graphic in photoshop, and also how to incorporate it into your 404 page.</p>
<p><em>PS: you can see another version of the same thing at my sometimes updated art site: <a href="http://nancydorsner.com/sdjflk" target="_blank">http://nancydorsner.com/sdjflk</a></em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/re-design-update-a-new-404-page/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6746</post-id>	</item>
		<item>
		<title>Excuse the Progress! Making changes around here&#8230;</title>
		<link>https://dabbled.org/excuse-the-progress-making-changes-around-here/</link>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 17:55:07 +0000</pubDate>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6742</guid>

					<description><![CDATA[<p>Since I&#8217;m a web designer, it&#8217;s pretty sad that I haven&#8217;t kept up my own blog up as nice as some of the ones I work on!  I&#8217;ve been meaning to clean up the look of Dabbled for a while now, and I&#8217;m finally getting around to making some changes to the look and feel.  I haven&#8217;t quite figured out the final direction, but for right now, I&#8217;ve mostly been just cleaning up the site look, going for a more streamlined feel with more white space.&#8230; <a href="https://dabbled.org/excuse-the-progress-making-changes-around-here/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>Since I&#8217;m a web designer, it&#8217;s pretty sad that I haven&#8217;t kept up my own blog up as nice as some of the ones I work on!  I&#8217;ve been meaning to clean up the look of Dabbled for a while now, and I&#8217;m finally getting around to making some changes to the look and feel.  I haven&#8217;t quite figured out the final direction, but for right now, I&#8217;ve mostly been just cleaning up the site look, going for a more streamlined feel with more white space. I also stuck up a modified logo.<br />
<a href="http://dabbled.org/wp-content/uploads/2011/08/logo2.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-6743" title="logo2" src="http://dabbled.org/wp-content/uploads/2011/08/logo2-500x116.png" alt="" width="500" height="116" srcset="https://dabbled.org/wp-content/uploads/2011/08/logo2-500x116.png 500w, https://dabbled.org/wp-content/uploads/2011/08/logo2-275x64.png 275w, https://dabbled.org/wp-content/uploads/2011/08/logo2.png 960w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>so stay tuned, this isn&#8217;t final&#8230; more to come!</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6742</post-id>	</item>
		<item>
		<title>Awesome Retro Social Media posters</title>
		<link>https://dabbled.org/awesome-retro-social-media-posters/</link>
					<comments>https://dabbled.org/awesome-retro-social-media-posters/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Fri, 05 Aug 2011 18:40:06 +0000</pubDate>
				<category><![CDATA[art]]></category>
		<category><![CDATA[featured]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6716</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood.jpg"></a>My sweet friend Aaron (aka Skullx for the old <a href="http://sluggy.com" target="_blank">Sluggite </a>crowd) has been posting these on his google+, and they just keep getting better.  <a href="http://www.etsy.com/shop/Justonescarf?ref=seller_info" target="_blank">You can purchase them in his etsy shop</a>!</p>
<p>My favorite are the Twitter ones, but they are all a bunch of fun.</p>
<p><em>While we are on the subject of social media, i might as well plug my own!:</em></p>
<ul>
<li><em>I&#8217;m enjoying checking out Google+, though I&#8217;m not really sure I have the hang of it yet&#8230;  If you want to find me there you can find me at <a href="http://nancydorsner.com/+" target="_blank">nancydorsner.com/+</a></em></li></ul>&#8230; <a href="https://dabbled.org/awesome-retro-social-media-posters/" class="read-more"> [ KEEP READING ] </a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood.jpg"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-6721" title="twitter2-aaronwood" src="http://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood-275x348.jpg" alt="" width="275" height="348" srcset="https://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/twitter2-aaronwood.jpg 570w" sizes="(max-width: 275px) 100vw, 275px" /></a>My sweet friend Aaron (aka Skullx for the old <a href="http://sluggy.com" target="_blank">Sluggite </a>crowd) has been posting these on his google+, and they just keep getting better.  <a href="http://www.etsy.com/shop/Justonescarf?ref=seller_info" target="_blank">You can purchase them in his etsy shop</a>!</p>
<p>My favorite are the Twitter ones, but they are all a bunch of fun.</p>
<p><em>While we are on the subject of social media, i might as well plug my own!:</em></p>
<ul>
<li><em>I&#8217;m enjoying checking out Google+, though I&#8217;m not really sure I have the hang of it yet&#8230;  If you want to find me there you can find me at <a href="http://nancydorsner.com/+" target="_blank">nancydorsner.com/+</a>.</em></li>
<li><em>On Twitter: <a href="http://twitter.com/dotatdabbled" target="_blank">DotatDabbled</a></em></li>
<li><em>On Facebook : <a href="https://www.facebook.com/dabbledblog" target="_blank">https://www.facebook.com/dabbledblog</a></em></li>
</ul>
<p>Here are several more of the posters, and you can see more here: <a href="http://www.etsy.com/shop/Justonescarf?ref=seller_info" target="_blank">etsy</a></p>
<p>&nbsp;</p>

<a href='https://dabbled.org/wp-content/uploads/2011/08/gplus2-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/gplus2-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/gplus2-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/gplus2-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/gplus2-aaronwood.jpg 570w" sizes="(max-width: 275px) 100vw, 275px" /></a>
<a href='https://dabbled.org/wp-content/uploads/2011/08/gplus-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/gplus-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/gplus-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/gplus-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/gplus-aaronwood.jpg 570w" sizes="(max-width: 275px) 100vw, 275px" /></a>
<a href='https://dabbled.org/wp-content/uploads/2011/08/victory-fb-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/victory-fb-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/victory-fb-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/victory-fb-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/victory-fb-aaronwood.jpg 568w" sizes="(max-width: 275px) 100vw, 275px" /></a>
<a href='https://dabbled.org/wp-content/uploads/2011/08/twitter3-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/twitter3-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/twitter3-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/twitter3-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/twitter3-aaronwood.jpg 570w" sizes="(max-width: 275px) 100vw, 275px" /></a>
<a href='https://dabbled.org/wp-content/uploads/2011/08/facebookposter-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/facebookposter-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/facebookposter-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/facebookposter-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/facebookposter-aaronwood.jpg 570w" sizes="(max-width: 275px) 100vw, 275px" /></a>
<a href='https://dabbled.org/wp-content/uploads/2011/08/twitterposter-aaronwood.jpg'><img width="275" height="348" src="https://dabbled.org/wp-content/uploads/2011/08/twitterposter-aaronwood-275x348.jpg" class="attachment-medium size-medium" alt="" decoding="async" loading="lazy" srcset="https://dabbled.org/wp-content/uploads/2011/08/twitterposter-aaronwood-275x348.jpg 275w, https://dabbled.org/wp-content/uploads/2011/08/twitterposter-aaronwood-500x633.jpg 500w, https://dabbled.org/wp-content/uploads/2011/08/twitterposter-aaronwood.jpg 568w" sizes="(max-width: 275px) 100vw, 275px" /></a>

]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/awesome-retro-social-media-posters/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6716</post-id>	</item>
		<item>
		<title>Random Goodness: Crafty &#038; Foodie Links</title>
		<link>https://dabbled.org/random-goodness-crafty-foodie-links/</link>
					<comments>https://dabbled.org/random-goodness-crafty-foodie-links/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Thu, 04 Aug 2011 15:26:08 +0000</pubDate>
				<category><![CDATA[inspirations]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=6693</guid>

					<description><![CDATA[A smattering of cool links from around the interwebs!
Just for Fun
<ul>
<li>
<div title="Permalink to DIY Tutorial: {Hanging} Paper Bag Stars">When life gives you lemons, make bacon&#8230; and more. Love these: <a href="http://www.wiseidea.net/alwaysremember/"> Always Remember: A Wise Idea</a></div>
</li>
</ul>
Foodilicious
<p>&#160;</p>
<ul>
<li>Step by Step <a href="http://wisdomofthemoon.blogspot.com/2011/06/deconstructed-sushi-bowl.html" target="_blank">Deconstructed Sushi Bowl</a> at the always awesome Wisdom of the Moon &#8211; TASTY!</li>
<li>More tasty goodness:<a title="Permanent Link to Hummus Jalapeño Poppers" href="http://duhlicious.com/2011/07/hummus-jalapeno-poppers/" rel="bookmark"> Hummus Jalapeño Poppers</a> at Duhlicious</li>
<li>I&#8217;d love to try this: <a href="http://themanhattanfoodproject.wordpress.com/2011/07/20/07-09-11-gravlax-copper-river-sockeye-gravlax-with-goat-cheese-over-a-bagel/"> home-curing salmon (Copper River sockeye gravlax with goat cheese over a bagel) </a></li>
<li><strong></strong><strong><a href="http://stasty.com/?p=1329" rel="nofollow" target="_blank">Rubik’s Battenburg &#8211; LOVE this rubik&#8217;s cube cake by @stastycook</a></strong></li>
<li>Awesomely <a href="http://foodwhirl.com/mains-sides/angry-birds-onigiri-lunch-box" target="_blank">cute Angry Birds Bento box</a> &#8211; Tutorial on <a href="https://www.facebook.com/Foodwhirl" data-hovercard="/ajax/hovercard/page.php?id=278068522470">Foodwhirl</a>!</li></ul>&#8230; <a href="https://dabbled.org/random-goodness-crafty-foodie-links/" class="read-more"> [ KEEP READING ] </a>]]></description>
										<content:encoded><![CDATA[<h4>A smattering of cool links from around the interwebs!</h4>
<h3>Just for Fun</h3>
<ul>
<li>
<div title="Permalink to DIY Tutorial: {Hanging} Paper Bag Stars">When life gives you lemons, make bacon&#8230; and more. Love these: <a href="http://www.wiseidea.net/alwaysremember/"> Always Remember: A Wise Idea</a></div>
</li>
</ul>
<figure id="attachment_6698" aria-describedby="caption-attachment-6698" style="width: 150px" class="wp-caption alignleft"><a href="http://dabbled.org/wp-content/uploads/2011/08/lemons.jpg"><img decoding="async" loading="lazy" class="size-thumbnail wp-image-6698 " title="always remember" src="http://dabbled.org/wp-content/uploads/2011/08/lemons-150x150.jpg" alt="always remember" width="150" height="150" srcset="https://dabbled.org/wp-content/uploads/2011/08/lemons-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2011/08/lemons-50x50.jpg 50w, https://dabbled.org/wp-content/uploads/2011/08/lemons-260x260.jpg 260w, https://dabbled.org/wp-content/uploads/2011/08/lemons-450x450.jpg 450w" sizes="(max-width: 150px) 100vw, 150px" /></a><figcaption id="caption-attachment-6698" class="wp-caption-text">always remember</figcaption></figure>
<figure id="attachment_6695" aria-describedby="caption-attachment-6695" style="width: 150px" class="wp-caption alignleft"><a href="http://dabbled.org/wp-content/uploads/2011/08/5880875961_4e629b5147.jpg"><img decoding="async" loading="lazy" class="size-thumbnail wp-image-6695" title="deconstructed sushi bowl" src="http://dabbled.org/wp-content/uploads/2011/08/5880875961_4e629b5147-150x150.jpg" alt="deconstructed sushi bowl" width="150" height="150" srcset="https://dabbled.org/wp-content/uploads/2011/08/5880875961_4e629b5147-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2011/08/5880875961_4e629b5147-50x50.jpg 50w, https://dabbled.org/wp-content/uploads/2011/08/5880875961_4e629b5147-260x260.jpg 260w" sizes="(max-width: 150px) 100vw, 150px" /></a><figcaption id="caption-attachment-6695" class="wp-caption-text">deconstructed sushi bowl</figcaption></figure>
<figure id="attachment_6697" aria-describedby="caption-attachment-6697" style="width: 150px" class="wp-caption alignleft"><a href="http://dabbled.org/wp-content/uploads/2011/08/5924468385_30ef86a663_o.jpg"><img decoding="async" loading="lazy" class="size-thumbnail wp-image-6697 " title="hummus poppers" src="http://dabbled.org/wp-content/uploads/2011/08/5924468385_30ef86a663_o-150x150.jpg" alt="hummus poppers" width="150" height="150" srcset="https://dabbled.org/wp-content/uploads/2011/08/5924468385_30ef86a663_o-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2011/08/5924468385_30ef86a663_o-50x50.jpg 50w, https://dabbled.org/wp-content/uploads/2011/08/5924468385_30ef86a663_o-260x260.jpg 260w" sizes="(max-width: 150px) 100vw, 150px" /></a><figcaption id="caption-attachment-6697" class="wp-caption-text">hummus poppers</figcaption></figure>
<h3>Foodilicious</h3>
<p>&nbsp;</p>
<ul>
<li>Step by Step <a href="http://wisdomofthemoon.blogspot.com/2011/06/deconstructed-sushi-bowl.html" target="_blank">Deconstructed Sushi Bowl</a> at the always awesome Wisdom of the Moon &#8211; TASTY!</li>
<li>More tasty goodness:<a title="Permanent Link to Hummus Jalapeño Poppers" href="http://duhlicious.com/2011/07/hummus-jalapeno-poppers/" rel="bookmark"> Hummus Jalapeño Poppers</a> at Duhlicious</li>
<li>I&#8217;d love to try this: <a href="http://themanhattanfoodproject.wordpress.com/2011/07/20/07-09-11-gravlax-copper-river-sockeye-gravlax-with-goat-cheese-over-a-bagel/"> home-curing salmon (Copper River sockeye gravlax with goat cheese over a bagel) </a></li>
<li><strong></strong><strong><a href="http://stasty.com/?p=1329" rel="nofollow" target="_blank">Rubik’s Battenburg &#8211; LOVE this rubik&#8217;s cube cake by @stastycook</a></strong></li>
<li>Awesomely <a href="http://foodwhirl.com/mains-sides/angry-birds-onigiri-lunch-box" target="_blank">cute Angry Birds Bento box</a> &#8211; Tutorial on <a href="https://www.facebook.com/Foodwhirl" data-hovercard="/ajax/hovercard/page.php?id=278068522470">Foodwhirl</a>!</li>
</ul>
<figure id="attachment_6694" aria-describedby="caption-attachment-6694" style="width: 150px" class="wp-caption alignleft"><a href="http://dabbled.org/wp-content/uploads/2011/08/randomness-thursday-27.jpg"><img decoding="async" loading="lazy" class="size-thumbnail wp-image-6694" title="sparkly vamp stakes" src="http://dabbled.org/wp-content/uploads/2011/08/randomness-thursday-27-150x150.jpg" alt="" width="150" height="150" srcset="https://dabbled.org/wp-content/uploads/2011/08/randomness-thursday-27-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2011/08/randomness-thursday-27-50x50.jpg 50w, https://dabbled.org/wp-content/uploads/2011/08/randomness-thursday-27-260x260.jpg 260w" sizes="(max-width: 150px) 100vw, 150px" /></a><figcaption id="caption-attachment-6694" class="wp-caption-text">sparkly vamp stakes</figcaption></figure>
<figure id="attachment_6696" aria-describedby="caption-attachment-6696" style="width: 150px" class="wp-caption alignleft"><a href="http://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1.jpg"><img decoding="async" loading="lazy" class="size-thumbnail wp-image-6696 " title="paper bag stars" src="http://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1-150x150.jpg" alt="paper bag stars" width="150" height="150" srcset="https://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1-50x50.jpg 50w, https://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1-260x260.jpg 260w, https://dabbled.org/wp-content/uploads/2011/08/paperbagstars_tutorial_1-450x450.jpg 450w" sizes="(max-width: 150px) 100vw, 150px" /></a><figcaption id="caption-attachment-6696" class="wp-caption-text">paper bag stars</figcaption></figure>
<h3>DIY / Crafty</h3>
<ul>
<li><a href="http://superpunch.blogspot.com/2011/06/emergency-stakes.html">Emergency stakes</a> at Superpunch. Break off in case of sparkly vampires. <a href="http://www.reddit.com/r/pics/comments/i7wd0/break_in_case_of/">more</a>.</li>
<li><a href="http://www.dudecraft.com/2011/07/inner-cycle-lamp.html" target="_blank">Inner Cycle Lamp</a> at Dudecraft</li>
</ul>
<ul>
<li><strong><a href="http://papernstitchblog.com/2011/07/18/make-this-drilled-natural-stone-jewelry-tutorial/" target="_blank">Make This: Drilled Natural Stone Jewelry Tutorial | papernstitch</a> </strong>&#8220;Want to learn how to drill holes in beach stones? Well, I’ve got good news for you: it’s pretty easy and I’d love to tell you how it’s done.&#8221;</li>
</ul>
<div>
<div data-ft="{&quot;type&quot;:10}">
<div>
<ul>
<li><strong><strong><a href="http://kellymoorephotography.com/mooreblog/?p=7633" rel="nofollow" target="_blank">DIY – Concrete Countertops » Moore Blog!!</a></strong></strong></li>
<li><strong><a href="http://blog.craftzine.com/archive/2011/07/knitting_knit_octopus.html" rel="nofollow" target="_blank">Knitting Knit Octopus @Craftzine.com blog</a></strong><strong><a href="http://stasty.com/?p=1329" rel="nofollow" target="_blank">  Cephalopody goodness!</a></strong></li>
<li><a title="Permalink to DIY Tutorial: {Hanging} Paper Bag Stars" href="http://www.hostessblog.com/2011/07/diy-tutorial-brown-paper-bag-stars/" rel="bookmark">DIY Tutorial: {Hanging} Paper Bag Stars</a> at Hostess with the Mostess</li>
</ul>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/random-goodness-crafty-foodie-links/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6693</post-id>	</item>
	</channel>
</rss>
