<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;C0MAQHs-cCp7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002</id><updated>2011-11-27T16:50:41.558-08:00</updated><category term="C#" /><category term="Python" /><category term="VB.Net" /><category term="Java" /><category term="Tip and Triks" /><category term="example" /><title>Ini adalah suatu pilihan</title><subtitle type="html">keinginan mencapai sesuatu yang diharapkan</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://neoriz2.blogspot.com/" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/IniAdalahSuatuPilihan" /><feedburner:info uri="iniadalahsuatupilihan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;DU4NR3gycSp7ImA9WhdaFUg.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-2134059590456867380</id><published>2011-10-25T08:53:00.000-07:00</published><updated>2011-10-25T08:53:16.699-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-25T08:53:16.699-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VB.Net" /><title>Overloading</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;Can not believe it for an overloading in programming OOP (Object Oriented Programming), It was very in need in a class called repeatedly with different parameters in the same class and the same method, it does not mean overriding. As in VB.Net:&lt;/div&gt;&lt;script src="https://gist.github.com/1313159.js?file=gistfile1.txt"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt;     &lt;br /&gt;
&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;different from the python, in python there are several constructors, but it's rather difficult when compared to Java or Dot Net. like the __init__ constructor, the constructor can not be overloading the constructor of the same name before, just be overloading the operator or by the same constructor, but do not know in their use?&lt;/span&gt;&lt;br style="font-family: Arial,Helvetica,sans-serif;" /&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt; misalnya seperti :&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="fullpost"&gt;class com:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;def __init__(self):&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;print "original constructor"&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;def __init__(self, val1):&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;print "second overloading"&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;def __init__(self, val1, val2):&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;print "thrid overload"&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="fullpost"&gt;this is wrong. &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;because&lt;/span&gt; &lt;span class="hps"&gt;in python&lt;/span&gt; &lt;span class="hps"&gt;does not apply&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;any such provisions&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;What about python? &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-2134059590456867380?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Od1gzZeLsO6yRjupNxgZ8hzUfcs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Od1gzZeLsO6yRjupNxgZ8hzUfcs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Od1gzZeLsO6yRjupNxgZ8hzUfcs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Od1gzZeLsO6yRjupNxgZ8hzUfcs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/VD2XvxNlGMU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/2134059590456867380/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2011/10/overloading.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2134059590456867380?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2134059590456867380?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/VD2XvxNlGMU/overloading.html" title="Overloading" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2011/10/overloading.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkADR3k8fyp7ImA9WhdVFko.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-4989468721972105500</id><published>2011-09-21T23:59:00.000-07:00</published><updated>2011-09-21T23:59:36.777-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T23:59:36.777-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Overview of PyPy</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;This may be foreign to you, but this is a fact. PyPy is a Python programming language interpreter written in Python and is equipped with a JIT compiler (just in time). PyPy development focuses on the speed of program performance, efficiency, and maintain compatibility with CPython interpreter. Using Python in PyPy development, the developers PyPy allows hacking of its implementation and identify any areas that require improvement. PyPy fact currently implemented as a high level language makes it more flexible and easier in the experiment when compared to CPython, and also allows developers to experiment on some form of implementation of certain specific features.&lt;br /&gt;
&lt;br /&gt;
PyPy translation model also provides a general framework for developing and supporting forms to create a dynamic programming language, providing a clear separation between the specification of a programming language with aspects and forms of implementation. In addition, the PyPy provides a programming language Python that is compatible with CPython with the flexibility and level of performance is better.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;whether it can be concluded that the programming language compilers much faster?&lt;/b&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="fullpost"&gt;     &lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-4989468721972105500?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xuuQdxsfK-9i3ukTv7wY2b6tT6A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xuuQdxsfK-9i3ukTv7wY2b6tT6A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xuuQdxsfK-9i3ukTv7wY2b6tT6A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xuuQdxsfK-9i3ukTv7wY2b6tT6A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/tkTQg7z4LLo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/4989468721972105500/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2011/09/overview-of-pypy.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/4989468721972105500?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/4989468721972105500?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/tkTQg7z4LLo/overview-of-pypy.html" title="Overview of PyPy" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2011/09/overview-of-pypy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EMRX0_cSp7ImA9WhZTFk4.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-3893257144689757527</id><published>2011-03-20T08:41:00.000-07:00</published><updated>2011-03-20T08:41:24.349-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-20T08:41:24.349-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Read an XML file in Java</title><content type="html">For previously been discussed about how to convert data to xml, we now discuss for how to parse xml. This is a simple way for parsing the xml file.&lt;br /&gt;
The following example code :&lt;br /&gt;
&lt;b&gt;XML File :&lt;/b&gt;&lt;br /&gt;
&lt;script src="https://gist.github.com/878382.js?file=XMLOuput"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;b&gt;Output      :&lt;/b&gt;&lt;br /&gt;
&lt;script src="https://gist.github.com/878386.js?file=output"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;span class="fullpost"&gt; &lt;br /&gt;
&lt;b&gt;Java Code:&lt;/b&gt;&lt;br /&gt;
&lt;script src="https://gist.github.com/878380.js?file=parsingXML"&gt;
&lt;/script&gt;&lt;br /&gt;
There are better implementations of reading XML files which would work for any XML file. The above one would require a few changes every time the XML tag names change. But this is much more simpler than the other programs.&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-3893257144689757527?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uVz8ezmMygmFEgcYj39GVLpp6LA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uVz8ezmMygmFEgcYj39GVLpp6LA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uVz8ezmMygmFEgcYj39GVLpp6LA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uVz8ezmMygmFEgcYj39GVLpp6LA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/Ta3nEHtPWu8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/3893257144689757527/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2011/03/read-xml-file-in-java.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3893257144689757527?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3893257144689757527?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/Ta3nEHtPWu8/read-xml-file-in-java.html" title="Read an XML file in Java" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2011/03/read-xml-file-in-java.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkUBRn04eyp7ImA9Wx9bFEo.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-8701083802588549703</id><published>2011-02-23T08:20:00.000-08:00</published><updated>2011-02-23T08:24:17.333-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-23T08:24:17.333-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Entity on Programming</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;Entity is an object whose existence can be distinguished against other objects. Entities can be people, objects, places, events, concepts. Example :&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;li&gt;People: STUDENTS, LECTURERS, SUPPLIER, VENDOR&lt;/li&gt;
&lt;li&gt;Objects: CAR, ENGINE, ROOM&lt;/li&gt;
&lt;li&gt;Venue: THE STATE, THE VILLAGE, KAMPONG&lt;/li&gt;
&lt;li&gt;Genesis: SALES, REGISTER&lt;/li&gt;
&lt;li&gt;Concept: ACCOUNT, COURSE  &lt;/li&gt;
&lt;/ul&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;An entity has a number of attributes&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;Example: The student has the name and address&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;Entity set is aa set of entities that share the same attributes  &lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="fullpost"&gt; In programming OOP (Object Oriented Programming) or object-oriented Programming is a new way of thinking and logic in dealing with the problems that will try to overcome with the help of computers. OOP, unlike its predecessor (Structured Programming), trying to see problems through observation of the real world where every object is a single entity that has a combination of data structures and specific functions. This contrasts with structured programming where data structures and functions are defined separately and are not closely related.&lt;br /&gt;
it can be explained in the following code fragment:&lt;br /&gt;
&lt;br /&gt;
in Python&lt;br /&gt;
&lt;script src="https://gist.github.com/840625.js?file=Entity_python"&gt;&lt;/script&gt;&lt;br /&gt;
in Java&lt;br /&gt;
&lt;script src="https://gist.github.com/840639.js?file=Entitas_Java"&gt;&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
hopefully useful for those who love OOP&lt;br /&gt;
&lt;/span&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/159364773623307002-8701083802588549703?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1zi9-UuKD148pjNgLNWMklMCGTI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1zi9-UuKD148pjNgLNWMklMCGTI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1zi9-UuKD148pjNgLNWMklMCGTI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1zi9-UuKD148pjNgLNWMklMCGTI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/iIN1nDgD5HA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/8701083802588549703/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2011/02/entity-on-programming.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8701083802588549703?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8701083802588549703?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/iIN1nDgD5HA/entity-on-programming.html" title="Entity on Programming" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2011/02/entity-on-programming.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4BRHg_cCp7ImA9Wx9VFEQ.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-1010946547399164074</id><published>2011-01-31T08:48:00.000-08:00</published><updated>2011-01-31T08:55:55.648-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-31T08:55:55.648-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Create File XML</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;b&gt;Extensible Markup Language (XML)&lt;/b&gt; is a set of rules for encoding documents in machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;The material in this section is based on the XML Specification. This is not an exhaustive list of all the constructs which appear in XML; it provides an introduction to the key constructs most often encountered in day-to-day use. XML documents may begin by declaring some information about themselves, as in the following example.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;script src="https://gist.github.com/804250.js?file=header_xml"&gt;
&lt;/script&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;In Java, two built-in XML parsers are available – DOM and SAX, both have their pros and cons. Here’s few examples to show how to create, modify and read a XML file with Java DOM, SAX and JDOM xml parser.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;The DOM interface is the easiest to understand. It parses an entire XML document and load it into memory, modeling it with Object for the traversal. DOM Parser is slow and consume a lot memory if it load a XML document which contains a lot of data. &lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;now we try to create XML files using XML DOM Parser.&lt;/div&gt;&lt;span class="fullpost"&gt; &lt;br /&gt;
&lt;script src="https://gist.github.com/804297.js?file=xmlfile"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;results :&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script src="https://gist.github.com/804316.js?file=resultXML"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;XML file can be edited for each element in its node can query the results table. XML file from the query table.&lt;/span&gt;&lt;br /&gt;
&lt;script src="https://gist.github.com/804338.js?file=xmlQuery"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-1010946547399164074?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SD2EywKoJdX3IQuolDYEND4ypXQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SD2EywKoJdX3IQuolDYEND4ypXQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SD2EywKoJdX3IQuolDYEND4ypXQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SD2EywKoJdX3IQuolDYEND4ypXQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/ZoJVqk91oRI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/1010946547399164074/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2011/01/create-file-xml.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1010946547399164074?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1010946547399164074?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/ZoJVqk91oRI/create-file-xml.html" title="Create File XML" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2011/01/create-file-xml.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQGRXwzfSp7ImA9Wx9REEU.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-5534335895891401840</id><published>2010-12-11T08:18:00.000-08:00</published><updated>2010-12-11T08:18:44.285-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-11T08:18:44.285-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Try to JTree</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;Time for us to play with JTree, and how to take the label of the JTree. We try to connect your with MySql database, and read all the databases, tables, and each column name.&lt;/div&gt;&lt;script src="https://gist.github.com/737440.js?file=JTreeNow"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="fullpost"&gt;     &lt;br /&gt;
&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt;Screen :&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/_qMmZG6xJXEg/TQOj9UcQdtI/AAAAAAAAAI8/lT3PdHCZ8pM/s1600/JTree.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="318" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/TQOj9UcQdtI/AAAAAAAAAI8/lT3PdHCZ8pM/s320/JTree.PNG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-5534335895891401840?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JBw-t5fOWxMDKIBDEAKTWM_FEj0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JBw-t5fOWxMDKIBDEAKTWM_FEj0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JBw-t5fOWxMDKIBDEAKTWM_FEj0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JBw-t5fOWxMDKIBDEAKTWM_FEj0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/f4Hte2HvmP4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/5534335895891401840/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/12/try-to-jtree.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/5534335895891401840?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/5534335895891401840?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/f4Hte2HvmP4/try-to-jtree.html" title="Try to JTree" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_qMmZG6xJXEg/TQOj9UcQdtI/AAAAAAAAAI8/lT3PdHCZ8pM/s72-c/JTree.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/12/try-to-jtree.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUNSXY9eyp7ImA9Wx9SE0s.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-2226332857741341946</id><published>2010-12-03T00:04:00.000-08:00</published><updated>2010-12-03T00:18:18.863-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-03T00:18:18.863-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Call Font Face into ComboBox</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title=""&gt;Long time no write off my blog. &lt;/span&gt;&lt;span title=""&gt;Today wanted to write, how to call the font and inserted into the ComboBox in Java. &lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span title=""&gt;Code more or less like this:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span title=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;script src="https://gist.github.com/726693.js?file=FontIntoComboBox"&gt;&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;output :&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_qMmZG6xJXEg/TPijjUhFMPI/AAAAAAAAAI4/bJSY3U_eX-A/s1600/font.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/_qMmZG6xJXEg/TPijjUhFMPI/AAAAAAAAAI4/bJSY3U_eX-A/s320/font.PNG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title=""&gt;if you trouble in making the GUI in Java, you can use Jigloo to help make the creation GUI.&lt;/span&gt;&lt;/span&gt;&lt;b&gt; &lt;/b&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span title=""&gt;Congratulations to give it a try.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-2226332857741341946?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jm8q4PDE4kAWhzB6z-GAyEXSs9k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jm8q4PDE4kAWhzB6z-GAyEXSs9k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jm8q4PDE4kAWhzB6z-GAyEXSs9k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jm8q4PDE4kAWhzB6z-GAyEXSs9k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/g1mnyuHE2mw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/2226332857741341946/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/12/call-font-face-into-combobox.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2226332857741341946?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2226332857741341946?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/g1mnyuHE2mw/call-font-face-into-combobox.html" title="Call Font Face into ComboBox" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_qMmZG6xJXEg/TPijjUhFMPI/AAAAAAAAAI4/bJSY3U_eX-A/s72-c/font.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/12/call-font-face-into-combobox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcFSH0yfCp7ImA9Wx5WEUk.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-6588232305539475771</id><published>2010-09-22T00:53:00.000-07:00</published><updated>2010-09-22T00:53:39.394-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-09-22T00:53:39.394-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Connection Python to SQLite</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;b&gt;S&lt;/b&gt;QLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;The &lt;a href="http://www.sqlite.org/"&gt;SQLite&lt;/a&gt; library is a light-weight embedded SQL engine, with a nice &lt;a href="http://www.python.org/dev/peps/pep-0249/"&gt;DB-API&lt;/a&gt; compliant &lt;a href="http://pysqlite.sourceforge.net/"&gt;Python binding&lt;/a&gt;, originally developed by Michael Owens.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;A newer version, called sqlite3, was added to Python’s standard library in Python 2.5 to up.&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;script src="http://gist.github.com/591323.js?file=SQLitePython"&gt;
&lt;/script&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-6588232305539475771?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hJK32JFEsNcUkTxeuxT6eOoRj8g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hJK32JFEsNcUkTxeuxT6eOoRj8g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hJK32JFEsNcUkTxeuxT6eOoRj8g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hJK32JFEsNcUkTxeuxT6eOoRj8g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/aP9JIXUTJXg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/6588232305539475771/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/09/connection-python-to-sqlite.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6588232305539475771?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6588232305539475771?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/aP9JIXUTJXg/connection-python-to-sqlite.html" title="Connection Python to SQLite" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/09/connection-python-to-sqlite.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkAEQX04fCp7ImA9WxFXFkQ.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-7028541858127772856</id><published>2010-05-24T01:30:00.000-07:00</published><updated>2010-05-24T01:45:00.334-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-24T01:45:00.334-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Pythagorean Theorem</title><content type="html">If you are on school and you are taking algebra like me or just want to find the missing length of one side of the triangle than this program should help you out. Pythagorean Theorem is great and extremely essay to use. &lt;br /&gt;
We can find the side of a triangle using the Pythagorean algorithm. This uses the Python programming language.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;def menu():&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#print the options you have&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "Welcome to Pythagorean Theorem"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "Please keep in mind that for this program to work you need the lenght of two side of the triangle" &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "Your Options Are:"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "1) If you have the lenght of A and B"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "2) If you have the lenght of C and A"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "3) If you have the lenght of C and B"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print "4) Quit Pythagorean Theorem"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print " "&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return input ("Choose your option: ")&lt;br /&gt;
&lt;span class="fullpost"&gt;&lt;br /&gt;
from math import *&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#On this one we have the lenght of A and B and we are trying to find the lenght of C&lt;br /&gt;
def AnB(a,b):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print a**2, "+", b**2, "=", a**2 + b**2&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print sqrt(a**2 + b**2)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#On this one we have the lenght of A and C and we are trying to find the lenght of B&lt;br /&gt;
def CnA(c,a):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print c**2, "-", a**2, "=", c**2 - a**2&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print sqrt(c**2 - a**2)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#On this one we have the lenght of B and C and we are trying to find the lenght of A&lt;br /&gt;
def CnB(c,b):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print c**2, "-", b**2, "=", c**2 - b**2&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;print sqrt(c**2 - b**2)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;#Code is Run&lt;br /&gt;
loop = 1&lt;br /&gt;
choice = 0&lt;br /&gt;
while loop == 1:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;choice = menu()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if choice == 1:&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;AnB(input("A: "),input("B: "))&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elif choice == 2:&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;CnA(input("C: "),input("A: "))&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elif choice == 3:&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;CnB(input("C: "),input("B: "))&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;elif choice == 4:&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;loop = 0&lt;br /&gt;
print "Thankyou fo using Pythagorean Theorem"&lt;/blockquote&gt;&lt;a target="_blank"  href="http://www.amazon.com/Honest-Face/dp/B002HP8EKE?ie=UTF8&amp;tag=iniadalahsuat-20&amp;link_code=btl&amp;camp=213689&amp;creative=392969"&gt;Honest Face&lt;/a&gt;&lt;img src="http://www.assoc-amazon.com/e/ir?t=iniadalahsuat-20&amp;l=btl&amp;camp=213689&amp;creative=392969&amp;o=1&amp;a=B002HP8EKE" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important; padding: 0px !important" /&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-7028541858127772856?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kqOmvte5f1itFAy4WTGK4UnS2Gs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kqOmvte5f1itFAy4WTGK4UnS2Gs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kqOmvte5f1itFAy4WTGK4UnS2Gs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kqOmvte5f1itFAy4WTGK4UnS2Gs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/1E25AIyLbHg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/7028541858127772856/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/05/pythagorean-theorem.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7028541858127772856?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7028541858127772856?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/1E25AIyLbHg/pythagorean-theorem.html" title="Pythagorean Theorem" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/05/pythagorean-theorem.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMHQHY-cSp7ImA9WxFSGUk.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-7001807452538052517</id><published>2010-04-22T04:15:00.000-07:00</published><updated>2010-04-22T07:27:11.859-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-22T07:27:11.859-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Class Inheritance</title><content type="html">&lt;strong&gt;Use __class__, __bases__ and __dict__ for sub and super class&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;div align="justify"&gt;inheritance learn python programming language, Python is very simple. Now using __class__, __bases__ and __dict__ for sub and super class. Try making a super class and child class. Examples like this:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;class &lt;span&gt;super&lt;/span&gt;:&lt;br /&gt;         def hello(self):&lt;br /&gt;                   self.data1 = 'spam'&lt;br /&gt;&lt;br /&gt;class sub(&lt;span&gt;super&lt;/span&gt;):&lt;br /&gt;         def hola(self):&lt;br /&gt;                    self.data2 = 'eggs'&lt;br /&gt;&lt;br /&gt;X = sub()&lt;br /&gt;X.__dict__&lt;br /&gt;{}&lt;br /&gt;&lt;br /&gt;print X.__class__&lt;br /&gt;&lt;br /&gt;print sub.__bases__&lt;br /&gt;&lt;br /&gt;print super.__bases__&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Y = sub()&lt;br /&gt;&lt;br /&gt;X.hello()&lt;br /&gt;print X.__dict__&lt;br /&gt;&lt;br /&gt;X.hola()&lt;br /&gt;print X.__dict__&lt;br /&gt;&lt;br /&gt;print sub.__dict__&lt;br /&gt;&lt;br /&gt;print super.__dict__&lt;br /&gt;&lt;br /&gt;print sub.__dict__.keys(), super.__dict__.keys()&lt;br /&gt;&lt;br /&gt;print Y.__dict__&lt;br /&gt;&lt;br /&gt;print X.data1, X.__dict__['data1']&lt;br /&gt;&lt;br /&gt;X.data3 = 'toast'&lt;br /&gt;print X.__dict__&lt;br /&gt;&lt;br /&gt;X.__dict__['data3'] = 'ham'&lt;br /&gt;print X.data3&lt;br /&gt;&lt;br /&gt;print X.__dict__&lt;br /&gt;print X.__dict__.keys()&lt;br /&gt;&lt;br /&gt;print dir(X)&lt;br /&gt;print  dir(sub)&lt;br /&gt;print dir(super)&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span&gt;Result&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_qMmZG6xJXEg/S9Ax_0fE62I/AAAAAAAAAHc/X4_8feC_jlQ/s1600/Useclassbasesanddictforsubandsuperclass.PNG"&gt;&lt;img src="http://2.bp.blogspot.com/_qMmZG6xJXEg/S9Ax_0fE62I/AAAAAAAAAHc/X4_8feC_jlQ/s400/Useclassbasesanddictforsubandsuperclass.PNG" border="0" alt="" id="BLOGGER_PHOTO_ID_5462921320490920802" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-7001807452538052517?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/K_C_6ORfnqXIfODlQrQUlNudyLA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K_C_6ORfnqXIfODlQrQUlNudyLA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/K_C_6ORfnqXIfODlQrQUlNudyLA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/K_C_6ORfnqXIfODlQrQUlNudyLA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/EXVwBfKZ5Is" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/7001807452538052517/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/04/class-inheritance.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7001807452538052517?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7001807452538052517?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/EXVwBfKZ5Is/class-inheritance.html" title="Class Inheritance" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_qMmZG6xJXEg/S9Ax_0fE62I/AAAAAAAAAHc/X4_8feC_jlQ/s72-c/Useclassbasesanddictforsubandsuperclass.PNG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/04/class-inheritance.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEMSH8_fCp7ImA9WxBWF0U.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-6394887181243560489</id><published>2010-02-09T23:26:00.000-08:00</published><updated>2010-02-09T23:58:09.144-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-09T23:58:09.144-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>BubbleSort</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold;"&gt;A&lt;/span&gt;&lt;/span&gt;lgorithm &lt;span style="font-style: italic; font-weight: bold;"&gt;BubbleSort&lt;/span&gt; is a simple sorting algorithm, it works by repeatly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. The pass through the list is repeated until no swaps or needed, which indicates that the list is sorted. The algorithm gets its name from the way smaller elements "&lt;span style="font-style: italic;"&gt;bubble&lt;/span&gt;" to the top of the list.&lt;br /&gt;&lt;/div&gt;For Example :&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;import java.util.*;&lt;br /&gt;&lt;br /&gt;class node1 {&lt;br /&gt;         int data;&lt;br /&gt;         node1 next, prev;&lt;br /&gt;&lt;br /&gt;        public node1(int n) {&lt;br /&gt;                   data = n;&lt;br /&gt;                   next = prev = null;&lt;br /&gt;        }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;b&gt;//Class list&lt;/b&gt;&lt;br /&gt;class list {&lt;br /&gt;         node1 head, tail;&lt;br /&gt;&lt;br /&gt;         public list() {&lt;br /&gt;                    head = tail = null;&lt;br /&gt;         }&lt;br /&gt;&lt;br /&gt;         void addLast(int n) {&lt;br /&gt;                 node1 input = new node1(n);&lt;br /&gt;                 if (head == null) {&lt;br /&gt;                               head = tail = input;&lt;br /&gt;                 } else {&lt;br /&gt;                               tail.next = input;&lt;br /&gt;                               input.prev = tail;&lt;br /&gt;                               tail = input;&lt;br /&gt;                 }&lt;br /&gt;         }&lt;br /&gt;                &lt;b&gt;// for sorting&lt;/b&gt;&lt;br /&gt;        void sorting() {&lt;br /&gt;                node1 once = head, second = head, vloop = head;&lt;br /&gt;                while (vloop != tail) {&lt;br /&gt;                              once = head;&lt;br /&gt;                              while (once != null) {&lt;br /&gt;                                       second = once.next;&lt;br /&gt;                                       if (second != null) {&lt;br /&gt;                                            if (second.data &lt; once.data)&lt;br /&gt;                                                  vchange(once, second);     &lt;br /&gt;                                      }     once = once.next;    &lt;br /&gt;                            }    vloop = vloop.next;   &lt;br /&gt;                }   &lt;br /&gt;        }   &lt;br /&gt;        void vchange(node1 once, node1 second) {   &lt;br /&gt;                int temp = second.data;   &lt;br /&gt;                second.data = once.data;   &lt;br /&gt;                once.data = temp;  &lt;br /&gt;        }   &lt;br /&gt;        void vprint() {   &lt;br /&gt;                node1 temp = head;   &lt;br /&gt;                while (temp != null) {    &lt;br /&gt;                          System.out.print(temp.data + " ");    &lt;br /&gt;                          temp = temp.next;   &lt;br /&gt;               }  &lt;br /&gt;        } &lt;br /&gt;}&lt;br /&gt;&lt;b&gt;//main class&lt;/b&gt;&lt;br /&gt;public class BubleSort {&lt;br /&gt;           public static void main(String[] args) {&lt;br /&gt;                      Scanner input = new Scanner(System.in);&lt;br /&gt;                      System.out.print("Total by sorting  : ");&lt;br /&gt;                      int n = input.nextInt();&lt;br /&gt;                      list vnumber = new list();&lt;br /&gt;&lt;br /&gt;                      System.out.println("Input number :");&lt;br /&gt;                      for (int i = 0; i &lt; n; i++) {    &lt;br /&gt;                             System.out.print("&gt;&gt; ");&lt;br /&gt;                             int a = input.nextInt();&lt;br /&gt;                             v_number.addLast(a);&lt;br /&gt;                      }&lt;br /&gt;&lt;br /&gt;                      System.out.println("Sort by Ascending :");&lt;br /&gt;                      for (int i = 0; i &lt; n - 1; i++) {    &lt;br /&gt;                             vnumber.sorting();   &lt;br /&gt;                      }   &lt;br /&gt;                      vnumber.vprint();   &lt;br /&gt;                      System.out.println();  &lt;br /&gt;           }&lt;br /&gt;}  &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-6394887181243560489?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EGMlsSnTnV7a0fEi_Ew9IJl-uO4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EGMlsSnTnV7a0fEi_Ew9IJl-uO4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EGMlsSnTnV7a0fEi_Ew9IJl-uO4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EGMlsSnTnV7a0fEi_Ew9IJl-uO4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/aswJZv0McZg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/6394887181243560489/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/02/bubblesort.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6394887181243560489?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6394887181243560489?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/aswJZv0McZg/bubblesort.html" title="BubbleSort" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>6</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/02/bubblesort.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EHQnw9eCp7ImA9WxBWE0s.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-3453268484792276127</id><published>2010-02-05T01:14:00.000-08:00</published><updated>2010-02-05T01:20:33.260-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-05T01:20:33.260-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Binary Search</title><content type="html">Algorithm Binary Search&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;package myPackage;&lt;br /&gt;&lt;br /&gt;import java.util.Scanner;&lt;br /&gt;&lt;br /&gt;class ArrayQ {&lt;br /&gt; int[] data;&lt;br /&gt; int pj;&lt;br /&gt;&lt;br /&gt; public ArrayQ(int ArrayQ) {&lt;br /&gt;  data = new int[ArrayQ];&lt;br /&gt;  pj = 0;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void insert(int angka) {&lt;br /&gt;  int i;&lt;br /&gt;  for (i = 0; i &lt; pj; i++) {&lt;br /&gt;   if (data[i] &gt; angka)&lt;br /&gt;    break;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  for (int j = pj; j &gt; i; j--) {&lt;br /&gt;   data[j] = data[j - 1];&lt;br /&gt;  }&lt;br /&gt;  data[i] = angka;&lt;br /&gt;  pj++;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void display() {&lt;br /&gt;  for (int i = 0; i &lt; pj; i++)&lt;br /&gt;   System.out.print(data[i] + " ");&lt;br /&gt;  System.out.println();&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void searching(int key) {&lt;br /&gt;  System.out.println("\nFind Value Process " + key);&lt;br /&gt;&lt;br /&gt;  int bawah = 0;&lt;br /&gt;  int tengah;&lt;br /&gt;  int atas = pj - 1;&lt;br /&gt;&lt;br /&gt;  while (atas &gt;= bawah) {&lt;br /&gt;   tengah = (bawah + atas) / 2;&lt;br /&gt;   if (data[tengah] == key) {&lt;br /&gt;    System.out.println("Status : Found!!");&lt;br /&gt;    return;&lt;br /&gt;   } else {&lt;br /&gt;    if (data[tengah] &lt; key)&lt;br /&gt;     bawah = tengah + 1;&lt;br /&gt;    else&lt;br /&gt;     atas = tengah - 1;&lt;br /&gt;   }&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  System.out.println("Status : not found!!");&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class BinarySearch2 {&lt;br /&gt; public static void main(String[] args) {&lt;br /&gt;  System.out.println("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");&lt;br /&gt;  System.out.println(" Binary Search\n ");&lt;br /&gt;  System.out.println("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");&lt;br /&gt;  Scanner input = new Scanner(System.in);&lt;br /&gt;  System.out.print("Sum Value = ");&lt;br /&gt;  int jumlah = input.nextInt();&lt;br /&gt;&lt;br /&gt;  ArrayQ list;&lt;br /&gt;  list = new ArrayQ(sumValue);&lt;br /&gt;&lt;br /&gt;  System.out.println("input value :");&lt;br /&gt;  int[] val = new int[sumValue];&lt;br /&gt;  for (int i = 0; i &lt; sumValue; i++) {&lt;br /&gt;   System.out.print("&gt;&gt; ");&lt;br /&gt;   val[i] = input.nextInt();&lt;br /&gt;   list.insert(val[i]);&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  list.display();&lt;br /&gt;  System.out.println("\nFind : ");&lt;br /&gt;  int search = input.nextInt();&lt;br /&gt;&lt;br /&gt;  list.searching(search);&lt;br /&gt;  // System.out.println(“Status : Found!!”);&lt;br /&gt;  // System.out.println(“Status : not Found!!”);&lt;br /&gt;&lt;br /&gt;  System.out.println();&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;good luck&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-3453268484792276127?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TLQV62b24cZ1AK_imcWx9n79XFM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TLQV62b24cZ1AK_imcWx9n79XFM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TLQV62b24cZ1AK_imcWx9n79XFM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TLQV62b24cZ1AK_imcWx9n79XFM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/D2GU197W1hE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/3453268484792276127/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/02/binary-search.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3453268484792276127?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3453268484792276127?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/D2GU197W1hE/binary-search.html" title="Binary Search" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/02/binary-search.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQFSXw5eyp7ImA9WxBWE0s.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-6671460975797527715</id><published>2010-02-05T00:40:00.000-08:00</published><updated>2010-02-05T00:58:38.223-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-05T00:58:38.223-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Search Linier</title><content type="html">Algorithma Search Linier,...&lt;br /&gt;you can to try&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;package myPackage;&lt;br /&gt;&lt;br /&gt;import java.util.Scanner;&lt;br /&gt;&lt;b&gt;//class node for found index&lt;/b&gt;&lt;br /&gt;class Node {&lt;br /&gt; int data, index;&lt;br /&gt; Node next;&lt;br /&gt;&lt;br /&gt; public Node(int data, int index) {&lt;br /&gt;  this.data = data;&lt;br /&gt;  this.index = index;&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;// i'm use linklist&lt;br /&gt;class LinkedList {&lt;br /&gt; Node head, tail;&lt;br /&gt;&lt;br /&gt; void addLast(int nilai, int id) {&lt;br /&gt;  Node input = new Node(nilai, id);&lt;br /&gt;&lt;br /&gt;  if (head == null) {&lt;br /&gt;   head = tail = input;&lt;br /&gt;  } else {&lt;br /&gt;   tail.next = input;&lt;br /&gt;   tail = input;&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void display() {&lt;br /&gt;  Node temp = head;&lt;br /&gt;  while (temp != null) {&lt;br /&gt;   System.out.print(temp.data + " ");&lt;br /&gt;   temp = temp.next;&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void searching(int key) {&lt;br /&gt;  Node temp = head;&lt;br /&gt;  System.out.println("\nProses Pencarian Angka " + key);&lt;br /&gt;  while (temp != null) {&lt;br /&gt;   if (temp.data == key) {&lt;br /&gt;    System.out.println("Status : ditemukan di indeks ke-"&lt;br /&gt;      + temp.index);&lt;br /&gt;    break;&lt;br /&gt;   } else&lt;br /&gt;    temp = temp.next;&lt;br /&gt;  }&lt;br /&gt;  if (temp == null)&lt;br /&gt;   System.out.println("Status : tak ditemukan!!");&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class LinearSearch {&lt;br /&gt; public static void main(String[] args) {&lt;br /&gt;  System.out.println("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");&lt;br /&gt;  System.out.println(" Linear Search\n ");&lt;br /&gt;  System.out.println("^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^");&lt;br /&gt;&lt;br /&gt;  LinkedList list = new LinkedList();&lt;br /&gt;  Scanner input = new Scanner(System.in);&lt;br /&gt;  System.out.print("Jumlah angka = ");&lt;br /&gt;  int jumlah = input.nextInt();&lt;br /&gt;  input = new Scanner(System.in);&lt;br /&gt;  System.out.println("Masukkan angka :");&lt;br /&gt;  int angka;&lt;br /&gt;  for (int i = 0; i &lt; jumlah; i++) {&lt;br /&gt;   System.out.print("&gt;&gt; ");&lt;br /&gt;   angka = input.nextInt();&lt;br /&gt;   list.addLast(angka, i); // nama team disimpan dalam queue&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;  list.display();&lt;br /&gt;  System.out.print("\nDicari : ");&lt;br /&gt;  int cari = input.nextInt();&lt;br /&gt;  list.searching(cari);&lt;br /&gt;  System.out.println();&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;good luck for you&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-6671460975797527715?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rVmCaQX4RF59JNpspbwqjJ3FbEE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rVmCaQX4RF59JNpspbwqjJ3FbEE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rVmCaQX4RF59JNpspbwqjJ3FbEE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rVmCaQX4RF59JNpspbwqjJ3FbEE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/azwldmiT0g0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/6671460975797527715/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2010/02/search-linier.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6671460975797527715?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6671460975797527715?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/azwldmiT0g0/search-linier.html" title="Search Linier" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2010/02/search-linier.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkUCQn0zeCp7ImA9WxBSE08.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-3041912984380304275</id><published>2009-12-20T07:29:00.000-08:00</published><updated>2009-12-20T07:51:03.380-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-20T07:51:03.380-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Maximum value 1st, 2nd</title><content type="html">Maximum value can with method as this code:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;public class Array&lt;br /&gt;{&lt;br /&gt;   public void getMax( double ar[] )&lt;br /&gt;   {&lt;br /&gt;       double max1 = ar[0]; // &lt;span style="font-weight: bold;"&gt;Assume the first&lt;/span&gt;&lt;br /&gt;       int ZERO = 0; // &lt;span style="font-weight: bold;"&gt;Variable to store inside it the index of the max value to set it to zero&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;       for( int i = 0; i &lt;&gt;= max1)&lt;br /&gt;           {&lt;br /&gt;               max1 = ar[i];&lt;br /&gt;               ZERO = i;&lt;br /&gt;           }&lt;br /&gt;       }&lt;br /&gt;&lt;br /&gt;       ar[ZERO] = 0; //&lt;span style="font-weight: bold;"&gt; Set the index contains the 1st max to ZERO&lt;/span&gt;.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="fullpost"&gt;        double max2 = ar[0]; // &lt;span style="font-weight: bold;"&gt;element in the array&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;       for( int j = 0; j &lt;&gt;= max2 )&lt;br /&gt;           {&lt;br /&gt;               max2 = ar[j];&lt;br /&gt;               ZERO = j;&lt;br /&gt;           }&lt;br /&gt;       }&lt;br /&gt;&lt;br /&gt;       System.out.println("The 1st maximum element in the array is: " + max1 + ", the 2nd is: " + max2);&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   public static void main(String[] args)&lt;br /&gt;   {&lt;br /&gt;       // &lt;span style="font-weight: bold;"&gt;Creating an object from the class Array to be able to use its methods.&lt;/span&gt;&lt;br /&gt;       Array myArray = new Array();&lt;br /&gt;       // &lt;span style="font-weight: bold;"&gt;Creating an array of type double.&lt;/span&gt;&lt;br /&gt;       double a[] = {6.6,2.2, 3.4, 5.5, 5.5, 5.6};&lt;br /&gt;&lt;br /&gt;       &lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span class="fullpost"&gt;myArray&lt;/span&gt;.getMax( a ); // &lt;span style="font-weight: bold;"&gt;Calling the method that'll find the 1st max, 2nd max.&lt;/span&gt;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;This code can increase with Array 3nd etc.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-3041912984380304275?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TU8dZqPubB5xV2OXHAXeMI31jf8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TU8dZqPubB5xV2OXHAXeMI31jf8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TU8dZqPubB5xV2OXHAXeMI31jf8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TU8dZqPubB5xV2OXHAXeMI31jf8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/almr942pc5M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/3041912984380304275/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/12/maximum-value-1st-2nd.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3041912984380304275?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3041912984380304275?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/almr942pc5M/maximum-value-1st-2nd.html" title="Maximum value 1st, 2nd" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>3</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/12/maximum-value-1st-2nd.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8DQnszeSp7ImA9WxNUFEQ.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-1955650928530192003</id><published>2009-11-05T23:53:00.000-08:00</published><updated>2009-11-06T00:07:53.581-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-06T00:07:53.581-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>A simple Login with Dictionary (Python)</title><content type="html">&lt;div style="text-align: justify;"&gt;Just a Simple login that uses Dictionary. Don't know if it work on a console. Plus i can't figure out a way to add something to the dictionary while the program is running.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;pre&gt;&lt;span class="n"&gt;database&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="s"&gt;'username'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;'1234'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;'username2'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;'5678'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="s"&gt;'username3'&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="s"&gt;'9012'&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span class="n"&gt;name&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;raw_input&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'Enter username: '&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class="n"&gt;ask&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;raw_input&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="s"&gt;'Enter pin: '&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;ask&lt;/span&gt; &lt;span class="ow"&gt;in&lt;/span&gt; &lt;span class="n"&gt;database&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;name&lt;/span&gt;&lt;span class="p"&gt;]:&lt;/span&gt;&lt;br /&gt;  &lt;span class="k"&gt;print&lt;/span&gt; &lt;span class="s"&gt;'Welcome'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;name&lt;/span&gt;&lt;br /&gt;&lt;span class="k"&gt;else&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;br /&gt;  &lt;span class="k"&gt;print&lt;/span&gt; &lt;span class="s"&gt;'Invalid code'&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/blockquote&gt;you can try it's&lt;br /&gt;Neoriz&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/159364773623307002-1955650928530192003?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/-bN5N7kcxP3M1-ofqSdB31018kg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-bN5N7kcxP3M1-ofqSdB31018kg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/-bN5N7kcxP3M1-ofqSdB31018kg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/-bN5N7kcxP3M1-ofqSdB31018kg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/t24_JGu4scA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/1955650928530192003/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/11/simple-login-with-dictionary-python.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1955650928530192003?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1955650928530192003?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/t24_JGu4scA/simple-login-with-dictionary-python.html" title="A simple Login with Dictionary (Python)" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/11/simple-login-with-dictionary-python.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIAQX04fCp7ImA9WxNVE0s.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-8057554925632059697</id><published>2009-10-23T22:23:00.000-07:00</published><updated>2009-10-23T22:35:40.334-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-23T22:35:40.334-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><title>Create Form C# for Newbie</title><content type="html">C# is the best, used very simple develop. You can try start with word "Hello World".&lt;br /&gt;For Example :&lt;br /&gt;first, you create project, in project display mainform. You create this form with &lt;span style="font-style:italic;"&gt;Hello World C# Newbie&lt;/span&gt; with label in properties.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SuKQ6-s1GHI/AAAAAAAAADA/6xOQfPnGxk8/s1600-h/fr_1.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 304px; height: 302px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SuKQ6-s1GHI/AAAAAAAAADA/6xOQfPnGxk8/s320/fr_1.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5396034646481115250" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;second, you create subform&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SuKRIUjiIxI/AAAAAAAAADI/unB_lDl36P4/s1600-h/fr_2.JPG"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 310px; height: 320px;" src="http://4.bp.blogspot.com/_qMmZG6xJXEg/SuKRIUjiIxI/AAAAAAAAADI/unB_lDl36P4/s320/fr_2.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5396034875686003474" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br&gt;&lt;br /&gt;good luck&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-8057554925632059697?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Rr94ShECTJsHwaCAIJ6sLm7pCNs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Rr94ShECTJsHwaCAIJ6sLm7pCNs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Rr94ShECTJsHwaCAIJ6sLm7pCNs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Rr94ShECTJsHwaCAIJ6sLm7pCNs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/53hbYL3_BbA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/8057554925632059697/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/10/create-form-c-for-newbie.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8057554925632059697?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8057554925632059697?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/53hbYL3_BbA/create-form-c-for-newbie.html" title="Create Form C# for Newbie" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_qMmZG6xJXEg/SuKQ6-s1GHI/AAAAAAAAADA/6xOQfPnGxk8/s72-c/fr_1.JPG" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/10/create-form-c-for-newbie.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0cNQnYyfyp7ImA9WxJVGUk.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-3960288284304423723</id><published>2009-07-06T20:56:00.000-07:00</published><updated>2009-07-06T21:31:33.897-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-06T21:31:33.897-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Connecting Database</title><content type="html">&lt;div style="text-align: justify;"&gt;Now Connecting database with sourceCode Java. You can connecting database use driver from database as pasckage in library on this Java. The Driver connection get from vendor database such as Oracle, mySql and SqlSever etc.&lt;br /&gt;&lt;/div&gt;you can code java such as :&lt;br /&gt;&lt;br /&gt;This file save with name &lt;b&gt;ConnectionDatabase.java&lt;/b&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;package myPackage;&lt;br /&gt;&lt;br /&gt;import java.io.*;&lt;br /&gt;import java.sql.*;&lt;br /&gt;&lt;br /&gt;interface InterfaceDatabase {&lt;br /&gt; public void connectDatabase(String username, String password,&lt;br /&gt;   String oracleSID);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public class ConnectionDatabase implements InterfaceDatabase {&lt;br /&gt; private String url;&lt;br /&gt; public Connection conn;&lt;br /&gt; public PreparedStatement pstm;&lt;br /&gt;&lt;br /&gt; //Override from InterfaceDatabase&lt;br /&gt; public void connectDatabase(String username, String password,&lt;br /&gt;   String DatabaseSID) {&lt;br /&gt;  try {&lt;br /&gt;   DriverManager.registerDriver(new &lt;i&gt;&lt;b&gt;driverDatabase..&lt;/b&gt;&lt;/i&gt;);&lt;br /&gt;   url = "&lt;i&gt;&lt;b&gt;String connection driver&lt;/b&gt;&lt;/i&gt;";&lt;br /&gt;   conn = DriverManager.getConnection(url, username, password);&lt;br /&gt;  } catch (SQLException ex) {&lt;br /&gt;   ex.printStackTrace();&lt;br /&gt;   if (conn != null) {&lt;br /&gt;    try {&lt;br /&gt;     conn.rollback();&lt;br /&gt;    } catch (SQLException el) {&lt;br /&gt;     el.printStackTrace();&lt;br /&gt;    }&lt;br /&gt;   }&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; public void disconnect() {&lt;br /&gt;  try {&lt;br /&gt;   pstm.close();&lt;br /&gt;   conn.close();&lt;br /&gt;  } catch (Exception e) {&lt;br /&gt;   e.printStackTrace();&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; public void setQuery(String vsql) throws SQLException {&lt;br /&gt;  pstm = conn.prepareStatement(vsql);&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;call on file with file &lt;b&gt;ConnUser.java&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;package myPackage;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import java.io.*;&lt;br /&gt;import java.sql.*;&lt;br /&gt;&lt;br /&gt;public class ConnUser {&lt;br /&gt; &lt;br /&gt; public static void connUser(ConnectionDatabase cd,String vsql)throws Exception{&lt;br /&gt;  cd.connectDatabase("username", "password", "database");  &lt;br /&gt;  cd.setQuery(vsql);&lt;br /&gt;  ResultSet rs=cd.pstm.executeQuery();&lt;br /&gt;  while(rs.next()){&lt;br /&gt;   System.out.println(rs.getInt(&lt;b&gt;index&lt;/b&gt;)+" - "+rs.getString(&lt;b&gt;index&lt;/b&gt;));&lt;br /&gt;  }&lt;br /&gt;  cd.disconnect();&lt;br /&gt; }&lt;br /&gt; &lt;br /&gt; public static void main (String[]args) throws Exception{&lt;br /&gt;  ConnectionDatabase db=new ConnectionDatabase();&lt;br /&gt;  connUser(db,"&lt;i&gt;&lt;b&gt;Query Database&lt;/b&gt;&lt;/i&gt;");&lt;br /&gt;  &lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;good luck to try it&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-3960288284304423723?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Rc8LkboCA774cjlykcDE1VgNk3k/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Rc8LkboCA774cjlykcDE1VgNk3k/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Rc8LkboCA774cjlykcDE1VgNk3k/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Rc8LkboCA774cjlykcDE1VgNk3k/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/A5d3UWOKemE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/3960288284304423723/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/07/connecting-database.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3960288284304423723?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/3960288284304423723?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/A5d3UWOKemE/connecting-database.html" title="Connecting Database" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/07/connecting-database.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEAFQno5fyp7ImA9WxJWFE0.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-6345001269366206451</id><published>2009-06-19T02:59:00.000-07:00</published><updated>2009-06-19T03:18:33.427-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-19T03:18:33.427-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><category scheme="http://www.blogger.com/atom/ns#" term="Tip and Triks" /><title>Loading and Saving Image with the Image I/O Library</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="font-weight: bold;"&gt;Introduced in J2SE 1.4&lt;/span&gt;&lt;/span&gt;, the javax.imageio package is the primary package for the Java Image I/O API. As its name implies, this package helps you read and write image files. You might wonder what's so important about this package. The fact is that you could read images with the getImage method of various classes like Toolkit and Applet since the initial release of the Java platform. But there is more to the javax.imageio package than simply reading images. One important point is that there was no writeImage or putImage previous to the Image I/O library. Now there is a way to write images. Also, you can now set properties such as compression level when you save images.&lt;br /&gt;&lt;br /&gt;The first question many people ask when working with the Image I/O libraries is what formats are supported? With Sun's reference implementation, you get a specific set. However, the API is flexible enough so that you can install your own formats by extending the necessary classes in the javax.imageio.spi library. For the moment, let's put that aspect of the library aside. To discover the installed set of readers and writers, you simply ask the ImageIO class through its getReaderFormatNames() and getWriterFormatNames() methods (or getReaderMIMETypes() and getWriterMIMETypes() if you want to work directly with MIME types). Here's an example:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;// show image and saving image with difference extension file or name file&lt;br /&gt;import java.awt.image.*;&lt;br /&gt;import javax.imageio.*;&lt;br /&gt;import java.io.*;&lt;br /&gt;import java.awt.*;&lt;br /&gt;import javax.swing.*;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;public class Demo {&lt;br /&gt;private static class FrameShower implements Runnable {&lt;br /&gt;final Frame frame;&lt;br /&gt;&lt;br /&gt;public FrameShower(Frame frame) {&lt;br /&gt;this.frame = frame;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public void run() {&lt;br /&gt;frame.show();&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;public static void main(String args[]) throws IOException {&lt;br /&gt;&lt;br /&gt;// Read&lt;br /&gt;//File file = new File(args[0]);&lt;br /&gt;File file = new File("e:/campuran/ada/nyoba.jpg"); //path file&lt;br /&gt;BufferedImage input = ImageIO.read(file);&lt;br /&gt;File outputFile = new File("e:/campuran/ada/image.png"); //path file&lt;br /&gt;ImageIO.write(input, "PNG", outputFile);&lt;br /&gt;// Convert ukuran&lt;br /&gt;Kernel sharpKernel = new Kernel(3, 3, new float[] { 0.0f, -1.0f, 0.0f,&lt;br /&gt;-1.0f, 5.0f, -1.0f, 0.0f, -1.0f, 0.0f });&lt;br /&gt;ConvolveOp convolveOp = new ConvolveOp(sharpKernel,&lt;br /&gt;ConvolveOp.EDGE_NO_OP, null);&lt;br /&gt;int width = input.getWidth();&lt;br /&gt;int height = input.getHeight();&lt;br /&gt;BufferedImage output = new BufferedImage(width, height,&lt;br /&gt;BufferedImage.TYPE_INT_ARGB);&lt;br /&gt;convolveOp.filter(input, output);&lt;br /&gt;// membuat tampilan&lt;br /&gt;Icon icon = new ImageIcon(output);&lt;br /&gt;JLabel label = new JLabel(icon);&lt;br /&gt;JFrame frame = new JFrame("Gambare");&lt;br /&gt;frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);&lt;br /&gt;frame.getContentPane().add(label, BorderLayout.CENTER);&lt;br /&gt;frame.pack();&lt;br /&gt;// show image&lt;br /&gt;Runnable runner = new FrameShower(frame);&lt;br /&gt;EventQueue.invokeLater(runner);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;You can check list from IO library javax.imageio.spi with :&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;pre&gt;&lt;span style=";font-family:arial;font-size:100%;"  &gt;&lt;br /&gt;import javax.imageio.*;&lt;br /&gt;&lt;br /&gt;     public class GetList {&lt;br /&gt;       public static void main(String args[]) {&lt;br /&gt;         String readerNames[] = &lt;br /&gt;           ImageIO.getReaderFormatNames();&lt;br /&gt;         printlist(readerNames, "Reader names:");&lt;br /&gt;         String readerMimes[] = &lt;br /&gt;           ImageIO.getReaderMIMETypes();&lt;br /&gt;         printlist(readerMimes, "Reader MIME types:");&lt;br /&gt;         String writerNames[] = &lt;br /&gt;           ImageIO.getWriterFormatNames();&lt;br /&gt;         printlist(writerNames, "Writer names:");&lt;br /&gt;         String writerMimes[] = &lt;br /&gt;           ImageIO.getWriterMIMETypes();&lt;br /&gt;         printlist(writerMimes, "Writer MIME types:");&lt;br /&gt;       }&lt;br /&gt;       private static void printlist(String names[], &lt;br /&gt;                                        String title) {&lt;br /&gt;         System.out.println(title);&lt;br /&gt;         for (int i=0, n=names.length; i &lt; n; i++) {&lt;br /&gt;           System.out.println("\t" + names[i]);&lt;br /&gt;         }&lt;br /&gt;       }&lt;br /&gt;     }&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;good luck to try&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-6345001269366206451?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XQ7QVA3k8wDjCc0bPI-rCLguQfU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XQ7QVA3k8wDjCc0bPI-rCLguQfU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XQ7QVA3k8wDjCc0bPI-rCLguQfU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XQ7QVA3k8wDjCc0bPI-rCLguQfU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/moLEsuONLKE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/6345001269366206451/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/06/loading-and-saving-image-with-image-io.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6345001269366206451?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/6345001269366206451?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/moLEsuONLKE/loading-and-saving-image-with-image-io.html" title="Loading and Saving Image with the Image I/O Library" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/06/loading-and-saving-image-with-image-io.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQCQnk5fCp7ImA9WxJREkU.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-2361635968750031543</id><published>2009-05-13T21:39:00.001-07:00</published><updated>2009-05-13T23:42:43.724-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-13T23:42:43.724-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Using Connection cx_Oracle to Oracle in Python</title><content type="html">&lt;div style="text-align: justify;"&gt;For Connection python to Oracle use cx_Oracle. cx Oracle is a Python extension module thats allows access to Oracle Databases and conforms to the Python Database API specification. This module is currently built against Oracle 9.2.0, 10.2.0 and 11.1.0.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The interface specification consists of several sections:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Module Interface&lt;/li&gt;&lt;li&gt;Connection Objects&lt;/li&gt;&lt;li&gt;Cursor Object&lt;/li&gt;&lt;li&gt;Type Object and Constructors&lt;/li&gt;&lt;li&gt;Implementattion Hints for Module Authors&lt;/li&gt;&lt;li&gt;Optional DB API Extensions&lt;/li&gt;&lt;li&gt;Optional Error Handling Extensions&lt;/li&gt;&lt;li&gt;Optional Two-Phase Commit Extensions&lt;/li&gt;&lt;li&gt;Frequently Asked Questions&lt;/li&gt;&lt;li&gt;Major Changes from version 1.0 to Version 2.0&lt;/li&gt;&lt;li&gt;Open Issues&lt;/li&gt;&lt;li&gt;Footnotes&lt;/li&gt;&lt;li&gt;Unknowledgements&lt;/li&gt;&lt;/ul&gt;This information can look &lt;a href="http://www.python.org/dev/peps/pep-0249/"&gt;here&lt;/a&gt;.&lt;br /&gt;for Excample use cx_Oracle :&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;import sys, cx_Oracle&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;connect=cx_Oracle.Connection("system/password@Server_database")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;cursor=connect.cursor()&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;cursor.execute("PL/SQL or Query language")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;data=cursor.fetchall()&lt;/span&gt;&lt;br /&gt;data in method list, but can for print such as looping&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;for (list fields) in data:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;       print list fields&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;good luck,.......&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-2361635968750031543?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8ger1cp72g7Cw4QJk9puXXINQvg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8ger1cp72g7Cw4QJk9puXXINQvg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8ger1cp72g7Cw4QJk9puXXINQvg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8ger1cp72g7Cw4QJk9puXXINQvg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/lr-lLXxvSYI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/2361635968750031543/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/05/using-connection-cxoracle-to-oracle-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2361635968750031543?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2361635968750031543?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/lr-lLXxvSYI/using-connection-cxoracle-to-oracle-in.html" title="Using Connection cx_Oracle to Oracle in Python" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/05/using-connection-cxoracle-to-oracle-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08BQHcyeSp7ImA9WxJREkU.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-1891269516989963298</id><published>2009-03-02T18:08:00.000-08:00</published><updated>2009-05-14T00:24:11.991-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-14T00:24:11.991-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="example" /><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Python is powerful, simple and fast</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SayVqQaA6kI/AAAAAAAAACY/Q4ZttnYt3R0/s1600-h/python_hello.JPG"&gt;&lt;/a&gt;&lt;br /&gt;You can exercise python,...&lt;br /&gt;first you can text mode in window/Python Interactive Shell or PythonW in Edior, you write :&lt;br /&gt;&lt;blockquote&gt;print "Hello word Neoriz"&lt;br /&gt;result &gt;&gt; Hello word Neoriz&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SayVqQaA6kI/AAAAAAAAACY/Q4ZttnYt3R0/s1600-h/python_hello.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 386px; height: 158px;" src="http://4.bp.blogspot.com/_qMmZG6xJXEg/SayVqQaA6kI/AAAAAAAAACY/Q4ZttnYt3R0/s320/python_hello.JPG" alt="" id="BLOGGER_PHOTO_ID_5308782613954095682" border="0" /&gt;&lt;/a&gt;&lt;/blockquote&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SayVqQaA6kI/AAAAAAAAACY/Q4ZttnYt3R0/s1600-h/python_hello.JPG"&gt;&lt;/a&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;div style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;Using the Python Interpreter&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Invoking the Interpreter&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix shell's search path makes it possible to start it by typing the command&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;python&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;to the shell. Since the choice of the directory where the interpreter lives is an installation option, other places are possible; check with your local Python guru or system administrator. (E.g., /usr/local/python is a popular alternative location.)&lt;br /&gt;&lt;br /&gt;On Windows machines, the Python installation is usually placed in C:\Python25, though you can change this when you're running the installer. To add this directory to your path, you can type the following command into the command prompt in a DOS box:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;set path=%path%;C:\python25&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Typing an end-of-file character (Control-D on Unix, Control-Z on Windows) at the primary prompt causes the interpreter to exit with a zero exit status. If that doesn't work, you can exit the interpreter by typing the following commands: "import sys; sys.exit()".&lt;br /&gt;&lt;br /&gt;The interpreter's line-editing features usually aren't very sophisticated. On Unix, whoever installed the interpreter may have enabled support for the GNU readline library, which adds more elaborate interactive editing and history features. Perhaps the quickest check to see whether command line editing is supported is typing Control-P to the first Python prompt you get. If it beeps, you have command line editing; see Appendix A for an introduction to the keys. If nothing appears to happen, or if P is echoed, command line editing isn't available; you'll only be able to use backspace to remove characters from the current line.&lt;br /&gt;&lt;br /&gt;The interpreter operates somewhat like the Unix shell: when called with standard input connected to a tty device, it reads and executes commands interactively; when called with a file name argument or with a file as standard input, it reads and executes a script from that file.&lt;br /&gt;&lt;br /&gt;A second way of starting the interpreter is "python -c command [arg] ...", which executes the statement(s) in command, analogous to the shell's -c option. Since Python statements often contain spaces or other characters that are special to the shell, it is best to quote command in its entirety with double quotes.&lt;br /&gt;&lt;br /&gt;Some Python modules are also useful as scripts. These can be invoked using "python -m module [arg] ...", which executes the source file for module as if you had spelled out its full name on the command line.&lt;br /&gt;&lt;br /&gt;Note that there is a difference between "python file" and "python ". In the latter case, input requests from the program, such as calls to input() and raw_input(), are satisfied from file. Since this file has already been read until the end by the parser before the program starts executing, the program will encounter end-of-file immediately. In the former case (which is usually what you want) they are satisfied from whatever file or device is connected to standard input of the Python interpreter.&lt;br /&gt;&lt;br /&gt;When a script file is used, it is sometimes useful to be able to run the script and enter interactive mode afterwards. This can be done by passing -i before the script. (This does not work if the script is read from standard input, for the same reason as explained in the previous paragraph.)&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Argument Passing&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When known to the interpreter, the script name and additional arguments thereafter are passed to the script in the variable sys.argv, which is a list of strings. Its length is at least one; when no script and no arguments are given, sys.argv[0] is an empty string. When the script name is given as '-' (meaning standard input), sys.argv[0] is set to '-'. When -c command is used, sys.argv[0] is set to '-c'. When -m module is used, sys.argv[0] is set to the full name of the located module. Options found after -c command or -m module are not consumed by the Python interpreter's option processing but left in sys.argv for the command or module to handle.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Interactive Mode&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When commands are read from a tty, the interpreter is said to be in interactive mode. In this mode it prompts for the next command with the primary prompt, usually three greater-than signs ("&gt;&gt;&gt; "); for continuation lines it prompts with the secondary prompt, by default three dots ("... "). The interpreter prints a welcome message stating its version number and a copyright notice before printing the first prompt:&lt;br /&gt;&lt;br /&gt;python Python 1.5.2b2 (#1, Feb 28 1999, 00:02:06)  [GCC 2.8.1] on sunos5 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam &gt;&gt;&gt;&lt;br /&gt;&lt;br /&gt;Continuation lines are needed when entering a multi-line construct. As an example, take a look at this if statement:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&gt;&gt;&gt; the_world_is_flat = 1&lt;br /&gt;&gt;&gt;&gt; if the_world_is_flat:&lt;br /&gt;       ...     print "Be careful not to fall off!" ...  Be careful not to fall off!&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Interpreter and Its Environment&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Error Handling&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When an error occurs, the interpreter prints an error message and a stack trace. In interactive mode, it then returns to the primary prompt; when input came from a file, it exits with a nonzero exit status after printing the stack trace. (Exceptions handled by an except clause in a try statement are not errors in this context.) Some errors are unconditionally fatal and cause an exit with a nonzero exit; this applies to internal inconsistencies and some cases of running out of memory. All error messages are written to the standard error stream; normal output from executed commands is written to standard output.&lt;br /&gt;&lt;br /&gt;Typing the interrupt character (usually Control-C or DEL) to the primary or secondary prompt cancels the input and returns to the primary prompt.2.1Typing an interrupt while a command is executing raises the KeyboardInterrupt exception, which may be handled by a try statement.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Executable Python Scripts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;On BSD'ish Unix systems, Python scripts can be made directly executable, like shell scripts, by putting the line&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;#! /usr/bin/env python&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(assuming that the interpreter is on the user's PATH) at the beginning of the script and giving the file an executable mode. The "#!" must be the first two characters of the file. On some platforms, this first line must end with a Unix-style line ending ("\n"), not a Mac OS ("\r") or Windows ("\r\n") line ending. Note that the hash, or pound, character, "#", is used to start a comment in Python.&lt;br /&gt;&lt;br /&gt;The script can be given an executable mode, or permission, using the chmod command:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;$ chmod +x myscript.py&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Source Code Encoding&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It is possible to use encodings different than ASCII in Python source files. The best way to do it is to put one more special comment line right after the #! line to define the source file encoding:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  # -*- coding: encoding -*-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With that declaration, all characters in the source file will be treated as having the encoding encoding, and it will be possible to directly write Unicode string literals in the selected encoding. The list of possible encodings can be found in the Python Library Reference, in the section on codecs.&lt;br /&gt;&lt;br /&gt;For example, to write Unicode literals including the Euro currency symbol, the ISO-8859-15 encoding can be used, with the Euro symbol having the ordinal value 164. This script will print the value 8364 (the Unicode codepoint corresponding to the Euro symbol) and then exit:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-style: italic;"&gt;# -*- coding: iso-8859-15 -*-&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;currency = u"€"&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;print ord(currency)&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If your editor supports saving files as UTF-8 with a UTF-8 byte order mark (aka BOM), you can use that instead of an encoding declaration. IDLE supports this capability if Options/General/Default Source Encoding/UTF-8 is set. Notice that this signature is not understood in older Python releases (2.2 and earlier), and also not understood by the operating system for script files with #! lines (only used on Unix systems).&lt;br /&gt;&lt;br /&gt;By using UTF-8 (either through the signature or an encoding declaration), characters of most languages in the world can be used simultaneously in string literals and comments. Using non-ASCII characters in identifiers is not supported. To display all these characters properly, your editor must recognize that the file is UTF-8, and it must use a font that supports all the characters in the file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The Interactive Startup File&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you use Python interactively, it is frequently handy to have some standard commands executed every time the interpreter is started. You can do this by setting an environment variable named PYTHONSTARTUP to the name of a file containing your start-up commands. This is similar to the .profile feature of the Unix shells.&lt;br /&gt;&lt;br /&gt;This file is only read in interactive sessions, not when Python reads commands from a script, and not when /dev/tty is given as the explicit source of commands (which otherwise behaves like an interactive session). It is executed in the same namespace where interactive commands are executed, so that objects that it defines or imports can be used without qualification in the interactive session. You can also change the prompts sys.ps1 and sys.ps2 in this file.&lt;br /&gt;&lt;br /&gt;If you want to read an additional start-up file from the current directory, you can program this in the global start-up file using code like "if os.path.isfile('.pythonrc.py'): execfile('.pythonrc.py')". If you want to use the startup file in a script, you must do this explicitly in the script:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;import os&lt;br /&gt;filename = os.environ.get('PYTHONSTARTUP')&lt;br /&gt;if filename and os.path.isfile(filename):   &lt;br /&gt;              execfile(filename)&lt;/blockquote&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-1891269516989963298?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/T72skbwfLw_SDk4OuC1hdI0zR0U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/T72skbwfLw_SDk4OuC1hdI0zR0U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/T72skbwfLw_SDk4OuC1hdI0zR0U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/T72skbwfLw_SDk4OuC1hdI0zR0U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/dSkVSKUEXrM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/1891269516989963298/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/03/python-is-powerful-simple-and-fast.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1891269516989963298?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1891269516989963298?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/dSkVSKUEXrM/python-is-powerful-simple-and-fast.html" title="Python is powerful, simple and fast" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_qMmZG6xJXEg/SayVqQaA6kI/AAAAAAAAACY/Q4ZttnYt3R0/s72-c/python_hello.JPG" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/03/python-is-powerful-simple-and-fast.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEYERHY_eyp7ImA9WxVVEEk.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-8423344004052563308</id><published>2009-03-02T01:58:00.000-08:00</published><updated>2009-03-02T18:08:25.843-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-03-02T18:08:25.843-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Python" /><title>Python</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SayO8YwhkmI/AAAAAAAAACQ/ygUenpTDvHA/s1600-h/python-logo.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 211px; height: 71px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SayO8YwhkmI/AAAAAAAAACQ/ygUenpTDvHA/s320/python-logo.gif" alt="" id="BLOGGER_PHOTO_ID_5308775228852245090" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.&lt;/strong&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Python runs on Windows, Linux/Unix, Mac OS X, OS/2, Amiga, Palm Handhelds, and Nokia mobile phones. Python has also been ported to the Java and .NET virtual machines.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;Python is distributed under an OSI-approved &lt;a class="reference external" href="http://www.python.org/download/releases/2.4.2/license/"&gt;open source license&lt;/a&gt; that makes it free to use, even for commercial products.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The &lt;a class="reference external" href="http://www.python.org/psf/"&gt;Python Software Foundation (PSF)&lt;/a&gt; holds and protects the intellectual property rights behind Python, underwrites the &lt;a class="reference external" href="http://www.pycon.org/"&gt;PyCon conference&lt;/a&gt;, and funds grants and other projects in the Python community.&lt;/p&gt;&lt;p style="text-align: justify;"&gt;You can download ActivePython &lt;a href="http://www.activestate.com/activepython/"&gt;here&lt;/a&gt;, it's connect with database to use ODBC or cx_Oracle if connected with Oracle can run on window difference with Python.org, If you use python.org download &lt;a href="http://www.python.org/download/"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;h3&gt;Python is &lt;a class="reference external" href="http://www.opensource.org/"&gt;OSI Certified Open Source&lt;/a&gt;&lt;/h3&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SayORzgParI/AAAAAAAAACI/vulksB7RKOU/s1600-h/osi-certified-120x100.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 120px; height: 100px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SayORzgParI/AAAAAAAAACI/vulksB7RKOU/s320/osi-certified-120x100.gif" alt="" id="BLOGGER_PHOTO_ID_5308774497297328818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h1 class="title"&gt;About Python&lt;/h1&gt;  &lt;p style="text-align: justify;"&gt;Python is a remarkably powerful dynamic programming language that is used in a wide variety of &lt;a class="reference external" href="http://www.python.org/about/apps"&gt;application domains&lt;/a&gt;. Python is often compared to Tcl, Perl, Ruby, Scheme or Java. Some of its key distinguishing features include:&lt;/p&gt; &lt;ul class="simple"&gt;&lt;li&gt;very clear, readable syntax&lt;/li&gt;&lt;li&gt;strong introspection capabilities&lt;/li&gt;&lt;li&gt;intuitive object orientation&lt;/li&gt;&lt;li&gt;natural expression of procedural code&lt;/li&gt;&lt;li&gt;full modularity, supporting hierarchical packages&lt;/li&gt;&lt;li&gt;exception-based error handling&lt;/li&gt;&lt;li&gt;very high level dynamic data types&lt;/li&gt;&lt;li&gt;extensive standard libraries and third party modules for virtually every task&lt;/li&gt;&lt;li&gt;extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)&lt;/li&gt;&lt;li&gt;embeddable within applications as a scripting interface&lt;/li&gt;&lt;/ul&gt; &lt;div class="section" id="python-is-powerful-and-fast"&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;h2 style="text-align: justify;"&gt;Python is powerful... and fast&lt;/h2&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Fans of Python use the phrase "batteries included" to describe the &lt;a class="reference external" href="http://docs.python.org/library/"&gt;standard library&lt;/a&gt;, which covers everything from asynchronous processing to zip files. The language itself is a flexible powerhouse that can handle practically any &lt;a class="reference external" href="http://www.python.org/about/apps"&gt;problem domain&lt;/a&gt;. Build your own web server in three lines of code. Build flexible data-driven code using Python's powerful and dynamic introspection capabilities and advanced language features such as &lt;a class="reference external" href="http://www.onlamp.com/pub/a/python/2003/04/17/metaclasses.html"&gt;meta-classes&lt;/a&gt;, &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Duck_typing"&gt;duck typing&lt;/a&gt; and &lt;a class="reference external" href="http://www.python.org/dev/peps/pep-0318/"&gt;decorators&lt;/a&gt;.&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;Python lets you write the code you need, quickly. And, thanks to a highly optimized byte compiler and support libraries, Python code runs more than fast enough for most applications.&lt;/p&gt; &lt;/div&gt; &lt;div style="text-align: justify;" class="section" id="python-plays-well-with-others"&gt; &lt;h2&gt;Python plays well with others&lt;/h2&gt; &lt;p&gt;Python can integrate with &lt;a class="reference external" href="http://sourceforge.net/projects/pywin32/"&gt;COM&lt;/a&gt;, &lt;a class="reference external" href="http://www.zope.org/Members/Brian/PythonNet"&gt;.NET&lt;/a&gt;, and &lt;a class="reference external" href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/81254"&gt;CORBA&lt;/a&gt; objects.&lt;/p&gt; &lt;p&gt;For Java libraries, use &lt;a class="reference external" href="http://www.jython.org/"&gt;Jython&lt;/a&gt;, an implementation of Python for the Java Virtual Machine.&lt;/p&gt; &lt;p&gt;For .NET, try &lt;a class="reference external" href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython"&gt;IronPython&lt;/a&gt; , Microsoft's new implementation of Python for .NET, or &lt;a class="reference external" href="http://pythonnet.sourceforge.net/"&gt;Python for .NET&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Python is also supported for the &lt;a class="reference external" href="http://www.zeroc.com/ice.html"&gt;Internet Communications Engine (ICE)&lt;/a&gt; and many other integration technologies.&lt;/p&gt; &lt;p&gt;If you find something that Python cannot do, or if you need the performance advantage of low-level code, you can write &lt;a class="reference external" href="http://www.python.org/doc/ext/intro.html"&gt;extension modules&lt;/a&gt; in C or C++, or wrap existing code with &lt;a class="reference external" href="http://www.swig.org/"&gt;SWIG&lt;/a&gt; or &lt;a class="reference external" href="http://www.boost.org/libs/python/doc/"&gt;Boost.Python&lt;/a&gt;. Wrapped modules appear to your program exactly like native Python code. That's language integration made easy. You can also go the opposite route and &lt;a class="reference external" href="http://www.python.org/doc/ext/embedding.html"&gt;embed Python&lt;/a&gt; in your own application, providing your users with a language they'll enjoy using.&lt;/p&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;div style="text-align: justify;" class="section" id="python-runs-everywhere"&gt; &lt;h2&gt;Python runs everywhere&lt;/h2&gt; &lt;p&gt;Python is available for all major operating systems: Windows, Linux/Unix, OS/2, Mac, Amiga, among others. There are even versions that run on &lt;a class="reference external" href="http://workspaces.gotdotnet.com/ironpython"&gt;.NET&lt;/a&gt;, the &lt;a class="reference external" href="http://www.jython.org/"&gt;Java virtual machine&lt;/a&gt;, and &lt;a class="reference external" href="http://www.forum.nokia.com/python"&gt;Nokia Series 60&lt;/a&gt; cell phones. You'll be pleased to know that the same source code will run unchanged across all implementations.&lt;/p&gt; &lt;p&gt;Your favorite system isn't listed here? It may still support Python if there's a C compiler for it. Ask around on &lt;a class="reference external" href="news:comp.lang.python"&gt;news:comp.lang.python&lt;/a&gt; - or just try compiling Python yourself.&lt;/p&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;div style="text-align: justify;" class="section" id="python-is-friendly-and-easy-to-learn"&gt; &lt;h2&gt;Python is friendly... and easy to learn&lt;/h2&gt; &lt;p&gt;The Python newsgroup is known as one of the friendliest around. The avid developer and user &lt;a class="reference external" href="http://www.python.org/community"&gt;community&lt;/a&gt; maintains a &lt;a class="reference external" href="http://wiki.python.org/moin/"&gt;wiki&lt;/a&gt;, hosts international and local &lt;a class="reference external" href="http://www.python.org/community/workshops"&gt;conferences&lt;/a&gt;, runs development sprints, and contributes to online code repositories.&lt;/p&gt; &lt;p&gt;Python also comes with complete &lt;a class="reference external" href="http://www.python.org/doc"&gt;documentation&lt;/a&gt;, both integrated into the language and as separate web pages. Online tutorials target both the &lt;a class="reference external" href="http://wiki.python.org/moin/BeginnersGuide/Programmers"&gt;seasoned programmer&lt;/a&gt; and the &lt;a class="reference external" href="http://wiki.python.org/moin/BeginnersGuide/NonProgrammers"&gt;newcomer&lt;/a&gt;. All are designed to make you productive quickly. The availability of first-rate &lt;a class="reference external" href="http://wiki.python.org/moin/PythonBooks"&gt;books&lt;/a&gt; completes the learning package.&lt;/p&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;  &lt;/div&gt;&lt;h2 style="text-align: justify;"&gt;Python is Open&lt;/h2&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;The Python implementation is under an open source license that makes it &lt;strong&gt;freely usable and distributable, even for commercial use&lt;/strong&gt;. The &lt;a class="reference external" href="http://www.python.org/psf/license/"&gt;Python license&lt;/a&gt; is administered by the &lt;a class="reference external" href="http://www.python.org/psf/"&gt;Python Software Foundation&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-8423344004052563308?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DUZMjV0v7NDvcUNTcL3WXq1RFFI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DUZMjV0v7NDvcUNTcL3WXq1RFFI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DUZMjV0v7NDvcUNTcL3WXq1RFFI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DUZMjV0v7NDvcUNTcL3WXq1RFFI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/EV4SzIyg8Rg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/8423344004052563308/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/03/python.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8423344004052563308?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/8423344004052563308?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/EV4SzIyg8Rg/python.html" title="Python" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_qMmZG6xJXEg/SayO8YwhkmI/AAAAAAAAACQ/ygUenpTDvHA/s72-c/python-logo.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/03/python.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEEDQHY9fip7ImA9WxVXEUs.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-7296313600212429796</id><published>2009-02-05T19:23:00.000-08:00</published><updated>2009-02-08T22:57:51.866-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-08T22:57:51.866-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Try GUI on Java (Eclipse)</title><content type="html">For working Java GUI with Eclipse use Jigloo, you can downloading path Jigloo in website that eclipse. So you can install Jilgoo on Eclipse with open your Eclipse, at &lt;span style="font-weight: bold;"&gt;help menubar&lt;/span&gt;,. choosy submenu &lt;span style="font-weight: bold;"&gt;Software Updates&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;Find and Install&lt;/span&gt;,.. look at this picture :&lt;br /&gt;&lt;br /&gt;Click &lt;span style="font-weight: bold;"&gt;Search for new feature to install,&lt;/span&gt; if you first install on Eclipse. Click next&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SYuwW3jX5uI/AAAAAAAAABo/er1DuEl6AbY/s1600-h/cara_install.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 196px;" src="http://4.bp.blogspot.com/_qMmZG6xJXEg/SYuwW3jX5uI/AAAAAAAAABo/er1DuEl6AbY/s320/cara_install.JPG" alt="" id="BLOGGER_PHOTO_ID_5299523293447448290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Click New local Site,.. your cursor  at folder where your Jigloo save&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_qMmZG6xJXEg/SYuxaKONHlI/AAAAAAAAABw/EJn4eqqk-5o/s1600-h/cara_install2.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 197px;" src="http://3.bp.blogspot.com/_qMmZG6xJXEg/SYuxaKONHlI/AAAAAAAAABw/EJn4eqqk-5o/s320/cara_install2.JPG" alt="" id="BLOGGER_PHOTO_ID_5299524449510170194" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;After your Eclipse install, can use Eclipse to develop Java GUI. Create Project Java in Eclipse with right click -&gt; new Java Project. In Folder scr make package with name &lt;span style="font-weight: bold; font-style: italic;"&gt;myPakcage&lt;/span&gt;, so right click your mouse select &lt;span style="font-weight: bold;"&gt;new&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;other&lt;/span&gt; -&gt; &lt;span style="font-weight: bold;"&gt;GUI Form&lt;/span&gt; choosy Swing -&gt; JFrame.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SYu2RRIBFbI/AAAAAAAAAB4/S6DWrgEZ_MM/s1600-h/form.JPG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 319px; height: 320px;" src="http://4.bp.blogspot.com/_qMmZG6xJXEg/SYu2RRIBFbI/AAAAAAAAAB4/S6DWrgEZ_MM/s320/form.JPG" alt="" id="BLOGGER_PHOTO_ID_5299529794302580146" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;run class with &lt;span style="font-style: italic;"&gt;ctrl+F11&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;good luck&lt;/span&gt;.. Neoriz&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-7296313600212429796?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Q21kLb3O74i0XDg77PvhacXVrQU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q21kLb3O74i0XDg77PvhacXVrQU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Q21kLb3O74i0XDg77PvhacXVrQU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Q21kLb3O74i0XDg77PvhacXVrQU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/4YBUDaqvWKY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/7296313600212429796/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/02/try-gui-on-java-eclipse.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7296313600212429796?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/7296313600212429796?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/4YBUDaqvWKY/try-gui-on-java-eclipse.html" title="Try GUI on Java (Eclipse)" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_qMmZG6xJXEg/SYuwW3jX5uI/AAAAAAAAABo/er1DuEl6AbY/s72-c/cara_install.JPG" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/02/try-gui-on-java-eclipse.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIMQ3s8fCp7ImA9WxVQEUQ.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-1298993355781895368</id><published>2009-01-28T19:05:00.000-08:00</published><updated>2009-01-28T19:09:42.574-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-28T19:09:42.574-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Skill wajib dimiliki Web Developer</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SYEdQDfV5AI/AAAAAAAAABg/fx0kml5uaGw/s1600-h/wwwjava.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 226px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SYEdQDfV5AI/AAAAAAAAABg/fx0kml5uaGw/s320/wwwjava.jpg" alt="" id="BLOGGER_PHOTO_ID_5296546798416290818" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:100%;"&gt;Karir Web Developer, sekarang udah bisa jadi pegangan hidup dan kesuksesan buat programmer, semakin beralihnya software dari desktop ke web membuat programmer mesti siap mempelajari ilmu-ilmu yang wajib dimiliki buat web developer untuk berhasil.&lt;/span&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Dengan menguasai sederetan keahlian wajib ini, seorang web developer bakal punya masa depan cerah baik sebagai karyawan maupun entrepreneur, di dalam maupun di luar negeri.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;span id="more-362"&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;1. Programming Basic&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Ya iyalah udah pasti mesti menguasai pemrograman, programmer web atau desktop harus menguasai minimal 1 bahasa pemrograman. Untuk Web developer bisa memilih salah satu atau lebih ilmu komputer pemrograman diantaranya: PHP, JSP, ASP.NET, Ruby, Perl.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Pada dasarnya bahasa pemrograman mempunyai konsep yang sama namun perbedaan syntax (tata bahasa), jadi fokuslah pada 1 bahasa dan bila udah mantap lebih mudah mempelajari bahasa lainnya. Jangan baru ngerti PHP 10% udah belajar JSP, JSP baru 20% trus pindah ke Ruby.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;2. Kuasai Framework&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Sekarang ini membangun sebuah aplikasi web bukan berarti butuh waktu berbulan atau tahunan, berkat adanya Framework maka proses pembuatan aplikasi web bisa dipangkas hingga 75%. Framework membantu developer mengembangkan aplikasi dengan menggunakan bantuan library dan tools yang telah ada, sehingga proses yang standar dalam sebuah aplikasi nggak perlu dibuat dari nol.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Ada banyak nama Framework saat ini, diantaranya CakePHP, CodeIgniter, Prado,  Django, Symfony, Ruby On Rails dll.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;3. CMS Knowledge&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;CMS sudah menjadi pilihan utama web developer saat membangun sebuah situs, selain lebih cepat dalam pembuatan juga fitur2 yang dimiliki CMS sudah sangat lengkap untuk menjadikan sebuah situs tampil professional, belum lagi kemudahan user dalam mengatur kontent-nya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Saat ini sangat banyak  CMS OpenSource yang beredar, diantaranya Joomla, Drupal, Wordpress dll.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Keahlian mengenai CMS ini yang patut dikuasai adalah:&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;- Penggunaan sebagai user (Harus menguasai manajemen konten, struktur posting, user management, manajemen dokumen)&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;-Custom Setting, mulai dari pengaturan module, instalasi dan konfigurasi di server.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;-Template Management, pengaturan dan modifikasi template&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;-Plugins/Extension Development, mempelajari cara pembuatan extension dari CMS&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Banyak yang terjebak untuk mencoba semua CMS yang ada, nggak salah sih tapi jumlah CMS bisa sampai ratusan, bisa habis waktu untuk mengutak-atik satu persatu. Lebih baik fokus di satu CMS kemudian ahli di ke 4 bidang diatas. Bila sudah menguasai, silakan deh pindah ke CMS yang lain kalau mau.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;4. Javascript Framework&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Walaupun semakin banyak pemain yang bersaing dengan Javascript, tapi tetap saja penggunaannya semakin luas digunakan di internet, jadi menguasai framework javascript sangat penting bagi web developer, selain untuk menambah keindahan dan expressifnya situs juga menambah kemampuan dan user experience makin tambah puas.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Diantara framework javascript itu adalah: JQuery, Mootools, Dojo, Scriptaculous dll.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;5. E-Commerce Knowledge&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Semakin besar peluang perdagangan online dalam beberapa tahun terakhir dan juga kedepannya. Itu artinya bakal banyak order datang untuk pemesanan situs ecommerce, selain menguasai CMS ecommerce, developer juga mesti mempelajari payment gateway dan integrasinya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;6. Widget Development&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Widget semakin sering dibuat oleh perusahaan untuk menjangkau visitornya dari situs lain, ini wajar dengan semakin bertambahnya jumlah website di internet, sehingga perusahaan harus bisa berhubungan dengan pelanggannya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Pengembangan widget juga membutuhkan developer yang menguasai Javascript atau ActionScriptnya Flash.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;7. Rich Internet Application&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Nantinya aplikasi internet akan semakin berkembang dan semakin kaya fitur, itu sebabnya platform yang bisa menghasilkan aplikasi tersebut semakin bermunculan, menguasai salah satu dari platform RIA ini bakal jadi nilai plus developer di masa mendatang.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Diantara platform RIA adalah: Adobe AIR, JavaFX, OpenLaszlo, Silverlight dan tentu saja sang penguasa saat ini: Ajax.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;8. Mobile Platform&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Para pengunjung internet bukan hanya berasal dari pengguna desktop ataupun laptop tapi sudah jadi makanan harian pengguna Smartphone, iPhone, Blackberry dan nantinya Android serta dipastikan bakal terus bertambah pemain baru lainnya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Untuk itu menguasai pemrograman dengan platform untuk mobile juga bakal semakin penting, diantaranya Java, .Net atau python.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;9. SQL&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Programmer web juga sangat penting menguasai bahasa SQL karena inilah bahasa yang digunakan untuk berkomunikasi dengan database, tanpa menguasai SQL akan sulit bagi web developer untuk mengatur manajemen informasi dari aplikasi yang dibuatnya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Pada dasarnya, SQL yang digunakan untuk MySQL, Oracle, MS-SQL Server adalah sama, untuk itu perlu pengetahuan tambahan untuk koneksi dari aplikasi web ke databasenya.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;10. HTML &amp;amp; CSS&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Ini jelas wajib dikuasai, tanpa menguasai ini bisa-bisa programmer web mengalami pusing yang gak jelas, tapi dengan semakin berkembangya IDE (Integrated Development Environment) pekerjaan programmer untuk menguasai HTML dan CSS bisa lebih mudah, untuk CSS juga telah semakin banyak framework yang bisa digunakan.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;p style="text-align: justify;"&gt;&lt;span style="font-size:100%;"&gt;Diantara IDE dan framework yang populer adalah Dreamweaver, Aptana, Amaya, Blueprint CSS, Eclipse &amp;amp; Netbeans dll.&lt;/span&gt;&lt;/p&gt;&lt;div style="text-align: justify;"&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/159364773623307002-1298993355781895368?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/tCi0V-atdsoFnIRaxdGTLET9bsQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tCi0V-atdsoFnIRaxdGTLET9bsQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/tCi0V-atdsoFnIRaxdGTLET9bsQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/tCi0V-atdsoFnIRaxdGTLET9bsQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/BqE-78tST_c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/1298993355781895368/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/01/skill-wajib-dimiliki-web-developer.html#comment-form" title="8 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1298993355781895368?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/1298993355781895368?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/BqE-78tST_c/skill-wajib-dimiliki-web-developer.html" title="Skill wajib dimiliki Web Developer" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_qMmZG6xJXEg/SYEdQDfV5AI/AAAAAAAAABg/fx0kml5uaGw/s72-c/wwwjava.jpg" height="72" width="72" /><thr:total>8</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/01/skill-wajib-dimiliki-web-developer.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UEQXkyeyp7ImA9WxVRFU8.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-5095101585296378856</id><published>2009-01-21T00:36:00.000-08:00</published><updated>2009-01-21T01:13:20.793-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-21T01:13:20.793-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Java" /><title>Newbie Java</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;The Java language&lt;/span&gt;, and the object-oriented model are pretty cool.  Object-oriented programming has proven it's advantages time and again compared to procedural coding.  But one place where the object-oriented syntax seems wasteful is in a simple example like this program.  Using Java, five lines of code are required for the "Hello, world!" example, where the same thing can be achieved with a one-line batch file in DOS or Unix.&lt;br /&gt;&lt;br /&gt;Fear not, though.  Although this example makes Java look bad, in the real world most programs are not simple examples like this, and the elegance of the object-oriented model soon becomes apparent.&lt;br /&gt;&lt;br /&gt;In this example we've created a class named HelloWorld.  In Java, everything must be defined inside of a class, and since this program is about printing the string "Hello, world!", this seemed like as good a name as any for the class.&lt;br /&gt;&lt;br /&gt;Inside of a standalone program like this the function named main is where all activity begins.  This is similar to the C language.  The only activity of this program is to print the string "Hello, world", so we do this using Java's System.out.println function.  The printlnfunction prints our string to the standard output.&lt;br /&gt;&lt;br /&gt;To run this program, save it in a file with the name HelloWorld.java.  Important note - the file name must match the name of the class, so if you used a name besides HelloWorld for your class, make sure you use the same name for your file.  Then, assuming you have the Java JDK loaded, compile the program with this command:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;javac HelloWorld.java&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;When you compile the program you'll create a byte-code file named HelloWorld.class.  You can confirm this with the ls command in Unix, or the dir command in the DOS/Windows world.  Now you can execute the byte code in the Java interpreter with this command:&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;java HelloWorld&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you run the program at the command line, you'll see this output&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  Hello, world!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Conclusion&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Well, that seemed like more work than necessary for a simple example.  Although it may seem like overkill right now - relax - the extra syntax required by Java in this example is not the norm for larger programs, and eventually defining classes will seem like the really natural way to program.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Cara membuta path in java&lt;/span&gt;&lt;br /&gt;Lokasi instalasi Java SDK ini biasanya disebut dengan JAVA_HOME, misalnya di C:\Program Files\Java\jdk1.6.0, tergantung dari versi Java nya. Untuk memudahkan proses kompilasi dan eksekusi, lakukan setup environment variable seperti berikut (untuk windows):&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;   Klik kanan di My Computer, pilih tab Advanced, klik tombol Environment Variables.&lt;/li&gt;&lt;li&gt;   Di bagian System variables, klik New. Buat environment variable baru dengan nama JAVA_HOME dengan value lokasi instalasi Java SDK Anda (misal: C:\Program Files\Java\jdk1.6.0).&lt;/li&gt;&lt;/ul&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_qMmZG6xJXEg/SXbglJxLFUI/AAAAAAAAABI/PmdonIGv0gQ/s1600-h/javahome.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 136px;" src="http://4.bp.blogspot.com/_qMmZG6xJXEg/SXbglJxLFUI/AAAAAAAAABI/PmdonIGv0gQ/s320/javahome.jpg" alt="" id="BLOGGER_PHOTO_ID_5293665340902544706" border="0" /&gt;&lt;/a&gt;Edit variable PATH, kemudian tambahkan lokasi direktori bin dari dari instalasi Java. Misal instalasi Java nya ada di: C:\Program Files\Java\jdk1.6.0, maka tambahkan ;C:\Program Files\Java\jdk1.6.0\bin di belakang value yang sudah ada.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SXbg9QObejI/AAAAAAAAABQ/Na_D83wsKcs/s1600-h/path.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 136px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SXbg9QObejI/AAAAAAAAABQ/Na_D83wsKcs/s320/path.jpg" alt="" id="BLOGGER_PHOTO_ID_5293665754952727090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Kita akan mulai dengan membuat sesuatu yang sangat terkenal, aplikasi Hello World Java Neoriz, atau orang biasa menyebutnya Hello World application.&lt;br /&gt;&lt;br /&gt;1. Buka notepad, ketik kode berikut. Ketik, bukan copy dan paste, please…&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-style: italic;"&gt;Buat File Java -&gt; Hello.java&lt;/span&gt; &lt;span style="font-style: italic;"&gt;&lt;br /&gt;buat script :&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;public class Hello{&lt;/span&gt; &lt;span style="font-style: italic;"&gt;      &lt;br /&gt;         public static void main (String[] args){&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;                  System.out.println("Hello World Java Neoriz");&lt;/span&gt; &lt;span style="font-style: italic;"&gt;       }&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;/blockquote&gt;2. Kemudian and masuk ke DOS promt masuk ke folder yang anda create, setelah itu compile dengan perintah &lt;span style="font-style: italic;"&gt;javac Hello.java&lt;/span&gt; kemudian anda jalankan &lt;span style="font-style: italic;"&gt;java Hello&lt;/span&gt;, dan hasilnya seperti di bawah :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_qMmZG6xJXEg/SXbl7NnUOpI/AAAAAAAAABY/5Vw3OHLMl50/s1600-h/compile.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 709px; height: 283px;" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SXbl7NnUOpI/AAAAAAAAABY/5Vw3OHLMl50/s320/compile.JPG" alt="" id="BLOGGER_PHOTO_ID_5293671217450203794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Selamat anda mencoba&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-5095101585296378856?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/shhyI4-LbopoqZT24qttNuade6Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/shhyI4-LbopoqZT24qttNuade6Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/shhyI4-LbopoqZT24qttNuade6Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/shhyI4-LbopoqZT24qttNuade6Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/ow83szfAlPw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/5095101585296378856/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2009/01/newbie-java.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/5095101585296378856?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/5095101585296378856?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/ow83szfAlPw/newbie-java.html" title="Newbie Java" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_qMmZG6xJXEg/SXbglJxLFUI/AAAAAAAAABI/PmdonIGv0gQ/s72-c/javahome.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2009/01/newbie-java.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0UBR3s5eyp7ImA9WxVRFU8.&quot;"><id>tag:blogger.com,1999:blog-159364773623307002.post-2485376653451881762</id><published>2008-12-18T18:38:00.000-08:00</published><updated>2009-01-21T01:14:16.523-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-21T01:14:16.523-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="C#" /><title>Ada apa dengan C# (SharpDevelop)</title><content type="html">&lt;p align="justify"&gt;&lt;strong&gt;#develop (short for SharpDevelop) is a free IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform. &lt;/strong&gt;Bahasa pemograman C# merupakan aplikasi open source yang dapat di download pada website .Net Microsoft. Atau kamu bisa download melalui website ini &lt;em&gt;http://www.icsharpcode.net/OpenSource/SD/Download/&lt;/em&gt; download SharpDevelop 3.0 untuk menginstalnya diperlukan frameworknya bisa di download di &lt;em&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF&amp;amp;displaylang=en&lt;/em&gt; untuk mendownload file &lt;em&gt;dotNetFx35setup.exe&lt;/em&gt; itu diinstal secara OnLine ato download software offlinenya yaitu SDK nya. Setelah melakukan Instalasi lalu jalankan software tersebut dan mulailah coding untuk mencobanya, langsung saja berikut contoh script tanpa membuat aplikasi GUI tapi berupa consile dengan nama file coba_cs.cs&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;using System;&lt;br /&gt;&lt;br /&gt;namespace coba_cs&lt;br /&gt;{&lt;br /&gt; class Program&lt;br /&gt; {&lt;br /&gt;  public static void Main(string[] args)&lt;br /&gt;  {&lt;br /&gt;   Console.WriteLine("Hello World!");&lt;br /&gt;  &lt;br /&gt;   // TODO: Implement Functionality Here&lt;br /&gt;  &lt;br /&gt;   Console.Write("lumayan juga kaya Java ");&lt;br /&gt;   Console.ReadKey(true);&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;dan hasilnya :&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Hello Word!&lt;/p&gt;&lt;p&gt;lumayan juga kaya Java &lt;/p&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/159364773623307002-2485376653451881762?l=neoriz2.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3c0bBhzkts8ZxDME1P5AH_6pcG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3c0bBhzkts8ZxDME1P5AH_6pcG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3c0bBhzkts8ZxDME1P5AH_6pcG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3c0bBhzkts8ZxDME1P5AH_6pcG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/IniAdalahSuatuPilihan/~4/q7f86Uvm0OM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoriz2.blogspot.com/feeds/2485376653451881762/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://neoriz2.blogspot.com/2008/12/ada-apa-dengan-c-sharpdevelop.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2485376653451881762?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/159364773623307002/posts/default/2485376653451881762?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/IniAdalahSuatuPilihan/~3/q7f86Uvm0OM/ada-apa-dengan-c-sharpdevelop.html" title="Ada apa dengan C# (SharpDevelop)" /><author><name>neoriz</name><uri>http://www.blogger.com/profile/05021003549458990897</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="22" height="32" src="http://1.bp.blogspot.com/_qMmZG6xJXEg/SrBJZHGKZrI/AAAAAAAAACg/bSQcBWqHRHQ/S220/pororo-2.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoriz2.blogspot.com/2008/12/ada-apa-dengan-c-sharpdevelop.html</feedburner:origLink></entry></feed>

