<?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-330649104475862151</id><updated>2011-07-28T17:06:13.706-07:00</updated><title type='text'>adon</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-4774928846408270958</id><published>2009-10-20T07:41:00.001-07:00</published><updated>2009-10-20T07:41:45.525-07:00</updated><title type='text'></title><content type='html'>that what i learn ...haha&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-4774928846408270958?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/4774928846408270958/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=4774928846408270958' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4774928846408270958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4774928846408270958'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2009/10/that-what-i-learn.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-3779534014789604303</id><published>2009-10-20T07:35:00.000-07:00</published><updated>2009-10-20T22:05:39.056-07:00</updated><title type='text'></title><content type='html'>import javax.microedition.midlet.*;&lt;br /&gt;import javax.microedition.lcdui.*;&lt;br /&gt;&lt;br /&gt;public class ex05 extends MIDlet implements CommandListener&lt;br /&gt;{&lt;br /&gt;                Display d ;&lt;br /&gt;                TextBox txtinformation;&lt;br /&gt;                String[] stringElements={"zz","xx","cc"};&lt;br /&gt;                Command cmdExit, cmdNextInfo;&lt;br /&gt;                int counter=0;&lt;br /&gt;&lt;br /&gt;                public void startApp()&lt;br /&gt;                {&lt;br /&gt;                                txtinformation = new TextBox("Information",stringElements[counter],500,TextField.ANY  TextField.UNEDITABLE);&lt;br /&gt;                                cmdExit = new Command("Exit",Command.EXIT,0);&lt;br /&gt;                                cmdNextInfo = new Command("Next",Command.SCREEN,1);&lt;br /&gt;&lt;br /&gt;                                txtinformation.addCommand(cmdExit);&lt;br /&gt;                                txtinformation.addCommand(cmdNextInfo);&lt;br /&gt;                                txtinformation.setCommandListener(this);&lt;br /&gt;&lt;br /&gt;                                d = Display.getDisplay(this);&lt;br /&gt;                                d.setCurrent(txtinformation);&lt;br /&gt;                }&lt;br /&gt;                public void commandAction(Command cmd, Displayable d)&lt;br /&gt;                {&lt;br /&gt;                                if(cmd==cmdExit)&lt;br /&gt;                                {&lt;br /&gt;                                                notifyDestroyed();&lt;br /&gt;                                }&lt;br /&gt;                                if(cmd==cmdNextInfo)&lt;br /&gt;                                {&lt;br /&gt;                                                txtinformation.setString(stringElements[++counter]);&lt;br /&gt;                                                if(counter==2)&lt;br /&gt;                                                counter=0;&lt;br /&gt;                                }&lt;br /&gt;                }&lt;br /&gt;                public void pauseApp()&lt;br /&gt;                {&lt;br /&gt;                }&lt;br /&gt;                public void destroyApp(boolean c)&lt;br /&gt;                {&lt;br /&gt;                }&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-3779534014789604303?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/3779534014789604303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=3779534014789604303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/3779534014789604303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/3779534014789604303'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2009/10/import-javax.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-4467177517008859687</id><published>2009-07-13T04:55:00.000-07:00</published><updated>2009-07-13T04:56:18.291-07:00</updated><title type='text'></title><content type='html'>hi .post again ..haha.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-4467177517008859687?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/4467177517008859687/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=4467177517008859687' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4467177517008859687'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4467177517008859687'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2009/07/hi.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-6913297916277645150</id><published>2009-06-17T07:34:00.000-07:00</published><updated>2009-06-17T07:35:30.108-07:00</updated><title type='text'></title><content type='html'>&lt;p&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/nZxup-66mcI&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/nZxup-66mcI&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hello(:&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-6913297916277645150?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/6913297916277645150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=6913297916277645150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/6913297916277645150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/6913297916277645150'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2009/06/hello.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-354485232380543576</id><published>2009-05-16T06:33:00.001-07:00</published><updated>2009-05-16T06:33:07.686-07:00</updated><title type='text'></title><content type='html'>how to use baby web server&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-354485232380543576?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/354485232380543576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=354485232380543576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/354485232380543576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/354485232380543576'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2009/05/how-to-use-baby-web-server_7575.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-1893879792126738979</id><published>2008-12-29T23:51:00.001-08:00</published><updated>2008-12-29T23:51:30.881-08:00</updated><title type='text'></title><content type='html'>&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-1893879792126738979?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/1893879792126738979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=1893879792126738979' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/1893879792126738979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/1893879792126738979'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2008/12/blog-post.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-330649104475862151.post-4334863548707962562</id><published>2008-10-21T05:21:00.000-07:00</published><updated>2008-10-21T05:22:04.884-07:00</updated><title type='text'></title><content type='html'>&lt;span style="font-family:verdana;"&gt;&lt;em&gt;hello&lt;/em&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/330649104475862151-4334863548707962562?l=nothing-zzz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nothing-zzz.blogspot.com/feeds/4334863548707962562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=330649104475862151&amp;postID=4334863548707962562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4334863548707962562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/330649104475862151/posts/default/4334863548707962562'/><link rel='alternate' type='text/html' href='http://nothing-zzz.blogspot.com/2008/10/hello.html' title=''/><author><name>zzZ</name><uri>http://www.blogger.com/profile/15752021654078482306</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
