<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>alptugan</title>
	<link>http://blog.alptugan.com</link>
	<description>interactive designer</description>
	<lastBuildDate>Fri, 20 Aug 2010 19:54:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Illustrated Pearl Jam Posters</title>
		<description><![CDATA[Maxx242

Jeff Soto

Artillary Design
]]></description>
		<link>http://blog.alptugan.com/?p=372</link>
			</item>
	<item>
		<title>Use your macbook trackpad as a multitouch device on Max 5</title>
		<description><![CDATA[
I was looking for somekind of framework or script in order to use trackpad as multitouch device. At first I found TongSeng from TUIO. After a little googling, I came across with an external called Fingerpinger which was written for Max Msp Jitter. It&#8217;s free and opensource. You can download it from here. And it&#8217;s [...]]]></description>
		<link>http://blog.alptugan.com/?p=370</link>
			</item>
	<item>
		<title>Convert Fist Letter in String to Uppercase With AS3</title>
		<description><![CDATA[var Title : String = "bLoG";
Title = CapitalizeFirstLetter(Title);
//Ouput: Blog

function CapitalizeFirstLetter(Str:String):String
{
	var converted:String = (Str.substr(0,1).toUpperCase() + (Str.substr(1,Str.length)).toLowerCase());		

        return converted;
}
]]></description>
		<link>http://blog.alptugan.com/?p=368</link>
			</item>
	<item>
		<title>Redirecting domains to www with .htaccess file</title>
		<description><![CDATA[If you have Linux server on your web site, you can easily redirect your &#8220;domain.com&#8221; to &#8220;www.domain.com&#8221; with .htaccess file. Every Linux based servers have .htaccess file. However, because of the &#8220;.&#8221;, it&#8217;s a hidden file. So, you can&#8217;t view unless you set your ftp client&#8217;s &#8220;view&#8221; property to &#8220;show invisible files&#8221;. You can turn [...]]]></description>
		<link>http://blog.alptugan.com/?p=365</link>
			</item>
	<item>
		<title>Online Font Converter Tool</title>
		<description><![CDATA[This is a great tool for converting font types online. The best part is you don&#8217;t have to sign up or be a member of the web site. Cool!
link
]]></description>
		<link>http://blog.alptugan.com/?p=362</link>
			</item>
	<item>
		<title>Convert AS3 Timeline Codes to Document Class Easily</title>
		<description><![CDATA[Here is a great tool that you can convert Flash Timeline codes to the document classes. It works perfectly. The only thing you do is, just copy timeline code into the empty textarea below, then put a name for your document class. When you press &#8220;submit&#8221; button, a php script generates your document class code [...]]]></description>
		<link>http://blog.alptugan.com/?p=360</link>
			</item>
	<item>
		<title>Sound Design-Me and The Devil</title>
		<description><![CDATA[   Meanthedevil  by alptugan  
]]></description>
		<link>http://blog.alptugan.com/?p=356</link>
			</item>
	<item>
		<title>Interview with Milton Glaser</title>
		<description><![CDATA[There is a nice interview with Milton Glaser about art, design, computers and education at Design Informer.

Milton Glaser’s Website
]]></description>
		<link>http://blog.alptugan.com/?p=351</link>
			</item>
	<item>
		<title>With keyword in Action Script 3.0</title>
		<description><![CDATA[I&#8217;ve been programming with as3 for two years and everyday I come across with a new stuff   Today, I was checking a as class and encountered with &#8220;with&#8221; keyword. There is no magic about &#8220;with&#8221; keyword. But, it allows you to write cleaner codes. Here is a little example how it works;
with (graphics)
{
	clear();
	beginBitmapFill(_bitmapdata);
	moveTo(0, [...]]]></description>
		<link>http://blog.alptugan.com/?p=347</link>
			</item>
	<item>
		<title>Squatouch is represented at Cycling 74 and Computer Music Blog</title>
		<description><![CDATA[Squatouch is a computer-based musical interface and offers a multitouch  user interface via the forms of direct interaction which is designed and programmed by me.
Computer Music Blog
Cycling 74
]]></description>
		<link>http://blog.alptugan.com/?p=343</link>
			</item>
</channel>
</rss>
