<?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>Extend Studio Blog &#187; Tutorials</title>
	<atom:link href="http://www.extendstudio.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.extendstudio.com/blog</link>
	<description>Dreamweaver Extensions and Flash Components for web development</description>
	<lastBuildDate>Thu, 09 Dec 2010 09:46:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a 2 columns elastic CSS layout with Flexi CSS Layouts Dreamweaver extension</title>
		<link>http://www.extendstudio.com/blog/2010/12/create-a-2-columns-elastic-css-layout-with-flexi-css-layouts-dreamweaver-extension/</link>
		<comments>http://www.extendstudio.com/blog/2010/12/create-a-2-columns-elastic-css-layout-with-flexi-css-layouts-dreamweaver-extension/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 10:50:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Extensions]]></category>
		<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1079</guid>
		<description><![CDATA[A liquid layout is percentage based. In other words, a 100% width layout  will span to the entire screen, regardless of the user&#8217;s resolution.  When using a liquid layout the content will take advantage of all the  available space which is good if you have a lot of text. As a best [...]]]></description>
			<content:encoded><![CDATA[<p>A liquid layout is percentage based. In other words, a 100% width layout  will span to the entire screen, regardless of the user&#8217;s resolution.  When using a liquid layout the content will take advantage of all the  available space which is good if you have a lot of text. As a best  practice for keeping the layout readable, you should set a max width and  min width: for example the min width 960px  means the layout will not  shrink below the 1024&#215;768 resolutions and the max width 1260px will not  let the layout get bigger than the 1400px screen resolution. If you  started the layout as a liquid layout and want  the rows inside  also  liquid (adjust themselves to the screen resolution and keep proportions)  then all the divs inside are calculated as a percentage of their  parents. You can as well mix fixed columns with liquid columns.<br />
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/WAxupwYQJnA?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/WAxupwYQJnA?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/12/create-a-2-columns-elastic-css-layout-with-flexi-css-layouts-dreamweaver-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal AIR XML Generator &#8211; a review By Pablo Lara H</title>
		<link>http://www.extendstudio.com/blog/2010/11/universal-air-xml-generator-a-review-by-pablo-lara-h/</link>
		<comments>http://www.extendstudio.com/blog/2010/11/universal-air-xml-generator-a-review-by-pablo-lara-h/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 16:49:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1071</guid>
		<description><![CDATA[This is a guest post by By Pablo Lara H
http://pablolarah.cl/
XML is extensible markup language. XML is used to link, store, exchange and carry data . In a very simple way, it is a language to build other languages. The other languages are, for example,  MathML, SVG (Scalable Vector Graphics), SMIL and XHTML. It is a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is a guest post by By Pablo Lara H</strong><br />
<a href="http://pablolarah.cl/" target="_blank">http://pablolarah.cl/</a></p>
<p>XML is extensible markup language. XML is used to link, store, exchange and carry data . In a very simple way, it is a language to build other languages. The other languages are, for example,  MathML, SVG (Scalable Vector Graphics), SMIL and XHTML. It is a language that make easy to tag the information.</p>
<p><strong>Why is important?</strong></p>
<p>SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted and, if required, compressed. Since they are XML files, SVG images can be created and edited with any text editor, but specialized SVG-based drawing programs are also available. And now are known because they are a important part of the HTML5.<br />
All major modern web browsers except Microsoft Internet Explorer (IE), support and render SVG markup directly. The Internet Explorer 9 beta supports SVG.<br />
XHTML (eXtensible HyperText Markup Language) is a family of XML markup languages that mirror or extend versions of the widely used Hypertext Markup Language (HTML), the language in which web pages are written.<br />
SMIL, the Synchronized Multimedia Integration Language, is a W3C recommended XML markup language for describing multimedia presentations. It defines markup for timing, layout, animations, visual transitions, and media embedding, among other things. SMIL allows the presentation of media items such as text, images, video, and audio, as well as links to other SMIL presentations, and files from multiple web servers. SMIL markup is written in XML, and has similarities to HTML.</p>
<p>So, you are beginning to guess the applications. Those are:</p>
<ol>
<li> It is the language behind the Content Management Systems. And the slideshows of all kind.</li>
<li>Use as a language for any kind of documentation.</li>
<li>Database development.</li>
<li>Flash applications. See this interesting article <a href="http://www.graphicmania.net/approach-to-understand-xml-and-flash-workflow/" target="_blank">http://www.graphicmania.net/approach-to-understand-xml-and-flash-workflow/</a></li>
</ol>
<p>XML has found a place in the world of e-publishing via EPUB. Electronic Publication (EPUB) is an open ebook standard from the International Digital Publishing Forum (IDPF). This is the format used by Kindle, for example.</p>
<h2>Universal AIR XML Generator (UAXG)</h2>
<p>The Universal AIR XML Generator can create and update the XML of galleries and slideshows of any site, making the tagging and resize process very simple. It is a drop dead simple to use and it comes in a handy AIR application.</p>
<p>Let’s see how we can create a beautiful gallery.<br />
<strong><br />
Step 1 Create a new project.</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter" style="border: 1px solid black;" title="Create a new project" src="http://extendstudio.com/blog/wp-content/uploads/XML pics/1.png" alt="" width="587" height="529" /><br />
</strong></p>
<p>You have to give a name to the project, select the path (relative and absolute). The UAXG is explaining every step. For example, you can read there that the Relative Paths are recommended for simple urls.</p>
<p><strong>Step 2 Select the template</strong></p>
<p>You have to select a template. It can be a template from the scratch or a slide or gallery given as an option.</p>
<p style="text-align: center;"><img class="alignnone" style="border: 1px solid black;" title="Select a template" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/12.png" alt="" width="228" height="155" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="Select a custom template" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/14.png" alt="" width="228" height="155" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="SlideShowBox template" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/13.png" alt="" width="224" height="150" /></p>
<p>The options are CU3ER, XML Flash Slideshow, Flashgallery.org slideshow, SlideShow Box, SlideShowPro and PhotoSlide, PhotoWallFX, Polaroid Gallery and Scrolling Gallery from FlashXML.net. And a new clean template to customize, of course.</p>
<p>In this example I have selected a Custom Template.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" title="Custom template" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/2.png" alt="" width="581" height="494" /></p>
<p><strong>Step 3 Select the images and tag them.</strong></p>
<p>As you can see, I have been uploading images and tagging them.  I can add a custom url if I want.</p>
<p style="text-align: center;"><img class="aligncenter" title="Select the images" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/3.png" alt="" width="600" height="435" /></p>
<p style="text-align: center;"><img class="alignnone" title="Tag the images and add the URL" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/4.png" alt="" width="600" height="436" /></p>
<p style="text-align: center;"><img class="alignnone" title="Add all images" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/5.png" alt="" width="600" height="438" /></p>
<p><strong>Step 4 Setting the sizes of the images</strong><br />
We have here the parameters for the images. For example, if I need thumbnails and full page previews, I just have to settle the sizes.</p>
<p style="text-align: center;"><img class="alignnone" title="Set the image sizes" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/6.png" alt="" width="600" height="436" /></p>
<p><strong>Step 5 Adjusting the XML file</strong></p>
<p>And now I can see the skeleton of the XML file. I can add values as link, thumbnail tag, etc, customizing the template if I want.</p>
<p style="text-align: center;"><img class="aligncenter" title="Adjusting the XML" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/7.png" alt="" width="600" height="434" /></p>
<p><strong>Step 6 Previewing the XML file</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter" title="Preview the XML" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/8.png" alt="" width="600" height="436" /><br />
</strong></p>
<p><strong>Step 7 Publishing</strong></p>
<p>In this step you can publish for your local host or straight to the web with the FTP option.</p>
<p><strong>Step 8  You have a brand new XML file.</strong></p>
<p style="text-align: center;"><strong><img class="alignnone" title="New XML File" src="http://www.extendstudio.com/blog/wp-content/uploads/XML pics/10.png" alt="" width="600" height="436" /><br />
</strong></p>
<p><em>Conclusion</em>:</p>
<p>Universal AIR XML Generator (UAXGis a very easy of use tool for generating or fixing XML files used in web galleries or slideshows. And it has a very affordable price.</p>
<p><span style="text-decoration: underline;">Sources</span></p>
<p><a href="http://en.wikipedia.org/wiki/SVG" target="_blank">http://en.wikipedia.org/wiki/SVG</a></p>
<p><a href="http://en.wikipedia.org/wiki/XML" target="_blank">http://en.wikipedia.org/wiki/XML</a></p>
<p><a href="http://en.wikipedia.org/wiki/XHTML" target="_blank">http://en.wikipedia.org/wiki/XHTML</a></p>
<p><a href="http://en.wikipedia.org/wiki/Synchronized_Multimedia_Integration_Language" target="_blank">http://en.wikipedia.org/wiki/Synchronized_Multimedia_Integration_Language</a></p>
<p><a href="http://webdesign.about.com/od/xml/a/aa060401a.htm" target="_blank">http://webdesign.about.com/od/xml/a/aa060401a.htm</a></p>
<p><a href="http://webdesign.about.com/od/epub/a/look-at-epub.htm" target="_blank">http://webdesign.about.com/od/epub/a/look-at-epub.htm</a></p>
<p><a href="http://webdesign.about.com/od/beginningxml/f/blfaqxmlwhy.htm" target="_blank">http://webdesign.about.com/od/beginningxml/f/blfaqxmlwhy.htm</a></p>
<p><a href="http://webdesign.about.com/od/xml/a/aa091500a.htm" target="_blank">http://webdesign.about.com/od/xml/a/aa091500a.htm</a></p>
<p><a href="http://www.extendstudio.com/blog/2010/11/universal-air-xml-generator-for-slideshows-and-galleries-launched/" target="_blank">http://www.extendstudio.com/blog/2010/11/universal-air-xml-generator-for-slideshows-and-galleries-launched/</a></p>
<p>&#8212;</p>
<p>Pablo Lara H is an illustrator, photographer and web designer currently based in Chile. Visit him at this page <a href="http://pablolarah.cl" target="_blank">http://pablolarah.cl</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 6294px; width: 1px; height: 1px; overflow: hidden;"><span style="color: #666666;"><em>Pablo Lara H is an illustrator, photographer and web designer currently based in Chile. Visit him at this page </em></span><span class="Apple-style-span" style="color: #888888;"><span style="font-size: large;"><span style="font-family: garamond,serif;"><span style="color: #666666;"><em><a href="http://pablolarah.cl/" target="_blank">http://pablolarah.cl</a></em></span></span></span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/11/universal-air-xml-generator-a-review-by-pablo-lara-h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating the Flashgallery.org images without manually write the XML</title>
		<link>http://www.extendstudio.com/blog/2010/11/updating-the-flashgallery-org-images-without-manually-write-the-xml/</link>
		<comments>http://www.extendstudio.com/blog/2010/11/updating-the-flashgallery-org-images-without-manually-write-the-xml/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 08:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1067</guid>
		<description><![CDATA[For the purpose of the tutorial, let&#8217;s assume you have installed the www.flashgallery.org slideshow on your site. The gallery comes with a folder where the images are stored, the HTML image that includes the slideshow the SWF file and the XML file. The Universal AIR XML Generator helps you to add images in the gallery folder [...]]]></description>
			<content:encoded><![CDATA[<p>For the purpose of the tutorial, let&#8217;s assume you have installed the <a href="http://www.flashgallery.org/">www.flashgallery.org</a> slideshow on your site. The gallery comes with a folder where the images are stored, the HTML image that includes the slideshow the SWF file and the XML file. The Universal AIR XML Generator helps you to add images in the gallery folder and fills in the XML file that is used by the flash gallery in the demo page:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.extendstudio.com/documentation/uaxg/images//flash-gallery-files.png" alt="Flash Gallery files" width="302" height="83" /><br />
Flash Gallery files</p>
<p>To run the Flash Gallery slideshow you need to (accordingly to <a href="http://www.flashgallery.org/howto.php">this documentation</a>): place the images in the gallery folder, resize the images to create thumbnails at 70&#215;70px and write the XML to include your images, something like this:</p>
<p>&lt;pic&gt;<br />
&lt;image&gt;gallery/1.jpg&lt;/image&gt;<br />
&lt;thumbnail&gt;gallery/s1.jpg&lt;/thumbnail&gt;<br />
&lt;caption&gt;Some lamp on the ground&lt;/caption&gt;<br />
&lt;/pic&gt;</p>
<p>(If you look at the XML, then you should be aware of the following: images and thumbnails are saved in the same folder and there is an additional field for the image caption)</p>
<p><strong>The old way of doing things</strong></p>
<p>Typically if you want to add your own images and descriptions to the gallery you need to:</p>
<ul>
<li>resize the images for the thumbnails</li>
<li>write the XML file manually with the new images and the caption text</li>
<li>upload everything on the server in the slideshow folder</li>
</ul>
<p><strong>The easier way to do things</strong></p>
<p><a href="http://www.extendstudio.com/product/Universal-AIR-XML-Generator-slideshows-galleries.html" target="_blank">Universal AIR XML Generator</a> is intended to eliminate the manual work with resizing images and writing the XML for slideshows. To explain in a few works, it resizes images and writes XML files following a template. The resized images and the generated XML are then automatically uploaded on your site via FTP. Here is <a href="http://www.extendstudio.com/Universal-AIR-XML-Generator-slideshows-galleries/Universal-air-xml-generator-work.html" target="_self">how this works</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/11/updating-the-flashgallery-org-images-without-manually-write-the-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Flash Sales Chart in Dreamweaver video</title>
		<link>http://www.extendstudio.com/blog/2010/11/create-a-flash-sales-chart-in-dreamweaver/</link>
		<comments>http://www.extendstudio.com/blog/2010/11/create-a-flash-sales-chart-in-dreamweaver/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 11:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Extensions]]></category>
		<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1060</guid>
		<description><![CDATA[In this tutorial we will show you how to create an impressive Flash sales chart in Dreamweaver using PHP&#38;mySQL and FusionCharts for Dreamweaver extension.

]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will show you how to create an impressive Flash sales chart in Dreamweaver using PHP&amp;mySQL and FusionCharts for Dreamweaver extension.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" 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/v/VbnOLTaD96U?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/VbnOLTaD96U?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/11/create-a-flash-sales-chart-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a slideshow in Dreamweaver without coding (video)</title>
		<link>http://www.extendstudio.com/blog/2010/11/creating-a-slideshow-in-dreamweaver-without-coding-video/</link>
		<comments>http://www.extendstudio.com/blog/2010/11/creating-a-slideshow-in-dreamweaver-without-coding-video/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 10:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1058</guid>
		<description><![CDATA[In this tutorial we will make a product/portfolio presentation slideshow using Dreamweaver and Creative DW Image Show Pro. This type of slideshow can be used to display web design portolios, real estate, furniture pieces or anything else!







www.youtube.com/watch?v=-DjA2_0veJ4
]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will make a product/portfolio presentation slideshow using Dreamweaver and Creative DW Image Show Pro. This type of slideshow can be used to display web design portolios, real estate, furniture pieces or anything else!</p>
<p><span class="youtube">
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/-DjA2_0veJ4&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/-DjA2_0veJ4&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=-DjA2_0veJ4"><img src="http://img.youtube.com/vi/-DjA2_0veJ4/default.jpg" width="130" height="97" border=0></a></p><p><a href="http://www.youtube.com/watch?v=-DjA2_0veJ4">www.youtube.com/watch?v=-DjA2_0veJ4</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/11/creating-a-slideshow-in-dreamweaver-without-coding-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Halloween Flash animation without coding</title>
		<link>http://www.extendstudio.com/blog/2010/10/create-a-halloween-flash-animation-without-coding/</link>
		<comments>http://www.extendstudio.com/blog/2010/10/create-a-halloween-flash-animation-without-coding/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 12:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1048</guid>
		<description><![CDATA[In this tutorial we will use Creative FlashFX, the Flash components pack that incorporates Creative MovieFX and Creative TextFX (please click here to read more about Creative TextFX). Not only that the products have similarities regarding their interfaces and the workflow while using them, but they are fully compatible with each other.
We will animate some [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will use Creative FlashFX, the Flash components pack that incorporates Creative MovieFX and Creative TextFX (<a href="../../product/flash-interactive-component-creative-textfx-text-effects.html" target="_blank">please click here to read more about Creative TextFX</a>). Not only that the products have similarities regarding their interfaces and the workflow while using them, but they are fully compatible with each other.</p>
<p>We will animate some text using Creative TextFX and, following, we will animate a movie clip using Creative MovieFX. The result will be a nice animation in the Halloween spirit.</p>
<p>Firstly I just want to remind you that, in order to be able to solve the tutorial, you will need both the Creative MovieFX and Creative TextFX extensions installed on your computer; if you encounter any problems while doing that, please visit the “<a href="../../documentation/creative-moviefx-v2/documentation/tutorials/how-to-install-an-extension.html" target="content">How to install an extension</a>” tutorial.</p>
<p>Read the tutorial <a href="http://www.extendstudio.com/flash-component-creative-moviefx2-movieclip-effects/Halloween_Flash_animation_FlashFX_MovieFX_TextFX%29.html" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/10/create-a-halloween-flash-animation-without-coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a full site using the Flexi CSS Layouts</title>
		<link>http://www.extendstudio.com/blog/2010/09/how-to-create-a-full-site-using-the-flexi-css-layouts/</link>
		<comments>http://www.extendstudio.com/blog/2010/09/how-to-create-a-full-site-using-the-flexi-css-layouts/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:11:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1016</guid>
		<description><![CDATA[In this tutorial we will show how easy is to create a site using the templates that come with the Flexi CSS Layouts gallery. The basics are: defining a site in Dreamweaver, create as many html pages as you need for the site, insert a layout in each of the pages then change the menu [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will show how easy is to create a site using the templates that come with the Flexi CSS Layouts gallery. The basics are: <a href="../2010/03/how-to-setup-a-simple-site-in-dreamweaver/">defining a site in Dreamweaver</a>, create as many html pages as you need for the site, insert a layout in each of the pages then change the menu links to point to the right pages. For this tutorial we will create 3 pages: an index page (index.html), a contact page (contact.html) and a features page (features.html); you can add more pages using the same procedure.</p>
<p><strong>Note: </strong>this tutorial assumes that you already know <a href="../../tableless-css-layouts-for-dreamweaver/documentation.html">the basics of using the Flexi CSS Layouts Dreamweaver extension</a>.</p>
<h2>Creating the index page</h2>
<p>Create a new empty html file in Dreamweaver. Save the file as &#8220;index.html&#8221; then find the Flexi CSS Layouts tab and open the Template Gallery. Select the full templates category and select one of the home page templates (for example &#8220;Software Product &#8211; Home page&#8221;). Press &#8220;Insert&#8221; to add the layout in the page or &#8220;Customize layout&#8221; if you want to make changes.</p>
<p>Read the tutorial <a href="http://www.extendstudio.com/tableless-css-layouts-for-dreamweaver/site-Flexi-CSS-Layouts-Dreamweaver-extension.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/09/how-to-create-a-full-site-using-the-flexi-css-layouts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a 3 columns fixed CSS layout in Dreamweaver tutorial</title>
		<link>http://www.extendstudio.com/blog/2010/08/creating-a-3-columns-fixed-css-layout-in-dreamweaver-tutorial/</link>
		<comments>http://www.extendstudio.com/blog/2010/08/creating-a-3-columns-fixed-css-layout-in-dreamweaver-tutorial/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=1006</guid>
		<description><![CDATA[In this tutorial we will use the Flexi CSS Layouts Dreamweaver extension to create a simple 3 columns CSS layout with a fixed width. The layout will have a header and footer and the content part will be split in 3 columns. Using the Flexi CSS Layouts extension, the layout will look the same in [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial we will use the Flexi CSS Layouts Dreamweaver extension to create a simple 3 columns CSS layout with a fixed width. The layout will have a header and footer and the content part will be split in 3 columns. Using the Flexi CSS Layouts extension, the layout will look the same in all major browsers.</p>
<p><strong>Requirements for this tutorial:</strong></p>
<ul>
<li>Adobe Dreamweaver CS3, CS4 or CS5</li>
<li><a href="../../product/tableless-css-layouts-for-dreamweaver.html">Flexi CSS Layouts Dreamweaver extension</a></li>
</ul>
<p>Flexi CSS Layouts is an easy to use Dreamweaver extension that helps you create table-less HTML layouts without coding, in less than 5 minutes. You can simply create the page structure directly from the interface and the extension will automatically create the divs and CSS for your layout. Or choose from a wide range of embedded templates for your layout, then customize the layout with your own CSS rules.</p>
<p>Read the tutorial <a href="http://www.extendstudio.com/tableless-css-layouts-for-dreamweaver/3-columns-CSS-layout-Dreamweaver.html" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/08/creating-a-3-columns-fixed-css-layout-in-dreamweaver-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fifa World Cup Chart</title>
		<link>http://www.extendstudio.com/blog/2010/06/fifa-world-cup-chart/</link>
		<comments>http://www.extendstudio.com/blog/2010/06/fifa-world-cup-chart/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 09:35:47 +0000</pubDate>
		<dc:creator>iliuta</dc:creator>
				<category><![CDATA[Dreamweaver Extensions]]></category>
		<category><![CDATA[Dreamweaver Tutorials]]></category>
		<category><![CDATA[fifa world 2010]]></category>
		<category><![CDATA[fusion charts]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=922</guid>
		<description><![CDATA[ 

Creating a FIFA World Cup Statistics Chart
Since the FIFA World Cup 2010  is in progress I was thinking that it would be interesting to create a statistics chart with all FIFA editions dating back to 1930, to see how things have evolved. Included for each year: how many teams have participated, how many [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.extendstudio.com/blog/includes/FusionCharts/js/FusionCharts.js" type="text/javascript"></script> <!-- .tut{width:650px;margin:auto;} h1{text-align:left;font-family:Tahoma, Geneva, sans-serif;font-size:18px;color:#09F;} h2{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:#09F;text-align:left;} h3{font-family:Tahoma, Geneva, sans-serif;font-size:14px;color:#069;text-align:left;} div #wrapper{width:650px;margin:auto; background:#FFF;line-height:16px;text-align:left; font-family:Tahoma, Geneva, sans-serif; font-size:12px;color:#000; display:block;} p{font-family:Tahoma, Geneva, sans-serif;font-size:12px;} p strong{font-size:14px;color:#069;} .tut ul{font-size:14px;color:#069;font-weight:bold;} .tut ul li{font-family:Tahoma, Geneva, sans-serif;font-size:12px;color:#666;font-weight:normal;} #wrapper a{color:#06F;text-decoration:none;font-weight:bold;} #wrapper a:hover{color:#F60;} div #wrapper image{border:1px solid #CCC;} pre {font-family:"Courier New", Courier, monospace;font-size:12px;color:#000;} .image{text-align:center;vertical-align:middle;} .tabel{font-family:Tahoma, Geneva, sans-serif;font-size:12px;} --></p>
<div id="wrapper" class="tut">
<h1>Creating a FIFA World Cup Statistics Chart</h1>
<p>Since the FIFA World Cup 2010  is in progress I was thinking that it would be interesting to create a statistics chart with all FIFA editions dating back to 1930, to see how things have evolved. Included for each year: how many teams have participated, how many matches were played each year, how many goals were scored each year, average goal per year and attendances per year.</p>
<h2>Requirements</h2>
<ul>
<li> Adobe Dreamweaver (CS3, CS4, CS5 )</li>
<li> <a href="http://www.extendstudio.com/product/dynamic-web-charts-dreamweaver-fusioncharts-developer.html">Fusion charts for DW</a> extension (either Designer edition or Developer)</li>
<li>Results from <a href="http://www.fifa.com/worldfootball/statisticsandrecords/tournaments/worldcup/organisation/index.html">FIFA World Cup™ Record </a> (also you can check the <a href="http://www.fifa.com/worldfootball/statisticsandrecords/tournaments/worldcup/alltimerankings.html">All time ranking)</a></li>
</ul>
<h3>Final Result</h3>
<p><!-- (FCChart Begin) #FusionChart1 --></p>
<div id="fc_FusionChart1">FusionCharts.</div>
<p><script type="text/javascript">// <![CDATA[
     	var chartFusionChart1 = new FusionCharts("http://www.extendstudio.com/blog/includes/FusionCharts/charts/MSLine.swf", "FusionChart1", "650", "400", "0", "1"); 	chartFusionChart1.setDataURL("http://www.extendstudio.com/blog/includes/FusionCharts/data/FusionChart1_data.xml"); 	chartFusionChart1.render("fc_FusionChart1");
// ]]&gt;</script><br />
<!-- version 1.1.1--><br />
<!-- #FusionChart1 (FCChart End) --></p>
<h2>Creating a Dreamweaver Chart<span id="more-922"></span></h2>
<p>In order to create a web chart inside Dreamweaver, we need to download the DW Fusion Charts extension (you can download it <a href="http://www.extendstudio.com/landing/quick-download/quick-download-pannel.html#dynamic-web-charts-dreamweaver-fusioncharts-developer">here</a>).</p>
<h3>Open the Fusion Charts for DW interface</h3>
<p>After you have installed the fusion charts extension,  start Dreamweaver and go to Insert Panel, find the FusionCharts for DW tab, and press &#8220;Insert Simple Chart&#8221;.</p>
<p style="text-align: center;"><a href="http://www.extendstudio.com/blog/wp-content/uploads/dw-insert.jpg"><img class="aligncenter size-full wp-image-931" style="border: 1px solid grey;" title="dw-insert" src="http://www.extendstudio.com/blog/wp-content/uploads/dw-insert.jpg" alt="" width="408" height="202" /></a></p>
<p style="text-align: center;">Adding a Simple Fusion Chart</p>
<h3>Select the chart type you want to use</h3>
<p>The first thing you need to do after opening the Fusion Charts interface is to select the chart type you want to use. I&#8217;ve chosen a line type chart since we&#8217;re dealing with a large amount of data.</p>
<p style="text-align: center;"><a href="http://www.extendstudio.com/blog/wp-content/uploads/chart-type.jpg"><img class="aligncenter size-full wp-image-928" style="border: 1px solid grey;" title="chart-type" src="http://www.extendstudio.com/blog/wp-content/uploads/chart-type.jpg" alt="" width="450" height="337" /></a></p>
<p style="text-align: center;">Select chart type</p>
<h3>Add data for our chart</h3>
<p>Go to the second tab, called DataGrid, and you&#8217;ll see the default data. We need to clear this data in order to add our own data. Press &#8220;reset data&#8221; in order to clear the default data. Now we need to add the columns and rows.</p>
<p style="text-align: center;"><a href="http://www.extendstudio.com/blog/wp-content/uploads/datagrid.jpg"><img class="aligncenter size-full wp-image-930" style="border: 1px solid grey;" title="datagrid" src="http://www.extendstudio.com/blog/wp-content/uploads/datagrid.jpg" alt="" width="450" height="262" /></a></p>
<p style="text-align: center;">Adding data to chart</p>
<p>The data for the chart was collected from<br />
<a href="http://www.fifa.com/worldfootball/statisticsandrecords/tournaments/worldcup/organisation/index.html">FIFA World Cup™ Record</a>. I have added columns for:year, teams, matches, goals and average goals.</p>
<p>Here is the data for the chart:</p>
<table class="tabel" style="text-align: center;" border="0" width="595" align="center">
<tbody>
<tr style="background-color: #390; color: #fff;" align="center">
<td width="89" bgcolor="#339900">year</td>
<td width="109">teams</td>
<td width="92">matches</td>
<td width="141">goal scores</td>
<td width="142">average goals</td>
</tr>
<tr>
<td bgcolor="#cc9900">1930</td>
<td>13</td>
<td>18</td>
<td>70</td>
<td>3.9</td>
</tr>
<tr>
<td bgcolor="#cc9900">1934</td>
<td>16</td>
<td>17</td>
<td>70</td>
<td>4.1</td>
</tr>
<tr>
<td bgcolor="#cc9900">1938</td>
<td>15</td>
<td>18</td>
<td>84</td>
<td>4.7</td>
</tr>
<tr>
<td bgcolor="#cc9900">1950</td>
<td>13</td>
<td>22</td>
<td>88</td>
<td>4.0</td>
</tr>
<tr>
<td bgcolor="#cc9900">1954</td>
<td>16</td>
<td>26</td>
<td>140</td>
<td>5.4</td>
</tr>
<tr>
<td bgcolor="#cc9900">1958</td>
<td>16</td>
<td>35</td>
<td>126</td>
<td>3.6</td>
</tr>
<tr>
<td bgcolor="#cc9900">1962</td>
<td>16</td>
<td>32</td>
<td>89</td>
<td>2.8</td>
</tr>
<tr>
<td bgcolor="#cc9900">1966</td>
<td>16</td>
<td>32</td>
<td>89</td>
<td>2.8</td>
</tr>
<tr>
<td bgcolor="#cc9900">1970</td>
<td>16</td>
<td>32</td>
<td>95</td>
<td>3.0</td>
</tr>
<tr>
<td bgcolor="#cc9900">1974</td>
<td>16</td>
<td>38</td>
<td>97</td>
<td>2.6</td>
</tr>
<tr>
<td bgcolor="#cc9900">1978</td>
<td>16</td>
<td>38</td>
<td>102</td>
<td>2.7</td>
</tr>
<tr>
<td bgcolor="#cc9900">1982</td>
<td>24</td>
<td>52</td>
<td>146</td>
<td>2.8</td>
</tr>
<tr>
<td bgcolor="#cc9900">1986</td>
<td>24</td>
<td>52</td>
<td>132</td>
<td>2.5</td>
</tr>
<tr>
<td bgcolor="#cc9900">1990</td>
<td>24</td>
<td>52</td>
<td>115</td>
<td>2.2</td>
</tr>
<tr>
<td bgcolor="#cc9900">1994</td>
<td>24</td>
<td>52</td>
<td>141</td>
<td>2.7</td>
</tr>
<tr>
<td bgcolor="#cc9900">1998</td>
<td>32</td>
<td>64</td>
<td>171</td>
<td>2.7</td>
</tr>
<tr>
<td bgcolor="#cc9900">2002</td>
<td>32</td>
<td>64</td>
<td>161</td>
<td>2.5</td>
</tr>
<tr>
<td bgcolor="#cc9900">2006</td>
<td>32</td>
<td>64</td>
<td>147</td>
<td>2.3</td>
</tr>
</tbody>
</table>
<p>After adding the data we need to define a category column. Select the &#8220;A&#8221; column and press &#8220;Add as Category&#8221;. Also we need to define some series in order for the chart to work. Select Column &#8220;B&#8221; and press &#8220;Add as series&#8221;. Now do the same for the rest of the column (C,D and E).<br />
I&#8217;ll also change each column&#8217;s color, so it will be easier to distinguish each series.</p>
<p style="text-align: center;"><a href="http://www.extendstudio.com/blog/wp-content/uploads/columns.jpg"><img class="aligncenter size-full wp-image-929" style="border: 1px solid grey;" title="columns" src="http://www.extendstudio.com/blog/wp-content/uploads/columns.jpg" alt="" width="450" height="262" /></a></p>
<p style="text-align: center;">Organizing the columns for our chart</p>
<p>If you have followed my steps, then everything should be in placed and ready for the final preview. All you need to do now is to press &#8220;ok&#8221;, and test your fifa world cup chart in the browser.</p>
<p>I hope you enjoyed this tutorial and now you can show off to your friends with your brand new all editions fifa web chart.</p>
<p>If you have any questions please send them to: <a href="mailto:support@extendstudio.com">support@extendstudio.com</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/06/fifa-world-cup-chart/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Using A Dreamweaver Generated Slideshow In Wordpress</title>
		<link>http://www.extendstudio.com/blog/2010/05/using-a-dreamweaver-generated-slideshow-in-wordpress/</link>
		<comments>http://www.extendstudio.com/blog/2010/05/using-a-dreamweaver-generated-slideshow-in-wordpress/#comments</comments>
		<pubDate>Thu, 27 May 2010 12:35:33 +0000</pubDate>
		<dc:creator>iliuta</dc:creator>
				<category><![CDATA[Dreamweaver Extensions]]></category>
		<category><![CDATA[Dreamweaver Tutorials]]></category>

		<guid isPermaLink="false">http://www.extendstudio.com/blog/?p=892</guid>
		<description><![CDATA[One of our customers asked: can I use your Image Show Pro Dreamweaver extension to create a header slideshow in Wordpress? Good thing that I&#8217;m a big Wordpress fan and I could quickly drop a slideshow on one of my blogs and see what&#8217;s needed to make it work. If you want to have cool [...]]]></description>
			<content:encoded><![CDATA[<p>One of our customers asked: can I use your Image Show Pro Dreamweaver extension to create a header slideshow in Wordpress? Good thing that I&#8217;m a big Wordpress fan and I could quickly drop a slideshow on one of my blogs and see what&#8217;s needed to make it work. If you want to have cool flash slideshows with your Wordpress blog or website and you do not have the skills to implement jquery animations or simple you are not a big fan with the coding part, this tutorial will show you how to generate a slideshow in Dreamweaver with Image Show Pro Dreamweaver extension and make it work in a typical Wordpress installation.</p>
<h4>It&#8217;s easier than you think if you don&#8217;t use URL rewrite permalinks.</h4>
<ul>
<li>copy the slideshow &#8220;/includes&#8221; files from the Dreamweaver location to the Wordpress folder (Image Show Pro creates a folder called &#8220;includes&#8221; in the Dreamweaver site);</li>
<li>you will need to manually edit the header.php file (location /wp-content/themes/[your template name]/header.php) and add the 3 JavaScript include files to the head section (please copy the ones from Dreamweaver, below are just samples).</li>
</ul>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/includes/ImageShowPro/flash_detect_min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/includes/ImageShowPro/xtdProBanner1.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/includes/ImageShowPro/xtdProBannerLayout.js&#8221;&gt;&lt;/script&gt;</p>
<ul>
<li>edit the file where you want the slideshow to appear and add the rendering script (for example if you want to replace the typical Wordpress theme with the slideshow, edit the header.php file and add the rendering script there (again, below it&#8217;s just a sample):<span id="more-892"></span></li>
</ul>
<p>&lt;!&#8211; Banner xtdProBanner1 begin &#8211;&gt;<br />
&lt;div id=&#8221;xtdProBanner1&#8243; style=&#8221;width:760px; height:200px; overflow:hidden;&#8221;&gt; &lt;img src=&#8221;/slides/picture1.jpg&#8221;/&gt; &lt;img src=&#8221;/slides/picture2.jpg&#8221;/&gt; &lt;img src=&#8221;/slides/picture3.jpg&#8221;/&gt; &lt;/div&gt;<br />
&lt;!&#8211; Banner xtdProBanner1 end &#8211;&gt;<br />
&lt;!&#8211; Banner xtdProBanner1 rendering scripts start &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt; xtdProBannerLayout(&#8220;xtdProBanner1&#8243;,&#8221;") &lt;/script&gt;<br />
&lt;!&#8211; Banner xtdProBanner1 rendering scripts end &#8211;&gt;<br />
&lt;/div&gt;<br />
&lt;!&#8211; BannerPro render begin &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; &gt; render_xtd_ispro(); &lt;/script&gt;<br />
&lt;!&#8211; BannerPro render end &#8211;&gt;</p>
<h4>If you use URL rewrite permalinks (Day and name, Month and name, numeric or custom) you need to use absolute URLs</h4>
<p>You need to change the relative paths to absolute paths (that&#8217;s the quickest way to make sure the slideshow will work on all page types: category, post detail, page). Short version: copy the files from Dreamweaver in the Wordpress folder and change the paths to the included JavaScript files and the rendering script with absolute paths; then in one of the JavaScript files, you need to change the paths to the images you use for the slideshow with absolute paths as well.</p>
<p>That&#8217;s not very complicated either, but I did write a full tutorial that will go through the Wordpress installation part (just like any good Wordpress fan would do).</p>
<p>You can read the full tutorial <a href="http://www.extendstudio.com/image-transition-effects-creative-dw-image-show-pro-dreamweaver/dreamweaver-slideshow-Wordpress.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.extendstudio.com/blog/2010/05/using-a-dreamweaver-generated-slideshow-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

