<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5932183700156784824</id><updated>2012-01-31T05:10:28.378+05:30</updated><category term='Adobe'/><category term='Python'/><category term='flash'/><category term='Mobile'/><category term='HP'/><category term='slate'/><category term='Microsoft'/><category term='Cloud Computing'/><category term='XMPP'/><category term='Windows'/><category term='Security'/><category term='Oracle'/><category term='Kenai'/><category term='Apple'/><category term='Java'/><category term='NetBeans'/><category term='RIA'/><category term='assembly'/><category term='Google'/><category term='flex'/><category term='Objective-c'/><category term='HTML 5'/><category term='C#'/><category term='PHP'/><category term='javaFx'/><category term='Linux'/><category term='Dell'/><category term='Virtualization'/><category term='Ruby on Rails'/><category term='iPad'/><category term='Android'/><category term='wave'/><category term='Facebook'/><category term='hardware'/><category term='Erlang'/><title type='text'>Tech Gossipz</title><subtitle type='html'>My geek voyage of technology ocean</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>43</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-1443026262977777093</id><published>2011-05-08T00:34:00.000+05:30</published><updated>2011-05-08T00:34:22.671+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='NetBeans'/><title type='text'>Executing external files from a Netbeans plugin</title><content type='html'>As developers we are familiar with lot of IDEs among them Netbeans is one of the most popular IDE in the world. it is an open source platform and have a pluggable architecture where developers can extend the features of the IDE by adding plugins. the purpose of this article is not to tell how to write Netbeans plugin this will tell you how to call an external batch file exe or if you use Linux how to call a linux command from a plugin.&lt;br /&gt;&lt;br /&gt;first create a Netbeans Modules project&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-6u_9qdYTvy8/TcWRosDR7XI/AAAAAAAAAXU/mhg3dv6o9jw/s1600/Capture.PNG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="275" src="http://1.bp.blogspot.com/-6u_9qdYTvy8/TcWRosDR7XI/AAAAAAAAAXU/mhg3dv6o9jw/s400/Capture.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;then right click on the project and select new and Action. that will create an Action for you. then right click on the project and select properties and select Libraries&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-R5Sigt8CkRg/TcWS4HnNevI/AAAAAAAAAXY/NI-qnhrgsc8/s1600/Capture.PNG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="287" src="http://3.bp.blogspot.com/-R5Sigt8CkRg/TcWS4HnNevI/AAAAAAAAAXY/NI-qnhrgsc8/s400/Capture.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;then choose the Add option. tick the Show Non-API Modules option&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-jzHTGcpeMg0/TcWTs5A-AYI/AAAAAAAAAXc/kOVa8UFJRus/s1600/Capture.PNG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-jzHTGcpeMg0/TcWTs5A-AYI/AAAAAAAAAXc/kOVa8UFJRus/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;press ok..&lt;br /&gt;add the folliwing import statements.&lt;br /&gt;&lt;br /&gt;&lt;pre class="java" name="code"&gt;import java.awt.event.ActionEvent;&lt;br /&gt;import java.awt.event.ActionListener;&lt;br /&gt;import java.io.IOException;&lt;br /&gt;import java.util.concurrent.Callable;&lt;br /&gt;import java.util.concurrent.ExecutionException;&lt;br /&gt;import java.util.concurrent.Future;&lt;br /&gt;import org.netbeans.api.extexecution.ExecutionDescriptor;&lt;br /&gt;import org.netbeans.api.extexecution.ExecutionService;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;and add this method into the source code :&lt;br /&gt;&lt;br /&gt;&lt;pre class="java" name="code"&gt;&amp;nbsp; &amp;nbsp; public Integer execute() throws InterruptedException, ExecutionException {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Callable&lt;process&gt; processCallable = new Callable&lt;process&gt;() {&lt;/process&gt;&lt;/process&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public Process call() throws IOException {&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return new ProcessBuilder("/bin/ls").start();&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ExecutionDescriptor descriptor = new ExecutionDescriptor().frontWindow(true).controllable(true);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ExecutionService service = ExecutionService.newService(processCallable,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; descriptor, "ls command");&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Future&lt;integer&gt; task = service.run();&lt;/integer&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return task.get();&lt;br /&gt;&amp;nbsp; &amp;nbsp; }&lt;br /&gt;&lt;/pre&gt;and then call this execute() method from the actionPerformed() method in the Action class.&lt;br /&gt;here i am running ls command in linux but you can use any other external program by giving its path.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-1443026262977777093?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/1443026262977777093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/1443026262977777093'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2011/05/executing-external-files-from-netbeans.html' title='Executing external files from a Netbeans plugin'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-6u_9qdYTvy8/TcWRosDR7XI/AAAAAAAAAXU/mhg3dv6o9jw/s72-c/Capture.PNG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-2258424934913909940</id><published>2011-01-21T19:50:00.003+05:30</published><updated>2011-01-21T19:56:00.865+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Objective-c'/><title type='text'>Learn Objective-C on Windows</title><content type='html'>In todays world there are loads of Operating systems exists, among them Mac OS easily one of the most eye candy and lovely OS most people want to use but for some reasons most people doesn’t own a Mac. As programmers we all love to program for iPhone I don’t know why but people love to. so how can they develop applications for iPhones basically in Objective-C without an Apple Mac. the simple answer is Hackintosh but there are lot of other alternatives as well I will explain few of them in a later post but today I am going to explain how to learn Objective-C on a Windows machine. recently I installed Mac OS X on my machine but still I use Windows and Linux most of the time. So if there is way for you to at least learn objective-C on Windows that would be really helpful.&lt;br /&gt;in order to compile Objective-C on Windows we need to install following package which is called &lt;a href="http://www.gnustep.org/"&gt;GNUstep&lt;/a&gt; if you are a Windows user go to &lt;a href="http://www.gnustep.org/experience/Windows.html"&gt;this link and download&lt;/a&gt; and install at least the first three packages.&lt;a href="http://lh3.ggpht.com/_iOljaA72jrE/TTmVsYMMU6I/AAAAAAAAAWU/vO7qWOHdUSk/s1600-h/Capture3%5B11%5D.png"&gt;&lt;img alt="Capture3" border="0" height="164" src="http://lh3.ggpht.com/_iOljaA72jrE/TTmVuTMA_QI/AAAAAAAAAWY/S6okA0w46Xs/Capture3_thumb%5B9%5D.png?imgmax=800" style="background-image: none; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Capture3" width="417" /&gt;&lt;/a&gt;&lt;br /&gt;then go to start –&amp;gt; all programs –&amp;gt; GNUstep –&amp;gt; shell&lt;br /&gt;it is a Unix like terminal where you can issue some unix terminal commands. Then open your favorite text editor in my case I am using &lt;a href="http://www.vim.org/"&gt;Vim&lt;/a&gt; by just typing vim and enter on the shell I opened up earlier but you can use Notepad++ or any other appropriate text editor.&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;#import &amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;br /&gt;int main( int argc, const char *argv[] ) {&lt;br /&gt;printf( "hello world\n" );&lt;br /&gt;return 0;&lt;br /&gt;}&lt;/pre&gt;&lt;br /&gt;&lt;a href="http://lh5.ggpht.com/_iOljaA72jrE/TTmVv3ws1-I/AAAAAAAAAWc/xO6wdQ-ca60/s1600-h/Capture4%5B19%5D.png"&gt;&lt;img alt="Capture4" border="0" height="315" src="http://lh4.ggpht.com/_iOljaA72jrE/TTmVyI6-S2I/AAAAAAAAAWg/VhlJHEgw3oc/Capture4_thumb%5B17%5D.png?imgmax=800" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Capture4" width="524" /&gt;&lt;/a&gt;&lt;br /&gt;and save it as hello.m remember to save it in the home folder as GNUstep installed if you’d have used vim there won’t be any problem but if you used any other text editor don’t forget to save it in there in my case the path is : C:\GNUstep\home\Keshan so yours might look similar to this. Then in the terminal type :&lt;br /&gt;&lt;br /&gt;&lt;em&gt;gcc `gnustep-config –objc-flags` –L /GNUstep/System/Library/Libraries hello.m –lgnustep-base –lobjc&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_iOljaA72jrE/TTmV0Asqv3I/AAAAAAAAAWk/9FSF0fuu_h8/s1600-h/Capture1%5B6%5D.png"&gt;&lt;img alt="Capture1" border="0" height="317" src="http://lh4.ggpht.com/_iOljaA72jrE/TTmV2V9R9HI/AAAAAAAAAWo/28GoSF6A4fI/Capture1_thumb%5B4%5D.png?imgmax=800" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Capture1" width="528" /&gt;&lt;/a&gt;&lt;br /&gt;and then to run simply type ./a&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lh4.ggpht.com/_iOljaA72jrE/TTmV4qPEM8I/AAAAAAAAAWs/CeUDa3wLe2A/s1600-h/Capture2%5B8%5D.png"&gt;&lt;img alt="Capture2" border="0" height="322" src="http://lh3.ggpht.com/_iOljaA72jrE/TTmV7VL8DAI/AAAAAAAAAWw/X5QtdMG93TM/Capture2_thumb%5B6%5D.png?imgmax=800" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Capture2" width="531" /&gt;&lt;/a&gt;&lt;br /&gt;so this is a basic hello world program but Objective-C is bit different this is simply a C like program actually Objective-C is an extended version of C you can find loads of tutorial about Objective-C and try them out on Windows with this cool package. here is the same code run on Mac OS X&lt;br /&gt;&lt;br /&gt;&lt;a href="http://lh5.ggpht.com/_iOljaA72jrE/TTmWJUlWI0I/AAAAAAAAAW0/HQf3Og90ZbA/s1600-h/Capture5%5B10%5D.png"&gt;&lt;img alt="Capture5" border="0" height="423" src="http://lh6.ggpht.com/_iOljaA72jrE/TTmWPSGzBrI/AAAAAAAAAW4/2AJo1Oq_fDI/Capture5_thumb%5B8%5D.png?imgmax=800" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Capture5" width="544" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-2258424934913909940?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2258424934913909940'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2258424934913909940'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2011/01/learn-objective-c-on-windows.html' title='Learn Objective-C on Windows'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh3.ggpht.com/_iOljaA72jrE/TTmVuTMA_QI/AAAAAAAAAWY/S6okA0w46Xs/s72-c/Capture3_thumb%5B9%5D.png?imgmax=800' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-4362888267536206584</id><published>2010-12-27T17:54:00.003+05:30</published><updated>2010-12-27T18:00:07.829+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='assembly'/><title type='text'>Assembly Debugger</title><content type='html'>For quite a some time I fell in love with Assembly programming language and now it is my favorite language. it is powerful easy and with assembly I get to know lot about computer architecture and the internal work very well. I am currently doing a project as a hobby implementing thumb and fore finger interface algorithm in assembly and writing a multi touch mouse driver in assembly but last few weeks and until the end of January I don’t have much time to deal with my loving language because of some hectic web projects and university exams.&lt;br /&gt;so today for those who like assembly I will explain how to use assembly debugger if you are a newbie you will need this. this is one of the things I learnt in order to get familiar with assembly.in fact you already know the command prompt. so with windows you can use this debug tool debug.exe which installed with windows without doing any downloads or installings. open a windows command prompt and type debug. then type a100 and press enter&lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_iOljaA72jrE/TRiFP5EHooI/AAAAAAAAAWE/end1ooIm7s4/s1600-h/Untitled%5B18%5D.png"&gt;&lt;img alt="Untitled" border="0" height="254" src="http://lh4.ggpht.com/_iOljaA72jrE/TRiFWBmb2mI/AAAAAAAAAWI/zsvQt51li9g/Untitled_thumb%5B14%5D.png?imgmax=800" style="background-image: none; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Untitled" width="535" /&gt;&lt;/a&gt;&lt;br /&gt;here “a”(assemble) is a command and 141A:0100 is the memory location that we are going to enter our code in fact 141A is the segment and 0100 is the memory location inside the segment. you may get a different segment.. now insert this code :&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;mov ax,0001&lt;br /&gt;mov bx,0010 &lt;br /&gt;add ax,bx &lt;br /&gt;int 20 &lt;/pre&gt;&lt;br /&gt;after entering the above code press enter twice to tell the debugger that you have entered the code.this code is simply add two numbers. if you want to see what are the values inside all the registries when executing each instruction use “t” command. as you can see here after the execution the accumulator (AX) has 0011 value. in order to see the value of a given registry use “r” command with the register.&amp;nbsp; &lt;br /&gt;&lt;a href="http://lh3.ggpht.com/_iOljaA72jrE/TRiFbguUs3I/AAAAAAAAAWM/90l8Un3qbXg/s1600-h/Untitled%5B31%5D.png"&gt;&lt;img alt="Untitled" border="0" height="512" src="http://lh6.ggpht.com/_iOljaA72jrE/TRiFlN_By3I/AAAAAAAAAWQ/9Y9geUkbvQE/Untitled_thumb%5B25%5D.png?imgmax=800" style="background-image: none; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; display: inline; padding-left: 0px; padding-right: 0px; padding-top: 0px;" title="Untitled" width="512" /&gt;&lt;/a&gt;&lt;br /&gt;to run a program use “g” command and to go out from debugger use “q” command.&lt;br /&gt;there are some more commands associated with debugger but I think this is enough to get started for any problem don’t hesitate to comment below..&lt;br /&gt;cheers !!&lt;br /&gt;Kesh….&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-4362888267536206584?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4362888267536206584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4362888267536206584'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/12/assembly-debugger.html' title='Assembly Debugger'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh4.ggpht.com/_iOljaA72jrE/TRiFWBmb2mI/AAAAAAAAAWI/zsvQt51li9g/s72-c/Untitled_thumb%5B14%5D.png?imgmax=800' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-2331538913570336227</id><published>2010-12-22T22:50:00.000+05:30</published><updated>2010-12-22T22:50:37.288+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><title type='text'>Run Android Froyo in your VirtualBox</title><content type='html'>Sometime ago i wrote &lt;a href="http://techgossipz.blogspot.com/2010/02/experience-android-on-virtualbox.html"&gt;how to use Android with VirtualBox&lt;/a&gt;. Now it seems lot of people wants to experience Android Froyo on VirtualBox. in this article i will show how to use &lt;a href="http://www.android-x86.org/"&gt;Android-x86 project&lt;/a&gt;&amp;nbsp;and run Android Froyo.&lt;br /&gt;&lt;br /&gt;first download the &lt;a href="http://android-x86.googlecode.com/files/froyo-vm-20100812.iso"&gt;Android Froyo iso&lt;/a&gt;&amp;nbsp;or you can visit the &lt;a href="http://www.android-x86.org/download"&gt;download page&lt;/a&gt; and select an iso or img file yourself. Now you can use this CD image in two ways.&lt;br /&gt;1. with VirtualBox&lt;br /&gt;2. as a bootable USB&lt;br /&gt;first i will explain how to use it with VirtualBox.&lt;br /&gt;if you don't have VirtualBox installed &lt;a href="http://www.virtualbox.org/wiki/Downloads"&gt;download&lt;/a&gt; and install it. then run it and create a new instance.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/TRIqs5WMHpI/AAAAAAAAAVM/uVmjoCNlZaE/s1600/Capture1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="278" src="http://4.bp.blogspot.com/_iOljaA72jrE/TRIqs5WMHpI/AAAAAAAAAVM/uVmjoCNlZaE/s400/Capture1.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/TRIqyRdvQdI/AAAAAAAAAVQ/nDLjsgxuWYE/s1600/Capture2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="278" src="http://4.bp.blogspot.com/_iOljaA72jrE/TRIqyRdvQdI/AAAAAAAAAVQ/nDLjsgxuWYE/s400/Capture2.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRIq23Sw5jI/AAAAAAAAAVU/KXHiE03l970/s1600/Capture3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="278" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRIq23Sw5jI/AAAAAAAAAVU/KXHiE03l970/s400/Capture3.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;likewise clicking next will create a new instance.&lt;br /&gt;&lt;br /&gt;then double click on Android-x86 and start the instance.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TRIs9wSi2_I/AAAAAAAAAVY/cka4XIZ3D8E/s1600/Capture1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="342" src="http://3.bp.blogspot.com/_iOljaA72jrE/TRIs9wSi2_I/AAAAAAAAAVY/cka4XIZ3D8E/s400/Capture1.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;and then click on the place where i have circled&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRItBqYsjBI/AAAAAAAAAVc/9T1di7V4kFk/s1600/Capture2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="261" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRItBqYsjBI/AAAAAAAAAVc/9T1di7V4kFk/s400/Capture2.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;next thing add the downloaded ISO and attach it&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRItHObaTFI/AAAAAAAAAVg/lJVz95yvnjY/s1600/Capture3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="313" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRItHObaTFI/AAAAAAAAAVg/lJVz95yvnjY/s400/Capture3.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp; &amp;nbsp;&lt;br /&gt;right. after finishing it you can use Android !!&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TRIt1NTkIjI/AAAAAAAAAVk/KGEaGE8BuhQ/s1600/Capture1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="342" src="http://3.bp.blogspot.com/_iOljaA72jrE/TRIt1NTkIjI/AAAAAAAAAVk/KGEaGE8BuhQ/s400/Capture1.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;select Live CD or if you want to install it to your virtual hard disk select installation.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/TRIvGv6lupI/AAAAAAAAAVo/sf2rd2bbqZA/s1600/Capture3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="333" src="http://4.bp.blogspot.com/_iOljaA72jrE/TRIvGv6lupI/AAAAAAAAAVo/sf2rd2bbqZA/s400/Capture3.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;if you experience that you can't use your mouse inside Android(use mouse and there are keyboard instructions as well like escape for going on step back) go to Machine and Disable Mouse Integration. or press Host(normally the right control key + I) once your mouse is captured press right control to come back to host operating system&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/TRIvOGWOrbI/AAAAAAAAAVs/6W28n74IiYw/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="351" src="http://4.bp.blogspot.com/_iOljaA72jrE/TRIvOGWOrbI/AAAAAAAAAVs/6W28n74IiYw/s400/Untitled.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRIvWDEHweI/AAAAAAAAAVw/gzra0SsGzc4/s1600/Capture2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="333" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRIvWDEHweI/AAAAAAAAAVw/gzra0SsGzc4/s400/Capture2.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRIvb4J5W9I/AAAAAAAAAV0/mXI1Ru3a4cA/s1600/Capture1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="333" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRIvb4J5W9I/AAAAAAAAAV0/mXI1Ru3a4cA/s400/Capture1.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;it is up to you to explore Android with VirtualBox&lt;br /&gt;&lt;br /&gt;as i told earlier the second way is to make a bootable USB with this ISO to do it first download &lt;a href="http://unetbootin.sourceforge.net/"&gt;UnetBootin&lt;/a&gt;&amp;nbsp;and run it.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/TRIx5YHf0CI/AAAAAAAAAV4/wBwAsZXMZpE/s1600/Capture1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="291" src="http://2.bp.blogspot.com/_iOljaA72jrE/TRIx5YHf0CI/AAAAAAAAAV4/wBwAsZXMZpE/s400/Capture1.PNG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;Select Diskimage and browse and open the iso file then check whether you have an USB in the given drive and click ok it will take sometime and create a bootable USB. so you can boot your computer with that USB and use Android as a Live CD or install it to hard disk....&lt;br /&gt;&lt;br /&gt;Cheers !!&lt;br /&gt;Kesh&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-2331538913570336227?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2331538913570336227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2331538913570336227'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/12/run-android-froyo-in-your-virtualbox.html' title='Run Android Froyo in your VirtualBox'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/TRIqs5WMHpI/AAAAAAAAAVM/uVmjoCNlZaE/s72-c/Capture1.PNG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6329138406918344225</id><published>2010-12-16T23:12:00.000+05:30</published><updated>2010-12-16T23:12:59.288+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='assembly'/><title type='text'>An introduction to Assembly language</title><content type='html'>These days i don't have much time to get involve in C/C++, assembly and my loving researches on Computer vision things because i have to complete projects and assignments and also prepare for the last examination of my bachelors degree. however today i did some experiments with assembly by writing a simple media player and a email sending(kind of a keylogger though ;) ) application and i found a new IDE(new for me but it is not a new IDE :) ) for assembly. so i will explain how to configure that IDE first. remember i am not going to start a tutorial series in assembly but i hope to tell how to write some few simple applications in assembly.(not today :) because i have to complete my part of the group project)&lt;br /&gt;&lt;ol&gt;&lt;li&gt;first of all &lt;a href="http://www.winasm.net/index.php?ind=downloads&amp;amp;op=download_file&amp;amp;ide=182&amp;amp;file=WinAsm515Full.zip"&gt;download this zip file&lt;/a&gt;&amp;nbsp;and unzip it into a desired location. then you have to &lt;a href="http://www.masm32.com/masmdl.htm"&gt;download MASM32&lt;/a&gt; because it's not coming with WinAsm.&lt;/li&gt;&lt;li&gt;install MASM32 (for an example to C:\masm32)&lt;/li&gt;&lt;li&gt;go to unzipped WinAsm folder double click and run WinAsm.exe&lt;/li&gt;&lt;li&gt;before writing any application for the first time you have to set some variables&lt;/li&gt;&lt;li&gt;go to tools -&amp;gt; Options you will get something like this&lt;/li&gt;&lt;/ol&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TQpKSgmpCHI/AAAAAAAAAVA/PuDQxxcS-E0/s1600/Capture.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_iOljaA72jrE/TQpKSgmpCHI/AAAAAAAAAVA/PuDQxxcS-E0/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;6. then select Files &amp;amp; Path tab&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TQpLyUObI3I/AAAAAAAAAVI/P7FsywzoOw4/s1600/Capture.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_iOljaA72jrE/TQpLyUObI3I/AAAAAAAAAVI/P7FsywzoOw4/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;7. &amp;nbsp;edit the path variables as you installed then and then press ok...&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;right now you are done. so if you have some sort of a knowledge in assembly you can start coding. or i will give you a simple assembly code to test the IDE&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;go to file -&amp;gt; New project and create a standard EXE project. then simply copy and paste the below code :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;pre class="Csharp" name="code"&gt;.386&lt;br /&gt;.model flat,stdcall&lt;br /&gt;option casemap:none&lt;br /&gt;include \masm32\include\windows.inc&lt;br /&gt;include \masm32\include\kernel32.inc&lt;br /&gt;includelib \masm32\lib\kernel32.lib&lt;br /&gt;include \masm32\include\user32.inc&lt;br /&gt;includelib \masm32\lib\user32.lib&lt;br /&gt;&lt;br /&gt;.data&lt;br /&gt;MsgBoxCaption    db "Keshan's Tech Gossipz",0&lt;br /&gt;MsgBoxText     db "I love Win32 Assembly !",0&lt;br /&gt;&lt;br /&gt;.code&lt;br /&gt;start:&lt;br /&gt;invoke MessageBox, NULL, addr MsgBoxText, addr MsgBoxCaption, MB_OK&lt;br /&gt;invoke ExitProcess, NULL&lt;br /&gt;end start&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;now go to Make -&amp;gt; Go All. this program will show a dialog box !! &amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;cheers !&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kesh&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6329138406918344225?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6329138406918344225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6329138406918344225'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/12/introduction-to-assembly-language.html' title='An introduction to Assembly language'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/TQpKSgmpCHI/AAAAAAAAAVA/PuDQxxcS-E0/s72-c/Capture.PNG' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-3623784753982552170</id><published>2010-12-15T00:05:00.000+05:30</published><updated>2010-12-15T00:05:47.589+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>The ugly truth of web security</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TQexuuHEFYI/AAAAAAAAAU8/5u_Jg2GVI4s/s1600/web-security.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/_iOljaA72jrE/TQexuuHEFYI/AAAAAAAAAU8/5u_Jg2GVI4s/s320/web-security.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;Last few weeks as we all aware there were lot of interesting things happened in the cyber world. Wikileaks, 4chans, Gnosis, LOIC, DDoS are some of the keywords today. couple of days ago a reputed web media company called &lt;a href="http://gawker.com/"&gt;Gawker media&lt;/a&gt;&amp;nbsp;was hacked by a gang known as Gnosis. they didn't stop only by hacking the site but they dump 1.3 million data from Gawker database which includes username passwords the future changes of Gawker site source codes and upload it as a torrent file (i however found that torrent file and downloaded the content :D )&amp;nbsp;so, if you are using a account to comment on sites like &lt;a href="http://gizmodo.com/"&gt;Gizmodo&lt;/a&gt;,&amp;nbsp;&lt;a href="http://lifehacker.com/"&gt;lifehacker&lt;/a&gt;&amp;nbsp;then you account is most probably been hacked ! and the worst case is if you are using the same password for every site in the web then you are in a huge trouble.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Things i noticed in hacked files&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;/b&gt;when i go through the downloaded files i noticed there are thousands of people using "password", "password1" without quotations as their password there were few common passwords like "password", "qwerty", "qwerty12". not only the normal Gawker users the people who are in administrative positions had very weak passwords. so, as users people should be more careful when choosing a correct password.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Things web developers should learn&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;here the hackers exploited a vulnerability in the CMS and took control of everything. there were lot of things that Gawker media web development team has done wrong.&lt;br /&gt;they have saved the password not the &lt;a href="http://en.wikipedia.org/wiki/Salt_(cryptography)"&gt;salted hash&lt;/a&gt; !!!! you must NOT do it. instead you should save the salted hash.&lt;br /&gt;why didn't they use a mechanism like openID or Facebook connect. then the attackers cannot get the users passwords.&lt;br /&gt;and the other main thing as the attackers mentioned in a readme file :&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Gawker uses a really outdated hashing algorithm known as DES (Data Encryption Standard)&amp;nbsp;Because DES has a maximum of 8chars using a password like "abcdefgh1234" only the&amp;nbsp;first 8 characters "abcdefgh" are encrypted and stored in the database. If your&amp;nbsp;password is longer than 8 characters you only need to enter the first 8 characters&amp;nbsp;to log in!&lt;br /&gt;&lt;br /&gt;YA DONT SAY!! :D?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;Because of this we were only able to recover the first 8 characters of someones password!&amp;nbsp;If the password is 8 characters long there's a good chance that it migt be longer&amp;nbsp;than 8 characters! But still, there's 1000's of people using 1 - 8 character passwords&amp;nbsp;for us to have some fun with!&amp;nbsp;&lt;/blockquote&gt;&lt;br /&gt;so when designing a web site beware of algorithms you are using to hash passwords if it's like in this case the outdated encryption algorithm make hell a lot of trouble..&lt;br /&gt;&lt;br /&gt;after this attack there were thousands of articles posted on new security models and i will discuss some of them later, but as for final words i think as users we have the responsibility to keep our privacy as Google CEO once said if you want your privacy don't post anything on the web. when choosing a password security question users should think not twice, thrice.....&lt;br /&gt;&lt;br /&gt;cheers !&lt;br /&gt;Kesh&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-3623784753982552170?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3623784753982552170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3623784753982552170'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/12/ugly-truth-of-web-security.html' title='The ugly truth of web security'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/TQexuuHEFYI/AAAAAAAAAU8/5u_Jg2GVI4s/s72-c/web-security.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-4645474594017299496</id><published>2010-11-14T20:26:00.000+05:30</published><updated>2010-11-14T20:26:33.605+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>How to reduce the dependency hell in Linux</title><content type='html'>This is my first post after 2 months !! anyway today i am going to give a special tip for Linux users. if you are a linux user you must have faced with &lt;a href="http://en.wikipedia.org/wiki/Dependency_hell"&gt;dependency hell&lt;/a&gt;. recently i stumble upon to &lt;a href="https://github.com/pgbovine/CDE/"&gt;this project&lt;/a&gt; on &lt;a href="https://github.com/"&gt;github&lt;/a&gt;&amp;nbsp;so, here i will explain how to use that awesome project to reduce the dependency hell in other words you can run a program which run perfectly on your machine in another machine without think about any dependencies or setting up the environment.&lt;br /&gt;&lt;br /&gt;click &lt;a href="http://cloud.github.com/downloads/pgbovine/CDE/cde_2010-11-13_32bit"&gt;here &lt;/a&gt;and download this file from github, if the link doesn't work or if you prefer to download the source code and build yourself follow this instructions&lt;br /&gt;&lt;br /&gt;&lt;pre class="xml" name="code"&gt;git clone git://github.com/pgbovine/CDE.git&lt;br /&gt;cd CDE&lt;br /&gt;make&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;if you have downloaded the compiled code follow these instructions&lt;br /&gt;&lt;br /&gt;&lt;pre class="xml" name="code"&gt;mv&amp;nbsp;cde_2010-11-13_32bit cde&lt;br /&gt;chmod g+x cde&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;NOTE :&amp;nbsp;cde_2010-11-13_32bit should be replaced with your downloaded filename.&lt;br /&gt;&lt;br /&gt;done. now what?&lt;br /&gt;ok let's use this great little program. assuming that the cde file is in your present working directory you can type this in the terminal.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;pre class="xml" name="code"&gt;echo "hello" &amp;gt;&amp;gt; test.txt&lt;br /&gt;./cde vim test.txt&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/TN_xJ_yvspI/AAAAAAAAAU0/Q6ALP_DDhd0/s1600/Screenshot-keshan%2540keshan-laptop%253A+%257E-Downloads-Test.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="212" src="http://4.bp.blogspot.com/_iOljaA72jrE/TN_xJ_yvspI/AAAAAAAAAU0/Q6ALP_DDhd0/s320/Screenshot-keshan%2540keshan-laptop%253A+%257E-Downloads-Test.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;here i created a text file and write hello in it and used vim to open the text file you can use any program not only vim (e.g cat, gedit, vi). you will see no difference it opens the vim editor with hello in it. but if you just happen to type a ls you will see a directory which you didn't create ! in that directory it holds all the dependencies need to run the program.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;now you can zip that cde-package directory and unzip in any machine which has the same operating system and open your text file with vim. so let's say the second machine doesn't have vim but still you can run vim text.txt !!! using cde you can run not only vim but any program you just need to run the program with cde&lt;br /&gt;&lt;br /&gt;&lt;pre class="xml" name="code"&gt;./cde program_name&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;in order to run the program in the second machine you have to follow these instructions&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;pre class="xml" name="code"&gt;cd cde-root&lt;br /&gt;ls&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;what can you see ?&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/TN_1XRPWm6I/AAAAAAAAAU4/3tCYulECG9E/s1600/Screenshot-keshan%2540keshan-laptop%253A+%257E-Downloads-Test-cde-package-cde-root.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="265" src="http://3.bp.blogspot.com/_iOljaA72jrE/TN_1XRPWm6I/AAAAAAAAAU4/3tCYulECG9E/s400/Screenshot-keshan%2540keshan-laptop%253A+%257E-Downloads-Test-cde-package-cde-root.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;it is almost like your root folder ! now go to the directory where you had that text file in my case i had it in /home/keshan/Downloads/Test/ in my original machine so, in your second machine go to the same directory(when you type home omit /) and now type ./vim.cde test.txt&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;/div&gt;&lt;pre class="xml" name="code"&gt;cd home/keshan/Downloads/Test&lt;br /&gt;./vim.cde test.txt&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;try this out with any program....&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;cheers !&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;-Kesh,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-4645474594017299496?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4645474594017299496'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4645474594017299496'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/11/how-to-reduce-dependency-hell-in-linux.html' title='How to reduce the dependency hell in Linux'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/TN_xJ_yvspI/AAAAAAAAAU0/Q6ALP_DDhd0/s72-c/Screenshot-keshan%2540keshan-laptop%253A+%257E-Downloads-Test.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-7129602806733844490</id><published>2010-09-10T14:29:00.000+05:30</published><updated>2010-09-10T14:29:48.048+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='Cloud Computing'/><title type='text'>What will be the next web stack ?</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/TInmwZ7YJbI/AAAAAAAAAUY/2n_H57xOER0/s1600/PancakesAreBetterThanTheWeb.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="252" src="http://1.bp.blogspot.com/_iOljaA72jrE/TInmwZ7YJbI/AAAAAAAAAUY/2n_H57xOER0/s320/PancakesAreBetterThanTheWeb.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Technology is something which improves rapidly. things we thought decade ago were impossible have become realistic today. Today The Internet plays a major role in day to day life. From one static web page has now become much more agile dynamic web sites and even the rich internet applications(RIA) has made The Internet a more exciting place. now&amp;nbsp;with the emergence of concepts like &lt;a href="http://en.wikipedia.org/wiki/Cloud_computing"&gt;cloud computing&lt;/a&gt;&amp;nbsp;businesses and technology moves into a different direction.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is a web stack ?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;A web stack is simply a&amp;nbsp;stack of software, mainly comprised of open source software, will contain an&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;operating system&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;,&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;Web server&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;,&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;database server&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;, and&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;programming language&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;. One of the most most well-known web stacks is&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;LAMP&lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;.&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Apache as a web server has been using more than a decade and served for many big web applications but can it do the same thing in next generation ?&lt;br /&gt;with cloud computing it needs a more agile light weight and secure web server like lighttpd. lighttpd is an open source web server&amp;nbsp;&lt;span class="Apple-style-span" style="line-height: 23px;"&gt;which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problem&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 23px;"&gt;s. big web solutions like &lt;a href="http://youtube.com/"&gt;YouTube&lt;/a&gt;, &lt;a href="http://wikipedia.org/"&gt;Wikipedia&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;are already using lighttpd to serve their clients.&lt;br /&gt;unlike in normal web applications Cloud computing solutions need a distributed file system like GoogleFS which was developed by Google and used by Google. So, &lt;a href="http://hadoop.apache.org/"&gt;Apache Hadoop&lt;/a&gt;&amp;nbsp;with &lt;a href="http://www.danga.com/mogilefs/"&gt;MogileFS&lt;/a&gt;&amp;nbsp;can be used to fulfill that requirement. Apac&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;he Hadoop&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;i&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;s a&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;software framework&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;that supports data-intensive&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;distributed applications&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;under a&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;free license&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;It enables applications to work with thousands of nodes and petabytes of data. Hadoop was inspired by&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;a href="http://draft.blogger.com/wiki/Google" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; text-decoration: none;" title="Google"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Google&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;'s&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;MapReduce&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Google File System&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;(GFS) papers.&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Hadoop is a top-level&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Apache&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;project being built and used by a global community of contributors,&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;using the&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;a href="http://draft.blogger.com/wiki/Java_(programming_language)" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; text-decoration: none;" title="Java (programming language)"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Java&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;programming language.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Yahoo!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;has been the largest contributor&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px;"&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;to the project, and uses Hadoop extensively across its businesses.&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;So, with these new concepts and new technologies we could see a more reliable, secure, speed and agile world wide web.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Cheers !&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;Kesh,&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-7129602806733844490?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7129602806733844490'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7129602806733844490'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/09/what-will-be-next-web-stack.html' title='What will be the next web stack ?'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/TInmwZ7YJbI/AAAAAAAAAUY/2n_H57xOER0/s72-c/PancakesAreBetterThanTheWeb.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8920912479452975960</id><published>2010-08-29T20:43:00.001+05:30</published><updated>2010-08-29T20:48:47.499+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Python'/><category scheme='http://www.blogger.com/atom/ns#' term='XMPP'/><title type='text'>How to catch your invisible friends on GTalk</title><content type='html'>If you have a Google account then you might have experienced Google chat which is integrated with GMail and it can also accessed via XMPP. if you have used it then you may know that so many people don't like to go online so they make themselves invisible. today in this post i am going to explain a simple way to find out who are the invisible buddies.&lt;br /&gt;in this post i have used python and python-xmpp library and i have tested this on Linux but i suppose this will work on Windows as well.&lt;br /&gt;since i did this on Linux(Ubuntu) i am writing the steps for Debian based operating systems which normally comes with python. type this in &amp;nbsp;you terminal&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo apt-get install python-xmpp python-dnspython&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;enter your super user password and wait till it installed. then open your&amp;nbsp;favorite text editor in this case i am using gedit. copy and paste this code :&lt;br /&gt;&lt;pre class="python" name="code"&gt;import xmpp&lt;br /&gt;&lt;br /&gt;FROM_GMAIL_ID = "kesh.jboy@gmail.com"&lt;br /&gt;GMAIL_PASS = ":Pthisisnotmyrealpassword:P"&lt;br /&gt;GTALK_SERVER = "gmail.com"&lt;br /&gt;&lt;br /&gt;jid=xmpp.protocol.JID(FROM_GMAIL_ID)&lt;br /&gt;C=xmpp.Client(jid.getDomain(),debug=[])&lt;br /&gt;&lt;br /&gt;if not C.connect((GTALK_SERVER,5222)):&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;raise IOError('Can not connect to server.')&lt;br /&gt;if not C.auth(jid.getNode(),GMAIL_PASS):&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;raise IOError('Authentication error.')&lt;br /&gt;&lt;br /&gt;C.sendInitPresence(requestRoster=1)&lt;br /&gt;&lt;br /&gt;def myPresenceHandler(con, event):&lt;br /&gt;&amp;nbsp;&amp;nbsp; if event.getType() == 'unavailable':&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; print event.getFrom().getStripped()&lt;br /&gt;&lt;br /&gt;C.RegisterHandler('presence', myPresenceHandler)&lt;br /&gt;while C.Process(1):&lt;br /&gt;&amp;nbsp;&amp;nbsp;pass&lt;/pre&gt;&lt;br /&gt;right !!! save this file as mygtalk.py and simply type &lt;br /&gt;&lt;br /&gt;&lt;i&gt;python mygtalk.py&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;in terminal...... wow you can see all your invisible buddies just give them a wink... have fun..&lt;br /&gt;&lt;br /&gt;Cheers !&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8920912479452975960?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8920912479452975960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8920912479452975960'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/08/how-to-catch-your-invisible-friends-on.html' title='How to catch your invisible friends on GTalk'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-1263171518943481038</id><published>2010-08-29T15:45:00.007+05:30</published><updated>2010-08-29T16:04:29.664+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='XMPP'/><title type='text'>Creating a GTalk client with C# - Part 2</title><content type='html'>&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;"&gt;I think you have already read my previous blog post :&amp;nbsp;&lt;a href="http://techgossipz.blogspot.com/2010/08/creating-gtalk-client-with-c-part-1.html"&gt;Creating a GTalk client with C# - Part 1.&lt;/a&gt;&amp;nbsp;So now you have created a login form and only authenticated people can log into the client. in that post when a user authenticated what i did was just disposed the current window so in this post i will create another form and show it instead of disposing the login form. So create another form with VS where you should have a list to load you buddy list, another list to show your chats, a text box to type your chats and a send button.(This is my basic design but it is up to you to design whatever way you like :) )&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/THoaTg68OiI/AAAAAAAAAUU/KGaQlpQ7XrM/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="223" src="http://4.bp.blogspot.com/_iOljaA72jrE/THoaTg68OiI/AAAAAAAAAUU/KGaQlpQ7XrM/s400/Untitled.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;"&gt;alright everything is set to do the codings.... go to source and initialize a XmppClientConnection object but this object should be the same object as we created in the previous form. so what i did was made that earlier object static(in form 1) and also create a static method called getXmpp() in form1.cs&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;static XmppClientConnection xmppCon = new XmppClientConnection();&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt; &lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public static XmppClientConnection getXmpp()&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return xmppCon;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/pre&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;you may find a better way than this.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; text-align: left;"&gt;then in form2 add this line.&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;XmppClientConnection xmppCon = Form1.getXmpp();&lt;/pre&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman';"&gt;now you have to subscribe to events so create a new method called init()&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code" style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;private void Init()&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.Items.Clear();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnRosterStart += new ObjectHandler(OnRosterStart);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnRosterEnd += new ObjectHandler(OnRosterEnd);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnRosterItem += new XmppClientConnection.RosterHandler(OnRosterItem);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnPresence += new agsXMPP.protocol.client.PresenceHandler(OnPresence);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnError += new ErrorHandler(OnError);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnClose += new ObjectHandler(OnClose);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.OnMessage += new agsXMPP.protocol.client.MessageHandler(OnMessage);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&amp;nbsp;here chatList is the ListBox which we create to show the chats and Roster means the buddies. now invoke this init method in the constructor after&amp;nbsp;InitializeComponent();&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;public Form2()&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;InitializeComponent();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Init();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;now simply create the methods to handle the events which were registered.&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;pre class="csharp" name="code"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnMessage(object sender, agsXMPP.protocol.client.Message msg)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (msg.Body == null)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new agsXMPP.protocol.client.MessageHandler(OnMessage), new object[] { sender, msg });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.Items.Add(String.Format("{0} type:{1}", msg.From.Bare, msg.Type.ToString()));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.Items.Add(msg.Body);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.SelectedIndex = chatList.Items.Count - 1; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnClose(object sender)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ObjectHandler(OnClose), new object[] { sender });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;};&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnError(object sender, Exception ex)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ErrorHandler(OnError), new object[] { sender, ex });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.Items.Add("Error");&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.SelectedIndex = chatList.Items.Count - 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; void OnPresence(object sender, agsXMPP.protocol.client.Presence pres)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new agsXMPP.protocol.client.PresenceHandler(OnPresence), new object[] { sender, pres });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.Items.Add(String.Format("Received Presence from:{0} show:{1} status:{2}", pres.From.ToString(), pres.Show.ToString(), pres.Status));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;chatList.SelectedIndex = chatList.Items.Count - 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnRosterItem(object sender, agsXMPP.protocol.iq.roster.RosterItem item)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new XmppClientConnection.RosterHandler(OnRosterItem), new object[] { sender, item });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;buddyList.Items.Add(String.Format("{0}", item.Jid.Bare));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;buddyList.SelectedIndex = chatList.Items.Count - 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnRosterEnd(object sender)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ObjectHandler(OnRosterEnd), new object[] { sender });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.SendMyPresence();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void OnRosterStart(object sender)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ObjectHandler(OnRosterStart), new object[] { sender });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;this is simply the code you can&amp;nbsp;customize in whatever way you like. :) so now the last thing in form1 we only dispose the form so now let's replace that line with this :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: 'Times New Roman'; font-size: medium; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;pre class="csharp" name="code"&gt;new Form2().Show();&lt;/pre&gt;&amp;nbsp;ok now run it. select a buddy from buddylist and chat... have fun... if you have any problem regarding the code feel free to comment below or send me an email to : kesh.jboy@gmail.com&lt;br /&gt;&lt;br /&gt;cheers !&lt;br /&gt;Kesh,&lt;/div&gt;&lt;div style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-1263171518943481038?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/1263171518943481038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/1263171518943481038'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/08/creating-gtalk-client-with-c-part-2.html' title='Creating a GTalk client with C# - Part 2'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/THoaTg68OiI/AAAAAAAAAUU/KGaQlpQ7XrM/s72-c/Untitled.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8663701250543334078</id><published>2010-08-27T14:35:00.000+05:30</published><updated>2010-08-27T14:35:08.537+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><category scheme='http://www.blogger.com/atom/ns#' term='XMPP'/><title type='text'>Creating a GTalk client with C# - Part 1</title><content type='html'>Today i am going to create a GTalk client with C# on Visual Studio 2008. So without talking much let's start developing :). here i am using &lt;a href="http://www.ag-software.de/agsxmpp-sdk.html"&gt;agsXMPP&lt;/a&gt; library. so first you need to &lt;a href="http://www.ag-software.de/download.html"&gt;download and install&lt;/a&gt; agsXMPP SDK. open Visual Studio and create a new project.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/THdxKhrSDrI/AAAAAAAAAUM/ia7axe3yALI/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="265" src="http://2.bp.blogspot.com/_iOljaA72jrE/THdxKhrSDrI/AAAAAAAAAUM/ia7axe3yALI/s400/Untitled.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;first of all we need to create some kind of a login form so only authenticated person can log in. design a login form with VS.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/THdzD-oQtXI/AAAAAAAAAUQ/bjZpp6fVA0A/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="223" src="http://1.bp.blogspot.com/_iOljaA72jrE/THdzD-oQtXI/AAAAAAAAAUQ/bjZpp6fVA0A/s400/Untitled.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;ok design has been done ! now go to the source of the form and initialize a&amp;nbsp;XmppClientConnection object&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;pre class="csharp" name="code"&gt;XmppClientConnection xmppCon = new XmppClientConnection();&lt;br /&gt;&lt;/pre&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;in this first part i am only going to implement the authentication part and sending and&amp;nbsp;receiving chats will be covered in the second part and i hope to add some new and cool speech technologies in third part :).&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;so for authentication and login we have to declare handlers in the constructor&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;pre class="csharp" name="code"&gt;xmppCon.OnLogin += new ObjectHandler(OnLogin);&lt;br /&gt;xmppCon.OnAuthError += new XmppElementHandler(OnAuthError);&lt;br /&gt;xmppCon.OnError += new ErrorHandler(OnError);&lt;br /&gt;&lt;/pre&gt;so, this means we should have three methods &amp;nbsp;OnLogin, OnAuthError and OnError&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;void OnError(object sender, Exception ex)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ErrorHandler(OnError), new object[] { sender, ex });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show("Error occurred");&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/pre&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;this method invokes when an error&amp;nbsp;occurred&amp;nbsp;so, you can handle it anyway you like. since windows forms are not thread safe here and in next two methods also i have to invoke the BeginInvoke method.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;pre class="csharp" name="code"&gt;void OnAuthError(object sender, agsXMPP.Xml.Dom.Element e)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new XmppElementHandler(OnAuthError), new object[] { sender, e });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show("Your username or password in invalid");&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;void OnLogin(object sender)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (InvokeRequired)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeginInvoke(new ObjectHandler(OnLogin), new object[] { sender });&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;this.Dispose();&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/pre&gt;here in OnLogin method i did nothing but disposing the current form but in my next post i will explain how to create another form and load our buddy list and send&amp;nbsp;receive&amp;nbsp;chats with them.&lt;br /&gt;so are we done with this? :) this code won't compile because we didn't add any reference to agsXMPP library so right click on References and browse to the location where you installed add reference to&amp;nbsp;agsxmpp.dll then add&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;using agsXMPP;&lt;/pre&gt;&lt;br /&gt;this will compile and run but nothing will happen because we still didn't say anything to do when we click the login button so now it is time to do it. double click on the button so VS automatically generate the method.&lt;br /&gt;&lt;br /&gt;&lt;pre class="csharp" name="code"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Jid jidUser = new Jid(username.Text);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.Username = jidUser.User;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.Server = jidUser.Server;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.Password = password.Text;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.AutoResolveConnectServer = true;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xmppCon.Open();&lt;/pre&gt;&lt;br /&gt;now this is it. done! the form will be disposed if you are successfully logged in my next part i will explain how to chat not only disposing the current form.. if you have any question feel free to comment below.&lt;br /&gt;&lt;br /&gt;Cheers !&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8663701250543334078?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8663701250543334078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8663701250543334078'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/08/creating-gtalk-client-with-c-part-1.html' title='Creating a GTalk client with C# - Part 1'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_iOljaA72jrE/THdxKhrSDrI/AAAAAAAAAUM/ia7axe3yALI/s72-c/Untitled.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5471604343311084660</id><published>2010-08-16T22:56:00.002+05:30</published><updated>2010-08-16T23:11:16.805+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Goggles with Facebook ?</title><content type='html'>I just came up with a crazy idea just a couple of months ago when i got to know about Google goggles. Google as always produce some innovative products Google Goggles is one of them. just watch this&amp;nbsp;video if you don't know about Google Goggles&lt;br /&gt;&lt;br /&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Hhgfz0zPmH4?fs=1&amp;amp;hl=en_US"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Hhgfz0zPmH4?fs=1&amp;amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;So the thing this great application lacks is the lack of data in the database. so i just came up with an idea of integrating Facebook with Goggles i know it is a crazy and fancy idea because it violates all the privacy laws. :) but thing i just want to say is that something like facebook which has over 500 million users and it has a huge collection of photos of so many people in different angels with different positions and most importantly they are manually tagged so using these type of a database it is much easy to implement Goggles for people search there are so many technical problems (frankly speaking i can't do it but facebook and Google can.. :)) as well as legal issues although we can use the photos which were made public (then there won't be any violation of privacy laws i guess) anyway this is just a crazy idea...&lt;br /&gt;&lt;br /&gt;cheers !&lt;br /&gt;-Kesh&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5471604343311084660?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5471604343311084660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5471604343311084660'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/08/google-goggles-with-facebook.html' title='Google Goggles with Facebook ?'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-7795201793898245670</id><published>2010-06-19T20:13:00.000+05:30</published><updated>2010-06-19T20:13:30.885+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>GoogleCL- Google services via Command line</title><content type='html'>People, who are using *nix heavily, have used to a terminal very much sometimes they addict to the terminal. so, for the people who wants to use Google services via command line there were no proper and easy way, but finally now we have a way to do it. The project is called &lt;a href="http://code.google.com/p/googlecl"&gt;GoogleCL&lt;/a&gt;&amp;nbsp;&amp;nbsp;and it uses Google Data API and still facing some constrain due to the limited support for some google services by the GData API. These Google services includes Blogger, Youtube, Google Docs, Piccasa and Calendar. you need to have Python 2.5 or higher installed in your system because this project uses Google Data API Python client library. After installing Python and &lt;a href="http://code.google.com/p/googlecl/downloads/list"&gt;GoogleCL&lt;/a&gt;&amp;nbsp;the life is much easier for the people who have addicted to the *nix Terminal.&lt;br /&gt;&lt;br /&gt;here are some things you can do with GoogleCL but these not the only things you can do with GoogleCL and it is still been developed as an open source project.&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;h2 style="font-size: large;"&gt;&lt;a href="" name="Blogger"&gt;Blogger&lt;/a&gt;&lt;/h2&gt;&lt;ul style="max-width: 65em; padding-left: 40px;"&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google blogger post --tags "Google, GoogleCL" --title "Test Post" "I'm posting via terminal"&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google blogger post blogpost.txt&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google blogger list title,url-site # List posts&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google blogger delete --title "Test Post"&lt;/tt&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="font-size: large;"&gt;&lt;a href="" name="Calendar"&gt;Calendar&lt;/a&gt;&lt;/h2&gt;&lt;ul style="max-width: 65em; padding-left: 40px;"&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google calendar add "write a blog post at 7pm" # add event to calendar&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google calendar today # List events for today only.&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google calendar list --date 2010-06-01,2010-06-19 # List events.&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google calendar delete --title "write a blog post at 7pm" # Delete an event.&lt;/tt&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="font-size: large;"&gt;&lt;a href="" name="Contacts"&gt;Contacts&lt;/a&gt;&lt;/h2&gt;&lt;ul style="max-width: 65em; padding-left: 40px;"&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google contacts add "Keshan Sodimana, kesh.jboy@gmail.com"&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google contacts list name,email --title "Keshan Sodimana"&lt;/tt&gt;&lt;/li&gt;&lt;li&gt;&lt;tt style="font-size: 13px;"&gt;google contacts delete --title "Keshan Sodimana"&lt;/tt&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="font-size: large;"&gt;&lt;br /&gt;&lt;/h2&gt;&lt;div&gt;use GoogleCL be familiar with it and have fun....&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Cheers !!&lt;/div&gt;&lt;div&gt;Kesh,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-7795201793898245670?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7795201793898245670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7795201793898245670'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/06/googlecl-google-services-via-command.html' title='GoogleCL- Google services via Command line'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6781105742859466539</id><published>2010-05-21T14:22:00.000+05:30</published><updated>2010-05-21T14:22:26.700+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google TV and the introduction of Android 2.2</title><content type='html'>As everyone expected Google has finally introduced their latest &lt;a href="http://www.google.com/tv"&gt;Google TV&lt;/a&gt; at the Google IO conference second day which was meant to be the Android day.&lt;br /&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/diTpeYoqAhc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/diTpeYoqAhc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;according to Vincent Dureu,&amp;nbsp;in charge of Google TV this is why Google TV is needed :&lt;br /&gt;&lt;blockquote&gt;&lt;i&gt;Even two years ago you would have said that telephones are mostly for making calls, maybe for email and texting. Today, we know that phones can actually do a whole lot more. In the same way, people say that TV is just for watching TV. But, like the phone can be used for more than making calls, we believe that TV can be used for more than just video. Also, there’s not enough shelf space for the stuff on TV; not even with online channel guides and your PVR access and your racks full of disks. The shelf space should be as big as the web.&lt;/i&gt;&lt;/blockquote&gt;&amp;nbsp;Google TV, which will come with the collaboration with Sony, intel and Google is powered by Google Chrome initially so developers can build web apps as well as Android apps to run on Google TV platform but for now the SDK for mobile apps haven't been released.&lt;br /&gt;&lt;br /&gt;with the introduction of Google TV Google also introduced their new mobile OS Android 2.2(FroYo) and which has a lot of new features over its predecessor Android 2.1(Eclair).&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S_ZHrQgzC6I/AAAAAAAAASM/-eVRmtBuU2c/s1600/froyo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_iOljaA72jrE/S_ZHrQgzC6I/AAAAAAAAASM/-eVRmtBuU2c/s1600/froyo.png" /&gt;&lt;/a&gt;&lt;/div&gt;the new version is pretty much fast and it has a new JIT (Just-In-Time) compiler to boost the performances. here are the pros and cons about the newly introduced FroYo&lt;br /&gt;&lt;br /&gt;&lt;object height="340" width="560"&gt;&lt;param name="movie" value="http://www.youtube.com/v/yAZYSVr2Bhc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/yAZYSVr2Bhc&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;cheers,&lt;br /&gt;Kesh.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6781105742859466539?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6781105742859466539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6781105742859466539'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/05/google-tv-and-introduction-of-android.html' title='Google TV and the introduction of Android 2.2'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/S_ZHrQgzC6I/AAAAAAAAASM/-eVRmtBuU2c/s72-c/froyo.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8280472556743223936</id><published>2010-05-20T18:06:00.000+05:30</published><updated>2010-05-20T18:06:41.695+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Font API</title><content type='html'>Google as always came up with a new API called &lt;a href="http://code.google.com/apis/webfonts/"&gt;Google Font API&lt;/a&gt; this time. it is a start up for web fonts and the API is totally open source so, anyone can even download the fonts and alter them as they wish yet that API supports a few fonts because the API was introduced a little while ago so, hopefully it will expand and make something good for the world wide web. here is the &lt;a href="http://code.google.com/webfonts"&gt;Google font directory&lt;/a&gt; where you can find all the fonts. &lt;a href="http://code.google.com/apis/webfonts/docs/getting_started.html"&gt;here in this document&lt;/a&gt; google has documented very clearly for beginners to how to use their new API.&lt;br /&gt;These fonts works really well with HTML 5 and CSS 3 so, that will be great when it comes to the future of world wide web because it supports the rotations, shadows etc. in HTML 5.&lt;br /&gt;The other big news is &lt;a href="http://www.smashingmagazine.com/"&gt;Smashing magazine&lt;/a&gt; is already relaunched their site with Google's newly launched web font API. so, the trend will be this let's hope for a bright future for world wide web.&lt;br /&gt;&lt;br /&gt;cheers,&lt;br /&gt;Kesh.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8280472556743223936?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8280472556743223936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8280472556743223936'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/05/google-font-api.html' title='Google Font API'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6307940563782686069</id><published>2010-05-20T12:59:00.000+05:30</published><updated>2010-05-20T12:59:58.885+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML 5'/><title type='text'>Openness, Flash and Apple</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S_TcjAGPVvI/AAAAAAAAASI/BBt42-DWKO0/s1600/flash_forbidden_stop.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://4.bp.blogspot.com/_iOljaA72jrE/S_TcjAGPVvI/AAAAAAAAASI/BBt42-DWKO0/s200/flash_forbidden_stop.jpg" width="198" /&gt;&lt;/a&gt;It's been a while since Apple Adobe fight has begun. it's because Apple CEO, Steve Jobs. &amp;nbsp;he said prefers HTML5, the new web standard to Adobe's Flash so, Apple hasn't given any support for Flash in their products. however Adobe released a HTML 5 support plugin for it's new Dreamviwer CS 5 during the Google I/O 2010 in yesterday 19th of May.if HTML 5 is the replacement for flash as Jobs believe why Adobe is supporting HTML 5? and the other thing is being one of the most closed systems in the world why Apple is supporting a open standard like HTML 5 ? &lt;br /&gt;may be that is because Apple wants be the only company which sells&amp;nbsp;proprietary software but on the other hand Microsoft is silently replacing Flash with their own Silverlight which is more a likely a replacement for Flash than HTML 5. though these two closed source software giants reject Flash the search engine giant, Google is going to introduce their new Android OS with the Flash support in the Google IO 10, and that is why Android is getting more market shares than Apple iPhone currently because still Flash has its authority on web content like animations and video basically media so, people need to fulfill their own needs so yet Flash player is the only solution till HTML 5 grow up we have to content with Flash and HTML 5 will grow up with Adobe's great tools, those tools are the basic things which made Flash a popular technology.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6307940563782686069?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6307940563782686069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6307940563782686069'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/05/openness-flash-and-apple.html' title='Openness, Flash and Apple'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/S_TcjAGPVvI/AAAAAAAAASI/BBt42-DWKO0/s72-c/flash_forbidden_stop.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-9204401837533545982</id><published>2010-03-18T19:02:00.000+05:30</published><updated>2010-03-18T19:02:00.388+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ruby on Rails'/><title type='text'>Gnerate RSS for your site in Rails</title><content type='html'>With the rapid development in world wide web it is obvious that we cannot go to every site we like in daily basis to check for its updates to eliminate that problem we have something called rss in web 2.0. as a developer it is a cool idea to generate rss for your site then your site readers can keep in touch with your web site or blog.&lt;br /&gt;&lt;br /&gt;here i am going to explain how you could easily do it with Rails.&lt;br /&gt;&lt;br /&gt;first i assume you have a rails project and have a controller called post(you can have whatever name but this example is based on a controller called posts) go to post_controller.rb in your Controllers directory and change the index method&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;&amp;nbsp;respond_to do |format|&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format.html&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format.xml&amp;nbsp; { render :xml =&amp;gt; @posts }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format.rss&amp;nbsp; { render :layout =&amp;gt; false }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;br /&gt;&amp;nbsp; end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;and then go to Views and add a file called index.rss.builder to posts view directory and the below content to that file(remember in RoR convention is over configuration so, be careful about naming conventions)&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;xml.instruct! :xml, :version =&amp;gt; "1.0"&lt;br /&gt;xml.rss :version =&amp;gt; "2.0" do&lt;br /&gt;&amp;nbsp; xml.channel do&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.title "posts"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.description "Lots of posts"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.link formatted_posts_url(:rss)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for post in @posts&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.item do&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.title post.title&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.description post.body&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.pubDate post.created_at.to_s(:rfc822)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.link formatted_post_url(post, :rss)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xml.guid formatted_post_url(post, :rss)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&lt;br /&gt;&amp;nbsp; end&lt;br /&gt;end&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;here we go it is done to view this you can start the server and go to http://localhost:3000/posts.rss&lt;br /&gt;&lt;br /&gt;but it is better to add a link to the rss feeds to do it go to index.html.erb in Views, posts view directory and add the following line where you want to see the lnk&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;&amp;lt;%= link_to "RSS", formatted_posts_url(:rss) %&amp;gt; &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;if you want to clarify anything do not hesitate to comment below&lt;br /&gt;have fun !!&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-9204401837533545982?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/9204401837533545982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/03/gnerate-rss-for-your-site-in-rails.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/9204401837533545982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/9204401837533545982'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/03/gnerate-rss-for-your-site-in-rails.html' title='Gnerate RSS for your site in Rails'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8710822901893311499</id><published>2010-03-15T12:53:00.002+05:30</published><updated>2010-03-15T13:08:23.686+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ruby on Rails'/><title type='text'>PaperClip with Ruby on Rails</title><content type='html'>When you are developing a web applications sometimes you need to have pictures uploaded and attached(embedded) to your pages. In Ruby on Rails it is really easy task to handle those kind of things you just need to to use the plugin. PaperClip appropriately.&lt;br /&gt;&lt;br /&gt;before begin here, i assume you know how to create a rails project and do the basic stuff if not please &lt;a href="http://guides.rubyonrails.org/getting_started.html"&gt;read this&lt;/a&gt; before continue &lt;br /&gt;&lt;br /&gt;imagine you have a rails project with a user profile and what we going to do is add an avatar to this profile. first you need to install PaperClip plugin&lt;br /&gt;&lt;br /&gt;&lt;pre class="bash"&gt;script/plugin install git://github.com/thoughtbot/paperclip.git &lt;br /&gt;&lt;/pre&gt;then we need to run the paperclip generator to add some columns to the migration table&lt;br /&gt;&lt;br /&gt;&lt;pre class="bash"&gt;script/generate paperclip user photo &lt;br /&gt;&lt;/pre&gt;here user is the model that you want the attachements to be added and photo is the name you want that attachment to be called. then run the migrations&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="bash"&gt;rake db:migrate &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;then we need to add a line to user model which is in models directory&lt;br /&gt;&lt;br /&gt;&lt;pre name="code" class="ruby" name="code"&gt;class User &amp;lt;&amp;nbsp; ActiveRecord::Base&lt;br /&gt;has_attached_file : photo&lt;br /&gt;end&lt;br /&gt;&lt;/pre&gt;photo is the name we used earlier in migrations. then we need to do a simple alteration in view.&lt;br /&gt;first,&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;&amp;lt;%form_for @user , :html =&amp;gt; { :multipart =&amp;gt; true} do |f|%&amp;gt; &lt;br /&gt;&lt;/pre&gt;if you don't add set multipart to true it will not accept file attachments. then add a field for file uploads&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;&amp;lt;%= f.file_field :photo%&amp;gt; &lt;br /&gt;&lt;/pre&gt;right now you are done but if you execute this you won't see the picture in order to it you need to edit your show action template in user view&lt;br /&gt;&lt;br /&gt;&lt;pre class="ruby" name="code"&gt;&amp;lt;%= image_tag @user.photo.url %&amp;gt;&amp;nbsp; &lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;this will render the image into the page.&lt;br /&gt;&lt;br /&gt;it is done. hope you can follow this instructions if you have any problem please comment below&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8710822901893311499?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/8710822901893311499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/03/paperclip-with-ruby-on-rails.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8710822901893311499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8710822901893311499'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/03/paperclip-with-ruby-on-rails.html' title='PaperClip with Ruby on Rails'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-814023593671438737</id><published>2010-02-21T23:19:00.000+05:30</published><updated>2010-02-21T23:19:43.359+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Linux for entertainment : Element OS</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S4FsgaEP1yI/AAAAAAAAAQ8/7rLWWPMHfFM/s1600-h/elementhdtv.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="280" src="http://1.bp.blogspot.com/_iOljaA72jrE/S4FsgaEP1yI/AAAAAAAAAQ8/7rLWWPMHfFM/s400/elementhdtv.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;(picture- &lt;a href="http://www.elementmypc.com/"&gt;http://www.elementmypc.com/&lt;/a&gt;)&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Element OS is a new Debian based new operating system mainly focused on Home&amp;nbsp;Theater systems and Media&amp;nbsp;center personal computers and aims to integrate GTK applications into a ten-foot user interface with XFCE environment. &lt;br /&gt;this OS is not limited to a typical home theater system this can be integrated with Boxee , Hulu etc.. and since this has been developed on Debian literally it has all the other features, packages and softwares which supports debian operating system.&lt;br /&gt;&lt;br /&gt;for more screenshots and more information &lt;a href="http://www.elementmypc.com/"&gt;visit Element OS web site &lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;for installation : download the CD image from &lt;a href="http://www.elementmypc.com/main/index.php?option=com_content&amp;amp;view=article&amp;amp;id=58&amp;amp;Itemid=64"&gt;here&lt;/a&gt;&amp;nbsp;it is 638MB and it is&amp;nbsp;recommended&amp;nbsp;to have a computer:&lt;br /&gt;processor 1.6GHZ&lt;br /&gt;RAM 1GB+&lt;br /&gt;free Hard disk space 20GB&lt;br /&gt;your PC can be connected to HDTV&lt;br /&gt;&lt;br /&gt;entertain yourself with Linux... have a nice time..&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-814023593671438737?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/814023593671438737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/linux-for-entertainment-element-os.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/814023593671438737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/814023593671438737'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/linux-for-entertainment-element-os.html' title='Linux for entertainment : Element OS'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/S4FsgaEP1yI/AAAAAAAAAQ8/7rLWWPMHfFM/s72-c/elementhdtv.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-4479273668353177332</id><published>2010-02-21T01:52:00.005+05:30</published><updated>2010-02-28T00:56:14.925+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML 5'/><title type='text'>How to parse HTML using DOM with PHP</title><content type='html'>If you are a PHP programmer who is comfortable with XML you already know how to parse a XML file in PHP since HTML is merely a subset of XML the same technique can be applied to HTML parsing as well let me illustrate it :&lt;br /&gt;&lt;br /&gt;for an example let's assume we have table of data about whether forcast but they don't provide RSS feeds so, in order to extract the data and view we need to parse its HTML page somehow.&lt;br /&gt;&lt;br /&gt;assume this is the html code snippet:&lt;br /&gt;&lt;span style="font-family: courier new,monospace;"&gt;&lt;span style="font-family: courier new,monospace;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new,monospace;"&gt;&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;&lt;pre class="xml" name="code"&gt;&amp;nbsp;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;table&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;Colombo&amp;lt;/td&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;30&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;Sunny&amp;lt;/td&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;Hambantota&amp;lt;/td&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;33&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;Sunny&amp;lt;/td&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/table&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/html&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;save it as data.html now we are going to parse this data.html with PHP,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="php" name="code"&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp; // new dom object&lt;br /&gt;&amp;nbsp; $dom = new DOMDocument();&lt;br /&gt;&lt;br /&gt;&amp;nbsp; //load the html&lt;br /&gt;&amp;nbsp; $html = $dom-&amp;gt;loadHTMLFile(data.html);&lt;br /&gt;&lt;br /&gt;&amp;nbsp; //discard white space &lt;br /&gt;&amp;nbsp; $dom-&amp;gt;preserveWhiteSpace = false; &lt;br /&gt;&lt;br /&gt;&amp;nbsp; //the table by its tag name&lt;br /&gt;&amp;nbsp; $tables = $dom-&amp;gt;getElementsByTagName('table'); &lt;br /&gt;&lt;br /&gt;&amp;nbsp; //get all rows from the table&lt;br /&gt;&amp;nbsp; $rows = $tables-&amp;gt;item(0)-&amp;gt;getElementsByTagName('tr'); &lt;br /&gt;&lt;br /&gt;&amp;nbsp; // loop over the table rows&lt;br /&gt;&amp;nbsp; foreach ($rows as $row) &lt;br /&gt;&amp;nbsp; { &lt;br /&gt;&amp;nbsp;&amp;nbsp; // get each column by tag name&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; $cols = $row-&amp;gt;getElementsByTagName('td'); &lt;br /&gt;&amp;nbsp;&amp;nbsp; // echo the values&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $cols-&amp;gt;item(0)-&amp;gt;nodeValue.'&amp;lt;br /&amp;gt;'; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $cols-&amp;gt;item(1)-&amp;gt;nodeValue.'&amp;lt;br /&amp;gt;'; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; echo $cols-&amp;gt;item(2)-&amp;gt;nodeValue;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;br /&gt;&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;now we have done with it put the php code into your server along with the html file and run.....&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-4479273668353177332?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/4479273668353177332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/how-to-parse-html-using-dom-with-php.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4479273668353177332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4479273668353177332'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/how-to-parse-html-using-dom-with-php.html' title='How to parse HTML using DOM with PHP'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-328386756167760855</id><published>2010-02-20T02:11:00.001+05:30</published><updated>2010-02-20T02:12:04.288+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPad'/><category scheme='http://www.blogger.com/atom/ns#' term='Mobile'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>Open Source MeeGo for mobile devices</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S37wntB3OnI/AAAAAAAAAQQ/9q4HdF2XqoA/s1600-h/meego-500x375_1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://3.bp.blogspot.com/_iOljaA72jrE/S37wntB3OnI/AAAAAAAAAQQ/9q4HdF2XqoA/s400/meego-500x375_1.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Mobile OSs are a hot topic today because Google introduce Nexus One with Android Apple came up with iPad and Windows is coming with Windows 7 mobile so, Intel and Nokia has also came up with a new operating system based on Linux.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;MeeGo is a combination of Intel's Moblin &amp;nbsp;and Nokia's Maemo projects. creating a one single platform for next generation devices like tablets, netbooks etc..the interesting point about MeeGo is that it is a product of world largest chipset manufacturer and worl largest handset&amp;nbsp;manufacturer.both companies are working together to create a new Atom based SoC(System on Chip) called PenWell for netbooks and Mobile phones.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Why MeeGO so powerful?&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;it has been built for powerful next generation devices from the ground level.MeeGo has a powerful computation which take advantage of its new form factors.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;it has a cross platform support which means MeeGo is multi-architecture and can be used in a broad range of devices from TV to your tablet PC to your mobile phone.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;MeeGo is open with Linux kernel and open model it is really strong.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Developers can target various platform like windows, Mac, Linux, Symbian etc.. with Qt and MeeGo because of its application portability.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;With the open source&amp;nbsp;appearance in mobile OS war it will be a great competition between Google, Apple, Microsoft and Intel-Nokia.&amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kesh,&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-328386756167760855?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/328386756167760855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/open-source-meego-for-mobile-devices.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/328386756167760855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/328386756167760855'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/open-source-meego-for-mobile-devices.html' title='Open Source MeeGo for mobile devices'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/S37wntB3OnI/AAAAAAAAAQQ/9q4HdF2XqoA/s72-c/meego-500x375_1.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-7023616793987517984</id><published>2010-02-15T15:55:00.002+05:30</published><updated>2010-12-22T23:00:12.011+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Experience Android on VirtualBox</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;UPDATE&lt;/b&gt; : &lt;a href="http://techgossipz.blogspot.com/2010/12/run-android-froyo-in-your-virtualbox.html"&gt;Android Froyo with VirtualBox&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S3kFsYnVjmI/AAAAAAAAAP0/CM8sMjxoZC0/s1600-h/logo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="120" src="http://3.bp.blogspot.com/_iOljaA72jrE/S3kFsYnVjmI/AAAAAAAAAP0/CM8sMjxoZC0/s400/logo.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Android, which is one of the most revolutionized mobile OS introduced by Google has come long way since its first introduction. recently Google released Nexus One phone which was said to be good by Linus too. so, everyone would like to experience Google Android although you have no Android supported phone. here's a way with your favorite VirtualBox.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 1 :&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Download the 2 latest CD images.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://live-android.googlecode.com/files/liveandroidv0.3.iso.001"&gt;image 1&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://live-android.googlecode.com/files/liveandroidv0.3.iso.002"&gt;image 2&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 2 &lt;/b&gt;:&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;if you are on windows use PowerISO or something to combine these two CD images&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;OR&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;if you are on Linux change directory to the directory where you put your image files and simply type the following:&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;&lt;i&gt;cat liveandroidv0.3.iso.001 liveandroidv0.3.iso.002 &amp;gt; liveandroidv0.3.iso&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;(make&lt;i&gt;&amp;nbsp;&lt;/i&gt;sure that you have typed the correct version number as mentioned in the image file)&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 3 :&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Start VirtualBox and create a new virtual machine : select Operating System as Linux 2.6 and give 300+ MB for Base memory and you don't need to create a virtual hard disk.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S3keYfYETgI/AAAAAAAAAP4/FIH4ZXSDcf0/s1600-h/Screenshot-Create%20New%20Virtual%20Machine.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/_iOljaA72jrE/S3keYfYETgI/AAAAAAAAAP4/FIH4ZXSDcf0/s320/Screenshot-Create%20New%20Virtual%20Machine.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S3kehSmN0kI/AAAAAAAAAP8/IdXWY8nnpt8/s1600-h/Screenshot-Create%20New%20Virtual%20Machine-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/_iOljaA72jrE/S3kehSmN0kI/AAAAAAAAAP8/IdXWY8nnpt8/s320/Screenshot-Create%20New%20Virtual%20Machine-1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S3kerM-9fUI/AAAAAAAAAQA/eHQSfwM3k1k/s1600-h/Screenshot-Create%20New%20Virtual%20Machine-2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/_iOljaA72jrE/S3kerM-9fUI/AAAAAAAAAQA/eHQSfwM3k1k/s320/Screenshot-Create%20New%20Virtual%20Machine-2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Step 4 :&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Start the newly created Virtual machine : and in the wizard choose CD/DVD-ROM Device as Media type and Image file as the source. simply select the location of your CD image to that place.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/S3kfh0JmNVI/AAAAAAAAAQE/4bmhnE0b6Ww/s1600-h/Screenshot-First%20Run%20Wizard.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/_iOljaA72jrE/S3kfh0JmNVI/AAAAAAAAAQE/4bmhnE0b6Ww/s320/Screenshot-First%20Run%20Wizard.png" width="303" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;That is it.... now you will boot into Android OS have fun........&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S3kgZEbmrjI/AAAAAAAAAQI/khJ31V8vMO8/s1600-h/Screenshot-Andriod%20%5BRunning%5D%20-%20VirtualBox%20OSE.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="341" src="http://4.bp.blogspot.com/_iOljaA72jrE/S3kgZEbmrjI/AAAAAAAAAQI/khJ31V8vMO8/s400/Screenshot-Andriod%20%5BRunning%5D%20-%20VirtualBox%20OSE.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S3kgZAt_QYI/AAAAAAAAAQM/STHKVCBAl8k/s1600-h/Screenshot-Andriod%20%5BRunning%5D%20-%20VirtualBox%20OSE-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="341" src="http://1.bp.blogspot.com/_iOljaA72jrE/S3kgZAt_QYI/AAAAAAAAAQM/STHKVCBAl8k/s400/Screenshot-Andriod%20%5BRunning%5D%20-%20VirtualBox%20OSE-1.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Controls :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Arrows - Navigation&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Enter - confirm&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Escape - back&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;windows key - home&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kesh,&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-7023616793987517984?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/7023616793987517984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/experience-android-on-virtualbox.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7023616793987517984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7023616793987517984'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/experience-android-on-virtualbox.html' title='Experience Android on VirtualBox'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/S3kFsYnVjmI/AAAAAAAAAP0/CM8sMjxoZC0/s72-c/logo.png' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-7450491269383964493</id><published>2010-02-15T13:12:00.002+05:30</published><updated>2010-02-16T10:54:03.910+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe'/><category scheme='http://www.blogger.com/atom/ns#' term='flash'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML 5'/><title type='text'>Future of WWW</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="background-color: white; font-size: 13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S3jzt_AGLhI/AAAAAAAAAPw/YkXzJk_lkds/s1600-h/html5_vs_flash.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/S3jzt_AGLhI/AAAAAAAAAPw/YkXzJk_lkds/s1600/html5_vs_flash.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;With the latest controversial statement of Steve Jobs about Adobe turned up the heat of the debate about the future web. HTML 5 is the latest rival of Flash but still Flash has high number of market shares relative to the latest HTML 5 but recently &lt;a href="http://www.youtube.com/"&gt;Youtube&lt;/a&gt;, the biggest site for video sharing, has also introduced a new HTML 5 type of a video player instead of Flash player it is still on beta so, we don't know much about it's good and bad. &amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is HTML 5?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;HTML 5 is the latest version of HTML and its main objective is to reduce the use of&amp;nbsp;proprietary RIA(Rich Internet Application) plugins. with the new API HTML 5 provides the support for audio and video embedding which it lacks for years. it has introduced new elements as well as functionalities like drag and drop. so, people believe it will revolutionized the future web, with Open web.&lt;br /&gt;&lt;br /&gt;On the other hand Flash which has established for years is the main counterpart of HTML 5 up to now majority of RIA needs Flash player to run.&lt;br /&gt;&lt;br /&gt;Anyway, HTML 5 will be a great alternative for Flash and it will help to reduce security risks which we faced with Flash like clickjacking(though Adobe has corrected this issue there are some security risks still to be solved) let's hope for a better and open web..&lt;br /&gt;&lt;br /&gt;Kesh, &amp;nbsp;&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-7450491269383964493?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/7450491269383964493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/future-of-www.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7450491269383964493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7450491269383964493'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/future-of-www.html' title='Future of WWW'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/S3jzt_AGLhI/AAAAAAAAAPw/YkXzJk_lkds/s72-c/html5_vs_flash.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-553561747793083992</id><published>2010-02-04T14:50:00.002+05:30</published><updated>2010-02-05T20:52:13.961+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Facebook'/><category scheme='http://www.blogger.com/atom/ns#' term='Dell'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>The Master Minds</title><content type='html'>&lt;script type="text/javascript"&gt;tweetmeme_source = 'crazykesh';tweetmeme_service = 'bit.ly';&lt;/script&gt;&lt;br /&gt;&lt;script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;Internet has become a main part of lives it plays a major role in todays world. it seems that without internet we can't live this can be an exaggeration but Internet has&amp;nbsp;evolved gradually in past few decades. in day to day life in cyberspace we use Google, Facebook, Twitter, Digg, Blogger, Wordpress etc..but how many times do we think about the masterminds behind those&amp;nbsp;unbelievable products. here's a brief summary of few of those masterminds :&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Facebook : Mark Zukerburg&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S2qEl_Hh7tI/AAAAAAAAAPY/QhSUthlRuGk/s1600-h/v912.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="283" src="http://1.bp.blogspot.com/_iOljaA72jrE/S2qEl_Hh7tI/AAAAAAAAAPY/QhSUthlRuGk/s400/v912.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;Becoming the world youngest Billionaire in January 2010 Zukerburg celebrates the 6th anniversary of Facebook today (Facebook was founded in 4th February 2004). He was one of the most influenced people in 2008 but still he is 25 years old, born in May 14, 1984. the idea Facebook came to him when he was in Harvard the idea was to publish an annual student directory with headshot photos of all students from then onwards it grows and grows now it has more than 350 millions of registered users.!!&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Google :Larry Page and Sergey Brin&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/S2qHdIzGt6I/AAAAAAAAAPc/0rdNWjSW-F0/s1600-h/SergeiBrin_LarryPage.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="241" src="http://2.bp.blogspot.com/_iOljaA72jrE/S2qHdIzGt6I/AAAAAAAAAPc/0rdNWjSW-F0/s400/SergeiBrin_LarryPage.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;Google, the search engine giant and rankas the most visited web site in alexa, has been a changer of the world wide web. Larry Page(born in March 26, 1973) and Sergey Brin(born in August 21, 1973) founded it while they were in Stanford University. their goal was "to organize the world's information and make it universally accessible and useful"&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;&lt;b&gt;Apple : Steve Jobs&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S2qKEwOMFjI/AAAAAAAAAPg/AeeV6QFe7Z4/s1600-h/steve-jobs-3g-iphone.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://1.bp.blogspot.com/_iOljaA72jrE/S2qKEwOMFjI/AAAAAAAAAPg/AeeV6QFe7Z4/s400/steve-jobs-3g-iphone.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;Without any doubt he is one of the best and greatest&amp;nbsp;entrepreneurs in the world. he was born in 24 february 1955 and was able to create the first commercially successful personal computer with Steve Wozniak in 1976. he was the most powerful business man in 2007 according to Fortune's magazine.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;b&gt;Microsoft : Bill Gates&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S2qN4GGsiQI/AAAAAAAAAPk/uRdiM0D-cCc/s1600-h/33906.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://3.bp.blogspot.com/_iOljaA72jrE/S2qN4GGsiQI/AAAAAAAAAPk/uRdiM0D-cCc/s400/33906.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;there is no need to introduce this man because is one of the most famous people in the industry being the world richest person for long time he has shown his excellences. he dropped out from Harvard University and then founded Microsoft. now he has left Microsoft and founded Gates foundation with his wife and has become a&amp;nbsp;philanthropist.he was named as one of the 100 most influenced people in 20th century.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;b&gt;Dell : Michael Dell&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S2qPqA57A7I/AAAAAAAAAPs/6E9n2x6cZVo/s1600-h/mdell.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="343" src="http://3.bp.blogspot.com/_iOljaA72jrE/S2qPqA57A7I/AAAAAAAAAPs/6E9n2x6cZVo/s400/mdell.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;Dell is one of the largest PC vendors in the world, he first encountered with a computer when he was 15 when he broke down a PC and rebuild it. he dropped out from University of Texas at Austin when he was 19 to run PC's limited which later became the famous Dell Inc.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;these are a handful of masterminds of the IT world there are a lot... but these people changed the world and made our lives easier...&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Verdana, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 16px;"&gt;Kesh,&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-553561747793083992?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/553561747793083992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/master-minds.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/553561747793083992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/553561747793083992'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/master-minds.html' title='The Master Minds'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/S2qEl_Hh7tI/AAAAAAAAAPY/QhSUthlRuGk/s72-c/v912.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5208855166114904677</id><published>2010-02-03T00:18:00.000+05:30</published><updated>2010-02-03T00:18:32.275+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Adobe'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>Beyond Google, Microsoft, Apple and Linux</title><content type='html'>&lt;script type="text/javascript"&gt;etweetmeme_source = 'crazykesh';tweetmeme_service = 'bit.ly';&lt;/script&gt;&lt;br /&gt;&lt;script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;Apple released iPad, HP is going to release Slate, some rumors about Windows 8 and Zune phone.. While all the things happening on the world around i just thought to centralize all those things into one place.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S2g2ZjceNGI/AAAAAAAAAPU/3KqcOAfgXt8/s1600-h/ND_The_Future_Technology_24_09_09_large.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="181" src="http://4.bp.blogspot.com/_iOljaA72jrE/S2g2ZjceNGI/AAAAAAAAAPU/3KqcOAfgXt8/s400/ND_The_Future_Technology_24_09_09_large.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With the release of Windows 7 Microsoft surprise the world in last year. can the software giant continue his legacy ? Linux and Mac OS X were the major competitors for Windows for quite a lot of time but windows prevailed its legacy on the market without too many difficulties. historically Microsoft has made up to 98% of his revenue through partners like HP and Dell but it doesn't seem to be continued. Dell and some of the other PC vendors have a tendency to go for Linux now. Not only Linux and Mac OS X Google the search engine giant recently entered into the scene with their new OS, Chrome OS which is also a Linux variant.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Google however invade everything without doubt he is the search engine giant and then challenge Microsoft with Chrome OS and also with their Nexus one phone and Android they are going to challenge Apple iPhone.&lt;br /&gt;recently Steve Job said “We did not enter the search business,They entered the phone business. Make no mistake: they want to kill the iPhone. We won’t let them.” he did not stop he said to Google "don’t be evil".&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; However Steve Jobs did not have faith on Adobe or Adobe Flash according to him Flash is buggy and crash prone.&lt;br /&gt;“Adobe is lazy. Apple does not support Flash because it is so buggy. Whenever a Mac crashes more often than not it’s because of Flash. No one will be using Flash. The world is moving to HTML5.”&lt;br /&gt;so, that's the reason why Apple don't support Flash on iPad or iPhone.today, Adobe CTO Kevin Lynch made a reply to Steve Jobs he defended Flash and warns HTML 5 will throw the web back to the dark age of videos. but the battle will continue..&lt;br /&gt;Sun on the other hand was bought by Oracle. so, some people doubt whether it is a blow for opensource. however Oracle is going to challenge Microsoft Office with a new cloud version of Open Office and IBM is also taking on Microsoft sharepoint with Lotus.&lt;br /&gt;&lt;br /&gt;everything is a competition everyone challenges but some day it will affect the normal user in a good way because competition makes the best out of best.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5208855166114904677?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5208855166114904677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/beyond-google-microsoft-apple-and-linux.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5208855166114904677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5208855166114904677'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/beyond-google-microsoft-apple-and-linux.html' title='Beyond Google, Microsoft, Apple and Linux'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/S2g2ZjceNGI/AAAAAAAAAPU/3KqcOAfgXt8/s72-c/ND_The_Future_Technology_24_09_09_large.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-2597342359871237002</id><published>2010-02-01T19:49:00.001+05:30</published><updated>2010-02-01T19:51:50.577+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='Microsoft'/><title type='text'>Rumors about Windows 8</title><content type='html'>&lt;script type="text/javascript"&gt;tweetmeme_source = 'crazykesh';tweetmeme_service = 'bit.ly';&lt;/script&gt;&lt;br /&gt;&lt;script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/S2beVtTShHI/AAAAAAAAAPM/dEmplKlkAg0/s1600-h/Windows_8.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="225" src="http://1.bp.blogspot.com/_iOljaA72jrE/S2beVtTShHI/AAAAAAAAAPM/dEmplKlkAg0/s320/Windows_8.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;After the release of Windows 7, the world is looking to see the next surprise Operating system from Microsoft which named as Windows 8 for now. As rumors said Microsoft has planned to release the RTM of Windows 8 in July 2011 but yet the dates are not confirmed. recently&amp;nbsp;post Windows 7&amp;nbsp;screen shots has been released by&amp;nbsp;Microsoft and possibly it can be Windows 8 later.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_01.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_01.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_03.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_03.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_06.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_06.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_11.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://windows8beta.com/wp-content/images/PostWindows7firstscreenshotspossiblyWind_14779/Windows.7.x64.770020100127210301_11.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;here is a screenshot which we imagine what Windows 8 look like :&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/S2bgpb6iKII/AAAAAAAAAPQ/bNFb8byx5XU/s1600-h/Windows_8_Superbar_by_mufflerexoz.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="http://2.bp.blogspot.com/_iOljaA72jrE/S2bgpb6iKII/AAAAAAAAAPQ/bNFb8byx5XU/s400/Windows_8_Superbar_by_mufflerexoz.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Is Windows 8 compatible with 128 bit ?&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;as lot of people believe Windows 7 is Microsoft's last 32 bit Operating system which means from Windows 8 onwards it is 64 bit and will it support 128 bit? it seems that they are certain that Windows 9 can be released as a 128 bit OS but not sure about Windows 8.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;here are some unofficial Windows 8 wallpapers :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_wallpaper_2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_wallpaper_2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_6.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="179" src="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_3.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="http://windows8beta.com/wp-content/images/UnofficialWindows8wallpapers_570/Windows_8_Wallpaper_4.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;however we have to wait and see........ !!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Kesh,&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-2597342359871237002?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/2597342359871237002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/rumors-about-windows-8.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2597342359871237002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2597342359871237002'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/rumors-about-windows-8.html' title='Rumors about Windows 8'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/S2beVtTShHI/AAAAAAAAAPM/dEmplKlkAg0/s72-c/Windows_8.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5505706096031999762</id><published>2010-02-01T13:46:00.003+05:30</published><updated>2010-02-01T16:12:29.401+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='iPad'/><category scheme='http://www.blogger.com/atom/ns#' term='slate'/><category scheme='http://www.blogger.com/atom/ns#' term='HP'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><title type='text'>HP Slate, The new competitor of iPad</title><content type='html'>&lt;script type="text/javascript"&gt;tweetmeme_source = 'crazykesh';&lt;/script&gt;&lt;br /&gt;&lt;script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recently Apple introduced their latest product iPad and it is one of the hottest news in the technology arena for last few days with the new release Apple has challenged Amazon Kindle and other tablet computers. but yet it has some ups and downs. there's no camera in iPad no support for Flash. Steve Jobs recently said they didn't use Flash because of it's buggyness and according to him the world is moving towards HTML 5.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_iOljaA72jrE/S2aK5ipHlFI/AAAAAAAAAPE/-ou0X0-Rsrg/s1600-h/Apple-iPad-001.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="192" src="http://3.bp.blogspot.com/_iOljaA72jrE/S2aK5ipHlFI/AAAAAAAAAPE/-ou0X0-Rsrg/s320/Apple-iPad-001.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: x-small;"&gt;The New Apple iPad&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;However, Apple is not alone in the competition. &lt;/span&gt;few days ago, HP released the prototype of their Slate in a video :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/apwIiqIKf84&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/apwIiqIKf84&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;however they haven't said when they are going to launch it but hopefully it is somewhere in 2010&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/S2aNBvSDZiI/AAAAAAAAAPI/gFZajdSE1ww/s1600-h/hp-slate-side-view.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/_iOljaA72jrE/S2aNBvSDZiI/AAAAAAAAAPI/gFZajdSE1ww/s400/hp-slate-side-view.jpg" width="223" /&gt;&lt;/a&gt;&lt;/div&gt;HP slate preview :&lt;br /&gt;&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/IIIjTDnX2Y0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_GB&amp;feature=player_embedded&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/IIIjTDnX2Y0&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_GB&amp;feature=player_embedded&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5505706096031999762?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5505706096031999762/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/02/hp-slate-new-competitor-of-ipad.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5505706096031999762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5505706096031999762'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/02/hp-slate-new-competitor-of-ipad.html' title='HP Slate, The new competitor of iPad'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_iOljaA72jrE/S2aK5ipHlFI/AAAAAAAAAPE/-ou0X0-Rsrg/s72-c/Apple-iPad-001.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-7878296690361843352</id><published>2010-01-20T19:35:00.000+05:30</published><updated>2010-01-20T19:35:37.281+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='hardware'/><title type='text'>Find out your Hardware information</title><content type='html'>Sometimes when we are using our Linux box we need to get information about our hardware. so, linux has shipped with a buit-in tool for that it is called dmidecode.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to use dmidecode&lt;/b&gt; &lt;br /&gt;&lt;br /&gt;it can be used as a normal command you just need to type it on the terminal as the super user then system will list all the informations about your machine's hardware.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo dmidecode&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;since this command give quite long list it is better to pipe this command with more command.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo dmidecode | more&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;that's it you can easily see what is you motherboard type, version, brand, proccessor version,barnd, information about RAM and many more..... try it..&lt;br /&gt;&lt;br /&gt;cheers !!&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-7878296690361843352?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/7878296690361843352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2010/01/find-out-your-hardware-information.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7878296690361843352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/7878296690361843352'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2010/01/find-out-your-hardware-information.html' title='Find out your Hardware information'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-3153263027722332559</id><published>2009-11-26T16:36:00.000+05:30</published><updated>2009-11-26T16:36:42.253+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Erlang'/><title type='text'>Get you hands on Erlang</title><content type='html'>&lt;b&gt;How to install ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;if you are using linux just type&lt;br /&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;&lt;i&gt;sudo apt-get install erlang&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;on the terminal then it will automatically installed in to your machine.&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;OR&lt;br /&gt;&lt;br /&gt;you can visit &lt;a href="http://www.erlang.org/download.html"&gt;www.erlang.org/download.html&lt;/a&gt; and download and install erlang.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;First glance at Erlang&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;ok.. now we are done with installation so, let's move on to next step...&lt;br /&gt;&lt;b&gt; &lt;/b&gt;get the terminal and type erl on it.&lt;br /&gt;you will see&lt;br /&gt;1&amp;gt; kind of a thing...&lt;br /&gt;first let's use it as a calculator :&lt;br /&gt;to do that you only need to type a statement and after the statement put a dot (.) and press enter.&lt;br /&gt;e.g :&lt;br /&gt;&lt;br /&gt;1&amp;gt; 123 + 77.&lt;br /&gt;200&lt;br /&gt;2&amp;gt;&lt;br /&gt;&lt;br /&gt;DO NOT forget that DOT.. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Compiling a erlang code..&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;let's write a simple code to calculate factorial numbers and compile it.&lt;br /&gt;&lt;br /&gt;write the below code in a text file and saved it as test.erl&lt;br /&gt;&lt;br /&gt;&lt;i&gt;- module (test).&lt;/i&gt;&lt;br /&gt;&lt;i&gt;- export([fac/1]).&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;fac(0) -&amp;gt; 1;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;fac(N) -&amp;gt; N * fac(N-1);&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;ok now it is done let's compile and run it.&lt;br /&gt;&lt;br /&gt;on the terminal write&lt;br /&gt;&lt;br /&gt;&lt;i&gt;c(test).&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;we use c to compile.&lt;br /&gt;&lt;br /&gt;and to run..&lt;br /&gt;&lt;br /&gt;&lt;i&gt;test:fac(10).&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;That's it so, i think that may give you an basic idea of erlang i will write some articles about erlang once i have time..&lt;br /&gt;&lt;br /&gt;so, enjoy,&lt;br /&gt;Kesh....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-3153263027722332559?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/3153263027722332559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/11/get-you-hands-on-erlang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3153263027722332559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3153263027722332559'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/11/get-you-hands-on-erlang.html' title='Get you hands on Erlang'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8283936284106063428</id><published>2009-11-20T17:45:00.000+05:30</published><updated>2009-11-20T17:45:53.454+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Erlang'/><title type='text'>Concurrent programming with Erlang</title><content type='html'>&lt;b&gt;What is concurrent programming ?&lt;/b&gt;&lt;br /&gt;it is a form of computing where more than one process executing in parallel. it can be executed in a seqential manner in a single processor.&lt;br /&gt;&lt;br /&gt;In concurrent programming we use two kind of procedures : &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Shared memory communication&lt;/li&gt;&lt;/ul&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where processes use shared variables and by altering it they communicate with each other. there are some issues when more than one process altering a single and shared variables so in order to eliminate that kind of issues we use locking mechanism where we use semaphores, mutex and monitors. &amp;nbsp; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Message passing communication&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; here there are no shared variables it passes messages asynchronously&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Erlang&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Erlang is also known as Ericsson language because it was originally developed and used by Ericsson but after 1998 Erlang was open sourced. Erlang is a general purpose concurrent programming language and run time environment. it is used by large telecommunication systems.&lt;br /&gt;&lt;br /&gt;Erlang uses Message passing communication instead of Shared memory communication so it removes the use of locks.&lt;br /&gt;&lt;br /&gt;Erlang's strength is concurrency it has his powerful but a few set of primitives to create and manipulate processes they are not operating system processes or operating system threads but lightweight processes.&lt;br /&gt;&lt;br /&gt;we will see how to program with erlang in an upcoming article....&lt;br /&gt;&lt;br /&gt;cheers !!&lt;br /&gt;Kesh&lt;br /&gt;&lt;ol&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8283936284106063428?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/8283936284106063428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/11/concurrent-programming-with-erlang.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8283936284106063428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8283936284106063428'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/11/concurrent-programming-with-erlang.html' title='Concurrent programming with Erlang'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-3605777649018290241</id><published>2009-11-12T14:39:00.001+05:30</published><updated>2010-02-02T19:32:52.607+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Let's GO</title><content type='html'>&lt;b&gt;GO..&lt;/b&gt;&lt;br /&gt;is a new programming language introduced by Google. It is a compiled language but it has some features of interpreted languages so it has C/C++ like features as well as Python like features. GO is really fast almost like C. this is a lightweight language compared to some other languages and supports multi core machines and most importantly and as usual Google released the new language Open source.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to install GO&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;First&amp;nbsp; you need to install mercurial on your machine. if you haven't installed it yet get the terminal and enter this command.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo easy_install mercurial&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;then you have to add an environment variable to your .bashrc file. actually you need to add four environment variables to the .basrc file in order to install GO.&lt;br /&gt;&lt;br /&gt;in the Terminal type&lt;br /&gt;&lt;i&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt; &lt;/b&gt;gedit ~/.bashrc&lt;/i&gt;&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;scroll down to the last line and add the following lines after the last line of the file&lt;br /&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;export GOROOT=$HOME/go &lt;/i&gt;(you can specify any location)&lt;br /&gt;&lt;br /&gt;then save it and restart the Terminal and type&lt;br /&gt;&lt;br /&gt;&lt;i&gt;hg clone -r release https://go.googlecode.com/hg/ $GOROOT&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;and then enter this&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo apt-get install bison gcc libc6-dev ed&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;the source code of GO will be automatically downloaded to GOROOT&lt;br /&gt;&lt;i&gt; &lt;br /&gt;&lt;/i&gt;now we have&lt;i&gt; &lt;/i&gt;add another three more environment variables before building the source&lt;br /&gt;&lt;br /&gt;so again open the .bashrc file and add the following lines after the last line of the file&lt;br /&gt;&lt;br /&gt;&lt;i&gt;export GOBIN=$GOROOT/bin &lt;/i&gt;(you can specify any location) , this is the place where binaries will be put.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;export GOOS=linux&amp;nbsp;&lt;/i&gt;&lt;br /&gt;&lt;i&gt;export GOARCH=386&lt;/i&gt; (put your machines architecture here.. amd64, 386)&lt;br /&gt;&lt;br /&gt;and then finally make sure your GOROOT is in the PATH so,add&lt;br /&gt;&lt;br /&gt;&lt;i&gt;export PATH=$PATH:$GOROOT &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;save the file and restart the terminal...&lt;br /&gt;let's build the source and start to GO....&lt;br /&gt;&lt;br /&gt;&lt;i&gt;cd $GOROOT/src&lt;/i&gt;&lt;br /&gt;&lt;i&gt;./all.bash&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;right now you are finished if everything GOes well you will see something like that in the terminal (the number of known bugs may be vary from release to release)&lt;br /&gt;--- cd ../test&lt;br /&gt;0 known bugs; 0 unexpected bugs&lt;br /&gt;&lt;br /&gt;ok.. now you have installed GO on your machine so, LET'S GO..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Kesh....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-3605777649018290241?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/3605777649018290241/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/11/lets-go.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3605777649018290241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3605777649018290241'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/11/lets-go.html' title='Let&apos;s GO'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-2551830276736265399</id><published>2009-09-27T09:55:00.000+05:30</published><updated>2009-09-27T09:55:18.269+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>install Java on Linux</title><content type='html'>Hi all, Today, I'm going to talk about some very basic things, actually this is a summary of what i did in yesterday workshop.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to install Java&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;since java is a platform independent language and runs on a virtual machine we need to install something called SDK (or JDK) in other words Software Development Kit&lt;b&gt;. &lt;/b&gt;&lt;br /&gt;there are few ways to install Java&amp;nbsp; &lt;br /&gt;&lt;ul&gt;&lt;li&gt;if you don't have an Internet connection but can access internet from some other place here is the way to install Java :&lt;/li&gt;&lt;/ul&gt;first &lt;a href="http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u16-linux-i586.bin?BundledLineItemUUID=1l5IBe.p4UkAAAEjdQ8MmvmB&amp;amp;OrderID=yRJIBe.p9SEAAAEjZQ8MmvmB&amp;amp;ProductID=Dx1IBe.prBgAAAEirRcTvuC_&amp;amp;FileName=/jdk-6u16-linux-i586.bin"&gt;download the SDK&lt;/a&gt; you will get a file with a .bin extension&lt;br /&gt;now go to Applications --&amp;gt; Accessories --&amp;gt; Terminal (in Ubuntu) change the directory place where you downloaded the bin file.&lt;br /&gt;&lt;br /&gt;e.g&lt;br /&gt;if your file is in a folder called download in your home directory type :&lt;br /&gt;&lt;br /&gt;&lt;i&gt;cd ~/Download&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;~ is a simple way of typing the path to home directory.&lt;br /&gt;&lt;i&gt; &lt;/i&gt;then type&lt;br /&gt;&lt;i&gt;./name of the file.bin&lt;/i&gt;&lt;br /&gt;remember this will install Java in the present working directory (type pwd in the terminal if you want to see the directory)&lt;br /&gt;&lt;br /&gt;if you have followed the previous steps correctly you can see a license agreement scroll down until you find the end of the license then type y (or yes) and press enter&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/Sr7io00M8LI/AAAAAAAAALc/riiquMu0pRo/s1600-h/Screenshot-keshan%40keshan-desktop:+-media-KESHAN-Workshop.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_iOljaA72jrE/Sr7io00M8LI/AAAAAAAAALc/riiquMu0pRo/s400/Screenshot-keshan%40keshan-desktop:+-media-KESHAN-Workshop.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt; &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;after few moments Java will be installed in your system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;b&gt;How to set the environment variable&amp;nbsp;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;after installing Java if you try to compile a java code what will happen ?&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;b&gt; &lt;/b&gt;you can't do any compilations since we haven't set the PATH variable (but if you install java directly from repositories you don't need to do that i will come to that point later) &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;first type&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;i&gt;gedit ~/.bashrc&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;* in linux&lt;i&gt; &lt;/i&gt; files that starts with a dot(.) are the hidden files &lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;then add this line to that file and save&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;i&gt;export PATH=$PATH:/path to bin&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/Sr7ld4hiR9I/AAAAAAAAALk/sWgrmta5iDA/s1600-h/Screenshot-*.bashrc+%28%7E%29+-+gedit.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_iOljaA72jrE/Sr7ld4hiR9I/AAAAAAAAALk/sWgrmta5iDA/s400/Screenshot-*.bashrc+%28%7E%29+-+gedit.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;(click on the image to enlarge)&lt;br /&gt;&lt;br /&gt;now exit from the terminal and open it again. now you can compile and run your java programmes on linux.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;if you have an Internet connection&lt;/li&gt;&lt;/ul&gt;then the life is much easier for you you just need to type :&lt;br /&gt;&lt;br /&gt;&lt;i&gt;sudo apt-get install sun-java6-jdk&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;and press enter then you will be prompted to enter your password. after installing java in this way you don't need to edit the .bashrc file.&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;&lt;i&gt; &lt;/i&gt;&lt;br /&gt;enjoy this week with Java and Linux&lt;br /&gt;cheers !&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-2551830276736265399?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/2551830276736265399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/09/install-java-on-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2551830276736265399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/2551830276736265399'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/09/install-java-on-linux.html' title='install Java on Linux'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_iOljaA72jrE/Sr7io00M8LI/AAAAAAAAALc/riiquMu0pRo/s72-c/Screenshot-keshan%40keshan-desktop:+-media-KESHAN-Workshop.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-3336730813141678863</id><published>2009-09-21T17:00:00.000+05:30</published><updated>2009-09-21T17:00:46.467+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Install LAMP with tasksel</title><content type='html'>&lt;b&gt;What is LAMP ?&lt;/b&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/Srdfqrs50fI/AAAAAAAAALE/BpscdalZXk4/s1600-h/comblogo.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/Srdfqrs50fI/AAAAAAAAALE/BpscdalZXk4/s400/comblogo.gif" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;span style="font-size: small;"&gt;LAMP stands for Linux Apache MySQL PHP/Perl/Python. when it comes to web developing LAMP is the best way for Rapid Application Development using open source technolgies.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;What is tasksel ?&lt;/b&gt; &lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;tasksel is an installation system that comes with debian/ubuntu systems it groups software packages &lt;/span&gt;by tasks and offers an easy way to install all the packages needed for that task.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;How tasksel works.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;get the terminal and type&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;"&gt;&lt;i&gt;sudo tasksel&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/SrdiDAunPHI/AAAAAAAAALM/PyVzF3V2wYU/s1600-h/Screenshot-keshan%40keshan-desktop:+%7E.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/SrdiDAunPHI/AAAAAAAAALM/PyVzF3V2wYU/s400/Screenshot-keshan%40keshan-desktop:+%7E.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;you can see something similar to the above picture. scroll down to the package you need to install and press space bar then press tab and select ok button and press enter. then the tasksel will do the rest for you.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;here i have chosen to install LAMP server.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt;Is this the only way to use tasksel?&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;no you can do the same thing with the terminal with this command :&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;sudo tasksel install lamp-server&amp;nbsp;&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;&lt;b&gt;OR&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;sudo apt-get install lamp-server^&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;i&gt;** &lt;b&gt;DO NOT forget to add the caret ('^')**&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;hope you can configure LAMP on your Linux box ... i will come up with the conventional way of configuring LAMP in a future article.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt; &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;cheers !!&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kesh,&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: small;"&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&amp;nbsp;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-3336730813141678863?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/3336730813141678863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/09/install-lamp-with-tasksel.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3336730813141678863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/3336730813141678863'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/09/install-lamp-with-tasksel.html' title='Install LAMP with tasksel'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/Srdfqrs50fI/AAAAAAAAALE/BpscdalZXk4/s72-c/comblogo.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5629172987163966203</id><published>2009-08-09T00:28:00.002+05:30</published><updated>2010-02-02T19:33:32.700+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><category scheme='http://www.blogger.com/atom/ns#' term='wave'/><title type='text'>Embed a Wave to Blogger</title><content type='html'>&lt;a href="http://wave.google.com/"&gt;Google Wave&lt;/a&gt; which is one of the latest technologies introduced to the world is still on developer preview but it has gained a lot of popularity amongst the developers as well as the public because the general public eagerly waiting to experience the Google wave and it is new and cool features. Google will release wave to the public may be later in this year.&lt;br /&gt;&lt;br /&gt;Since there are not many articles about Google wave APIs this article has been written to fulfill it. here Embed API has been discussed. this shows how to embed a wave to a blog.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;in order to embed a wave you need to have a Google wave account.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt; this article shows how to embed a wave in a blog created with blogger so you need to have a blogger account.&lt;/li&gt;&lt;/ul&gt;here are the steps you need to take to embed a wave in to your blog (there is a robot called bloggy which can update blogs but this is not about bloggy)&lt;br /&gt;&lt;ul&gt;&lt;li&gt;go to your blogger account and select Layout&lt;/li&gt;&lt;li&gt;click on a Add Gadget then chose HTML/JavaScript and click on the +(add) button &lt;br /&gt;&lt;/li&gt;&lt;li&gt;enter the following code&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function initialize() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var wavePanel = new WavePanel('http://wave.google.com/a/wavesandbox.com/');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wavePanel.loadWave('wavesandbox.com!w+yourwaveid');&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wavePanel.init(document.getElementById('waveframe'));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;div id="waveframe" style="width: 230px; height: 300px"&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;/blockquote&gt;where yourwaveid is the wave ID which you wan to embed to obtain the wave ID first go to Google wave and click on debug and choose wave ID you will get the ID of the current wave and insert it there.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;then click on Edit HTML&amp;nbsp;&lt;/li&gt;&lt;li&gt;navigate to the place where  starts (Ctrl + F and type &amp;lt;body )&lt;br /&gt;&lt;/li&gt;&lt;li&gt;add this line onload='initialize()'&lt;/li&gt;&lt;/ul&gt;so it will look like &lt;br /&gt;&lt;br /&gt;OK... now time to check it.... you can edit the wave from the blog it is really cool... but you must have a wave account to see the wave.&lt;br /&gt;&lt;br /&gt;Enjoy,&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5629172987163966203?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5629172987163966203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/08/embed-wave-to-blogger.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5629172987163966203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5629172987163966203'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/08/embed-wave-to-blogger.html' title='Embed a Wave to Blogger'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6733981968603548011</id><published>2009-07-16T19:51:00.002+05:30</published><updated>2009-09-21T16:26:34.388+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Kenai'/><category scheme='http://www.blogger.com/atom/ns#' term='NetBeans'/><title type='text'>NetBeans 6.7 supports project Kenai</title><content type='html'>Recently, NetBeans released their latest version which is 6.7 with a lot of new features including the support for &lt;a href="http://code.google.com/appengine/"&gt;Google App Engine&lt;/a&gt; and &lt;a href="http://projectkenai.com/"&gt;Project Kenai&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is Project Kenai&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Project Kenai is a platform for open source project hosting like &lt;a href="http://www.sourceforge.net/"&gt;Sourceforge&lt;/a&gt; and &lt;a href="http://code.google.com/"&gt;Google Code&lt;/a&gt;. once you register with Kenai you can search for a project and get involve or even host your own project. if you have a SDN account(Sun Developer Network) you can use it is username and password to login to Project Kenai.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How NetBeans helps Project Kenai&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;If you don't have NetBeans 6.7 &lt;a href="http://www.netbeans.org/downloads/index.html"&gt;download from here.&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;the difference i see in NetBeans 6.7 is it helps to connect developers and to collaborate with each other.&lt;/li&gt;&lt;/ul&gt;here is how NetBeans support Kenai :&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/Sl80PgNNHCI/AAAAAAAAAFM/jmuOv-XyJak/s1600-h/1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/Sl80PgNNHCI/AAAAAAAAAFM/jmuOv-XyJak/s400/1.PNG" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;the circled place indicate whether you have log into Project Kenai if it is not green click on it and then you will be prompt for your Kenai username and password or SDN account details.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/Sl81DvOUFCI/AAAAAAAAAFc/YIzGwCYyp5c/s1600-h/3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_iOljaA72jrE/Sl81DvOUFCI/AAAAAAAAAFc/YIzGwCYyp5c/s400/3.PNG" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;now goto window and choose Kenai dashboard then you will see your Kenai dashboard with the projects you have been involved in.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/Sl8033XXXzI/AAAAAAAAAFU/veGXOFisnzQ/s1600-h/2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_iOljaA72jrE/Sl8033XXXzI/AAAAAAAAAFU/veGXOFisnzQ/s400/2.PNG" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;this is the Kenai dashboard using this dashboard you can view projects that you have already involved and download the source codes via svn. find issues which were reported earlier or report a new bug.&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://4.bp.blogspot.com/_iOljaA72jrE/Sl82an14cqI/AAAAAAAAAFk/dizWRChsASM/s1600-h/4.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_iOljaA72jrE/Sl82an14cqI/AAAAAAAAAFk/dizWRChsASM/s400/4.PNG" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;not only that as declared earlier it helps to collaborate with developers while you are doing a project you can chat with the other developers who are doing the same project. &lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;as FOSS enthusiast we always love to get involve in big projects and host our own projects and this can be the initial step for it......&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;enjoy........&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Kesh,&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6733981968603548011?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/6733981968603548011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/07/netbeans-67-supports-project-kenai.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6733981968603548011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6733981968603548011'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/07/netbeans-67-supports-project-kenai.html' title='NetBeans 6.7 supports project Kenai'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_iOljaA72jrE/Sl80PgNNHCI/AAAAAAAAAFM/jmuOv-XyJak/s72-c/1.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6621701879813626005</id><published>2009-06-30T13:00:00.006+05:30</published><updated>2009-06-30T13:13:45.857+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><title type='text'>Starting Flex..</title><content type='html'>Though Flex is so much powerful technology why don't we use it. oh ! we can't use because we don't know Flex right? ok ok, from today onwards i will write a few articles on basics of flex. but &lt;span style="color: #3d85c6;"&gt;this blog is not a flex tutorial it is all about new technologies so i will address some other topics as well.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt;Prerequisites :&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt;you must have installed Flex builder 3 or Flash builder 4.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt;a knowledge of using an IDE like eclipse, NetBeans&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt; (but not essential) &lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt;prior knowledge in programming in Javascript, Action Script,&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt; XML or an Object Oriented Programming language is an added advantage.&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #3d85c6;"&gt;&lt;span style="color: black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: black;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;well i have read so many introduction tutorials or articles to any programming language they all start from a simple Hello World application so, here i will also obey that rule and show you how to build a typical Hello World program.&lt;br /&gt;&lt;br /&gt;first open Flex Builder 3 and create a new flex project.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/SkkZfilsfyI/AAAAAAAAAEA/JlvrxhOYDG4/s1600-h/1.bmp" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_iOljaA72jrE/SkkZfilsfyI/AAAAAAAAAEA/JlvrxhOYDG4/s400/1.bmp" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;then choose a project name for your project. and use application type as Web application but if you need to create a Adobe AIR application you should select Desktop application. select the server type here i've used none but if you are planned use any other Technology like JSP/Servelets, PHP, .NET use should select the server appropriately. &lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/SkkZsyNOBEI/AAAAAAAAAEI/jlWSZ6QMLMk/s1600-h/2.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/SkkZsyNOBEI/AAAAAAAAAEI/jlWSZ6QMLMk/s400/2.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/SkkalpWUMGI/AAAAAAAAAEQ/49yBXB89Ris/s1600-h/3.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_iOljaA72jrE/SkkalpWUMGI/AAAAAAAAAEQ/49yBXB89Ris/s400/3.JPG" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;after creating the project now you can develop an Adobe Flex application.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;well let's create a simple button and an alert saying hello once the button get clicked.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;go to the Design tab and drag a button from the components palette and drop in to the window area.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/Skkb3m-XinI/AAAAAAAAAEY/P-o22HtDh18/s1600-h/4.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/Skkb3m-XinI/AAAAAAAAAEY/P-o22HtDh18/s400/4.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;then go to the source tab again.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;you will see something like that :&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;blockquote&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Button x="128" y="120" label="SayHello"/&amp;gt;&lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;br /&gt;&lt;mx:application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;mx:button label="Button" x="128" y="120"&gt;&lt;br /&gt;&lt;/mx:button&gt;&lt;/mx:application&gt;&lt;/blockquote&gt;now, let's add some action script to the code to get a pop up(alert).&lt;br /&gt;&lt;br /&gt;first add a &lt;mx:script&gt;&lt;/mx:script&gt; &amp;lt;mx:Script&amp;gt; tag within the &amp;lt;mx:Application&amp;gt;&amp;nbsp;&lt;mx:application&gt; tag.&lt;/mx:application&gt;&lt;br /&gt;then add an import declaration.&lt;br /&gt;&lt;blockquote&gt;import mx.controls.Alert;&lt;/blockquote&gt;in the &lt;mx:script&gt; &amp;lt;mx:Script&amp;gt; tag. since we are going to get an alert we&amp;nbsp; have to import Alert in to our application.&lt;/mx:script&gt;&lt;br /&gt;then we'll create a simple method which shows a simple alert saying "Hello World"&lt;br /&gt;&lt;blockquote&gt;function sayHello():void{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Alert.show("Hello World");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/blockquote&gt;since we don't need to return anything from the method we declared it as void. Alert.show(title:String) use to pop up a simple alert.show() has some other overloaded versions you'd better try all the things your own.&lt;br /&gt;&lt;br /&gt;ok.. now the scripting thing is over. let's add a click event to the button so when the button is being clicked that alert will be shown.&lt;br /&gt;in the &lt;mx:button&gt; &amp;lt;mx:Button&amp;gt; tag add click="" attribute and call the sayHello method from it.&lt;/mx:button&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;lt;&lt;mx:button click="sayHello()" label="Button" x="128" y="120"&gt;mx:Button x="128" y="120" label="Button" click="sayHello()"/&lt;/mx:button&gt;&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;here's the full code snippet&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;br /&gt;&amp;lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Button x="128" y="120" label="SayHello" click="sayHello()"/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import mx.controls.Alert;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; function sayHello():void{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; Alert.show("Hello World");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mx:Script&amp;gt;&lt;br /&gt;&amp;lt;/mx:Application&amp;gt;&lt;mx:application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"&gt;&lt;mx:application layout="absolute" xmlns:mx="http://www.adobe.com/2006/mxml"&gt;&lt;mx:button click="sayHello()" label="Button" x="128" y="120"&gt;&lt;mx:script&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/mx:script&gt;&lt;br /&gt;&lt;/mx:button&gt;&lt;br /&gt;&lt;/mx:application&gt;&lt;/mx:application&gt;&lt;/blockquote&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&amp;nbsp;now right click on HelloWorld.mxml file and click run application.... or click Run menu and then click on Run HelloWorld or just press Ctrl+F11&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;here we go............&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;a href="http://1.bp.blogspot.com/_iOljaA72jrE/Skm-qyBaTbI/AAAAAAAAAEg/Ez-1Q_OaFJg/s1600-h/re.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_iOljaA72jrE/Skm-qyBaTbI/AAAAAAAAAEg/Ez-1Q_OaFJg/s400/re.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;here it is.... there are so many in built components in Flex you'd better test them with with your own have fun.................&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6621701879813626005?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/6621701879813626005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/starting-flex.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6621701879813626005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6621701879813626005'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/starting-flex.html' title='Starting Flex..'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_iOljaA72jrE/SkkZfilsfyI/AAAAAAAAAEA/JlvrxhOYDG4/s72-c/1.bmp' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5691916168487262381</id><published>2009-06-19T16:59:00.001+05:30</published><updated>2010-02-02T19:33:47.110+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Google'/><title type='text'>Google Language API</title><content type='html'>Language is the main communication method use by human beings there are so many languages exists in this world as a global language we use English but there are so many problems arises because of this language barrier sometimes we need an interpreter to interpret our language when we speak with a person who doesn't know the language which we are speaking to overcome that kind of problems Google has introduced an API called Google language API it helps to translate one language to another currently it supports to pair more than 30 languages and it is still growing.&lt;br /&gt;&lt;br /&gt;you can find out about &lt;a href="http://code.google.com/apis/ajaxlanguage/"&gt;language API from here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;you can easily use this APIs and integrate them into your websites without any server side code. you only need a google account to get a API key and simple javascript code.&lt;br /&gt;&lt;br /&gt;i will show you how to load an Google API to your website:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt; script type="text/javascript" &amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; google.load("language", "1");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;lt; /script &amp;gt;&lt;/blockquote&gt;&lt;br /&gt;in this way we could load the language API to our application in that load method:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;load("Module Name","Module Version")&lt;/blockquote&gt;&lt;br /&gt;since the language API is still version 1 i have put 1, if you want to use Map API you can say:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;google.load("maps","2")&lt;/blockquote&gt;&lt;br /&gt;this is the way you load google APIs to your website i will show your some codings to how to create simple gadgets using google APIs in my next articles.. until then try to build some gadgets with your javascript and html knowledge it is very easy&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5691916168487262381?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5691916168487262381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/google-language-api.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5691916168487262381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5691916168487262381'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/google-language-api.html' title='Google Language API'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-6171569856154804233</id><published>2009-06-17T00:24:00.007+05:30</published><updated>2009-06-30T01:26:39.051+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='javaFx'/><title type='text'>Basics of JavaFX</title><content type='html'>I think you have enjoyed with my previous article. so today i am going to explain the code line by line. here's the code again :&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;i&gt;import &lt;/i&gt;javafx.stage.Stage;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.Scene;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.text.Text;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.text.Font;&lt;br /&gt;&lt;br /&gt;Stage {&lt;br /&gt;   title : "My first JavaFX application"&lt;br /&gt;   width : 250&lt;br /&gt;   height : 200&lt;/pre&gt;&lt;pre&gt;scene : Scene {&lt;br /&gt;   content : [&lt;br /&gt;   Text {&lt;br /&gt;    content : "Hello World"&lt;br /&gt;    x : 10&lt;br /&gt;    y : 20&lt;br /&gt;   font : Font{&lt;br /&gt;    name : "Times New Roman"&lt;br /&gt;    size : 14&lt;br /&gt;   }&lt;br /&gt; }&lt;br /&gt; ]&lt;br /&gt;}&lt;br /&gt;} &lt;/pre&gt;if you know Java or any other Object Oriented programming language you know what are objects and what are those import statements says.&lt;br /&gt;&lt;br /&gt;we have imported some external classes which were defined in the API to our Main.fx file. those are Stage, Scene, Text and Font.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Stage &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Stage is the top level container window required to visible&amp;nbsp; any JavaFX object.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Scene&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; Scene is somewhat similar to a drawing surface for your applications graphical objects.&lt;br /&gt;&lt;br /&gt;in side the Stage object we can see &lt;b&gt;instance&lt;/b&gt; variables called title, width, height it defines the title which appears on the windows top border and the windows width and height.&lt;br /&gt;&lt;br /&gt;the content variable can contain an array of Scene objects in this example it has a Text object and a Font object.&lt;br /&gt;&lt;br /&gt;In that Text object we can see another three variables content, x, y .defines the the content of the text and it's x, y coordinates.&lt;br /&gt;&lt;br /&gt;I think you can figure out the scripting language easily... if you have any problems please leave a comment&lt;br /&gt;&lt;br /&gt;ok,,,, i will come up another new technology later have fun............&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-6171569856154804233?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/6171569856154804233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/basics-of-javafx.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6171569856154804233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/6171569856154804233'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/basics-of-javafx.html' title='Basics of JavaFX'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5658346376048628192</id><published>2009-06-15T19:54:00.002+05:30</published><updated>2009-06-30T01:27:04.788+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='javaFx'/><title type='text'>Say "Hello" from JavaFX</title><content type='html'>This time i am going to introduce you to the codings from today onwards you can get your hands on JavaFX but don't forget &lt;b&gt;this is not a JavaFX or Flex tutorial&lt;/b&gt; this blog is meant to discuss about new and emerging technologies in the process of discussion whenever it is appropriate i will introduce you into the codings....&lt;br /&gt;&lt;br /&gt;Prerequisities&lt;br /&gt;&lt;ul&gt;&lt;li&gt;as i said in my previous blog you must install JavaFX SDK but i recommend you to download and install NetBeans 6.5 which is compatible with JavaFX &lt;a href="http://www.javafx.com/downloads/all.jsp"&gt;go to this link and download it&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;some kind of a knowledge in programming is an added advantage but since i start this from the scratch no need to be panic :-) &lt;/li&gt;&lt;li&gt;knowledge of using NetBeans is preferred but once you are doing codings you may get to know about NetBeans.&lt;/li&gt;&lt;/ul&gt;Let's start coding............................................&lt;br /&gt;&lt;br /&gt;start NetBeans (JavaFX compatible) and do the following:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_iOljaA72jrE/SjZTBHkhvLI/AAAAAAAAADQ/0S4M7dASwBc/s1600-h/Screenshot-New+Project.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_iOljaA72jrE/SjZTBHkhvLI/AAAAAAAAADQ/0S4M7dASwBc/s400/Screenshot-New+Project.png" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;i&gt;file --&amp;gt; New Project           &lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;select JavaFX and click Next  &lt;/i&gt;&lt;i&gt;&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;give a project name and choose a location &lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;click finish&lt;/i&gt;&lt;/li&gt;&lt;/ol&gt;great.... now we have created our first JavaFX project. since we are going to start from scratch let's delete all the contents in &lt;i&gt;Main.fx &lt;/i&gt;file :&lt;br /&gt;&lt;br /&gt;Before moving into codings i must say something about the language use here. it is a simple scripting language, JavaFX scripting language however, without introducing XML type of a language Sun has decided to introduce a language much similar to Java.&lt;br /&gt;&lt;br /&gt;OK, back to coding,&lt;br /&gt;first import and create a &lt;i&gt;Stage&lt;/i&gt; object : write the following code in your Main.fx file&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;import &lt;/i&gt;javafx.stage.Stage;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Stage {&lt;/div&gt;&lt;div style="text-align: justify;"&gt;}&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;believe me that's all, this is a simple and working application but you will only get an empty frame most precisely a Stage.&lt;br /&gt;&lt;br /&gt;so, let's add some content :&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;i&gt;import &lt;/i&gt;javafx.stage.Stage;&lt;br /&gt;&lt;br /&gt;Stage {&lt;br /&gt;title : "My first JavaFX application"&lt;br /&gt;width : 250&lt;br /&gt;height : 200&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;here, we build a simple frame with a title and initialized its width and height.&lt;br /&gt;ok let's go further more let's add a Scene to the Stage and add the Text "Hello World"&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;i&gt;import &lt;/i&gt;javafx.stage.Stage;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.Scene;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.text.Text;&lt;br /&gt;&lt;i&gt;import &lt;/i&gt;javafx.scene.text.Font;&lt;br /&gt;&lt;br /&gt;Stage {&lt;br /&gt;title : "My first JavaFX application"&lt;br /&gt;width : 250&lt;br /&gt;height : 200&lt;br /&gt;scene : Scene {&lt;br /&gt;content : [&lt;br /&gt;Text {&lt;br /&gt;content : "Hello World"&lt;br /&gt;x : 10&lt;br /&gt;y : 20&lt;br /&gt;font : Font{&lt;br /&gt;name : "Times New Roman"&lt;br /&gt;size : 14&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;]&lt;br /&gt;}&lt;br /&gt;} &lt;/blockquote&gt;&lt;br /&gt;this is the code to say Hello World from our first JavaFX application now run the project : simply press F6&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note&lt;/b&gt; : if you are going to copy and paste this code to your NetBeans project make sure to mention your package declaration above the import lines...&lt;br /&gt;&lt;br /&gt;enjoy.. with the codes and try to figure out how the scripts works i will come up with an explanation of this code in my next article.. so have a go with JavaFX......&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5658346376048628192?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5658346376048628192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/say-hello-from-javafx.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5658346376048628192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5658346376048628192'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/say-hello-from-javafx.html' title='Say &quot;Hello&quot; from JavaFX'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_iOljaA72jrE/SjZTBHkhvLI/AAAAAAAAADQ/0S4M7dASwBc/s72-c/Screenshot-New+Project.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-4197357329723081119</id><published>2009-06-14T17:00:00.001+05:30</published><updated>2009-06-30T01:27:25.118+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><category scheme='http://www.blogger.com/atom/ns#' term='javaFx'/><title type='text'>Hands on JavaFX</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://tbn0.google.com/images?q=tbn:2WTo0d1cmZV0fM:http://www.christianpfeil.com/wp-content/uploads/2007/10/javafx_big.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://tbn0.google.com/images?q=tbn:2WTo0d1cmZV0fM:http://www.christianpfeil.com/wp-content/uploads/2007/10/javafx_big.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;Rich Internet Application development is one of the coolest things to do as a programmer because without much effort and without much knowledge in graphic designing or web designing we could develop stunning web application with dynamic, user friendly and beautiful User Interfaces.&lt;br /&gt;&lt;a href="http://javafx.com/"&gt;JavaFX&lt;/a&gt; is also a new technology introduced by &lt;a href="http://www.sun.com/"&gt;Sun Microsystems&lt;/a&gt;.JavaFX is not only a framework to build RIA but it can integrate lot of audio and video resources and lot of effects to your application.&amp;nbsp; &lt;br /&gt;to get inspired watch &lt;a href="http://javafx.com/samples/"&gt;this samples : &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;recently Sun released JavaFX SDK 1.2 with lot of new features you can download it from &lt;a href="http://www.javafx.com/downloads/all.jsp"&gt;here&lt;/a&gt;&lt;br /&gt;and also you can download NetBeans 6.5.1 which is compatible to develop JavaFX along with JavaFX SDK from &lt;a href="http://www.javafx.com/downloads/all.jsp"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I will come up with some more articles on JavaFX later so be prepared to get your hands dirty with JavaFX. we will exploit JavaFX and build some rocking applications.&lt;br /&gt;&lt;br /&gt;Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-4197357329723081119?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/4197357329723081119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/hands-on-javafx.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4197357329723081119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/4197357329723081119'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/hands-on-javafx.html' title='Hands on JavaFX'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-431588861294761695</id><published>2009-06-11T13:42:00.001+05:30</published><updated>2009-06-30T01:27:48.710+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='RIA'/><title type='text'>What is Adobe Flex ?</title><content type='html'>&lt;a href="http://www.theclosingbrace.com/wp-content/uploads/2009/02/flex.png" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img alt="" border="0" src="http://www.theclosingbrace.com/wp-content/uploads/2009/02/flex.png" style="cursor: pointer; float: left; height: 320px; margin: 0pt 10px 10px 0pt; width: 320px;" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;World Wide Web is very familiar for every one of us and it is changing rapidly. As human beings we don't satisfy from what we get and usually a human is very curious with the combination of that two behaviors they tend to invent new things and new technologies hence, the technology and almost every thing particularly on web growing and improving very very fast.&lt;br /&gt;In early days of World Wide Web, it tends to consume much time because all the processing were done in the server once the browser sends a request to the server it did all the processing and send a response so, it took much time.&lt;br /&gt;but with the technologies like AJAX(Asynchronous Javascript And XML) the consumption of time change dramatically now we have powerful machines good web browsers so some of the processes can also be performed in the browser without requesting from the server it saves time. time is money so indirectly it saves money.&lt;br /&gt;RIA (Rich Internet Applications) has revolutionized the world with its power, beauty and user friendliness. RIA along with Flex makes life much easier for the developers to build sexy and powerful web applications.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Adobe Flex&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;it is a open source framework &lt;/li&gt;&lt;li&gt;can be easily develop on Flex builder (now Flash Builder 4)&lt;/li&gt;&lt;li&gt;use MXML (a XML Markup language) and Action script&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Flex Builder&lt;br /&gt;&lt;br /&gt;Flex Builder is an IDE for developing Flex applications now, in their new release they named it as Adobe Flash Builder 4. even you can add a plugin to Eclipse and develop Flex applications on Eclipse&lt;br /&gt;&lt;a href="http://www.adobe.com/cfusion/entitlement/index.cfm?event=custom&amp;amp;sku=FS0000597&amp;amp;e=labs_flashbuilder4"&gt;to download Flash Builder 4&lt;/a&gt; (but still beta) you must register with Adobe to download it.&lt;br /&gt;&lt;br /&gt;MXML and Action script&lt;br /&gt;&lt;br /&gt;MXML is a XML Markup language and it is being used to create UI components it is really easy to create UI components with XML so then they can be re-used very easily.&lt;br /&gt;Action script 3.0 which has been used by Flex 3.0 is responsible for controlling the behaviors particularly the logic of the application&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you know PHP, JSP/Servelets, ASP .NET, Cold Fusion or anything you can integrate Flex application with them.&lt;br /&gt;&lt;br /&gt;the only requirement to run a flex application is you should have Adobe Flash Player installed. flex is cross platform and supports almost every browser which supports Adobe Flash player.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is the introduction if you are not clear please leave a comment and hope to introduce you to some codings in next posts. until then have fun.................&lt;br /&gt;&lt;br /&gt;Kesh,&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-431588861294761695?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/431588861294761695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/what-is-adobe-flex.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/431588861294761695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/431588861294761695'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/what-is-adobe-flex.html' title='What is Adobe Flex ?'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-5369273950221286340</id><published>2009-06-10T22:36:00.000+05:30</published><updated>2009-06-10T22:42:03.462+05:30</updated><title type='text'>Introduction</title><content type='html'>&lt;p&gt;Hi all, this is Keshan and this is my first ever technical blog in English i have another blog in Sinhala &lt;a title="" rel="#someid0" href="http://crazykesh.blogspot.com/" target="_blank"&gt;http://crazykesh.blogspot.com&lt;/a&gt; and i have written some poems in both Sinhala and English &lt;a title="" rel="#someid1" href="http://keshlectures.blogspot.com/" target="_blank"&gt;http://keshlectures.blogspot.com&lt;/a&gt; if you like you can have a look at them.&lt;/p&gt;&lt;p&gt;I am a currently an undergraduate of University of Colombo School of Computing and I am Sun Certified Java Programmer and a Sun Certified Mobile Application Developer.&lt;br /&gt;&lt;/p&gt; &lt;p&gt;ok this is my voyage in the ocean of latest technologies. here, basically i will address on Flex, Linux and FOSS, Java ME , Java EE and many more………….. So, Keep In Touch&lt;/p&gt; Kesh,&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-5369273950221286340?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/5369273950221286340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/hi-all-this-is-keshan-and-this-is-my.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5369273950221286340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/5369273950221286340'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/hi-all-this-is-keshan-and-this-is-my.html' title='Introduction'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5932183700156784824.post-8503389446711850090</id><published>2009-06-09T12:52:00.000+05:30</published><updated>2009-11-26T12:57:09.692+05:30</updated><title type='text'>Contact Me</title><content type='html'>e-mail : kesh.jboy@gmail.com&lt;br /&gt;&lt;br /&gt;Contact Form under construction :&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5932183700156784824-8503389446711850090?l=techgossipz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techgossipz.blogspot.com/feeds/8503389446711850090/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://techgossipz.blogspot.com/2009/06/contact-me.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8503389446711850090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5932183700156784824/posts/default/8503389446711850090'/><link rel='alternate' type='text/html' href='http://techgossipz.blogspot.com/2009/06/contact-me.html' title='Contact Me'/><author><name>කේෂාන් | Keshan</name><uri>http://www.blogger.com/profile/11389651077675705179</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_iOljaA72jrE/Siv5sIVNr1I/AAAAAAAAACs/6U-Aj7u5ZSk/S220/Photo0847.jpg'/></author><thr:total>0</thr:total></entry></feed>
