<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ismejks&#039;s Blog</title>
	<atom:link href="http://ismejks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ismejks.wordpress.com</link>
	<description>freelance resource</description>
	<lastBuildDate>Wed, 16 Feb 2011 07:15:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ismejks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ismejks&#039;s Blog</title>
		<link>http://ismejks.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ismejks.wordpress.com/osd.xml" title="Ismejks&#039;s Blog" />
	<atom:link rel='hub' href='http://ismejks.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Global variable in as3</title>
		<link>http://ismejks.wordpress.com/2010/06/04/global-variable-in-as3/</link>
		<comments>http://ismejks.wordpress.com/2010/06/04/global-variable-in-as3/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:17:26 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=76</guid>
		<description><![CDATA[in as2 when we going to use a global variable we just write _globl before the variable. however in as3 due to it become OOP in writing style we have to follow it. that&#8217;s mean we can&#8217;t do that anymore instead we create a class and then declare a variable inside it. since class can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=76&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>in as2 when we going to use a global variable we just write _globl before the variable.</p>
<p>however in as3 due to it become OOP in writing style we have to follow it. that&#8217;s mean we can&#8217;t do that anymore</p>
<p>instead we create a class and then declare a variable inside it. since class can be access from anywhere.</p>
<p>for examlpe:</p>
<p>public class global</p>
<p>{</p>
<p>public var gv: string;</p>
<p>}</p>
<p>after that we can use it on anywhere to calling the class and it variable <strong>global.gv = &#8220;as3 is nice&#8221;;</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=76&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/06/04/global-variable-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Unity3D for creating 3D content on web</title>
		<link>http://ismejks.wordpress.com/2010/06/03/introduction-to-unity3d-for-creating-3d-content-on-web/</link>
		<comments>http://ismejks.wordpress.com/2010/06/03/introduction-to-unity3d-for-creating-3d-content-on-web/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:09:21 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=69</guid>
		<description><![CDATA[i have been playing some 3D thingy for flash and suddenly come across a development tools called Unity. and it instantly become my favorite toy to play with. i mean in at least creating 3D content for web As far as i know for 3D content, Unity is way way way better than flash&#8217;s any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=69&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i have been playing some 3D thingy for flash and suddenly come across a development tools called Unity. and it instantly become my favorite toy to play with. i mean in at least creating 3D content for web</p>
<p>As far as i know for 3D content, Unity is way way way better than flash&#8217;s any kind of 3D engine, and its sucks player.. please  put some effort on displaying 3D content Adobe ..i mean come on..even sony&#8217;s 3D tv is coming</p>
<p>Yes Unity has it own player which support 3D with super smooth frame rate. Not making you freak fall from chair you said? wait until you hear this</p>
<p>Unity 3D support all cutting edge 3D effect and physics you have seen in real game console nowadays..Lighting effects, Shader, Nvidia&#8217;s physic etc and it support many language to develop the interaction content like</p>
<p>Javascript, C++,C#, etc. ok ok now now if you haven&#8217;t fall from your chair or didn&#8217;t shout out omg, or jaw dropping on the floor than take a look of these example.</p>
<p><a title="unity3d" href="http://unity3d.com/gallery/live-demos/index.html#tropical-paradise" target="_blank">http://unity3d.com/gallery/live-demos/index.html#tropical-paradise</a> (wait for it to install the unity player and right click to chose full screen if you like)</p>
<p>unity rockx</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=69&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/06/03/introduction-to-unity3d-for-creating-3d-content-on-web/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>Animate with Enter_Frame event in AS3</title>
		<link>http://ismejks.wordpress.com/2010/03/25/animate-with-enter_frame-event-in-as3/</link>
		<comments>http://ismejks.wordpress.com/2010/03/25/animate-with-enter_frame-event-in-as3/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:54:32 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=55</guid>
		<description><![CDATA[Hi folks, in this post i&#8217;m going to show how to animate an object by using Enter_Frame in as3. Beside commonly used tween class, or third party tweener Enter_Frame event constantly triggering according to the frame of the fla file per second. In this post i created a Main document class and a circle class [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=55&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi folks, in this post i&#8217;m going to show how to animate an object by using Enter_Frame in as3.</p>
<p>Beside commonly used tween class, or third party tweener Enter_Frame event constantly triggering according to the frame of the fla file per second.</p>
<p>In this post i created a Main document class and a circle class as the example, every time you click the circle the circle will move 200 in x-axis;</p>
<p><strong>circle class:</strong></p>
<p>package<br />
{</p>
<p>import flash.display.Sprite;<br />
import flash.events.*;</p>
<p>public class Circle extends Sprite<br />
{<br />
public function Circle()<br />
{<br />
this.addEventListener(MouseEvent.CLICK, movecircle);</p>
<p>}<br />
function movecircle(e:MouseEvent)<br />
{</p>
<p>this.addEventListener(Event.ENTER_FRAME, circleframe);</p>
<p>}<br />
function circleframe(e:Event)<br />
{<br />
var i:int<br />
this.x=this.x+10;</p>
<p>for (i=0; i&lt;10; i++)<br />
{</p>
<p>if(this.x == 200*i)<br />
{<br />
this.removeEventListener(Event.ENTER_FRAME, circleframe);</p>
<p>}<br />
}<br />
}</p>
<p>}<br />
}</p>
<p>2. <strong>Main Document Class</strong></p>
<p>package<br />
{<br />
import flash.display.MovieClip;</p>
<p>public class Main extends MovieClip<br />
{<br />
var circle:Circle = new Circle();<br />
public function Main()<br />
{<br />
circle.x= 150;<br />
addChild(circle);</p>
<p>}</p>
<p>}<br />
}</p>
<p>As you can see what i&#8217;m done here, i just created an sweet little handy event handler called <strong>circleframe</strong> like any other events and execute the method</p>
<p>this.addEventListener(Event.ENTER_FRAME,<strong> circleframe</strong>);</p>
<p>along with its function:</p>
<p>function <strong>circleframe</strong>(e:Event)<br />
{<br />
var i:int<br />
this.x=this.x+10;</p>
<p>for (i=0; i&lt;10; i++)<br />
{</p>
<p>if(this.x == 200*i)<br />
{<br />
this.removeEventListener(Event.ENTER_FRAME, circleframe);</p>
<p>}</p>
<p>If you want to stop it just remove it by using any condition.</p>
<p>As you test the movie the first click the circle only moved  50 in x-axis this is because we initiated the circle at 150 x position at the main document class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=55&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/03/25/animate-with-enter_frame-event-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>2 ways to instantiate and link document class in AS3</title>
		<link>http://ismejks.wordpress.com/2010/03/11/2-ways-to-instantiate-or-link-classes-in-as3/</link>
		<comments>http://ismejks.wordpress.com/2010/03/11/2-ways-to-instantiate-or-link-classes-in-as3/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:56:04 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=50</guid>
		<description><![CDATA[ok folks, today i&#8217;m going show you 2 ways to link class in as3 Method 1: Instantiating in AS file and link from Document class Method 2: Instantiating in fla&#8217;s file main time line Method 1: Instantiating in AS file and link from Document class On the new fla file make sure the name of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=50&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ok folks, today i&#8217;m going show you 2 ways to link class in as3</p>
<p>Method 1: Instantiating in AS file and link from Document class<br />
Method 2: Instantiating in fla&#8217;s file main time line</p>
<p>Method 1: Instantiating in AS file and link from Document class</p>
<p>On the new fla file make sure the name of the Document class &#8216;s name is same with the AS file class you&#8217;ve created, be note  that class name must be same with the AS file name. By using this way every object has to be instantiate in the as file.</p>
<p>Method 2: Instantiating in fla&#8217;s file main time line</p>
<p>This method will be using time line to instantiate the object in the AS file,  first create the class with its method but remember don&#8217;t link the Document class in FLA file with the AS file class,or you will get error, instead of that you have to make it on the time line.</p>
<p>is easy for example</p>
<p>first you create you class like normally you create but you don&#8217;t have to import flash classes.  because we&#8217;ll instantiate directly to the FLA&#8217;s time line. but how to link it you said? easy</p>
<p>just instantiate on the main time line with the &#8216;new&#8217; keyword:</p>
<p>for expample-   var yourval:classname = new classname();</p>
<p>That&#8217;s it simple and easy hope you enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=50&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/03/11/2-ways-to-instantiate-or-link-classes-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>scaleMode in AS2 and AS3</title>
		<link>http://ismejks.wordpress.com/2010/03/08/scalemode-in-as2-and-as3/</link>
		<comments>http://ismejks.wordpress.com/2010/03/08/scalemode-in-as2-and-as3/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:09:48 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=48</guid>
		<description><![CDATA[There is abit little change on Scale mode in as3 In as2: Stage.scaleMode = &#8220;noScale&#8221;; In as3: stage.scaleMode = StageScaleMode.NO_SCALE; and remember to import the scale mode class in order to make it works import flash.display.StageScaleMode;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=48&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is abit little change on Scale mode in as3</p>
<p>In as2:</p>
<p>Stage.scaleMode = &#8220;noScale&#8221;;</p>
<p>In as3:</p>
<p>stage.scaleMode =  StageScaleMode.NO_SCALE;</p>
<p>and remember to import the scale mode class in order to make it works</p>
<p>import flash.display.StageScaleMode;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=48&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/03/08/scalemode-in-as2-and-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>AMFPHP issue Function eregi_replace() is deprecated error</title>
		<link>http://ismejks.wordpress.com/2010/01/22/amfphp-issue-function-eregi_replace-is-deprecated-error/</link>
		<comments>http://ismejks.wordpress.com/2010/01/22/amfphp-issue-function-eregi_replace-is-deprecated-error/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 08:43:25 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=46</guid>
		<description><![CDATA[Hi folks, amfphp 1.9 beta was released quite a long time, and recently i installed it to my localhost with newer php version but guess what, there was a function error stated eregi_replace() is deprecated error, now thanks to Renato Moya who adressed the problem on his blog the problem can now be fix by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=46&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>amfphp 1.9 beta was released quite a long time, and recently i installed it to my localhost with newer php version but guess what, there was a function error stated eregi_replace() is deprecated error, now thanks to Renato Moya who adressed the problem on his <a href="http://www.aschile.net/2009/10/amfphp-browser-issue-function-eregi_replace-is-deprecated/comment-page-1/#comment-48" target="_blank">blog</a> the problem can now be fix by just replacing: the file in <strong>/amfphp/core/shared/utils</strong></p>
<p><code>$comment = eregi_replace("\n[ \t]+", "\n", trim($comment));<br />
$comment = str_replace("\n", "\\n", trim($comment));<br />
$comment = eregi_replace("[\t ]+", " ", trim($comment));</code></p>
<p>with</p>
<p><code>$comment = preg_replace("`\n[ \t]+`U", "\n",trim($comment));<br />
$comment = str_replace("\n", "\\n", trim($comment));<br />
$comment = preg_replace("`[\t ]+`U", " ",trim($comment));</code></p>
<p>that&#8217;s all. hope this help who have the same problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=46&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2010/01/22/amfphp-issue-function-eregi_replace-is-deprecated-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>Papervision with Augmented Reality / FLARToolKit&#8230;&#8230;&#8230;&#8230;..Part 1</title>
		<link>http://ismejks.wordpress.com/2009/11/26/papervision-with-augmented-reality-flartoolkit-part-1/</link>
		<comments>http://ismejks.wordpress.com/2009/11/26/papervision-with-augmented-reality-flartoolkit-part-1/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:14:37 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=42</guid>
		<description><![CDATA[Hello folks, due to a job needed recently I&#8217;m playing with Augmented Reality with papervision. I&#8217;m going to give some guide to create a simple 3D by using 3Dsmax studio and export it to collada file and implement to flash by using FLARTToolkit. Augmented Reality is a technology that allows you to superimpose images into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=42&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello folks, due to a job needed recently I&#8217;m playing with Augmented Reality with papervision.</p>
<p>I&#8217;m going to give some guide to create a simple 3D by using 3Dsmax studio and export it to collada file and implement to flash by using FLARTToolkit.</p>
<p>Augmented Reality is a technology that allows you to superimpose images into real-time environments by using a shape or symbol to recognize through webcam.</p>
<p>and papervision is a 3D flash engine.</p>
<p>To get a better idea what the Hell is that.. just watch the youtube video:</p>
<p><a href="http://www.youtube.com/watch?v=vS6r5d-0hZ8&amp;feature=related">http://www.youtube.com/watch?v=vS6r5d-0hZ8&amp;feature=related</a></p>
<p>Before get started make sure you have:</p>
<p>1.FLARToolKit you can download from here</p>
<p><a href="http://saqoosha.net/lab/FLARToolKit/FLARToolKit-starter-kit.zip">http://saqoosha.net/lab/FLARToolKit/FLARToolKit-starter-kit.zip</a></p>
<p>2. FLAR marker generator (yes scroll down and search it):</p>
<p><a href="http://www.adobe.com/devnet/flash/articles/augmented_reality.html">http://www.adobe.com/devnet/flash/articles/augmented_reality.html</a></p>
<p>3. Collada exporter plugins for 3Ds max:</p>
<p><a href="http://sourceforge.net/projects/colladamaya/">http://sourceforge.net/projects/colladamaya/</a></p>
<p>Lastly:</p>
<p>A printer or marker pen and paper <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Yes you can draw the symbol by yourself later on if you don&#8217;t have a damn printer like me.</p>
<p>That&#8217;s for today, part 2 will be start out soon enough i think&#8230;.Uh mm.. Until then get your self prepare with those whatever.</p>
<p>Any experts are welcome to give comment for my tutorial. Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=42&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2009/11/26/papervision-with-augmented-reality-flartoolkit-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>Freelancer Needs more Vitamin</title>
		<link>http://ismejks.wordpress.com/2009/11/24/freelancer-needs-more-vitamin/</link>
		<comments>http://ismejks.wordpress.com/2009/11/24/freelancer-needs-more-vitamin/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 16:30:30 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=38</guid>
		<description><![CDATA[hey is that me?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=38&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>hey is that me?</p>
<p><a href="http://ismejks.files.wordpress.com/2009/11/ff132_zombiework.jpg"><a href="http://ismejks.files.wordpress.com/2009/11/ff132_zombiework.jpg"><img class="alignnone size-full wp-image-39" title="FF132_ZombieWork" src="http://ismejks.files.wordpress.com/2009/11/ff132_zombiework.jpg?w=600" alt=""   /></a></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=38&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2009/11/24/freelancer-needs-more-vitamin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>

		<media:content url="http://ismejks.files.wordpress.com/2009/11/ff132_zombiework.jpg" medium="image">
			<media:title type="html">FF132_ZombieWork</media:title>
		</media:content>
	</item>
		<item>
		<title>Paypal now support MYR (Malaysia Ringgit)</title>
		<link>http://ismejks.wordpress.com/2009/11/22/paypal-now-support-myr-malaysia-ringgit/</link>
		<comments>http://ismejks.wordpress.com/2009/11/22/paypal-now-support-myr-malaysia-ringgit/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 10:42:53 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/2009/11/22/paypal-now-support-myr-malaysia-ringgit/</guid>
		<description><![CDATA[Here is source and guide: here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=28&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is source and guide:</p>
<p><a title="paypal now support MYR (Malaysia Ringgit)" href="http://www.webshaper.com.my/blog/index.php/how-to-link-paypal-to-malaysia-bank-account" target="_blank">here</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=28&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2009/11/22/paypal-now-support-myr-malaysia-ringgit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
		<item>
		<title>Create a stunning and smooth popup using jQuery</title>
		<link>http://ismejks.wordpress.com/2009/11/20/create-a-stunning-and-smooth-popup-using-jquery/</link>
		<comments>http://ismejks.wordpress.com/2009/11/20/create-a-stunning-and-smooth-popup-using-jquery/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:46:35 +0000</pubDate>
		<dc:creator>ismejks</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ismejks.wordpress.com/?p=22</guid>
		<description><![CDATA[Hi folks, recently found a nicely done tutorial for creating smooth popup using jQuery (yup step by step, even your mother can get it done) Here&#8217;s the link: http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=22&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi folks, recently found a nicely done tutorial for creating smooth popup using jQuery (yup step by step, even your mother can get it done)</p>
<p>Here&#8217;s the link:</p>
<p>http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-popup-using-jquery/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ismejks.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ismejks.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ismejks.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ismejks.wordpress.com&amp;blog=9049462&amp;post=22&amp;subd=ismejks&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ismejks.wordpress.com/2009/11/20/create-a-stunning-and-smooth-popup-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/58f23af5bbc4f423198615a06c355820?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ismejks</media:title>
		</media:content>
	</item>
	</channel>
</rss>
