<?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>andrew@blackbox &#187; inksacape</title>
	<atom:link href="http://andrew.getux.com/category/inksacape/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew.getux.com</link>
	<description>Just another black log</description>
	<lastBuildDate>Thu, 08 Jul 2010 12:18:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Creating Interactive CD using Opensource Software&#8230;</title>
		<link>http://andrew.getux.com/2009/05/29/creating-interactive-cd-using-opensource-software/</link>
		<comments>http://andrew.getux.com/2009/05/29/creating-interactive-cd-using-opensource-software/#comments</comments>
		<pubDate>Fri, 29 May 2009 13:58:10 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[desain]]></category>
		<category><![CDATA[inksacape]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://andrew.getux.com/?p=459</guid>
		<description><![CDATA[<img src="http://tbn1.google.com/images?q=tbn:aNOVORWjSK6h5M:http://www.protectear.com/products/images/Accessories/interactive_cd%2520550x550.jpg">]]></description>
			<content:encoded><![CDATA[<p>Today i have assignment to create Interactive CD using Opensource software, this is another way to make it, i would rather that i choosen the HTML basic than interactive animation. There&#8217;s many tool and software to build interactive CD based on HTML.<br />
The first step to make something is the idea,..yup, we need tool or software to manage our idea, we can use FreeMind.FreeMind is a premier free mind-mapping software written in Java, we can also use another tool like xmind, Open source software for mind mapping and brainstorming. this step will lead our project.</p>
<p><a href="http://andrew.getux.com/wp-content/uploads/2009/05/freemind-action.png"><img class="aligncenter size-medium wp-image-460" title="freemind-action" src="http://andrew.getux.com/wp-content/uploads/2009/05/freemind-action-300x194.png" alt="freemind-action" width="300" height="194" /></a></p>
<p style="text-align: left;">The second step is arrange our sitemap based on brainstorming at the first step above, we can also used freemind od xmind to do this. the simple sitemap can help us to manage and simplify our work.</p>
<p>Third step is create design concept of our interactive layout and design using Vector Ilustrator, I am used Inkscape Vector Graphic Editor to do this, this tool is popular vector editor in linux environment. this is the preview of design.</p>
<p><a href="http://andrew.getux.com/wp-content/uploads/2009/05/inkscape1jpg.jpeg"><img class="aligncenter size-medium wp-image-462" title="inkscape1jpg" src="http://andrew.getux.com/wp-content/uploads/2009/05/inkscape1jpg-300x254.jpg" alt="inkscape1jpg" width="300" height="254" /></a></p>
<p><a href="http://andrew.getux.com/wp-content/uploads/2009/05/inkscpae-action.png"><img class="aligncenter size-medium wp-image-461" title="inkscpae-action" src="http://andrew.getux.com/wp-content/uploads/2009/05/inkscpae-action-300x178.png" alt="inkscpae-action" width="300" height="178" /></a></p>
<p>The Fourth step is make the html layout, we can used our basic concept idea in above as a guide to create and manage out HTML pages. we need HTML editor to facilitate our editing process, the famliar text editor whose support WYSIWYG (What You See Is What You Get) is NVU/Kompozer, but this program often crash if we open and edit many table or content. Another WYSIWYG is Amaya, this program presented byW3C, Amaya is complete web browsing and authoring environment, for more information you can visit the official site here. This is the preview of amaya.</p>
<p><a href="http://andrew.getux.com/wp-content/uploads/2009/05/screenshot-socialnerdworkingcom-home-amaya-112.png"><img class="aligncenter size-medium wp-image-463" title="screenshot-socialnerdworkingcom-home-amaya-112" src="http://andrew.getux.com/wp-content/uploads/2009/05/screenshot-socialnerdworkingcom-home-amaya-112-300x174.png" alt="screenshot-socialnerdworkingcom-home-amaya-112" width="300" height="174" /></a></p>
<p>The fifth step is burning and duplicate our Interactive CD Project, we can use Brasero Cd Burning or K3b Cd Writing Program, before we<br />
completed our job, we must create the start up script, we must create autorun.inf files into root project directory, this is the autorun code:</p>
<blockquote><p><code>[autorun]<br />
open=ShellRun.exe index.html Starting CD now... </code></p></blockquote>
<p>another script running on linux env. we can use .sh extention, but it&#8217;s dosen&#8217;t run as well as autorun.inf in windows <img src='http://andrew.getux.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> . this is the code</p>
<blockquote><p><code>#/bin/bash<br />
/bin/bash firefox index.html &amp;</code></p></blockquote>
<p>the last step is burning our Project on cd with Brasero or K3B cd writer program.</p>
<p class="bookmark-me"><a title="technorati.com" href="http://www.technorati.com/faves?add=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="stumbleupon.com" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="digg.com" href="http://digg.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.facebook.com" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;t=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.google.com" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="fark.com" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;new_comment=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="furl.com" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;t=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/furl.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="linkarena.de" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/linkarena.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="myweb2.search.yahoo.com" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/yahoomyweb.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="twitthis.com" href="http://twitthis.com/twit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F05%2F29%2Fcreating-interactive-cd-using-opensource-software%2F&amp;title=Creating+Interactive+CD+using+Opensource+Software%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/twitter.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://andrew.getux.com/2009/05/29/creating-interactive-cd-using-opensource-software/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My openstudioworks&#8230;</title>
		<link>http://andrew.getux.com/2009/01/07/my-openstudioworks/</link>
		<comments>http://andrew.getux.com/2009/01/07/my-openstudioworks/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 15:14:06 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[daily]]></category>
		<category><![CDATA[desain]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[inksacape]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[dsktop]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[ubuntustudio]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://andrew.getux.com/?p=271</guid>
		<description><![CDATA[<img src="http://tbn1.google.com/images?q=tbn:qj_VelxgoquAjM:http://www.eggshell.com.au/images/nav/tree.jpg"/>]]></description>
			<content:encoded><![CDATA[<p>Today, ihave an request to  install Graphic Editor package for Mr. Nandi, He&#8217;s my senior member in <a href="http://pptik.ugm.ac.id">our room</a>. Mr. Nandi need an application as like Corel Photopaint, Adobe Photoshop and Corel Draw, he&#8217;s likes to experiment and make any creative art form his computer. The computer is using ubuntu linux 7.10 (gutsy gibbon) operating system, so these many application in above cannot used on their computer. But, don&#8217;t worry, all of application for graphics design ready to use in linux, we can choose the replacement application as we need, this&#8217;s my tool or application where&#8217;re already installed on my wider(ubuntustudio.8.10)<br />
<strong><a title="ubuntustudio" href="http://ubuntustudio.org/">// this&#8217;s my desktop screenshoot</a></strong>, for more detail you can visit <a href="http://andrew.getux.com/2008/09/10/my-new-studioworks/">here</a></p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/ubuntustudio.png"><img class="size-full wp-image-272 aligncenter" title="ubuntustudio" src="http://andrew.getux.com/wp-content/uploads/2009/01/ubuntustudio.png" alt="ubuntustudio" width="454" height="256" /></a></p>
<p><strong><a title="inkscape ilustrator" href="http://inkscape.org/">// Inkcscape Vector Graphic Editor</a></strong><br />
this&#8217;s my favourite tool to make anything about graphic design, create object and make the web from scratch. it&#8217;s like Corel Draw on wind$ platform. This application&#8217;s the first choice if we need any Vector ilustrator, in example in windows platform, we know Adobe Ilustrator, Macromedia Freehand and Corel Draw. We know about how to use legal tool to make our design and avoid the piracy, so we can use the legal and free graphics design software, This&#8217;s inkscape for you.</p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/inkscape-view.png"><img class="aligncenter size-full wp-image-273" title="inkscape-view" src="http://andrew.getux.com/wp-content/uploads/2009/01/inkscape-view.png" alt="inkscape-view" width="432" height="257" /></a></p>
<p><strong><a title="gimp" href="http://gimp.org">//GIMP</a></strong><br />
GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. It works on many operating systems, in many languages. I&#8217;m use this application to optimize image and slice another picture. It&#8217;s very powerfull, we can call it &#8220;Linux Photoshop&#8221; <img src='http://andrew.getux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ), we cna use GIMP to replace Adobe Photoshop, Corel Photopaint and Paint. This&#8217;s the GIMP Screenshoot.</p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/gimp1.png"><img class="aligncenter size-full wp-image-275" title="gimp1" src="http://andrew.getux.com/wp-content/uploads/2009/01/gimp1.png" alt="gimp1" width="432" height="244" /></a></p>
<p><strong><a title="bluefish" href="http://bluefish.openoffice.nl/">//Bluefish Editor</a></strong><br />
Bluefish is an editor for experienced web designers and programmers. It supports many programming and markup languages, but focuses on editing dynamic and interactive websites. Bluefish is an open source development project, released under the GPL license. Ilike using Bluefish Editor to remote client editing via ssh, the editing process necessary filemanager, i&#8217;m using nautilus file manager to remote conecting to server and do the editing process. This application can replcae the webeditor like Dreamweaver or MS Frontpage, it&#8217;s better if we know the real code than see the preview only and make drag your mouse.</p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/bluefish.png"><img class="aligncenter size-full wp-image-276" title="bluefish" src="http://andrew.getux.com/wp-content/uploads/2009/01/bluefish.png" alt="bluefish" width="432" height="283" /></a></p>
<p><strong><a title="quanta" href="http://quanta.kdewebdev.org/">//Quanta Plus</a></strong><br />
It&#8217;s have the same function than Bluefish Editor, but i&#8217;m rarely use this editor, this editor can&#8217;t remote editing, it&#8217;s because the QuantaPlus use KDE Environment to run as well, and my desktop dosen&#8217;t use the KDEdesktop. this&#8217;s the quanta view:</p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/quantaplus.png"><img class="aligncenter size-full wp-image-277" title="quantaplus" src="http://andrew.getux.com/wp-content/uploads/2009/01/quantaplus.png" alt="quantaplus" width="432" height="288" /></a></p>
<p><strong><a href="http://linux.about.com/cs/linux101/g/kcolorchooser.htm">//KcolorChooser</a></strong><br />
this&#8217;s the simple aplication the help me to pick colour from desktop to make a hexcode colour for css properties. we can use this application for color picker and get the html colour code. this&#8217;s the kcolour chooser capture</p>
<p style="text-align: center;"><a href="http://andrew.getux.com/wp-content/uploads/2009/01/kcolor.png"><img class="aligncenter size-full wp-image-278" title="kcolor" src="http://andrew.getux.com/wp-content/uploads/2009/01/kcolor.png" alt="kcolor" width="240" height="191" /></a></p>
<p style="text-align: center;">
<p><strong><a title="kruler" href="http://linux.about.com/cs/linux101/g/kruler.htm">//Kruler</a></strong><br />
This&#8217;s also simple application to size measure the layout, it&#8217;s specific to layout process on webdesign, this program and KcolorChooser based on KDE for their dependencies,this&#8217;s the Kruler view:</p>
<p><img class="aligncenter size-full wp-image-279" title="kruler" src="http://andrew.getux.com/wp-content/uploads/2009/01/kruler.png" alt="kruler" width="400" height="65" /></p>
<blockquote><p>All of these application is free and we can use and share to our friends.</p></blockquote>
<p class="bookmark-me"><a title="technorati.com" href="http://www.technorati.com/faves?add=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="stumbleupon.com" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="digg.com" href="http://digg.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.facebook.com" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;t=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.google.com" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="fark.com" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;new_comment=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="furl.com" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;t=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/furl.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="linkarena.de" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/linkarena.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="myweb2.search.yahoo.com" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/yahoomyweb.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="twitthis.com" href="http://twitthis.com/twit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F07%2Fmy-openstudioworks%2F&amp;title=My+openstudioworks%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/twitter.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://andrew.getux.com/2009/01/07/my-openstudioworks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create custom start menu on Gnome desktop using Inkscape&#8230;</title>
		<link>http://andrew.getux.com/2009/01/05/create-custom-start-menu-on-gnome-desktop-using-inskcape/</link>
		<comments>http://andrew.getux.com/2009/01/05/create-custom-start-menu-on-gnome-desktop-using-inskcape/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:47:31 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[desain]]></category>
		<category><![CDATA[inksacape]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://andrew.getux.com/?p=244</guid>
		<description><![CDATA[<img src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-11-300x265.png"/>]]></description>
			<content:encoded><![CDATA[<p>This is my 2nd experiment to create custom start menu on my desktop. The first you can visit the preview desktop in here, and the 2nd preview will discussed in this post. Inkscape vector ilustrator is more than just ilustrator tool, we can create creative object and another graphic design, ie desktop graphic,icons, panel, wallpaper and etc. Gnome is one of opensource desktop manager, there&#8217;s have beautiful desktop view, and we can make desktop as easily as you want. Now, i&#8217;m creating start menu button to replce default start menu on my ubuntu studio 8.10. This&#8217;s the screenshoot.</p>
<p><img class="alignnone size-medium wp-image-246" title="menu custom" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-11-300x265.png" alt="menu custom" width="300" height="265" /></p>
<p>You can create another design and apply the start menu on your custom desktop . This is step by step how to create the custom start menu using inkscape vector Graphic Editor.</p>
<ol>
<li>launch the inkscape vector ilustrator, Application &gt;&gt; Graphics &gt;&gt; Inkscape.</li>
<li>Set the default documents properties, i&#8217;m create the start menu dimension on 100&#215;34 pixel. it&#8217;s up to you to determine this dimension. to set this document properties :File &gt;&gt; Document Properties. and set your documents dimension on the field. Close the window to complete your configuration.<br /><img class="size-medium wp-image-247 aligncenter" title="doc-properties" src="http://andrew.getux.com/wp-content/uploads/2009/01/doc-properties-210x300.png" alt="doc-properties" width="210" height="300" /></li>
<li>create rectangle using Tool Rectangles and square (f4), this is create for the background of the start button. you can set the dimension :92 x 34px.<br /><img class="aligncenter size-medium wp-image-248" title="screenshot1" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot1-300x144.png" alt="screenshot1" width="300" height="144" /></li>
<li> Next step we can make flection on right side, it&#8217;s like as windows xp button, to create the flection convert the rectangle to path, choose form menu bar: Path &gt;&gt; Object to Path or use the shoort cut (Ctrl + Shift + C )</li>
<li>Chose the right line using path selector (F2). and the next task is make the strike line to flection line, press the F2 and click on right border line, then click on top menu bar &#8220;Make Selected Custom Curve&#8221; button, and fly your imagination in here..<br /><img class="aligncenter size-medium wp-image-249" title="screenshot-2" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-2-300x118.png" alt="screenshot-2" width="300" height="118" /></li>
<li>Next step, we can make shadow, it&#8217;s like a 3d button, select the object then Â we can duplicate it, we can use Ctrl + D to easy our work. Scale your duplicate result using select and transform object tool (F1) an then press on the 2nd object, drag and pres Shift button to have scalable result, it&#8217;s better if we give the different colour for the 2nd objet like this.<br /><img class="aligncenter size-medium wp-image-250" title="screenshot-3" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-3-300x115.png" alt="screenshot-3" width="300" height="115" /></li>
<li>Oh, it&#8217;s haven&#8217;t seen it, next we make blur effect for 2nd object, show theFill and Stroke properties side tab using Ctrl + Shift + F . Select the 2nd Object and chose from Fill and stroke Properties, you can see the blur slide, fill blur number on the field(ie i&#8217;m using 5.0). and this&#8217;s the result.<br /><img class="aligncenter size-medium wp-image-251" title="screenshot-4" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-4-300x120.png" alt="screenshot-4" width="300" height="120" /></li>
<li>Ok, it&#8217;s better then the past view:P, next step we make the glass effect, i&#8217;m usually use the previous object an then using Ctrl + D to duplicate it, Ok, select the 2nd obcject and duplicate this object, the result is 3rd object and it&#8217;s better when we change the fill color to more easy our work. this&#8217;s the result. ups..don&#8217;t forget to adjust the blur number and opacity number to get the best view on your mind like this.<br /><img class="aligncenter size-medium wp-image-252" title="screenshot-5" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-5-300x111.png" alt="screenshot-5" width="300" height="111" /></li>
<li>It&#8217;s not enough glass effect, we must add another effect on the flection side, we can duplicate the 3rd object an rotate(use button &#8220;[" or "]&#8220;) the object result(4th Object) and place the position like this. it&#8217;s more interested if we&#8217;re make the shadow like a flection.<br /><img class="aligncenter size-medium wp-image-253" title="screenshot-6" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-6-300x115.png" alt="screenshot-6" width="300" height="115" /></li>
<li>We can add the glass shine effect to make our start like a lamp. Chose (F1) the first object (background) and the duplicate it(Ctrl + D), we get 4th object, change the fill objet, i&#8217;m use white fill color to give glass effect. the 4th object will Â be positon in front of all, it&#8217;s ok, next step we must adjust the size and shape for get the glass as we need, like this.<br /><img class="size-medium wp-image-254 aligncenter" title="screenshot-7" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-7-300x119.png" alt="screenshot-7" width="300" height="119" /></li>
<li>It&#8217;s need to be adjust the transparency, select (F1) the 4th object an then press the Create and Edits Gradient (Ctrl +F1),and then drag from top to bottom, it&#8217;s the result.<img class="aligncenter size-medium wp-image-255" title="screenshot-8" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-8-300x115.png" alt="screenshot-8" width="300" height="115" /></li>
<li>It&#8217;s look like a button now, we can add more glass effect, we can repeat the step-8, but we must set the colour to soft fill, and we can place the 5th objet in behind of 4th object, and this&#8217;s the view.<br /><img class="aligncenter size-medium wp-image-256" title="screenshot-9" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-9-300x108.png" alt="screenshot-9" width="300" height="108" /></li>
<li>The last, we can add the text ,it&#8217;s better if we choose the right font type and the postion, in example we add the UGOS logo company profile, and the text menu is &#8220;Menu&#8221;, you can use &#8220;Start&#8221; or &#8220;Mulai&#8221; it&#8217;s up to you <img src='http://andrew.getux.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . and This is the final start button.Â <br /><img class="aligncenter size-medium wp-image-257" title="screenshot-10" src="http://andrew.getux.com/wp-content/uploads/2009/01/screenshot-10-300x113.png" alt="screenshot-10" width="300" height="113" /></li>
<li>Export the custom icon, Ctrl+ Shift + E, and give the custom name.png</li>
</ol>
<p>Ok, The custom start menu was ready to use for our desktop, i&#8217;m using ubuntustudio 8.10 to apply this custom start menu button, an this is the step.</p>
<blockquote>
<ol>
<li> Right click on bottom panel, and then &gt;&gt; add to panel &gt;&gt; choose the &#8220;main menu&#8221; Â an place the new start on position as you like, in example bottom left.</li>
<li>Press Alt+F2 to Launch the gconf-editor</li>
<li>Find the /apps/panel/object_0</li>
<li>check on use_custom_iconcheckbox on&#8221;use_custom_icon&#8221;</li>
<li>Browse the locate file custom icon</li>
<li>finish</li>
</ol>
</blockquote>
<p class="bookmark-me"><a title="technorati.com" href="http://www.technorati.com/faves?add=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="stumbleupon.com" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="digg.com" href="http://digg.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.facebook.com" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;t=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.google.com" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="fark.com" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;new_comment=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="furl.com" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;t=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/furl.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="linkarena.de" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/linkarena.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="myweb2.search.yahoo.com" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/yahoomyweb.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="twitthis.com" href="http://twitthis.com/twit?url=http%3A%2F%2Fandrew.getux.com%2F2009%2F01%2F05%2Fcreate-custom-start-menu-on-gnome-desktop-using-inskcape%2F&amp;title=Create+custom+start+menu+on+Gnome+desktop+using+Inkscape%26%238230%3B" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/twitter.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://andrew.getux.com/2009/01/05/create-custom-start-menu-on-gnome-desktop-using-inskcape/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pengenalan Inkscape (Part II)</title>
		<link>http://andrew.getux.com/2008/09/26/pengenalan-inkscape-part-ii/</link>
		<comments>http://andrew.getux.com/2008/09/26/pengenalan-inkscape-part-ii/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 09:36:06 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[desain]]></category>
		<category><![CDATA[inksacape]]></category>
		<category><![CDATA[grafis]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[pengenalan]]></category>

		<guid isPermaLink="false">http://andrew.getux.com/?p=47</guid>
		<description><![CDATA[<img src="http://inkscapetips.files.wordpress.com/2007/09/inkscape_logo_2.png" />]]></description>
			<content:encoded><![CDATA[<p><strong>Dialog tempel (Dockable Dialog)</strong><br />
Istillah dalam bahasa inggris disebut dengan Dockable Dialog, untuk versi terbaru saat ini (0.46) Dockable dialog sudah menyatu dengan jendela utama inkscape, versi terdahulu (- s/d 0.45) masih berupa jendela yang terpisah. Dockable ini terletak dibagian sisi kanan bidang kerja. Pengaturan yang bisa dilakukan melalui Dockable dialog ini antara lain:<br />
<strong>pengaturan layer</strong><br />
Pengaturan layer ini berfungsi apabila pengolahan image membutuhkan beberapa layer yang terpisah. Untuk menampilkan dock ini menggunakan Shortcut Ctrl + Shift + L . Untuk mengingatnya L dari kata [L]ayer. Tampilan Docable Layer seperti pada gambar dibawah ini.</p>
<p><img src="http://lh6.ggpht.com/andrew.primovic/SNynmgrnrNI/AAAAAAAAAYU/CVzjvOeJ8p4/s320/dock-layer.jpg" alt="layer-andrew.getux" /></p>
<p><span id="more-47"></span></p>
<p><strong>Dock Transform (Perpindahan)</strong><br />
Dock ini berfungsi untuk melaukan modifikasi pada objek yang diolah pada bidang kerja inkscape. Untuk menampilkan Dock ini dengan menggunakan Shortcut  Ctrl + Shift + M , Huruf M bisa diingat dari kata [M]ove. Pengaturan yang bisa dilakukan antara lain: Move , Scale , Rotate, Skew, matrix. Tampilan Dock nya dapat dilihat pada gambar dibawah ini.<br />
<img src="http://lh5.ggpht.com/andrew.primovic/SNynoeZbVGI/AAAAAAAAAYc/JUth2VV8Hgs/s320/dock-move.jpg" alt="layer-andrew.getux" /></p>
<p><strong>Dock Align and Distribute</strong><br />
Dock ini berfungsi untuk menata dan mengurutkan objek, menata objek berdasarkan objek lain yang digunakan sebagai patokan. Dock ini bisa juga untuk perataan pengaturan, rata bawah, rata atas, rata samping kiri dan lain sebagainya. Untuk menampilkan Dock ini dapat menggunakan Shortcut  Ctrl + Shift + A , yang berasal dari [A]lignment. Tampilan Dock nya seperti gambar dibawah ini.</p>
<p><img src="http://lh5.ggpht.com/andrew.primovic/SNynjX7DcTI/AAAAAAAAAYE/JZ3WHeplIrc/s320/dock-alignment.jpg" alt="alignment" /></p>
<p><strong>Dock Fill dan Stroke (Pengaturan Pewarnaan dan Outline )</strong></p>
<p>Dock ini berfungsi untuk mengatur pewarnaan dan outline dari objek. Pewarnaan (Fill) objek dapat lebih leluasa dari Dock in dibandingkan dengan penggunaan color palette, ada beberapa pilihan tab pengaturan warna (CMYK, RGB, wheel dan CMS) yang memudahkan user untuk memilih warna yang dirasa paling sesuai keinginan. Fasilitas lain adalah pengaturan Opacity (transparansi) objek dan efek blur. Masih banyak pengaturan yang dilakukan   Untuk menampilan Dialog ini dapat menggunakan Shortcut Ctrl + Shift + F , untuk mengingatnya,huruf F berasal dari kata [F]ill. Gambar Dock Dialognya dapat dilihat pada gambar dibawah ini.</p>
<p><img src="http://lh4.ggpht.com/andrew.primovic/SNynk-HUdiI/AAAAAAAAAYM/5uHTRTspCv4/s320/dock-fillstroke.jpg" alt="stroke-andrew-getux" /></p>
<p><em>[bersambung]</em></p>
<p class="bookmark-me"><a title="technorati.com" href="http://www.technorati.com/faves?add=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/technorati.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="del.icio.us" href="http://del.icio.us/post?url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/delicious.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="stumbleupon.com" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/stumbleupon.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="digg.com" href="http://digg.com/submit?url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/digg.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.facebook.com" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;t=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/facebook.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="www.google.com" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/google.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="fark.com" href="http://cgi.fark.com/cgi/fark/edit.pl?new_url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;new_comment=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/fark.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="furl.com" href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;t=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/furl.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="linkarena.de" href="http://linkarena.com/bookmarks/addlink/?url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/linkarena.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="myweb2.search.yahoo.com" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/yahoomyweb.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> <a title="twitthis.com" href="http://twitthis.com/twit?url=http%3A%2F%2Fandrew.getux.com%2F2008%2F09%2F26%2Fpengenalan-inkscape-part-ii%2F&amp;title=Pengenalan+Inkscape+%28Part+II%29" target="_blank" rel="nofollow"><img src="http://andrew.getux.com/wp-content/plugins/bookmark-me/images/twitter.png" style="margin:0;border:0;padding:0" alt="bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://andrew.getux.com/2008/09/26/pengenalan-inkscape-part-ii/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
