<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>delicious:thoughts</title>
	<link>http://www.delicioussuite.com/thoughts</link>
	<description>delectable morsels from delicious minds</description>
	<pubDate>Tue, 29 Jan 2008 20:50:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Build 40, a brand new coat</title>
		<link>http://www.delicioussuite.com/thoughts/2007/10/23/build-40-a-brand-new-coat/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/10/23/build-40-a-brand-new-coat/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 17:30:00 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Beta Updates]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/10/23/build-40-a-brand-new-coat/</guid>
		<description><![CDATA[It&#8217;s been a long time coming, but build 40 of delicious:designer is now online! 
With this version, we&#8217;ve made some major improvements to the interface of the entire site, making everything far prettier and more functional.
Improvements include:

The ability to delete a file.
A far more interesting and informative home and features page.
A cleaned up &#8220;Your Design&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time coming, but <a href="http://www.deliciousdesigner.com">build 40 of delicious:designer</a> is now online! </p>
<p>With this version, we&#8217;ve made some major improvements to the interface of the entire site, making everything far prettier and more functional.</p>
<p>Improvements include:</p>
<ul>
<li>The ability to delete a file.</li>
<li>A far more interesting and informative home and features page.</li>
<li>A cleaned up &#8220;Your Design&#8221; library, far more beautiful.</li>
<li>The new search bar in the header can search through either everyone&#8217;s designs, or just your own.</li>
<li>And a lot more under the hood&#8230;</li>
</ul>
<p>So, what are you waiting for? <a href="http://www.deliciousdesigner.com">Give it a spin!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/10/23/build-40-a-brand-new-coat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unit Circle Demonstration</title>
		<link>http://www.delicioussuite.com/thoughts/2007/08/28/unit-circle-demonstration/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/08/28/unit-circle-demonstration/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 16:31:46 +0000</pubDate>
		<dc:creator>Jon Beebe</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/08/28/unit-circle-demonstration/</guid>
		<description><![CDATA[This demo is kinda fun so I thought I would share it. Below is the visualization of my Unit Circle class I constructed in Flash ActionScript 3. I have a great need in the delicious:designer to do trigonometric calculations to find points in rotated coordinate spaces. So, hearkening back to my high-school trig days I [...]]]></description>
			<content:encoded><![CDATA[<p>This demo is kinda fun so I thought I would share it. Below is the visualization of my Unit Circle class I constructed in Flash ActionScript 3. I have a great need in the <a href="http://www.deliciousdesigner.com" title="Learn more about delicious designer - a web-based vector design application for personal publishing.">delicious:designer</a> to do trigonometric calculations to find points in rotated coordinate spaces. So, hearkening back to my high-school trig days I created a class that defines a unit circle with a few unique properties. Perhaps the most convenient feature is the ability to set an artificial zero. In effect this rotates the horizon, causing all data points in the unit circle to be calculated with this angle taken into consideration. It also allows for the radius to be set to any arbitrary value (so it is not technically a &#8220;unit&#8221; circle), but this makes distance calculations between points in a rotated space quite convenient.</p>
<p>The sample here shows all the data points available in the Unit Circle class represented as labeled dots. To learn more about what each of these actually mean visit <a href="http://en.wikipedia.org/wiki/Unit_circle" title="Learn more about unit circles at Wikipedia" target="_blank">this article at wikipedia</a>.</p>
<p>Using the unit circle class is ever so easy. Simply initialize it with three pieces of information: the center point, the radius, and either an arbitrary angle or an arbitrary point (that will cause the angle to be calculated). In this example the unit circle is animated by using a timer to continually set the angle to an ever-increasing number.</p>
<div style="float:right;">
<script type="text/javascript">
digg_url = "http://digg.com/educational/Awesome_unit_circle_visualization";
</script><br />
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>You can interact with it by clicking and dragging your mouse in any of the white space outside of the main circle. When dragging your mouse you are setting the arbitrary point to the current mouse position. Use the slider on the bottom to set the artificial zero to any angle between 0 &amp; 360.</p>
<div id="embeddedFlash">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="stepper" align="middle" height="500" width="500"></p>
<param name="allowScriptAccess" value="sameDomain"></param>
<param name="movie" value="http://www.delicioussuite.com/documentation/demo_swf/UnitCircle.swf"></param>
<param name="quality" value="high"></param>
<param name="scale" value="noscale"></param>
<param name="bgcolor" value="#ffffff"></param>
<embed src="http://www.delicioussuite.com/documentation/demo_swf/UnitCircle.swf" quality="high" scale="noscale" bgcolor="#ffffff" name="stepper" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="450" width="450"><br />
</embed><br />
</object>
</div>
<p>The class is still in production so I am not releasing its code, but if there is enough interest I will release it when I have fleshed out its features and completely debugged it. Drop us a line if you’re interested in seeing the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/08/28/unit-circle-demonstration/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build 39, The Social Design Revolution</title>
		<link>http://www.delicioussuite.com/thoughts/2007/08/03/build-39-the-social-design-revolution/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/08/03/build-39-the-social-design-revolution/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 18:46:30 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Beta Updates]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/08/03/build-39-the-social-design-revolution/</guid>
		<description><![CDATA[It feels like it&#8217;s been so long since we&#8217;ve released, but it&#8217;s been a fantastic month with lots of new features to share with the world. So, without further ado:
delicious:designer, build 39, released August 2, 2007.

Dramatic social features added

Share your designs by sending eCards
Invite your friends to collaborate on your designs
Post your designs to many [...]]]></description>
			<content:encoded><![CDATA[<p>It feels like it&#8217;s been so long since we&#8217;ve released, but it&#8217;s been a fantastic month with lots of new features to share with the world. So, without further ado:</p>
<p><a href="http://deliciousdesigner.com" title="delicious:designer" target="_blank">delicious:designer</a>, build 39, released August 2, 2007.</p>
<ul>
<li>Dramatic social features added
<ul>
<li>Share your designs by sending eCards</li>
<li>Invite your friends to collaborate on your designs</li>
<li>Post your designs to many different bookmark sites like <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/blogmarks.jpg" title="Blogmarks" alt="Blogmarks" height="18" width="14" /> Blogmarks, <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/delicious.jpg" title="del.icio.us" alt="del.icio.us" height="18" width="18" /> del.icio.us, <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/digg.jpg" title="Digg" alt="Digg" height="16" width="16" /> Digg,  <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/google.jpg" title="Google Bookmarks" alt="Google Bookmarks" height="18" width="18" />Google Bookmarks, <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/magnolia.jpg" title="Ma.gnolia" alt="Ma.gnolia" height="18" width="18" /> Ma.gnolia, <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/myweb.jpg" title="Yahoo! My Web 2.0" alt="Yahoo! My Web 2.0" height="18" width="18" /> My Web 2.0, <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/netscape.jpg" title="Netscape" alt="Netscape" height="18" width="18" /> Netscape and  <img src="http://deliciousdesigner.com/dd/dd_functions/social_function/icons/technorati.jpg" title="Technorati" alt="Technorati" height="18" width="18" /> Technorati.</li>
<li>Search through everyone&#8217;s designs</li>
</ul>
</li>
<li>Add meta data (tags, titles and descriptions) to each of your designs far quicker with some crazy new AJAX wizardry.</li>
<li>Lots of behind-the-scenes changes and refinements that make your experience far more delicious. <a href="http://en.wikipedia.org/wiki/The_Wizard_of_Oz_(1939_film)" title="Wizard of Oz at Wikipedia" target="_blank">Just pay no attention to the man behind the curtain</a>.</li>
</ul>
<p>And have no fear, we have lots and lots of features to roll out with the next build. So, go! <a href="http://www.deliciousdesigner.com" title="delicious:designer">Check it out!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/08/03/build-39-the-social-design-revolution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple–Key Combination Detection</title>
		<link>http://www.delicioussuite.com/thoughts/2007/07/13/multiple%e2%80%93key-combination-detection/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/07/13/multiple%e2%80%93key-combination-detection/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 19:12:19 +0000</pubDate>
		<dc:creator>Jon Beebe</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

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

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/07/13/multiple%e2%80%93key-combination-detection/</guid>
		<description><![CDATA[I have the need to detect multiple-key combinations from the user in the delicious:designer.  While porting the designer to ActionScript 3 I decided to refine this behavior and came across this post with an ActionScript 2 class for detecting multi-key combos.  I ported this class to AS3, borrowed this other class to replace [...]]]></description>
			<content:encoded><![CDATA[<p>I have the need to detect multiple-key combinations from the user in the delicious:designer.  While porting the designer to ActionScript 3 I decided to refine this behavior and came across <a href="http://www.kirupa.com/forum/showpost.php?p=2098269&amp;postcount=319" title="An ActionScript 2 class for detecting multiple-key combinations." target="_blank">this post</a> with an ActionScript 2 class for detecting multi-key combos.  I ported this class to AS3, borrowed <a href="http://www.kirupa.com/forum/showpost.php?p=2098269&amp;postcount=319)" title="Senocular's class for detecting if a key is down in ActionScript 3" target="_blank">this other class</a> to replace the missing Key.isDown() function in AS3, and wrote a custom KeyComboEvent event class to create a rather nice multi-key detection system that will allow for far greater flexibility than the current (build 38) key detector.This is all that is needed to create and listen for multiple-key combinations in ActionScript 3</p>
<pre class="ascode">
import com.Keyboard.*;

import flash.events.*;// Key is used so we can test for a key being down, like we used to do in AS2Key.initialize(stage);

// Create your key detector and set up a few combinations to test for

var keyDet = new KeyDetection(stage);keyDet.addCombination(“undo”, Keyboard.CONTROL, 90);

// Control + ZkeyDet.addCombination(“redo”, Keyboard.CONTROL, 89);

// Control + YkeyDet.addCombination(“three keys”, Keyboard.CONTROL, Keyboard.SHIFT, 89);

// Control + Shift + Y

// Add a listener so we can respond to key combinations when they are pressed

keyDet.addEventListener(KeyComboEvent.KEY_COMBINATION, keyCombo);

function keyCombo(event:KeyComboEvent):void

{

    switch (event.label)

    {

        case “undo”:

 		trace(“Undo Combination Pressed”);

 		textArea.appendText(“Undo Combination Pressedn”);

 		break;

 	case “redo”:

 		trace(“Redo Combination Pressed”);

 		textArea.appendText(“Redo Combination Pressedn”);

 		break;

 	case “three keys”:

 		trace(“Our three-key Combination was Pressed”);

 		textArea.appendText(“Our three-key Combination Pressedn”);

 		break;

 	}

 }

}</pre>
<p><a href="http://www.delicioussuite.com/documentation/source/KeyDetection.zip" title="Download the ActionScript 3 Multi-Key detector classes and sample files">Click here </a>to download the Flash 9 sample with source code, and <a href="http://www.delicioussuite.com/documentation/html/" title="View the documentation for the delicious:suite open-source classes in a new window" target="_blank">click here</a> to view the package documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/07/13/multiple%e2%80%93key-combination-detection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build 38 is Now Online!</title>
		<link>http://www.delicioussuite.com/thoughts/2007/06/29/build-38-is-now-online/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/06/29/build-38-is-now-online/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 22:43:14 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Beta Updates]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/06/29/build-38-is-now-online/</guid>
		<description><![CDATA[As of right now, build 38 of our favorite online design application is online! Build 38 further improves delicious:designer with these features:

A &#8220;saving your art&#8221; progress bar, giving you much more valuable feedback, basically letting you know that Yes, your art has been saved.
An artboard size tool allows you to change the pixel size of [...]]]></description>
			<content:encoded><![CDATA[<p>As of right now, build 38 of our favorite online design application is online! Build 38 further improves <a href="http://www.deliciousdesigner.com" title="delicious:designer">delicious:designer</a> with these features:</p>
<ul>
<li>A &#8220;saving your art&#8221; progress bar, giving you much more valuable feedback, basically letting you know that Yes, your art has been saved.</li>
<li>An artboard size tool allows you to change the pixel size of your finished file.</li>
<li>Change your embed preferences to allow people to either create a new design off your embedded artwork, edit and overwrite the original design, or not allow them to edit it at all. These can be set across all your designs, or on an art-by-art basis.</li>
<li>You can now browse through your artwork by tags.</li>
<li>We&#8217;ve improved the bitmap rendering in order to reduce jaggies on rotated images.</li>
</ul>
<p>And many other minor interface tweaks to make your world a little more delicious.</p>
<p>So, what are you waiting for? <a href="http://www.deliciousdesigner.com" title="delicious:designer">Start designing!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/06/29/build-38-is-now-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ActionScript 2 double interval</title>
		<link>http://www.delicioussuite.com/thoughts/2007/06/18/actionscript-2-double-interval/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/06/18/actionscript-2-double-interval/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 19:13:01 +0000</pubDate>
		<dc:creator>Jon Beebe</dc:creator>
		
		<category><![CDATA[ActionScript]]></category>

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

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/06/18/actionscript-2-double-interval/</guid>
		<description><![CDATA[Within the delicious:suite I often have the need of calling a function at an interval.  But I need a two step timer to call that function at a slower interval the first few times, and then call it at a faster interval.





 
I wrote a custom class to mimic the Flash ActionScript 2 built [...]]]></description>
			<content:encoded><![CDATA[<p>Within the delicious:suite I often have the need of calling a function at an interval.  But I need a two step timer to call that function at a slower interval the first few times, and then call it at a faster interval.</p>
<div style="border: 1px solid #c0c0c0; margin: 10px; padding: 5px; float: right"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="stepper" align="middle" height="50" width="150"></p>
<param name="allowScriptAccess" value="sameDomain"></param>
<param name="movie" value="http://www.delicioussuite.com/documentation/demo_swf/stepper.swf"></param>
<param name="quality" value="high"></param>
<param name="scale" value="noscale"></param>
<param name="bgcolor" value="#333333"></param> <embed src="http://www.delicioussuite.com/documentation/demo_swf/stepper.swf" quality="high" scale="noscale" bgcolor="#333333" name="stepper" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="50" width="150"></embed></object></div>
<p>I wrote a custom class to mimic the Flash ActionScript 2 built in setInterval() and clearInterval() functions, but with the addition of this two-step timer.  The sample swf demoed here shows my stepper that increments a number up and down.  When you press and hold either arrow button the number increments slowly for the first 10, and then increments faster until you release the button.  Another example of this class in action is the nudge function in the <a href="http://www.deliciousdesigner.com" title="Try the delicious:designer — the worlds easiest online design tool">delicious:designer</a> — the user can nudge art objects using the arrow keys.  The first nudge occurs at a long interval, and then, if the user continues holding the key down, the nudge continues at a faster interval.Here is sample ActionScript 2 code showing how simple it can be to create a double interval function call.  This example will call the function myFunction 10 times every 200 milliseconds.  Then it will call the function myFunction every 50 milliseconds until the user clears it.<br />
<code style="text-align: left"><br />
import mx.utils.Delegate;<br />
import delicious.doubleInterval;<br />
intervalNumber = doubleInterval.setDoubleInterval( Delegate.create( this, myFunction ), 200, 10, 50);</code><br />
<br />For more advanced uses you can also pass parameters to the function called on the interval.  The class can be <a href="http://www.delicioussuite.com/documentation/source/doubleInterval.zip" title="Download Jon Beebe's doubleInterval.as ActionScript 2 class">downloaded here</a>, and the documentation <a href="http://www.delicioussuite.com/documentation/" title="View delicious:suite's documentation for its open sourced ActionScript 2 code">can be viewed here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/06/18/actionscript-2-double-interval/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build 37 to be released this week</title>
		<link>http://www.delicioussuite.com/thoughts/2007/06/11/build-37-to-be-released-this-week/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/06/11/build-37-to-be-released-this-week/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:13:29 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Beta Updates]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/06/11/build-37-to-be-released-this-week/</guid>
		<description><![CDATA[Build 37 of the most delicious:designer around will be released by Friday, and this version has some rather impressive new features we&#8217;re really excited about.

By popular demand, you can now set the size of your embedded artwork.
Add a title, description and searchable tags to your artwork.
A cleaned-up interface uses reworked tool palettes to give you [...]]]></description>
			<content:encoded><![CDATA[<p>Build 37 of the most <a href="http://www.deliciousdesigner.com" title="delicious:designer" target="_blank">delicious:designer</a> around will be released by Friday, and this version has some rather impressive new features we&#8217;re really excited about.</p>
<ul>
<li>By popular demand, you can now set the size of your embedded artwork.</li>
<li>Add a title, description and searchable tags to your artwork.</li>
<li>A cleaned-up interface uses reworked tool palettes to give you improved control while sacrificing far less screen real-estate. Trust us, you&#8217;ll notice it when you see it.</li>
<li>Help tips within the designer give you valuable feedback and information about selected tools and objects.</li>
<li>A new <a href="http://www.deliciousdesigner.com/tutorials" title="delicious:designer tips and tricks">Tips and Tricks</a> section of our website contains verbose tutorials about the designer.</li>
</ul>
<p>Also, we&#8217;re using some of Mark James&#8217; fabulous <a href="http://www.famfamfam.com" title="Mark James' Silk Icons" target="_blank">Silk icons</a> for many elements, so it should be a bit easier on the eyes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/06/11/build-37-to-be-released-this-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updates in Build 36 of delicious:designer</title>
		<link>http://www.delicioussuite.com/thoughts/2007/06/02/build-36-updates/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/06/02/build-36-updates/#comments</comments>
		<pubDate>Sat, 02 Jun 2007 15:51:47 +0000</pubDate>
		<dc:creator>Jon Beebe</dc:creator>
		
		<category><![CDATA[Beta Updates]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/06/02/build-36-updates/</guid>
		<description><![CDATA[Build 36 of the delicious:designer is rather special — it is to include one of the most important (and most requested) missing tools — Arrange.  As of Monday, June 4, Users will be able to arrange their selection up, down, to front, or to back.  Build 36 will also include some miscellaneous improvements [...]]]></description>
			<content:encoded><![CDATA[<p>Build 36 of the delicious:designer is rather special — it is to include one of the most important (and most requested) missing tools — Arrange.  As of Monday, June 4, Users will be able to arrange their selection up, down, to front, or to back.  Build 36 will also include some miscellaneous improvements and fixes.</p>
<p>Of note for the near future: we are building in support for Cut, Copy, and Paste, so look for those tools soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/06/02/build-36-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The delicious:designer Flickr group</title>
		<link>http://www.delicioussuite.com/thoughts/2007/06/01/the-deliciousdesigner-flickr-group/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/06/01/the-deliciousdesigner-flickr-group/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 16:45:49 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/06/01/the-deliciousdesigner-flickr-group/</guid>
		<description><![CDATA[We&#8217;ve set up a Flickr group! Check it out at
flickr.com/groups/deliciousdesigner
Thanks for the feedback we&#8217;ve received so far, but definitely keep it coming! If you have a bug report, take a screenshot of the wackiness and add it to our Flickr pool. That&#8217;ll help us out quite a bit.
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve set up a Flickr group! Check it out at</p>
<p><a href="http://www.flickr.com/groups/deliciousdesigner/" title="The delicious:designer Flickr group">flickr.com/groups/deliciousdesigner</a></p>
<p>Thanks for the feedback we&#8217;ve received so far, but definitely keep it coming! If you have a bug report, take a screenshot of the wackiness and add it to our Flickr pool. That&#8217;ll help us out quite a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/06/01/the-deliciousdesigner-flickr-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Little firefights, all cleared up</title>
		<link>http://www.delicioussuite.com/thoughts/2007/05/31/little-firefights-all-cleared-up/</link>
		<comments>http://www.delicioussuite.com/thoughts/2007/05/31/little-firefights-all-cleared-up/#comments</comments>
		<pubDate>Thu, 31 May 2007 23:59:05 +0000</pubDate>
		<dc:creator>Benjamin Lawless</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.delicioussuite.com/thoughts/2007/05/31/little-firefights-all-cleared-up/</guid>
		<description><![CDATA[Build 35 released today, and now it&#8217;s all working. There was a bit of drama this morning with browser issues, though, and a few things need to be cleared up.
Major apologies are due to IE users, as delicious:designer was unusable to them since Tuesday. We also owe a big apology to Firefox users, who probably [...]]]></description>
			<content:encoded><![CDATA[<p>Build 35 released today, and now it&#8217;s all working. There was a bit of drama this morning with browser issues, though, and a few things need to be cleared up.</p>
<p>Major apologies are due to IE users, as delicious:designer was unusable to them since Tuesday. We also owe a big apology to Firefox users, who probably experienced a pesky height issue during the better part of today. You Safari users have always been cool with us, so don&#8217;t worry.</p>
<p>Just wanted to let you all know Jon and I have been putting out these browser fires all day, and after a brief taste test, the Internet is once again <strong>delicious</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.delicioussuite.com/thoughts/2007/05/31/little-firefights-all-cleared-up/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
