<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Distant-Help &#187; Dashcode Tutorial Apple</title>
	<atom:link href="http://www.distant-help.com/tag/dashcode-tutorial-apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.distant-help.com</link>
	<description>Think Different and Act, soon there is no nature left to save!</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dashcode Tutorial</title>
		<link>http://www.distant-help.com/2006/12/25/dashcode/</link>
		<comments>http://www.distant-help.com/2006/12/25/dashcode/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 17:45:15 +0000</pubDate>
		<dc:creator>Jens</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ADC]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[Dashcode Tutorial Apple]]></category>
		<category><![CDATA[In the box]]></category>
		<category><![CDATA[iTunes Store]]></category>
		<category><![CDATA[Parts Library]]></category>
		<category><![CDATA[search box]]></category>
		<category><![CDATA[search box whereever]]></category>
		<category><![CDATA[type *search*]]></category>

		<guid isPermaLink="false">http://www.distant-help.com/2006/12/25/dashcode/</guid>
		<description><![CDATA[<p>Apple has released a preview version of Dashcode, a feature of Mac OS 10.5 (&#8220;Leopard&#8221;). With this tool, you can easily create Dashboard widgets for all kinds of purposes.</p> <p>You can download the preview [here](http://developer.apple.com/tools/dashcode/), you&#8217;ll need to register a free account with ADC (Apple Developer Connection), but you can also use your existing [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has released a preview version of Dashcode, a feature of Mac OS 10.5 (&#8220;Leopard&#8221;). With this tool, you can easily create Dashboard widgets for all kinds of purposes.</p>
<p>You can download the preview [here](http://developer.apple.com/tools/dashcode/), you&#8217;ll need to register a free account with <a href="http://www.distant-help.com/tag/adc/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ADC">ADC</a> (Apple Developer Connection), but you can also use your existing Apple ID (probably from the <a href="http://www.distant-help.com/tag/itunes-store/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iTunes Store">iTunes Store</a>) if you have one.</p>
<p>In this post, I&#8217;d like to take you step-by-step through the process of creating a RSS Widget for Distant-Help (or whichever site you want one for).</p>
<p><span id="more-45"></span></p>
<p>First of all, you&#8217;ll need to download and install Dashcode at the URL given above. Once you launch it, the following window will greet you:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_1_launching_the_program.jpg" rel="lightbox[dashcode]" title="Step 1: Launching the program"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_1_launching_the_program_small.jpg" alt="Step 1: Launching the program" /></a></p>
<p>Select *RSS* and click *Choose*. Your window should look something like this:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_2_the_initial_widget.jpg" rel="lightbox[dashcode]" title="Step 2: The initial widget"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_2_the_initial_widget_small.jpg" alt="Step 2: The initial widget" /></a></p>
<p>As you can see, Apple doesn&#8217;t leave you at the very beginning of creating a widget, there&#8217;s already a template you only have to fill with your content and you&#8217;re good to go. Of course, you can also customize it to your wishes, from the looks to the core JavaScript code.</p>
<p>Now, the first thing we&#8217;ll want to do is give our widget a name. To do so, double click on &#8220;My RSS Feed&#8221; and type in the name you want for it:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_3_naming_the_widget.jpg" rel="lightbox[dashcode]" title="Step 3: Naming the widget"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_3_naming_the_widget_small.jpg" alt="Step 3: Naming the widget" /></a></p>
<p>Not only does Dashcode give us a template to start from, there&#8217;s also the &#8220;Workflow Steps&#8221; panel that tells us what we need to do and what we can optionally do:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_4_the_workflow_panel.jpg" rel="lightbox[dashcode]" title="Step 4: The Workflow panel"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_4_the_workflow_panel_small.jpg" alt="Step 4: The Workflow panel" /></a></p>
<p>If you watch quickly enough, the row that we need to edit even lights up once to show us where our attention should be right now. The *Feed URL* is where we enter what source our data should come from. We can also specify how many posts should be displayed, for example only the 30 most recent ones, or all posts from the last month, etc.</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_5_defining_the_data_sourcec.jpg" rel="lightbox[dashcode]" title="Step 5: Defining the data source"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_5_defining_the_data_sourcec_small.jpg" alt="Step 5: Defining the data source" /></a></p>
<p>In the next step, we give our widget an *Identifier*, a unique name. The syntax is com.*username*.widget.*Identifier*</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_6_choosing_an_identifier_for_the_widget.jpg" rel="lightbox[dashcode]" title="Step 6: Choosing an identifier for the widget"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_6_choosing_an_identifier_for_the_widget_small.jpg" alt="Step 6: Choosing an identifier for the widget" /></a></p>
<p>We&#8217;ve now completed all that is required for this type of widget, and in fact you can already click the *Run* button at the top left of the Dashcode window to have a look, with <a href="http://www.distant-help.com/tag/animation/" class="st_tag internal_tag" rel="tag" title="Posts tagged with animation">animation</a> and everything:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/a_preview.jpg" rel="lightbox[dashcode]" title="A preview"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/a_preview_small.jpg" alt="A preview" /></a></p>
<p>Let&#8217;s put the finishing touches on our widget; every widget has an icon, so go ahead and click on *Design widget icon* in the Workflow panel:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_7_adding_an_icon.jpg" rel="lightbox[dashcode]" title="Step 7: Adding an icon"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_7_adding_an_icon_small.jpg" alt="Step 7: Adding an icon" /></a></p>
<p>Clicking on *Widget icon composer* will take you to a blank icon on the right, and you can drag in any image file:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_8_placing_our_icon_on_the_placeholder.jpg" rel="lightbox[dashcode]" title="Step 8: Placing our icon on the placeholder"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_8_placing_our_icon_on_the_placeholder_small.jpg" alt="Step 8: Placing our icon on the placeholder" /></a></p>
<p>Alrighty, the last thing we might want to add to our widget is a <a href="http://www.distant-help.com/tag/search-box/" class="st_tag internal_tag" rel="tag" title="Posts tagged with search box">search box</a> to filter the posts. Clicking on *Untitled* (that is, if you haven&#8217;t saved your widget already) will take you back to the widget designer. Click on *Library* on the top right of the Dashcode window to bring up the <a href="http://www.distant-help.com/tag/parts-library/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Parts Library">Parts Library</a> and drag your <a href="http://www.distant-help.com/tag/search-box-whereever/" class="st_tag internal_tag" rel="tag" title="Posts tagged with search box whereever">search box whereever</a> you want it:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_10_placing_a_search_box.jpg" rel="lightbox[dashcode]" title="Step 10: Placing a search box"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_10_placing_a_search_box_small.jpg" alt="Step 10: Placing a search box" /></a></p>
<p>Dashcode provides the code for searching the feed, we just have to bind the <a href="http://www.distant-help.com/tag/search-box/" class="st_tag internal_tag" rel="tag" title="Posts tagged with search box">search box</a> to that code. To do that, right click (or control-click) on the <a href="http://www.distant-help.com/tag/search-box/" class="st_tag internal_tag" rel="tag" title="Posts tagged with search box">search box</a>, and click *Events* &rarr; *onsearch*</p>
<p><a href="http://www.distant-help.com/tag/in-the-box/" class="st_tag internal_tag" rel="tag" title="Posts tagged with In the box">In the box</a> that appears, type *search*:</p>
<p><a href="http://www.distant-help.com/wp-content/uploads/2006/12/step_11_binding_the_search_code_to_the_search_box.jpg" rel="lightbox[dashcode]" title="Step 11: Binding the search code to the search box"><img src="http://www.distant-help.com/wp-content/uploads/2006/12/step_11_binding_the_search_code_to_the_search_box_small.jpg" alt="Step 11: Binding the search code to the search box" /></a></p>
<p>Once you&#8217;ve clicked *Add*, you&#8217;re done! You can hit the *Run* button to test the widget locally, save the project and choose *File* &rarr; *Deploy widget&#8230;* (command-option-S) to save the actual widget file (.wdgt) that you can send others!</p>
<p>Of course, there&#8217;s much more you can do with Dashcode, this is just a basic tutorial to get you started. You can download my version of the widget [right here](http://www.distant-help.com/download/DHBlogReader.wdgt.tgz).<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.distant-help.com/2006/12/31/dashcode-tutorial-ii-buttons/" rel="bookmark" title="December 31, 2006">Dashcode Tutorial II &#8211; Buttons</a></li>
<li><a href="http://www.distant-help.com/2009/02/04/just-add-water/" rel="bookmark" title="February 4, 2009">Just add water</a></li>
<li><a href="http://www.distant-help.com/2006/11/05/boardtracker-activated/" rel="bookmark" title="November 5, 2006">Boardtracker activated</a></li>
<li><a href="http://www.distant-help.com/2010/06/04/logo-designers-compete-to-create-a-new-oil-spill-themed-icon-for-bp/" rel="bookmark" title="June 4, 2010">Logo designers compete to create a new oil-spill themed icon for BP</a></li>
<li><a href="http://www.distant-help.com/2006/11/06/mozart-in-mp3-legaly-till-friday-10th-november/" rel="bookmark" title="November 6, 2006">Mozart in mp3 legaly, till Friday 10th November.</a></li>
</ul>
<p><!-- Similar Posts took 6.349 ms --></p>
<p><map name='google_ad_map_45_fb8f92715fcf115b'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/45?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_45_fb8f92715fcf115b' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=45&amp;url= http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F' /></p>


Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial&amp;bodytext=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="Digg"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial&amp;notes=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="del.icio.us"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;t=Dashcode%20Tutorial" title="Facebook"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial&amp;annotation=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="Google Bookmarks"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial" title="Live"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;h=Dashcode%20Tutorial" title="NewsVine"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F" title="Propeller"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial" title="Reddit"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial" title="StumbleUpon"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F" title="Technorati"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.blogospherenews.com/submit.php?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial" title="Blogosphere News"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/blogospherenews.png" title="Blogosphere News" alt="Blogosphere News" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial&amp;source=Distant-Help+Think+Different+and+Act%2C+soon+there+is+no+nature+left+to+save%21&amp;summary=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="LinkedIn"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mister-wong.de/addurl/?bm_url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;bm_description=Dashcode%20Tutorial&amp;plugin=soc" title="MisterWong.DE"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/misterwong.png" title="MisterWong.DE" alt="MisterWong.DE" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;t=Dashcode%20Tutorial" title="MySpace"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Dashcode%20Tutorial&amp;url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F" title="Slashdot"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;submitHeadline=Dashcode%20Tutorial&amp;submitSummary=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial&amp;body=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="Ping.fm"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Dashcode%20Tutorial%20-%20http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F" title="Twitter"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.upnews.it/submit?url=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;title=Dashcode%20Tutorial" title="Upnews"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/upnews.png" title="Upnews" alt="Upnews" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;t=Dashcode%20Tutorial&opener=bm&amp;ei=UTF-8&amp;d=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="Yahoo! Bookmarks"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=Dashcode%20Tutorial&amp;URL=http%3A%2F%2Fwww.distant-help.com%2F2006%2F12%2F25%2Fdashcode%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Apple%20has%20released%20a%20preview%20version%20of%20Dashcode%2C%20a%20feature%20of%20Mac%20OS%2010.5%20%28%22Leopard%22%29.%20With%20this%20tool%2C%20you%20can%20easily%20create%20Dashboard%20widgets%20for%20all%20kinds%20of%20purposes.%0D%0A%0D%0AYou%20can%20download%20the%20preview%20%5Bhere%5D%28http%3A%2F%2Fdeveloper.apple.com%2Ftools%2Fdashcod" title="MSN Reporter"><img src="http://www.distant-help.com/wp-content/plugins/sociable/images/msnreporter.png" title="MSN Reporter" alt="MSN Reporter" class="sociable-hovers" /></a>


<br/><br/>
	Tags: <a href="http://www.distant-help.com/tag/adc/" title="ADC" rel="tag">ADC</a>, <a href="http://www.distant-help.com/tag/animation/" title="animation" rel="tag">animation</a>, <a href="http://www.distant-help.com/tag/dashcode-tutorial-apple/" title="Dashcode Tutorial Apple" rel="tag">Dashcode Tutorial Apple</a>, <a href="http://www.distant-help.com/tag/in-the-box/" title="In the box" rel="tag">In the box</a>, <a href="http://www.distant-help.com/tag/itunes-store/" title="iTunes Store" rel="tag">iTunes Store</a>, <a href="http://www.distant-help.com/tag/parts-library/" title="Parts Library" rel="tag">Parts Library</a>, <a href="http://www.distant-help.com/tag/search-box/" title="search box" rel="tag">search box</a>, <a href="http://www.distant-help.com/tag/search-box-whereever/" title="search box whereever" rel="tag">search box whereever</a>, <a href="http://www.distant-help.com/tag/type-search/" title="type *search*" rel="tag">type *search*</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.distant-help.com/2006/12/25/dashcode/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
