<?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>Magento Design and Development &#187; graph</title>
	<atom:link href="http://inchoo.net/tag/graph/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Wed, 23 May 2012 06:32:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Free Flash Graphs Tool</title>
		<link>http://inchoo.net/tools-frameworks/free-flash-graphs-tool/</link>
		<comments>http://inchoo.net/tools-frameworks/free-flash-graphs-tool/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 14:44:29 +0000</pubDate>
		<dc:creator>Tomislav Bilic</dc:creator>
				<category><![CDATA[Tools & Frameworks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[graph]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=117</guid>
		<description><![CDATA[It is very common in the process of building custom web application that we need to produce some sort of visual reports. Those reports have to quickly display tabluar data &#8230;]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="637" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="chart_3" /><param name="bgcolor" value="#FFFFFF" /><param name="align" value="middle" /><param name="src" value="http://teethgrinder.co.uk/open-flash-chart/open-flash-chart.swf?data=http%3A%2F%2Fteethgrinder.co.uk%2Fopen-flash-chart%2Fgallery-data-31.php" /><embed type="application/x-shockwave-flash" width="637" height="100" src="http://teethgrinder.co.uk/open-flash-chart/open-flash-chart.swf?data=http%3A%2F%2Fteethgrinder.co.uk%2Fopen-flash-chart%2Fgallery-data-31.php" align="middle" bgcolor="#FFFFFF" name="chart_3"></embed></object></p>
<p>It is very common in the process of building custom web application that we need to produce some sort of visual reports. Those reports have to quickly display tabluar data in human more readable format &#8211; graphs. Although  there is a way to create them yourself in PHP using some image functions, you&#8217;ll have to spend a lot of time to make the chart look superb. This is where <a title="Create Flash Charts" href="http://teethgrinder.co.uk/open-flash-chart/" target="_blank">Open Flash Chart</a> project jumps in.</p>
<p><span id="more-117"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="637" height="318" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="chart" /><param name="bgcolor" value="#FFFFFF" /><param name="align" value="middle" /><param name="src" value="http://teethgrinder.co.uk/open-flash-chart/open-flash-chart.swf?data=http%3A%2F%2Fteethgrinder.co.uk%2Fopen-flash-chart%2Fdata.php" /><embed type="application/x-shockwave-flash" width="637" height="318" src="http://teethgrinder.co.uk/open-flash-chart/open-flash-chart.swf?data=http%3A%2F%2Fteethgrinder.co.uk%2Fopen-flash-chart%2Fdata.php" align="middle" bgcolor="#FFFFFF" name="chart"></embed></object></p>
<p>When the web page is loaded including SWF file, Open Flash Chart requests the graph data from the file on the server and displays it.</p>
<h3>How to set up it?</h3>
<p>You will need to include the Open Flash Chart in your HTML, and you also need to give him data file. It needs to be either a text file, or a .php page. Good thing about PHP page is that it can be automatically created with real data from the database. For the start you would need to create data.txt file on your site and point the Open Flash Chart to this URL.</p>
<p>But what we really want is dynamic data that is pulled from a database or calculated or something. To do this you need to create the data file when it is requested. To do this we point the Open Flash Chart to a .php page and this PHP page does your calculations and/or database lookups, then outputs the data file.</p>
<p>To make this a bit easier there are PHP, Perl, Python and Java classes to write the data file for you.</p>
<p>Read more info on official website: http://teethgrinder.co.uk/open-flash-chart/</p>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/tools-frameworks/free-flash-graphs-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Website Launch Flowchart</title>
		<link>http://inchoo.net/tools-frameworks/website-launch-flowchart/</link>
		<comments>http://inchoo.net/tools-frameworks/website-launch-flowchart/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 08:57:12 +0000</pubDate>
		<dc:creator>Tomislav Bilic</dc:creator>
				<category><![CDATA[Tools & Frameworks]]></category>
		<category><![CDATA[graph]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://inchoo.net/?p=83</guid>
		<description><![CDATA[Did you ever wonder what does it take to build a successful website? Bob Misita from Virante helps us visualize the process. He made a flowchart of 40 steps that need to be completed before actual website launch. Although the list is quite comprehensive, this steps really occur even in medium sized projects.]]></description>
			<content:encoded><![CDATA[<p>Did you ever wonder what does it take to build a successful website? Bob Misita from <a title="Website Lauch Flowcart" href="http://www.virante.com/resources/articles/website-launch-flowchart.html" target="_blank">Virante</a> helps us visualize the process. He made a flowchart of <strong>40 </strong>steps that need to be completed before actual website launch. Although the list is quite comprehensive, this steps really occur even in medium sized projects.</p>
<p>I hope this will help all of you who want to build a self-money-generation sites with the deadline of 3 weeks. Look at the flowchart, analyze it and don’t start the development until you planned at least 80% of this boxes.</p>
<p><span id="more-83"></span></p>
<blockquote><p>The flowchart is a detailed guide that covers optimized website design, development and multichannel marketing integration. Web design doesn&#8217;t exist in a vacuum nor does marketing. The most optimized, easiest functioning and best performing sites are those that find a balance between design, content, business tool complexity and marketing integration.</p></blockquote>
<p>How to Download The Website Launch Flowchart</p>
<ul>
<li><a href="http://www.virante.com/files/website-launch-flowchart-regular.jpg" target="_blank">Normal Screen Size (jpg)</a></li>
<li><a href="http://www.virante.com/files/website-launch-flowchart-large.jpg" target="_blank">Large Screen Size (jpg)</a></li>
<li><a href="http://www.virante.com/files/website-launch-flowchart.pdf">Printable (pdf)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://inchoo.net/tools-frameworks/website-launch-flowchart/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

