<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Konductor Blog</title>
	
	<link>http://blog.konductor.net</link>
	<description />
	<lastBuildDate>Tue, 03 Apr 2012 17:07:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/konductor" /><feedburner:info uri="konductor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Editable Menus</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/FjwO5Tibqug/</link>
		<comments>http://blog.konductor.net/2012/04/03/editable-menus/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 16:21:03 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[dreamwaver]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=343</guid>
		<description><![CDATA[Managing a site&#8217;s menus can be a challenge, especially for people who don&#8217;t understand HTML. So how can you let your clients manage them without looking at any code or needing to worry about each page that menu appears on? Using Konductor&#8217;s menu management tool, you can design their site so they only need to [...]]]></description>
			<content:encoded><![CDATA[<p>Managing a site&#8217;s menus can be a challenge, especially for people who don&#8217;t understand HTML. So how can you let your clients manage them without looking at any code or needing to worry about each page that menu appears on?</p>
<p>Using Konductor&#8217;s menu management tool, you can design their site so they only need to update a menu in one place, without any code, and it&#8217;ll then automatically apply across all the pages that use it.</p>
<p>Here&#8217;s how to set up your template(s):</p>
<ol>
<li> In the DWT (Dreamweaver template) that needs a menu, create a dummy menu using an unordered list. The list items themselves don&#8217;t need to be the final product as they&#8217;re just a placeholder, but give them the CSS attributes that they&#8217;ll need. Your code will look something like this:</li>
<pre><code>&lt;ul id=&quot;topnav&quot; class=&quot;big&quot;&gt;</code>
<code>	&lt;li&gt;&lt;a href=&quot;/cat.html&quot;&gt;Cat&lt;/a&gt;&lt;/li&gt;</code>
<code>	&lt;li&gt;&lt;a href=&quot;/dog.html&quot;&gt;Dog&lt;/a&gt;&lt;/li&gt;</code>
<code>	&lt;li&gt;&lt;a href=&quot;/bird.html&quot;&gt;Bird&lt;/a&gt;&lt;/li&gt;</code>
<code>&lt;/ul&gt;</code>
</pre>
<li> Select this code inside Dreamweaver, with the ends of the selection being the unordered list tags.</li>
<li> Make this menu an editable region (Insert > Template Objects > Editable Region).</li>
<li> In Design View, click this new editable region&#8217;s top tab. This will cause Konductor&#8217;s properties inspector to show.</li>
<li> Select &#8220;Menu Region…&#8221; in Konductor&#8217;s properties inspector.</li>
<li> Save and upload the newly edited DWT.</li>
</ol>
<p>This video recaps the above:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="499" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kzivDYNnLHc?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="499" height="306" src="http://www.youtube.com/v/kzivDYNnLHc?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p>Now that the template is ready, you&#8217;ll be able to build and manage this menu in the Konductor app:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="499" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GZXQdx6ZFB4?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="499" height="306" src="http://www.youtube.com/v/GZXQdx6ZFB4?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Here are some example files that you can practice on to create editable menus. The template &#8220;editable-menus.dwt&#8221; in /Templates is already completed for you, so try to mimic it using &#8220;to-make-editable.html&#8221;: <a href='http://blog.konductor.net/2012/04/03/editable-menus/editable-menus/' rel='attachment wp-att-349'>Editable Menus Example Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2012/04/03/editable-menus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2012/04/03/editable-menus/</feedburner:origLink></item>
		<item>
		<title>“When to add CMS?”</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/Q8mwZkKkG_E/</link>
		<comments>http://blog.konductor.net/2011/11/12/when-to-add-cms/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 00:48:48 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[timeline]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=331</guid>
		<description><![CDATA[When should you start thinking about a CMS while designing a website? Probably around the same time that I noticed the numbers in the above image were the same as today&#8217;s date, long after the shot was taken. Most designers think about a CMS long before they start doing any work on the site itself. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.konductor.net/wp-content/uploads/2011/11/hat.jpg"><img class="size-full wp-image-333" title="Konductor Hat Freedom" src="http://blog.konductor.net/wp-content/uploads/2011/11/hat.jpg" alt="Konductor Hat In Vancouver" width="500" height="287" /></a></p>
<p>When should you start thinking about a CMS while designing a website? Probably around the same time that I noticed the numbers in the above image were the same as today&#8217;s date, long after the shot was taken. Most designers think about a CMS long before they start doing any work on the site itself. That&#8217;s inefficient. CMS should be allowed to be an afterthought.</p>
<p>One of the reasons Konductor exists is because of these frustrating workflows. Designers design websites because the web is open to whatever designs you want to create—so why treat your workflow any differently?</p>
<p>Sites managed with Konductor are built using native Dreamweaver templates, and Dreamweaver templates are essentially glorified HTML pages. If you can build an HTML page, then you can build a site on Konductor. Doing things this way means you can add the CMS at step one of designing, or long after the site has already been live on the web.</p>
<p>If you&#8217;re looking for a rigid and overly structured CMS that tells you how your sites should be built and designed, then Konductor&#8217;s not for you. If you&#8217;re looking for a CMS that will work with your style of designing, then we can help; we&#8217;ve thought about this a lot.</p>
<p>This isn&#8217;t a sales pitch per say, it&#8217;s just a question that we get asked a lot. You literally get that much freedom!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2011/11/12/when-to-add-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2011/11/12/when-to-add-cms/</feedburner:origLink></item>
		<item>
		<title>Konductor AIR Application Updates</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/TDjgDJplpJs/</link>
		<comments>http://blog.konductor.net/2011/05/09/konductor-air-application-updates/#comments</comments>
		<pubDate>Tue, 10 May 2011 00:17:29 +0000</pubDate>
		<dc:creator>Andrew Odri</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[koductor]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=328</guid>
		<description><![CDATA[The team has been working hard on the new build for the last few months, and now that the last of our big tickets are being addressed I have a little time for a blog post In addition to working on the actual application, I often have a chance to work with Konductor and create [...]]]></description>
			<content:encoded><![CDATA[<p>The team has been working hard on the new build for the last few months, and now that the last of our big tickets are being addressed I have a little time for a blog post <img src='http://blog.konductor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In addition to working on the actual application, I often have a chance to work with Konductor and create sites for use on our own system. (We&#8217;ve been <a href="http://en.wikipedia.org/wiki/Eating_your_own_dog_food">dogfooding</a> <a href="http://www.konductor.net/">www.konductor.net</a> since day one) I thought it might be nice to put together a list of hints and tips that we&#8217;ve found useful in creating sites for Kondcutor, which should help you to focus on designing beautiful sites and getting them online as fast as possible.</p>
<ol>
<li><strong>Write semantic code.</strong> Basically this means use your HTML to organize your content logically, then use the CSS to place it. Make the CSS do all the work, and use relevant tags for relevant data (ie. use styled h1-h6 elements for headings, not styled divs. Use styled p elements for paragraphs, not styled divs. Use styled lists for menus, not styled divs) This will not only make your content easiers to style, but also will help with SEO. <em>Reference: <a href="http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/">http://sixrevisions.com/css/css-tips/css-tip-2-structural-naming-convention-in-css/</a></em></li>
<li><strong>Become a CSS ninja.</strong> This will make your job <em>that</em> much easier. This doesn&#8217;t mean you have to know everything there is to know about CSS; just learn some best practices, and learn some techniques used to solve common tasks. <em>Reference: <a href="http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/">http://sixrevisions.com/css/100-exceedingly-useful-css-tips-and-tricks/</a></em></li>
<li><strong>A little jQuery can go a long way.</strong> This may sound scary, but this doesn&#8217;t mean you have to learn everything about jQuery in order to use it effectively. There are many prepackaged modules out there to help you integreate with galleries, video sites, pull in RSS data, and perform all kinds of dynamic data manipulation. <em>Reference: <a href="http://designm.ag/resources/28-fresh-jquery-tutorials/">http://designm.ag/resources/28-fresh-jquery-tutorials/</a></em></li>
</ol>
<p>Another tool that can provide some excellent suggestions is the <a href="http://pagespeed.googlelabs.com/">Google Page Speed Online</a>. This will give practical suggestions on how you can structure your site and it&#8217;s code n order to get the most out of your website.
<p>We will post up another article soon looking at some CSS grid systems and HTML5 elements that can make your web pages quicker and more relevant.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2011/05/09/konductor-air-application-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2011/05/09/konductor-air-application-updates/</feedburner:origLink></item>
		<item>
		<title>Manage Menus with Konductor</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/kl9veU0lVg4/</link>
		<comments>http://blog.konductor.net/2010/10/14/manage-menus-with-konductor/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 17:19:17 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dreamweaver extension]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=307</guid>
		<description><![CDATA[Websites have content and if you have more than one page on a site then you&#8217;ll probably need some navigation as well. With Konductor you can allow your clients to manage not only that content but also the menus and links which lead to them. By defining an editable region as being a menu in [...]]]></description>
			<content:encoded><![CDATA[<p>Websites have content and if you have more than one page on a site then you&#8217;ll probably need some navigation as well. With Konductor you can allow your clients to manage not only that content but also the menus and links which lead to them.</p>
<p>By defining an editable region as being a menu in Dreamweaver you&#8217;re essentially defining a placeholder for where you and your clients can later start building and inserting menus dynamically from within the Konductor application. These menus will also be styled exactly how you want since we only use the CSS that you include. Since pages are built in the application, why not menus as well?</p>
<p>For more specifics on how to define and then build menus with Konductor see the following videos:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="499" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kzivDYNnLHc?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="499" height="306" src="http://www.youtube.com/v/kzivDYNnLHc?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="499" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/GZXQdx6ZFB4?fs=1&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="499" height="306" src="http://www.youtube.com/v/GZXQdx6ZFB4?fs=1&amp;hl=en_US&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2010/10/14/manage-menus-with-konductor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2010/10/14/manage-menus-with-konductor/</feedburner:origLink></item>
		<item>
		<title>Konductor Video Tutorials</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/nt2oml14eUQ/</link>
		<comments>http://blog.konductor.net/2010/07/06/konductor-video-tutorials/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:10:58 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[dreamweaver extension]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=285</guid>
		<description><![CDATA[How does Konductor work? How can I make parts of my site editable? Can you manage menus dynamically? Questions like these are common to hear from designers new to Konductor. Yesterday, if you had asked us one of these questions, we would have sent you to our help documentation. Starting today we can now show [...]]]></description>
			<content:encoded><![CDATA[<p>How does Konductor work? How can I make parts of my site editable? Can you manage menus dynamically? Questions like these are common to hear from designers new to Konductor. Yesterday, if you had asked us one of these questions, we would have sent you to our <a title="Help Documentation" href="http://help.konductor.net/" target="_self">help documentation</a>. Starting today we can now <em>show you</em> how to do what you need to do with Konductor.</p>
<p>Over the last few weeks we&#8217;ve produced a number of tutorial videos that we&#8217;re now pleased to release to you through <a title="Konductor YouTube Account" href="http://www.youtube.com/user/konductorsoftware#p/p" target="_self">our YouTube account</a>. Everything from <a title="Downloading the Konductor Extension" href="http://www.youtube.com/watch?v=_-rUA9n-5hk" target="_self">downloading</a> the tools you need to how to work with <a title="Links and Anchors" href="http://www.youtube.com/watch?v=FFTqmzecNgw" target="_self">links and anchors</a> within content regions is covered. Here are two of the playlists we&#8217;ve put together, one for designers and one for your clients:</p>
<h4>Designer tutorials playlist:</h4>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/p/5DBC88856201EB8F&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/p/5DBC88856201EB8F&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h4>Client tutorials playlist:</h4>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/p/45E540B746030F8E&amp;hl=en_US&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/p/45E540B746030F8E&amp;hl=en_US&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>We hope that you enjoy and learn lots from these videos. If you have any requests or suggestions for new videos, feel free to leave a comment. And don&#8217;t forget that we&#8217;re still here to <a title="Konductor Support" href="http://konductor.net/supportrequest" target="_self">help one-on-one</a> as well, so if you have any questions that aren&#8217;t covered in a video, someone will be sure to get back to you pronto.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2010/07/06/konductor-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2010/07/06/konductor-video-tutorials/</feedburner:origLink></item>
		<item>
		<title>Firefox website cut to Konductor in less than 2 minutes</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/diRVrVGqVao/</link>
		<comments>http://blog.konductor.net/2010/03/09/firefox-website-cut-to-konductor-in-less-than-2-minutes/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:09:56 +0000</pubDate>
		<dc:creator>Andrew Odri</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[blame it on the pop]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[cut]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[dj earworm]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[fast]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[united states of pop 2009]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=280</guid>
		<description><![CDATA[Just a quick post this time—we recently posted a video on YouTube showing how quick and easy it it to cut the Firefox website over to Konductor, complete with managed menus and styled regions with no modifcations to the code: Below is all the major steps we took to make this video: Save the site [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post this time—we recently posted a video on YouTube showing how quick and easy it it to cut the Firefox website over to Konductor, complete with managed menus and styled regions with no modifcations to the code:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6EdgJbH0wzc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/6EdgJbH0wzc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Below is all the major steps we took to make this video:</p>
<ol>
<li>Save the site using the <a href="https://addons.mozilla.org/en-US/firefox/addon/4723" target="_blank">&#8220;Save Complete&#8221; Firefox add on</a></li>
<li>Add editable regions using <a href="http://www.adobe.com/mena/products/dreamweaver/" target="_blank">Adobe Dreamweaver</a></li>
<li>Modify content using the <a href="http://www.konductor.net/editor.htm" target="_blank">Konductor application</a></li>
<li>Preview the results in <a href="http://www.firefox.com/" target="_blank">Firefox</a></li>
</ol>
<p>The video was actually bit over 5 minutes long, but we decided to speed it up a little and get the point across a little faster <img src='http://blog.konductor.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Also, one of the cooler aspects of the process was that <a href="http://djearworm.com/" target="_blank">DJ Earworm</a> gave us permission to use &#8220;United States of Pop 2009 (Blame it on the Pop)&#8221; as the sound track to the video! Big thanks for letting us use your track! Be sure to <a href="http://www.youtube.com/user/djearworm" target="_blank">check out his videos</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2010/03/09/firefox-website-cut-to-konductor-in-less-than-2-minutes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2010/03/09/firefox-website-cut-to-konductor-in-less-than-2-minutes/</feedburner:origLink></item>
		<item>
		<title>Images Galleries From Flickr</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/rv55QMI2pq0/</link>
		<comments>http://blog.konductor.net/2010/02/09/images-galleries-fro-flickr/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 00:31:56 +0000</pubDate>
		<dc:creator>Andrew Odri</dc:creator>
				<category><![CDATA[Konductor]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[add on]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=271</guid>
		<description><![CDATA[One of the most requested features we get is galleries. So I&#8217;m sure many of you will be happy to hear that we have posted our first tutorial about implementing galleries to our tutorials section of the extension help. From the beginning we have adopted the attitude that doing one thing to a very high [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://help.konductor.net/extension/en_US/1.0/image-galleries-with-flickr.html" target="_blank"><img class="alignnone size-full wp-image-276" title="Konductor integration with Flickr" src="http://blog.konductor.net/wp-content/uploads/2010/02/konductor-flickr.jpg" alt="Konductor integration with Flickr" width="500" height="150" /></a></p>
<p>One of the most requested features we get is galleries. So I&#8217;m sure many of you will be happy to hear that we have posted our <a href="http://help.konductor.net/extension/en_US/1.0/image-galleries-with-flickr.html" target="_blank">first tutorial about implementing galleries</a> to our tutorials section of the extension help.</p>
<p>From the beginning we have adopted the attitude that doing one thing to a very high standard is much better than doing everything poorly. We do content management very well—and we decided to leave galleries to the experts, <a href="http://www.flickr.com/" target="_blank">Flickr</a>.</p>
<p>You&#8217;ll get all the meat of the technical stuff <a href="http://help.konductor.net/extension/en_US/1.0/image-galleries-with-flickr.html" target="_blank">in the post</a>, but a couple of years ago, a full featured gallery would only have been possible using your favorite server side scripting language with a mish-mash of SQL. And it would have required much more code. Now, we can get access to all of Flickr&#8217;s functionality using a minimal amount of <a href="http://jquery.com/" target="_blank">jQuery</a> and <a href="http://www.json.org/" target="_blank">JSON</a>.</p>
<p>The above may or may not mean much to you, but it does illustrate nicely how easy integrating sophisticated services into your own designs has become. And that means we can help you integrate with many more top class web services; next in line is <a href="http://www.mailchimp.com/" target="_blank">MailChimp</a> for newsletters.</p>
<p>Anyway, let us know what you think about the tutorial, and also what else you would like to see Konductor integrate with. <img src='http://blog.konductor.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2010/02/09/images-galleries-fro-flickr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2010/02/09/images-galleries-fro-flickr/</feedburner:origLink></item>
		<item>
		<title>Konductor Featured on the Dreamweaver Exchange</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/9iPgfCLvCf8/</link>
		<comments>http://blog.konductor.net/2010/01/08/konductor-featured-on-the-dreamweaver-exchange/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:34:19 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[dreamweaver exchange]]></category>
		<category><![CDATA[dreamweaver extension]]></category>
		<category><![CDATA[feature]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=260</guid>
		<description><![CDATA[The fruits of our ideas and labor are growing. We&#8217;re pleased to announce that the Konductor Extension for Dreamweaver is currently the featured product on the Adobe Dreamweaver Exchange! Thank you to all 7,400+ people who, at the time of writing this, 10,000+ people have downloaded the extension and are beginning to see and express [...]]]></description>
			<content:encoded><![CDATA[<p>The fruits of our ideas and labor are growing. We&#8217;re pleased to announce that the Konductor Extension for Dreamweaver is currently the featured product on the <a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;exc=3">Adobe Dreamweaver Exchange</a>! Thank you to all <span style="text-decoration: line-through;">7,400+ people who, at the time of writing this,</span> 10,000+ people have downloaded the extension and are beginning to see and express just how valuable Konductor can become to their design business.</p>
<p>We&#8217;re really happy to be receiving  great responses from designers all over the world. Keep the feedback coming and know that we&#8217;re here because we support what you designers already do, without making your life more complicated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2010/01/08/konductor-featured-on-the-dreamweaver-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2010/01/08/konductor-featured-on-the-dreamweaver-exchange/</feedburner:origLink></item>
		<item>
		<title>Interview with The Digital Scene</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/DdVU-or9f-Q/</link>
		<comments>http://blog.konductor.net/2009/11/16/interview-with-the-digital-scene/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 01:19:59 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe max]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=248</guid>
		<description><![CDATA[Another interview has been posted with Derek Zarbrook, this time with The Digital Scene at Adobe MAX 2009. If you watch closely, you&#8217;ll even get a little sneak peak of what&#8217;s to come with Konductor in the near future. Enjoy.]]></description>
			<content:encoded><![CDATA[<p>Another interview has been posted with Derek Zarbrook, this time with The Digital Scene at Adobe MAX 2009. If you watch closely, you&#8217;ll even get a little sneak peak of what&#8217;s to come with Konductor in the near future. Enjoy.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/WiDbl2NJj_o&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/WiDbl2NJj_o&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2009/11/16/interview-with-the-digital-scene/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2009/11/16/interview-with-the-digital-scene/</feedburner:origLink></item>
		<item>
		<title>RedMonk on Konductor’s Use of Adobe AIR</title>
		<link>http://feedproxy.google.com/~r/konductor/~3/99BHqXhmP_Q/</link>
		<comments>http://blog.konductor.net/2009/11/03/redmonk-on-konductors-use-of-adobe-air/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:18:30 +0000</pubDate>
		<dc:creator>Cameron Fisk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.konductor.net/?p=222</guid>
		<description><![CDATA[RedMonk has posted a great interview with Derek Zarbrook on Konductor&#8217;s unique use of Adobe AIR. Included below is the interview and a nice demo of the system in action as well. Michael Coté: Thus far, most examples have really just been web pages on the desktop that, at best, have off-line modes or are [...]]]></description>
			<content:encoded><![CDATA[<p>RedMonk has posted a <a href=" http://www.redmonk.com/cote/2009/10/30/konductor/">great interview</a> with Derek Zarbrook on Konductor&#8217;s unique use of Adobe AIR. Included below is the interview and a nice demo of the system in action as well.</p>
<p>Michael Coté:</p>
<blockquote><p>Thus far, most examples have really just been web pages on the desktop that, at best, have off-line modes or are closed-up video players. It was nice, then, to find a use of AIR that took moved beyond these uses in Konductor’s AIR client.</p></blockquote>
<p>Read the <a href=" http://www.redmonk.com/cote/2009/10/30/konductor/">full article</a>.</p>
<p><embed src="http://v.wordpress.com/6kGiVYlp" type="application/x-shockwave-flash" width="500" height="280" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p><embed src="http://v.wordpress.com/Z9UCz8yz" type="application/x-shockwave-flash" width="500" height="280" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.konductor.net/2009/11/03/redmonk-on-konductors-use-of-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.konductor.net/2009/11/03/redmonk-on-konductors-use-of-adobe-air/</feedburner:origLink></item>
	</channel>
</rss>

