<?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>Sangimca&#039;s Blog</title>
	<atom:link href="http://sangimca.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sangimca.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 22 Dec 2010 11:24:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sangimca.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sangimca&#039;s Blog</title>
		<link>http://sangimca.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sangimca.wordpress.com/osd.xml" title="Sangimca&#039;s Blog" />
	<atom:link rel='hub' href='http://sangimca.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Java Program</title>
		<link>http://sangimca.wordpress.com/2010/11/23/java-program/</link>
		<comments>http://sangimca.wordpress.com/2010/11/23/java-program/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 10:19:18 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
		
		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=68</guid>
		<description><![CDATA[Compute minimum of two numbers using conditional operator &#160; class minnumber { public static void main(String args[]) { //Taking value as command line arguments int i=Integer.parseInt(args[0]); int j=Integer.parseInt(args[1]); int result=(i&#60;j)?i:j; System.out.println(&#8220;The minimum of the two numbers is:&#8221; +result); } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=68&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Compute minimum of two numbers using conditional operator</strong></p>
<p>&nbsp;</p>
<p>class minnumber</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>//Taking value as command line arguments</p>
<p>int i=Integer.parseInt(args[0]);</p>
<p>int j=Integer.parseInt(args[1]);</p>
<p>int result=(i&lt;j)?i:j;</p>
<p>System.out.println(&#8220;The minimum of the two numbers is:&#8221; +result);</p>
<p>}</p>
<p>}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=68&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2010/11/23/java-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Basic Programs</title>
		<link>http://sangimca.wordpress.com/2010/11/23/java-basic-programs/</link>
		<comments>http://sangimca.wordpress.com/2010/11/23/java-basic-programs/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 10:07:13 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
		
		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=66</guid>
		<description><![CDATA[1) Prints the Welcome public class simple { public static void main(String args[]) { System.out.println(“Welcome!”); } } &#160; Output: Welcome &#160; 2) Calling the greet method from another class public class Greeting { /* Defining Methods*/ public void greet() { System.out.println(&#8220;Hi! Welcome&#8221;); } } &#160; public class TestGreeting { public static void main(String args[]) { [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=66&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1) Prints the Welcome</strong></p>
<p><strong> </strong></p>
<p>public class simple</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>System.out.println(“Welcome!”);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p>Welcome</p>
<p>&nbsp;</p>
<p><strong>2) Calling the greet method from another class</strong></p>
<p><strong> </strong></p>
<p>public class Greeting</p>
<p>{</p>
<p>/* Defining Methods*/</p>
<p>public void greet()</p>
<p>{</p>
<p>System.out.println(&#8220;Hi! Welcome&#8221;);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>public class TestGreeting</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>/* Creating objects */</p>
<p>Greeting hello = new Greeting();</p>
<p>/* Calling the method using objects  from another class*/</p>
<p>hello.greet();</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong>Hi! Welcome</strong></p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>3)Compute the biggest number among three numbers</strong></p>
<p>&nbsp;</p>
<p>class biggestnumber</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>int a = Integer.parseInt(args[0]);</p>
<p>int b = Integer.parseInt(args[1]);</p>
<p>int c = Integer.parseInt(args[2]);</p>
<p>if((a&gt;b)&amp;&amp;(a&gt;c))</p>
<p>System.out.println(&#8220;The biggest among the three numbers is:&#8221; +a);</p>
<p>else if((b&gt;a)&amp;&amp;(b&gt;c))</p>
<p>System.out.println(&#8220;The biggest among the three numbers is:&#8221; +b);</p>
<p>else</p>
<p>System.out.println(&#8220;The biggest among the three numbers is:&#8221; +c);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong> </strong></p>
<p>java biggestnumber 23 30 20</p>
<p>The biggest among the three numbers is:30</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>4) Prints the values stored in the primitive types and string</strong></p>
<p><strong> </strong></p>
<p>public class sample</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>int a=10;</p>
<p>float b=10000.0F;</p>
<p>String name= &#8220;Vignesh karthick&#8221;;</p>
<p>System.out.println(&#8220;Integer a:&#8221; +a);</p>
<p>System.out.println(&#8220;Float b:&#8221; +b);</p>
<p>System.out.println(&#8220;String name:&#8221; + name);</p>
<p>}</p>
<p>}</p>
<p><strong>Output:</strong></p>
<p>&nbsp;</p>
<p>Integer a:10</p>
<p>Float b:10000.0</p>
<p>String name:Vignesh karthick</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>5) Computation</strong><strong> distance light travels using long variables.</strong></p>
<p>&nbsp;</p>
<p>class Light</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>int lightspeed;</p>
<p>long days;</p>
<p>long seconds;</p>
<p>long distance;</p>
<p>// approximate speed of light in miles per second</p>
<p>lightspeed = 186000;</p>
<p>days = 1000; // specify number of days here</p>
<p>seconds = days * 24 * 60 * 60; // convert to seconds</p>
<p>distance = lightspeed * seconds; // compute distance</p>
<p>System.out.print(&#8220;In &#8221; + days);</p>
<p>System.out.print(&#8221; days light will travel about &#8220;);</p>
<p>System.out.println(distance + &#8221; miles.&#8221;);</p>
<p>}</p>
<p>}</p>
<p><strong> </strong></p>
<p><strong>Output:</strong></p>
<p>In 1000 days light will travel about 16070400000000 miles.</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong>6) Factorial of a given number</strong></p>
<p><strong> </strong></p>
<p>import java.io.*;</p>
<p>class factorial</p>
<p>{</p>
<p>&nbsp;</p>
<p>public static void main(String args[])throws IOException</p>
<p>{</p>
<p>int i,n,f=1;</p>
<p>DataInputStream in=new DataInputStream(System.in);</p>
<p>System.out.println(&#8220;Enter the number:&#8221;);</p>
<p>n=Integer.parseInt(in.readLine());</p>
<p>System.out.println(&#8220;The factorial of&#8221; +n+ &#8220;is&#8221; );</p>
<p>for(i=1;i&lt;=n;i++)</p>
<p>{</p>
<p>f=f*i;</p>
<p>}</p>
<p>System.out.println(f);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong> </strong></p>
<p>Enter the number:</p>
<p>5</p>
<p>The factorial of 5 is</p>
<p>120</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>7) Swapping of 2 numbers with third variable</strong></p>
<p><strong> </strong></p>
<p>class SwappingWithThirdVariable</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>int num1=50;</p>
<p>int num2=20;</p>
<p>System.out.println(&#8220;Before Swapping&#8221;);</p>
<p>System.out.println(&#8220;num1:&#8221; + num1);</p>
<p>System.out.println(&#8220;num2:&#8221; + num2);</p>
<p>swap(num1,num2);</p>
<p>}</p>
<p>public static void swap(int num1,int num2)</p>
<p>{</p>
<p>int temp;</p>
<p>temp=num1;</p>
<p>num1=num2;</p>
<p>num2=temp;</p>
<p>System.out.println(&#8220;After Swapping&#8221;);</p>
<p>System.out.println(&#8220;num1:&#8221; + num1);</p>
<p>System.out.println(&#8220;num2:&#8221; + num2);</p>
<p>}</p>
<p>}</p>
<p><strong> </strong></p>
<p><strong>Output:</strong></p>
<p><strong> </strong></p>
<p>Before Swapping</p>
<p>num1:50</p>
<p>num2:20</p>
<p>After Swapping</p>
<p>num1:20</p>
<p>num2:50</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Swapping of 2 numbers without third variable</strong></p>
<p>&nbsp;</p>
<p>class SwappingWithOutThirdVariable</p>
<p>{</p>
<p>public static void main(String args[])</p>
<p>{</p>
<p>int num1=10;</p>
<p>int num2=20;</p>
<p>System.out.println(&#8220;Before Swapping&#8221;);</p>
<p>System.out.println(&#8220;num1:&#8221; + num1);</p>
<p>System.out.println(&#8220;num2:&#8221; + num2);</p>
<p>swap(num1,num2);</p>
<p>}</p>
<p>public static void swap(int num1,int num2)</p>
<p>{</p>
<p>num1=num1+num2;</p>
<p>num2=num1-num2;</p>
<p>num1=num1-num2;</p>
<p>System.out.println(&#8220;After Swapping&#8221;);</p>
<p>System.out.println(&#8220;num1:&#8221; + num1);</p>
<p>System.out.println(&#8220;num2:&#8221; + num2);</p>
<p>}</p>
<p>}</p>
<p><strong> </strong></p>
<p><strong>Output:</strong></p>
<p>&nbsp;</p>
<p>Before Swapping</p>
<p>num1:10</p>
<p>num2:20</p>
<p>After Swapping</p>
<p>num1:20</p>
<p>num2:10</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>9) Fibonnaci Series for a given number of times</strong></p>
<p><strong> </strong></p>
<p>import java.io.*;</p>
<p>class fibonacci</p>
<p>{</p>
<p>public static void main(String args[])throws IOException</p>
<p>{</p>
<p>int f1=-1,f2=1,f3,i,n;</p>
<p>DataInputStream in = new DataInputStream(System.in);</p>
<p>System.out.println(&#8220;Enter the limit:&#8221;);</p>
<p>n=Integer.parseInt(in.readLine());</p>
<p>System.out.println(&#8220;Fibonacci Series are:&#8221;);</p>
<p>for(i=1;i&lt;=n;i++)</p>
<p>{</p>
<p>f3=f1+f2;</p>
<p>f1=f2;</p>
<p>f2=f3;</p>
<p>System.out.println(f3);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p><strong> </strong></p>
<p>Enter the limit:</p>
<p>7</p>
<p>Fibonacci Series are:</p>
<p>0</p>
<p>1</p>
<p>1</p>
<p>2</p>
<p>3</p>
<p>5</p>
<p>8</p>
<p>&nbsp;</p>
<p><strong>10) Calculation of Simple Interest</strong></p>
<p><strong> </strong></p>
<p>import java.io.*;</p>
<p>class simpleinterest</p>
<p>{</p>
<p>public static void main(String args[])throws IOException</p>
<p>{</p>
<p>int p,n;</p>
<p>float r,si,amt;</p>
<p>DataInputStream in = new DataInputStream(System.in);</p>
<p>System.out.println(&#8220;Enter the principle amount:&#8221;);</p>
<p>p=Integer.parseInt(in.readLine());</p>
<p>System.out.println(&#8220;Enter the no. of years:&#8221;);</p>
<p>n=Integer.parseInt(in.readLine());</p>
<p>System.out.println(&#8220;Enter the rate of interest:&#8221;);</p>
<p>r=Float.parseFloat(in.readLine());</p>
<p>si=(p*n*r)/100;</p>
<p>amt=p+si;</p>
<p>System.out.println(&#8220;Simple Interest:&#8221; +si);</p>
<p>System.out.println(&#8220;Amount:&#8221; +amt);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p>&nbsp;</p>
<p>Enter the principle amount:</p>
<p>1000</p>
<p>Enter the no. of years:</p>
<p>2</p>
<p>Enter the rate of interest:</p>
<p>2.5</p>
<p>Simple Interest:50.0</p>
<p>Amount:1050.0</p>
<p>&nbsp;</p>
<p><strong>11) Computation for Area of a Circle</strong></p>
<p>&nbsp;</p>
<p>class DoubleDemo</p>
<p>{</p>
<p>public static void main(String args[]) {</p>
<p>double pi, r, a;</p>
<p>r = 10.8; // radius of circle</p>
<p>pi = 3.1416; // pi, approximately</p>
<p>a = pi * r * r; // compute area</p>
<p>System.out.println(&#8220;Area of circle is &#8221; + a);</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p><strong>Output</strong>:</p>
<p>&nbsp;</p>
<p>Area of circle is 366.436224</p>
<p>&nbsp;</p>
<p><strong>12) Check whether the given number is prime  or not</strong></p>
<p><strong> </strong></p>
<p>public static void main(String args[])throws IOException</p>
<p>{</p>
<p>int i,num,remainder;</p>
<p>DataInputStream in = new DataInputStream(System.in);</p>
<p>System.out.println(&#8220;Enter the number:&#8221;);</p>
<p>num=Integer.parseInt(in.readLine());</p>
<p>for(i=2;i&lt;num;i++)</p>
<p>{</p>
<p>remainder=num%i;</p>
<p>if(remainder==0)</p>
<p>{</p>
<p>System.out.println(num + &#8221; is not prime&#8221;);</p>
<p>break;</p>
<p>}</p>
<p>}</p>
<p>if(i==num)</p>
<p>{</p>
<p>System.out.println(num + &#8221; is  prime&#8221;);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p><strong>Output:</strong></p>
<p>&nbsp;</p>
<p>Enter the number:</p>
<p>12</p>
<p>12 is not prime</p>
<p>&nbsp;</p>
<p><strong>13) Compute rightangledtriangle</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>import java.io.*;</p>
<p>public class rightangledtriangle</p>
<p>{</p>
<p>public static void main(String[] args) throws IOException</p>
<p>{</p>
<p>DataInputStream in = new DataInputStream(System.in);</p>
<p>int n;</p>
<p>System.out.println(&#8220;Enter the no. of rows:&#8221;);</p>
<p>n=Integer.parseInt(in.readLine());</p>
<p>for(int i=1;i&lt;=n;i++)</p>
<p>{</p>
<p>for(int j=1;j&lt;=i;j++)</p>
<p>{</p>
<p>System.out.print(&#8221; &#8220;+i+&#8221; &#8220;);</p>
<p>}</p>
<p>System.out.print(&#8220;\n&#8221;);</p>
<p>}</p>
<p>}</p>
<p>}</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p><strong>Output:</strong></p>
<p><strong> </strong></p>
<p>Enter the no. of rows:</p>
<p>5</p>
<p>The right angled triangle:</p>
<p>1</p>
<p>2  2</p>
<p>3  3  3</p>
<p>4  4  4  4</p>
<p>5  5  5  5  5</p>
<p>&nbsp;</p>
<p><strong> </strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=66&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2010/11/23/java-basic-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Sample Java Program</title>
		<link>http://sangimca.wordpress.com/2010/11/19/sample-java-program/</link>
		<comments>http://sangimca.wordpress.com/2010/11/19/sample-java-program/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 11:25:43 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
		
		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=60</guid>
		<description><![CDATA[class p1 { public static void main(String args[]) { System.out.println(&#8220;Welcome&#8221;); } }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=60&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>class p1<br />
{<br />
public static void main(String args[])<br />
{<br />
System.out.println(&#8220;Welcome&#8221;);<br />
}<br />
}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=60&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2010/11/19/sample-java-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use List in java.</title>
		<link>http://sangimca.wordpress.com/2010/03/28/how-to-use-list-in-java/</link>
		<comments>http://sangimca.wordpress.com/2010/03/28/how-to-use-list-in-java/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 16:55:09 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=54</guid>
		<description><![CDATA[List Interface: List interface is part of java.util package. List interface can add value elements by add(value) method. List can implement Vector, ArrayList class. List value can get by Iterator interface. A List is an ordered Collection (sometimes called a sequence). Lists may contain duplicate elements. In addition to the operations inherited from Collection. List [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=54&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em><strong>List Interface:</strong></em></p>
<ul>
<li>List interface is part of java.util package. List interface can add  value elements by add(value) method.</li>
<li>List can implement Vector, ArrayList class.</li>
<li>List value can get by Iterator interface.</li>
<li>A <a href="http://java.sun.com/javase/7/docs/api/java/util/List.html" target="_blank"><code>List</code></a> is an ordered <a href="http://java.sun.com/javase/7/docs/api/java/util/Collection.html" target="_blank"><code>Collection</code></a> (sometimes called a <em>sequence</em>).</li>
<li> Lists may contain duplicate  elements. In addition to the operations inherited from <code>Collection.</code></li>
</ul>
<p><em><strong>List Example</strong></em></p>
<p>import java.util.Iterator;<br />
import java.util.List;<br />
import java.util.ArrayList;</p>
<p>public class ListExample {</p>
<p>public static void main(String[] args) {</p>
<p>// List Example implement with ArrayList<br />
List&lt;String&gt; ls=new ArrayList&lt;String&gt;();</p>
<p>ls.add(&#8220;one&#8221;);<br />
ls.add(&#8220;Three&#8221;);<br />
ls.add(&#8220;two&#8221;);<br />
ls.add(&#8220;four&#8221;);</p>
<p>Iterator it=ls.iterator();</p>
<p>while(it.hasNext())<br />
{<br />
String value=(String)it.next();</p>
<p>System.out.println(&#8220;Value :&#8221;+value);<br />
}<br />
}<br />
}</p>
<p><em><strong>Output</strong></em></p>
<div>
<p>List Value : O ne<br />
List Value :Three<br />
List Value :two<br />
List Value :four</p>
</div>
<p><em><strong><br />
</strong></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=54&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2010/03/28/how-to-use-list-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Web 2.0 Framework</title>
		<link>http://sangimca.wordpress.com/2009/08/13/web-2-0-framework/</link>
		<comments>http://sangimca.wordpress.com/2009/08/13/web-2-0-framework/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 06:52:37 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/2009/08/13/web-2-0-framework/</guid>
		<description><![CDATA[&#8220;Web 2.0&#8243; refers to the second generation of web development and web design that facilitates information sharing, interoperability, user-centered design[1] and collaboration on the World Wide Web. Examples include social-networking sites, video-sharing sites, wikis, blogs, mashups and folksonomies. CHARACTERISTICS Participation Every aspect of Web 2.0 is driven by participation. The transition to Web 2.0 was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=50&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;Web 2.0&#8243; refers to the second generation of web development and web design that facilitates information sharing, interoperability, user-centered design[1] and collaboration on the World Wide Web.</p>
<p>Examples include <a title="Social network service" href="http://en.wikipedia.org/wiki/Social_network_service">social-networking sites</a>, <a title="Video sharing" href="http://en.wikipedia.org/wiki/Video_sharing">video-sharing sites</a>, <a title="Wiki" href="http://en.wikipedia.org/wiki/Wiki">wikis</a>, <a title="Blog" href="http://en.wikipedia.org/wiki/Blog">blogs</a>, <a title="Mashup (web application hybrid)" href="http://en.wikipedia.org/wiki/Mashup_%28web_application_hybrid%29">mashups</a> and <a title="Folksonomy" href="http://en.wikipedia.org/wiki/Folksonomy">folksonomies</a>.</p>
<p><img class="alignnone size-medium wp-image-52" title="Web2_framework_p1" src="http://sangimca.files.wordpress.com/2009/08/web2_framework_p11.jpg?w=300&#038;h=210" alt="Web2_framework_p1" width="300" height="210" /></p>
<p><em><strong>CHARACTERISTICS</strong></em><br />
<strong>Participation</strong><br />
Every aspect of Web 2.0 is driven by participation. The transition to<br />
Web 2.0 was enabled by the emergence of platforms such as blogging,<br />
social networks, and free image and video uploading, that collectively<br />
allowed extremely easy content creation and sharing by anyone.<br />
<strong>Standards</strong><br />
Standards provide an essential platform for Web 2.0. Common<br />
interfaces for accessing content and applications are the<br />
glue that allow integration across the many elements of<br />
the emergent web.<br />
<strong>Decentralization</strong><br />
Web 2.0 is decentralized in its architecture,<br />
participation, and usage. Power and flexibility emerges<br />
from distributing applications and content over many<br />
computers and systems, rather than maintaining<br />
them on centralized systems.<br />
<strong>Openness</strong><br />
The world of Web 2.0 has only become possible<br />
through a spirit of openness whereby developers<br />
and companies provide open, transparent access<br />
to their applications and content.<br />
<strong>Modularity</strong><br />
Web 2.0 is the antithesis of the monolothic. It emerges<br />
from many, many components or modules that are<br />
designed to link and integrate with others, together<br />
building a whole that is greater than the sum of its parts.<br />
<strong>User Control</strong><br />
A primary direction of Web 2.0 is for users to control<br />
the content they create, the data captured about their web<br />
activities, and their identity. This powerful trend is driven by<br />
the clear desires of participants.<br />
<strong>Identity</strong><br />
Identity is a critical element of both Web 2.0 and the future direction<br />
of the internet. We can increasingly choose to represent our identities<br />
however we please, across interactions, virtual worlds, and social networks.<br />
We can also own and verify our real identities in transactions if we choose.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=50&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/08/13/web-2-0-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>

		<media:content url="http://sangimca.files.wordpress.com/2009/08/web2_framework_p11.jpg?w=300" medium="image">
			<media:title type="html">Web2_framework_p1</media:title>
		</media:content>
	</item>
		<item>
		<title>Zoom Effect</title>
		<link>http://sangimca.wordpress.com/2009/06/19/zoom-effect/</link>
		<comments>http://sangimca.wordpress.com/2009/06/19/zoom-effect/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 13:13:30 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Flex Examples]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=40</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&#62; &#60;mx:Zoom id=&#8221;mzoom&#8221; zoomHeightTo=&#8221;{Number(zoomHeightInput.text)}&#8221; zoomWidthTo=&#8221;{Number(zoomWidthInput.text)}&#8221;/&#62; &#60;mx:Panel x=&#8221;0&#8243; y=&#8221;0&#8243; width=&#8221;100%&#8221; height=&#8221;100%&#8221; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243; title=&#8221;Applying Zoom Effects Using Data Binding&#8221;&#62; &#60;mx:ApplicationControlBar height=&#8221;90&#8243; width=&#8221;317&#8243; y=&#8221;39&#8243; x=&#8221;257.5&#8243;&#62; &#60;mx:VBox height=&#8221;100%&#8221; width=&#8221;100%&#8221;&#62; &#60;mx:Label text=&#8221;ZoomHeight&#8221; width=&#8221;80&#8243; height=&#8221;16&#8243;/&#62; &#60;mx:Spacer width=&#8221;91&#8243;/&#62; &#60;mx:Label text=&#8221;ZoomWidth&#8221; width=&#8221;76&#8243; height=&#8221;16&#8243;/&#62; &#60;/mx:VBox&#62; &#60;mx:Spacer height=&#8221;48&#8243;/&#62; &#60;mx:VBox height=&#8221;100%&#8221; width=&#8221;100%&#8221;&#62; &#60;mx:TextInput  text=&#8221;10.0&#8243; id=&#8221;zoomHeightInput&#8221; height=&#8221;21&#8243; width=&#8221;142&#8243;/&#62; &#60;mx:TextInput  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=40&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&gt;<br />
&lt;mx:Zoom id=&#8221;mzoom&#8221;<br />
zoomHeightTo=&#8221;{Number(zoomHeightInput.text)}&#8221;<br />
zoomWidthTo=&#8221;{Number(zoomWidthInput.text)}&#8221;/&gt;<br />
&lt;mx:Panel x=&#8221;0&#8243; y=&#8221;0&#8243; width=&#8221;100%&#8221; height=&#8221;100%&#8221; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243;<br />
paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243; title=&#8221;Applying Zoom Effects Using Data Binding&#8221;&gt;<br />
&lt;mx:ApplicationControlBar height=&#8221;90&#8243; width=&#8221;317&#8243; y=&#8221;39&#8243; x=&#8221;257.5&#8243;&gt;<br />
&lt;mx:VBox height=&#8221;100%&#8221; width=&#8221;100%&#8221;&gt;<br />
&lt;mx:Label text=&#8221;ZoomHeight&#8221; width=&#8221;80&#8243; height=&#8221;16&#8243;/&gt;<br />
&lt;mx:Spacer width=&#8221;91&#8243;/&gt;<br />
&lt;mx:Label text=&#8221;ZoomWidth&#8221; width=&#8221;76&#8243; height=&#8221;16&#8243;/&gt;<br />
&lt;/mx:VBox&gt;<br />
&lt;mx:Spacer height=&#8221;48&#8243;/&gt;<br />
&lt;mx:VBox height=&#8221;100%&#8221; width=&#8221;100%&#8221;&gt;<br />
&lt;mx:TextInput  text=&#8221;10.0&#8243; id=&#8221;zoomHeightInput&#8221; height=&#8221;21&#8243; width=&#8221;142&#8243;/&gt;<br />
&lt;mx:TextInput  text=&#8221;10.0&#8243; id=&#8221;zoomWidthInput&#8221;  height=&#8221;21&#8243; width=&#8221;142&#8243;/&gt;<br />
&lt;/mx:VBox&gt;<br />
&lt;/mx:ApplicationControlBar&gt;<br />
&lt;mx:Image id=&#8221;img&#8221; source=&#8221;flower2.jpg&#8221; width=&#8221;10.0&#8243; height=&#8221;10.0&#8243;<br />
rollOverEffect=&#8221;{mzoom}&#8221;/&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=40&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/06/19/zoom-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Wiping Effect</title>
		<link>http://sangimca.wordpress.com/2009/06/19/wiping-effect/</link>
		<comments>http://sangimca.wordpress.com/2009/06/19/wiping-effect/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:47:17 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Flex Examples]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=36</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&#62; &#60;!&#8211;Defining Effects&#8211;&#62; &#60;mx:WipeLeft id=&#8221;wplf&#8221;  duration=&#8221;5000&#8243; /&#62; &#60;mx:WipeRight id=&#8221;wprg&#8221; duration=&#8221;5000&#8243;/&#62; &#60;mx:Panel  title=&#8221;Trigger Effects&#8221; paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; y=&#8221;0&#8243; x=&#8221;10&#8243; height=&#8221;100%&#8221; width=&#8221;100%&#8221;&#62; &#60;mx:Button label=&#8221;Wiping Right&#8221;  mouseUpEffect=&#8221;{wprg}&#8221; /&#62; &#60;mx:Image id=&#8221;img1&#8243; source=&#8221;flower2.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243; mouseUpEffect=&#8221;{wprg}&#8221;/&#62; &#60;mx:Button id=&#8221;b1&#8243; label=&#8221;Wiping Left&#8221;  mouseDownEffect=&#8221;{wplf}&#8221;/&#62; &#60;mx:Image id=&#8221;img&#8221; source=&#8221;flowers.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243; mouseDownEffect=&#8221;{wplf}&#8221; /&#62; &#60;mx:ControlBar height=&#8221;94&#8243;&#62; &#60;/mx:ControlBar&#62; &#60;/mx:Panel&#62; &#60;/mx:Application&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=36&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&gt;</p>
<p>&lt;!&#8211;Defining Effects&#8211;&gt;<br />
&lt;mx:WipeLeft id=&#8221;wplf&#8221;  duration=&#8221;5000&#8243; /&gt;<br />
&lt;mx:WipeRight id=&#8221;wprg&#8221; duration=&#8221;5000&#8243;/&gt;<br />
&lt;mx:Panel  title=&#8221;Trigger Effects&#8221; paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243;<br />
paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; y=&#8221;0&#8243; x=&#8221;10&#8243; height=&#8221;100%&#8221; width=&#8221;100%&#8221;&gt;<br />
&lt;mx:Button label=&#8221;Wiping Right&#8221;  mouseUpEffect=&#8221;{wprg}&#8221; /&gt;<br />
&lt;mx:Image id=&#8221;img1&#8243; source=&#8221;flower2.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243;<br />
mouseUpEffect=&#8221;{wprg}&#8221;/&gt;<br />
&lt;mx:Button id=&#8221;b1&#8243; label=&#8221;Wiping Left&#8221;  mouseDownEffect=&#8221;{wplf}&#8221;/&gt;<br />
&lt;mx:Image id=&#8221;img&#8221; source=&#8221;flowers.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243;<br />
mouseDownEffect=&#8221;{wplf}&#8221; /&gt;<br />
&lt;mx:ControlBar height=&#8221;94&#8243;&gt;<br />
&lt;/mx:ControlBar&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=36&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/06/19/wiping-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Rotate Effect</title>
		<link>http://sangimca.wordpress.com/2009/06/19/rotate-effect/</link>
		<comments>http://sangimca.wordpress.com/2009/06/19/rotate-effect/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:41:29 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Flex Examples]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=33</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&#62; &#60;mx:Script&#62; &#60;![CDATA[ private function applyEffect(event:Event):void { rotateEffect.target=event.currentTarget; rotateEffect.originX=event.currentTarget.width/2; rotateEffect.originY=event.currentTarget.height/2; rotateEffect.play(); } ]]&#62; &#60;/mx:Script&#62; &#60;mx:Rotate id=&#8221;rotateEffect&#8221;&#62; &#60;/mx:Rotate&#62; &#60;mx:VBox id=&#8221;vbox&#8221; x=&#8221;107&#8243; y=&#8221;55&#8243; clipContent=&#8221;false&#8221;&#62; &#60;mx:Image id=&#8221;img1&#8243; source=&#8221;flowers.jpg&#8221; creationComplete=&#8221;applyEffect(event)&#8221;/&#62; &#60;/mx:VBox&#62; &#60;/mx:Application&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=33&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&gt;<br />
&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
private function applyEffect(event:Event):void<br />
{<br />
rotateEffect.target=event.currentTarget;<br />
rotateEffect.originX=event.currentTarget.width/2;<br />
rotateEffect.originY=event.currentTarget.height/2;<br />
rotateEffect.play();<br />
}</p>
<p>]]&gt;<br />
&lt;/mx:Script&gt;<br />
&lt;mx:Rotate id=&#8221;rotateEffect&#8221;&gt;<br />
&lt;/mx:Rotate&gt;<br />
&lt;mx:VBox id=&#8221;vbox&#8221; x=&#8221;107&#8243; y=&#8221;55&#8243; clipContent=&#8221;false&#8221;&gt;<br />
&lt;mx:Image id=&#8221;img1&#8243; source=&#8221;flowers.jpg&#8221; creationComplete=&#8221;applyEffect(event)&#8221;/&gt;<br />
&lt;/mx:VBox&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=33&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/06/19/rotate-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Resizing Effect in Flex</title>
		<link>http://sangimca.wordpress.com/2009/06/19/resizing-effect-in-flex/</link>
		<comments>http://sangimca.wordpress.com/2009/06/19/resizing-effect-in-flex/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:23:03 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Flex Examples]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=30</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243;?&#62; &#60;!&#8211; behaviors\ButtonResize.mxml &#8211;&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; &#62; &#60;mx:Resize id=&#8221;myResizeUp&#8221; widthTo=&#8221;500&#8243; heightTo=&#8221;900&#8243; duration=&#8221;200&#8243;/&#62; &#60;mx:Resize id=&#8221;myResizeDown&#8221; widthTo=&#8221;30&#8243; heightTo=&#8221;60&#8243; duration=&#8221;200&#8243; /&#62; &#60;mx:Panel paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; width=&#8221;100%&#8221; height=&#8221;100%&#8221; title=&#8221;Resizing the image&#8221; fontSize=&#8221;12&#8243; &#62; &#60;mx:Label text=&#8221;Expands and Reduces the size of the image when clicks on the image&#8221; fontSize=&#8221;12&#8243;/&#62; &#60;mx:ControlBar&#62; &#60;/mx:ControlBar&#62; &#60;mx:Image id=&#8221;img&#8221; source=&#8221;flower2.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243; mouseDownEffect=&#8221;{myResizeDown}&#8221; mouseUpEffect=&#8221;{myResizeUp}&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=30&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;!&#8211; behaviors\ButtonResize.mxml &#8211;&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; &gt;<br />
&lt;mx:Resize id=&#8221;myResizeUp&#8221;<br />
widthTo=&#8221;500&#8243; heightTo=&#8221;900&#8243;<br />
duration=&#8221;200&#8243;/&gt;<br />
&lt;mx:Resize id=&#8221;myResizeDown&#8221;<br />
widthTo=&#8221;30&#8243; heightTo=&#8221;60&#8243;<br />
duration=&#8221;200&#8243; /&gt;<br />
&lt;mx:Panel paddingBottom=&#8221;10&#8243; paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243;<br />
width=&#8221;100%&#8221; height=&#8221;100%&#8221; title=&#8221;Resizing the image&#8221; fontSize=&#8221;12&#8243; &gt;<br />
&lt;mx:Label text=&#8221;Expands and Reduces the size of the image when clicks on the image&#8221;<br />
fontSize=&#8221;12&#8243;/&gt;<br />
&lt;mx:ControlBar&gt;<br />
&lt;/mx:ControlBar&gt;<br />
&lt;mx:Image id=&#8221;img&#8221; source=&#8221;flower2.jpg&#8221; height=&#8221;149&#8243; width=&#8221;200&#8243;<br />
mouseDownEffect=&#8221;{myResizeDown}&#8221; mouseUpEffect=&#8221;{myResizeUp}&#8221; /&gt;<br />
&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=30&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/06/19/resizing-effect-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
		<item>
		<title>Pause Effect in Flex</title>
		<link>http://sangimca.wordpress.com/2009/06/19/pause-effect-in-flex/</link>
		<comments>http://sangimca.wordpress.com/2009/06/19/pause-effect-in-flex/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 12:21:18 +0000</pubDate>
		<dc:creator>Sangeetha</dc:creator>
				<category><![CDATA[Flex Examples]]></category>

		<guid isPermaLink="false">http://sangimca.wordpress.com/?p=28</guid>
		<description><![CDATA[&#60;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&#62; &#60;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.effects.easing.*; ]]&#62; &#60;/mx:Script&#62; &#60;mx:Sequence id=&#8221;movePauseMove&#8221;&#62; &#60;mx:Move   xBy=&#8221;350&#8243; duration=&#8221;2000&#8243; easingFunction=&#8221;Bounce.easeOut&#8221;/&#62; &#60;mx:Pause duration=&#8221;2000&#8243;/&#62; &#60;mx:Move  xBy=&#8221;-350&#8243; duration=&#8221;2000&#8243; easingFunction=&#8221;Bounce.easeIn&#8221;/&#62; &#60;/mx:Sequence&#62; &#60;mx:Panel title=&#8221;Pause Effect Example&#8221; width=&#8221;877&#8243; height=&#8221;609&#8243; paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; paddingBottom=&#8221;10&#8243;&#62; &#60;mx:Text width=&#8221;325&#8243; color=&#8221;blue&#8221; fontSize=&#8221;12&#8243; text=&#8221;Click the image to start the Sequence effect. The effect pauses for 2 seconds between moves. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=28&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; layout=&#8221;absolute&#8221;&gt;<br />
&lt;mx:Script&gt;<br />
&lt;![CDATA[<br />
import mx.effects.easing.*;</p>
<p>]]&gt;<br />
&lt;/mx:Script&gt;</p>
<p>&lt;mx:Sequence id=&#8221;movePauseMove&#8221;&gt;<br />
&lt;mx:Move   xBy=&#8221;350&#8243; duration=&#8221;2000&#8243; easingFunction=&#8221;Bounce.easeOut&#8221;/&gt;<br />
&lt;mx:Pause duration=&#8221;2000&#8243;/&gt;<br />
&lt;mx:Move  xBy=&#8221;-350&#8243; duration=&#8221;2000&#8243; easingFunction=&#8221;Bounce.easeIn&#8221;/&gt;<br />
&lt;/mx:Sequence&gt;</p>
<p>&lt;mx:Panel title=&#8221;Pause Effect Example&#8221; width=&#8221;877&#8243; height=&#8221;609&#8243;<br />
paddingTop=&#8221;10&#8243; paddingLeft=&#8221;10&#8243; paddingRight=&#8221;10&#8243; paddingBottom=&#8221;10&#8243;&gt;</p>
<p>&lt;mx:Text width=&#8221;325&#8243; color=&#8221;blue&#8221; fontSize=&#8221;12&#8243;<br />
text=&#8221;Click the image to start the Sequence effect.<br />
The effect pauses for 2 seconds between moves. &#8220;/&gt;<br />
&lt;mx:Image<br />
source=&#8221;pink_rose.jpg&#8221;<br />
mouseDownEffect=&#8221;{movePauseMove}&#8221;/&gt;</p>
<p>&lt;/mx:Panel&gt;<br />
&lt;/mx:Application&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sangimca.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sangimca.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sangimca.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sangimca.wordpress.com&amp;blog=8195739&amp;post=28&amp;subd=sangimca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sangimca.wordpress.com/2009/06/19/pause-effect-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/86e72324d015a412743527af7c19a1c1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sangimca</media:title>
		</media:content>
	</item>
	</channel>
</rss>
