<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Personal-x-code (PXC)</title><description>Thanks a lot for subscription&#13;
PXC tries to give you the best articles and please feel free to submit your suggestion or questions to joesoft7.developer@gmail.com</description><managingEditor>noreply@blogger.com (Personal-x-code)</managingEditor><pubDate>Wed, 6 Nov 2024 09:49:01 +0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">36</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://personal-x-code.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>personal-x-code is a blog to share and to learn website page and desktop programming</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>Open XML SDK 2.0 for Microsoft Office</title><link>http://personal-x-code.blogspot.com/2011/04/open-xml-sdk-20-for-microsoft-office.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 1 Apr 2011 23:19:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-7555427513431869695</guid><description>&lt;div style="text-align: justify;"&gt;Welcome to the Open XML SDK 2.0 for Microsoft Office. The Open XML Formats is an ISO/IEC 29500 standard and open ECMA 376 standard. Microsoft Office 2007 documents and Microsoft Office 2010 documents, specifically Microsoft Office Word® 2010, Microsoft Office Word® 2007, Microsoft Office Excel® 2010, Microsoft Office Excel® 2007, and Microsoft Office PowerPoint® 2010, and Microsoft Office PowerPoint® 2007, use these file formats with some extensions. Open XML formats are useful for developers because they are an open standard and are based on well-known technologies: ZIP and XML. This SDK is built on top of the System.IO.Packaging API and provides strongly-typed part classes to manipulate Open XML documents. More supported is added specifically for Microsoft Office 2007 documents and Microsoft Office 2010 documents. This SDK also leverages the .NET Language-Integrated Query (LINQ) technology to provide strongly-typed object access to the XML content inside the parts of Open XML documents.&lt;br /&gt;
&lt;br /&gt;
1.System Requirement&lt;br /&gt;
The system requirements for the SDK are:&lt;br /&gt;
&lt;br /&gt;
- Supported Operating Systems: Windows 7, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, Windows Server 2003 Service Pack 2, Windows Vista Service Pack 2, and Windows XP Service Pack 3&lt;br /&gt;
- .NET Framework 3.5 SP1&lt;br /&gt;
- Up to 20 MB of available disk space&lt;br /&gt;
&lt;br /&gt;
2.Installation Instructions&lt;br /&gt;
To install the SDK:&lt;br /&gt;
&lt;br /&gt;
- Download and save OpenXMLSDKv2.msi to your computer and run it to start the setup wizard or click ‘Run’ on the download dialog box to initiate the Setup wizard.&lt;br /&gt;
- Click through the wizard pages to install the SDK.&lt;br /&gt;
If .NET Framework 3.5 SP1 is not already installed on the computer, the Setup wizard asks you to install .NET Framework 3.5 SP1 first.&lt;br /&gt;
The default path of the SDK is %programfiles%\Open XML SDK\V2.0\. You can change the path.&lt;br /&gt;
- Click through the wizard and click ‘Finish’ to complete the installation.&lt;br /&gt;
3.Uninstalling the SDK&lt;br /&gt;
To uninstall the SDK, go to Control Panel and click Add or Remove Programs.&lt;br /&gt;
&lt;br /&gt;
4.Registry Key&lt;br /&gt;
The installation process will create two registry keys so Windows Control Panel and other applications could verify that the SDK 2.0 is installed. The following registry kes are created:&lt;br /&gt;
&lt;br /&gt;
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\OpenXmlApiV2&lt;br /&gt;
Default Value -- type REG_ZA; data is the installed path of the binary dll.&lt;br /&gt;
Note: for 64bit system, the actual key path could be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\OpenXmlApiV2 ; see MSDN article in accessing the registry key in 64bit system.&lt;br /&gt;
&lt;br /&gt;
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\OpenXmlSDK&lt;br /&gt;
Sub key: the version of the SDK being installed on the box, for example "2.0.4725.0"&lt;br /&gt;
Default Value -- type REG_ZA; data is the installed path of the binary dll.&lt;br /&gt;
Note: for 64bit system, the actual key path could be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\OpenXmlSDK ; see MSDN article in accessing the registry key in 64bit system&lt;br /&gt;
&lt;br /&gt;
5.Content in the SDK&lt;br /&gt;
The SDK contains the following:&lt;br /&gt;
&lt;br /&gt;
- Readme.htm (this file)&lt;br /&gt;
- API: (DocumentFormat.OpenXml.dll)&lt;br /&gt;
- Intellisense: (DocumentFormat.OpenXML.xml)&lt;br /&gt;
&lt;br /&gt;
6.Other resources&lt;br /&gt;
You can join the MSDN Forum at http://social.msdn.microsoft.com/forums/en-US/oxmlsdk/&lt;br /&gt;
You can also join the Connect site at https://connect.microsoft.com/site/sitehome.aspx?SiteID=589;Open XML SDK 2.0 for Microsoft Office&lt;br /&gt;
&lt;br /&gt;
Welcome to the Open XML SDK 2.0 for Microsoft Office. The Open XML Formats is an ISO/IEC 29500 standard and open ECMA 376 standard. Microsoft Office 2007 documents and Microsoft Office 2010 documents, specifically Microsoft Office Word® 2010, Microsoft Office Word® 2007, Microsoft Office Excel® 2010, Microsoft Office Excel® 2007, and Microsoft Office PowerPoint® 2010, and Microsoft Office PowerPoint® 2007, use these file formats with some extensions. Open XML formats are useful for developers because they are an open standard and are based on well-known technologies: ZIP and XML. This SDK is built on top of the System.IO.Packaging API and provides strongly-typed part classes to manipulate Open XML documents. More supported is added specifically for Microsoft Office 2007 documents and Microsoft Office 2010 documents. This SDK also leverages the .NET Language-Integrated Query (LINQ) technology to provide strongly-typed object access to the XML content inside the parts of Open XML documents.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.System Requirement&lt;/b&gt;&lt;br /&gt;
The system requirements for the SDK are:&lt;br /&gt;
&lt;br /&gt;
- Supported Operating Systems: Windows 7, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, Windows Server 2003 Service Pack 2, Windows Vista Service Pack 2, and Windows XP Service Pack 3&lt;br /&gt;
- .NET Framework 3.5 SP1&lt;br /&gt;
- Up to 20 MB of available disk space&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Installation Instructions&lt;/b&gt;&lt;br /&gt;
To install the SDK:&lt;br /&gt;
&lt;br /&gt;
- Download and save OpenXMLSDKv2.msi to your computer and run it to start the setup wizard or click ‘Run’ on the download dialog box to initiate the Setup wizard.&lt;br /&gt;
- Click through the wizard pages to install the SDK.&lt;br /&gt;
If .NET Framework 3.5 SP1 is not already installed on the computer, the Setup wizard asks you to install .NET Framework 3.5 SP1 first.&lt;br /&gt;
The default path of the SDK is %programfiles%\Open XML SDK\V2.0\. You can change the path.&lt;br /&gt;
- Click through the wizard and click ‘Finish’ to complete the installation.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;b&gt;3.Uninstalling the SDK&lt;/b&gt;&lt;br /&gt;
To uninstall the SDK, go to Control Panel and click Add or Remove Programs.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;4.Registry Key&lt;/b&gt;&lt;br /&gt;
The installation process will create two registry keys so Windows Control Panel and other applications could verify that the SDK 2.0 is installed. The following registry kes are created:&lt;br /&gt;
&lt;br /&gt;
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\OpenXmlApiV2&lt;br /&gt;
Default Value -- type REG_ZA; data is the installed path of the binary dll.&lt;br /&gt;
Note: for 64bit system, the actual key path could be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\OpenXmlApiV2 ; see MSDN article in accessing the registry key in 64bit system.&lt;br /&gt;
&lt;br /&gt;
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\OpenXmlSDK&lt;br /&gt;
Sub key: the version of the SDK being installed on the box, for example "2.0.4725.0"&lt;br /&gt;
Default Value -- type REG_ZA; data is the installed path of the binary dll.&lt;br /&gt;
Note: for 64bit system, the actual key path could be: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\OpenXmlSDK ; see MSDN article in accessing the registry key in 64bit system&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;5.Content in the SDK&lt;/b&gt;&lt;br /&gt;
The SDK contains the following:&lt;br /&gt;
&lt;br /&gt;
- API: (DocumentFormat.OpenXml.dll)&lt;br /&gt;
- Intellisense: (DocumentFormat.OpenXML.xml)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;6.Other resources&lt;/b&gt;&lt;br /&gt;
You can join the MSDN Forum at http://social.msdn.microsoft.com/forums/en-US/oxmlsdk/&lt;br /&gt;
You can also join the Connect site at https://connect.microsoft.com/site/sitehome.aspx?SiteID=589;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Free Domain Co.Cc Serves Better</title><link>http://personal-x-code.blogspot.com/2011/03/free-domain-cocc-serves-better.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Wed, 2 Mar 2011 17:21:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-7042289163128446084</guid><description>&lt;div style="text-align: justify;"&gt;I don't mean to promote free domain &lt;a href="http://co.cc/"&gt;co.cc&lt;/a&gt; right here. I just want to inform you the real fact that I experienced about a week ago. What's up?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You know? I registered my own domain at &lt;a href="http://www.co.cc/"&gt;http://www.co.cc&lt;/a&gt; for &lt;a href="http://dunieku.co.cc/"&gt;dunieku.co.cc&lt;/a&gt; that I love very much. I designed my dunieku.co.cc is to share to other people online and dedicated to all people who has a problem or who needs to find solution for his, her or their problem. I guess and I plan to help other people by publishing my dunieku.co.cc which I name it " Think to live | There's something left in the edge of your life ".&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
I host my web file at &lt;a href="http://000webhost.com/"&gt;000webhost.com&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I was so happy at that time because I can have 1,5 GB for free and got high bandwidth. But in the middle of my process in surfing, suddenly I couldn't access my web at &lt;a href="http://www.dunieku.co.cc/"&gt;http://www.dunieku.co.cc&lt;/a&gt;, &lt;a href="http://000webhost.com/"&gt;000webhost.com&lt;/a&gt; informed me that I had disobeyed the TOS. 000webhost.com doesn;t permit the hosting for .... say, forum or something similar with it. Alright then, but at least, I can get my own file, but I got failed. I don't know why. I tried to access my account again and all is failed.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Suddenly my friend, Arul, said to me that he still saved my web file at his flashdisk and he then showed me. I was so happy. And then, I contacted http://www.co.cc because I forgot my password to log in to my account there (in &lt;a href="http://co.cc/"&gt;co.cc&lt;/a&gt;). I wrote a piece of email to ask whether I can get my domain (&lt;a href="http://dunieku.co.cc/"&gt;dunieku.co.cc&lt;/a&gt;) again or not. And, beyond my ken! &lt;a href="http://www.co.cc/"&gt;http://www.co.cc&lt;/a&gt; sent me email to use temporary password to access my account. And at the same time, I can remember again my password and succeeded to log in and found my beloved domain in co.cc.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;What I want to underline here is that I would like to give thanks so much to &lt;a href="http://www.co.cc/"&gt;http://www.co.cc&lt;/a&gt; that has cared of me, my need, my domain and co.cc replied the request I was waiting and I found everything could run and work well. Thanks again, &lt;a href="http://co.cc/"&gt;co.cc&lt;/a&gt;!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I just hope you always get successful forever and can help other people who needs a help like me.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;For my visitors, let me recommend you to find your beloved domain for free at &lt;a href="http://www.co.cc/"&gt;http://www.co.cc&lt;/a&gt;.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Once you registers, &lt;a href="http://www.co.cc/"&gt;http://www.co.cc&lt;/a&gt; will serve you better!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Long life &lt;a href="http://co.cc/"&gt;Co.cc&lt;/a&gt;!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How To Be Indexed By Google</title><link>http://personal-x-code.blogspot.com/2011/02/how-to-be-indexed-by-google.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Mon, 28 Feb 2011 08:43:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-1617636001450967504</guid><description>&lt;div style="text-align: justify;"&gt;Well, I try to type a keyword "How to be indexed by google". Do you know how much user types the same keyword as me? About 728,000,000 times. Wow! That means that most of users still get confused how to be indexed by google search engine.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsM16299zQmjiIN0itKHN-Lcy4wHSnDvyggG1WCMjIW-xafai8dA0tLr4Gxo2p7D6mXstMJjPvIxjr8DpsYp_nfHQSkwQlNyY9c4-xlEz8kLksMCDyvoGXjF0M-Q4BLLaLF-VcLR9Woo0X/s1600/index.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsM16299zQmjiIN0itKHN-Lcy4wHSnDvyggG1WCMjIW-xafai8dA0tLr4Gxo2p7D6mXstMJjPvIxjr8DpsYp_nfHQSkwQlNyY9c4-xlEz8kLksMCDyvoGXjF0M-Q4BLLaLF-VcLR9Woo0X/s1600/index.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Honestly, I got difficulties too along time ago. What about Now? Well, It's a peace of cake! You do not need SEO or other things by taking out hundreds even millions dollars. Just stay tone in my simple blog. Everything nice will be posted to update my beloved blog.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Before we go to the point, let's say together : "&lt;b&gt;I WANT MY BLOG TO BE INDEXED BY GOOGLE&lt;/b&gt; !!!" .. Say that sentence 100 times (laughing ...). Alright, I'm serious now. But if your blog has been indexed by google search engine, please feel free to contact me and say something that I can make it as my reference in my new blog in the future. (smile ..)&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Okay! let's go to the point!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Update your blog by posting new uniquee articles or articles which based on current trends. To see the trends you can look up in the &lt;a href="http://adwords.google.com/"&gt;google keyword tools&lt;/a&gt; or surf by yourself in the google search engine.&amp;nbsp; Post your articles based on the trends topic or keywords.&lt;/li&gt;
&lt;li&gt;Log in to your &lt;a href="http://blogger.com/"&gt;blogger.com&lt;/a&gt; then go to tab Settings. After that pick the check boxes which ask you :&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1.&amp;nbsp; Add your blog to our listings? ------- answer : YES&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Let search engines find your blog? --- answer : YES&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&amp;nbsp;Log in to &lt;a href="http://feedburner.com/"&gt;feedburner.com&lt;/a&gt;. Then register your blog there and follow the instructions carefully!&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; In tab "&lt;b&gt;publicize&lt;/b&gt;", then go to Index (in the bottom of the page) then, &lt;u&gt;unpick&lt;/u&gt; the check on the check box and then Activate and Save.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLhJriGugc0PGDs0bNlZjJiuTx4Zkk5iUaiMmIW4SbiSW44gLIf1GXfZOlqx9M6CaIkSambTJudqB5DmKb3ud3VZa9XsO43UjwAOKDAxi16DRfAcmIj7mSJDPyZm4DLH03PbxVB5OiP2jk/s1600/feed.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLhJriGugc0PGDs0bNlZjJiuTx4Zkk5iUaiMmIW4SbiSW44gLIf1GXfZOlqx9M6CaIkSambTJudqB5DmKb3ud3VZa9XsO43UjwAOKDAxi16DRfAcmIj7mSJDPyZm4DLH03PbxVB5OiP2jk/s320/feed.jpg" width="317" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Besides, you also go to &lt;i&gt;Pingshot&lt;/i&gt; then activate it!.&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Then go to Google webmaster tools at https://www.google.com/webmasters/tools, then log in there. Submit or add your blog there. Now, Google has registered automatically the new blog created in blogger by submitting or adding it to the google webmaster tools. But For me, I prefer to add The Meta Tag to be inserted in my Homepage code. To Find the Meta Tag, Click on the word Manage.&lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzaVoBJcr-l7xJMcBGPD4rgHZPZKouNs22IC_vbV7udKZ7O2NYFcPE3aXRvaK4ObX1h4FN2dWMquK4IhMt92FsQBLXYAePpU6Rlg6ZBkX7BZuR9_YsShiKs-HCVvvb2hSFGfumQodBFJ0K/s1600/web.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzaVoBJcr-l7xJMcBGPD4rgHZPZKouNs22IC_vbV7udKZ7O2NYFcPE3aXRvaK4ObX1h4FN2dWMquK4IhMt92FsQBLXYAePpU6Rlg6ZBkX7BZuR9_YsShiKs-HCVvvb2hSFGfumQodBFJ0K/s1600/web.jpg" /&gt;&amp;nbsp;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;And then, click on the expression "&lt;i&gt;Verify using a different method&lt;/i&gt;." Then pick Meta Tag (&lt;i&gt;Add a meta tag to your site's home pag&lt;/i&gt;e) from the 4 options offered. After that, Copy and Paste the meta tag shown below it into your blog's home page. It is in Tab Design (blogger.com) then click the sub tab Edit HTML. Then find the tag &amp;lt;head&amp;gt; and put the meta tag below it. Look at this following illustration! Then Save and view! After that Don't forget to verify!.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&amp;lt;head&amp;gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;"................the meta tag is placed here ........."&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&amp;lt;/head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0uSkd7OBalgYnM-42RXD6-ByY5fY8uiqSkoy5LyYwpPB53PphMsVSYktHkgmH7GDCHs0va0DEfpFiY6H9egG1gfcW2sfVVAVV813H4MDGXe4pLgFJxeFIR0YXJ3bxyEuMZ8t1e2TZlDKh/s1600/ver.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0uSkd7OBalgYnM-42RXD6-ByY5fY8uiqSkoy5LyYwpPB53PphMsVSYktHkgmH7GDCHs0va0DEfpFiY6H9egG1gfcW2sfVVAVV813H4MDGXe4pLgFJxeFIR0YXJ3bxyEuMZ8t1e2TZlDKh/s1600/ver.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;Then go to the home page of webmaster tools and click again your URL to enter the Dashboard. In the dashboard, Submit your Sitemap. It is in the right corner - at the bottom then click it till you see this following display!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkeqlyi8Hc3Tq7VC_o1v-K-444UhsaqnTtwOK2miJGId-vkUc0F5lJ0b6_Tjk9Zl3OwGTqOCQq_0rZpuaOmKjOGmM5j4qV2CwqvimdrX94H0pz1pyimoz7QUiJ5POb6V4db4lHaloG-a8W/s1600/sietadsdf.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkeqlyi8Hc3Tq7VC_o1v-K-444UhsaqnTtwOK2miJGId-vkUc0F5lJ0b6_Tjk9Zl3OwGTqOCQq_0rZpuaOmKjOGmM5j4qV2CwqvimdrX94H0pz1pyimoz7QUiJ5POb6V4db4lHaloG-a8W/s1600/sietadsdf.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;Then Click the button! and Add "Atom.xml" in the end of your URL. Just add "Atom.xml". &lt;i style="color: #cc0000;"&gt;&lt;b&gt;Remember&lt;/b&gt;&lt;/i&gt;! you must do this after posting, at least, 1 article, or you will not be able to submit your sitemap!!! Then what? close this page! (smile...)&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&amp;nbsp;Now log in your blog in blogger.com, then enter the setting page &amp;gt; Edit Html .... After that put this following tags below the tag &amp;lt;head&amp;gt; like the previous tag!&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "type your keyword here" name="keyword"/&amp;gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "type your blog description here" name="description"/&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;lt;meta content = "name of this blog's owner" name="owner"/&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "your name" name="author"/&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "3 days" name="re-visit"/&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "english" name="content-language"/&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;meta content = "blogger" name="generator"/&amp;gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type your keyword, not more than 100 words (use commas) or google will ignore your blog!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;And then Save the changes and View!&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;&amp;nbsp;Then Submit your URL at this following URL&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&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; 1. &lt;a href="http://google.com/addurl"&gt;google.com/addurl&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. &lt;a href="http://blogsearch.google.co.id/ping?hl=id"&gt;http://blogsearch.google.co.id/ping?hl=id&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;It is better if you also submit your URL and the ID in &lt;a href="http://alexa.com/"&gt;Alexa.com&lt;/a&gt;, Yahoo directory, and &lt;a href="http://dmoz.org/"&gt;dmoz.org&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;But... by doing the minimum actions above, your URL will be indexed by google search engine, at least 3 hours and even a second! when you have posted, at least, 5 articles which was always submitted in &lt;a href="http://google.com/addurl"&gt;google.com/addurl&lt;/a&gt; after save your new posting!&lt;/div&gt;&lt;ul style="text-align: justify;"&gt;&lt;li&gt;Type in google search engine this keyword : &lt;/li&gt;
&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAEcFhqcNFWnRX2R9ZltvB1QVWVNip3MdSYTXr2QAC2BObMiuVNqsfQelp1K17_3w9Vje2afNe0VFwsjw-w2lGO_onXmgPXQEoxQc6CCrLausrpO_iW77bDhYNz_khSWP-vJSsFs_lkigE/s1600/Untitled.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAEcFhqcNFWnRX2R9ZltvB1QVWVNip3MdSYTXr2QAC2BObMiuVNqsfQelp1K17_3w9Vje2afNe0VFwsjw-w2lGO_onXmgPXQEoxQc6CCrLausrpO_iW77bDhYNz_khSWP-vJSsFs_lkigE/s1600/Untitled.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&amp;nbsp;and at last, I would like to say:&lt;br /&gt;
&lt;div style="color: #0b5394;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="color: #0b5394;"&gt;GOOD LUCK!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsM16299zQmjiIN0itKHN-Lcy4wHSnDvyggG1WCMjIW-xafai8dA0tLr4Gxo2p7D6mXstMJjPvIxjr8DpsYp_nfHQSkwQlNyY9c4-xlEz8kLksMCDyvoGXjF0M-Q4BLLaLF-VcLR9Woo0X/s72-c/index.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>My First Adsense Account Was Disabled!</title><link>http://personal-x-code.blogspot.com/2011/02/my-first-adsense-account-was-disabled.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 22 Feb 2011 10:19:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-5869932874487226390</guid><description>&lt;div style="text-align: justify;"&gt;My &lt;a href="http://www.google.com/adsense"&gt;adsense account&lt;/a&gt; disabled about a week ago. I'm so frustrated because I did not feel ask or invite someone or did (fraud click) by myself. But, finally, It happened to me. &lt;i&gt;&lt;b&gt;Oh God&lt;/b&gt;&lt;/i&gt;!&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;I believe that everything will go well with my beloved blog. It is at &lt;a href="http://3nglish7.blogspot.com/"&gt;http://3nglish7.blogspot.com&lt;/a&gt;. A first and nice blog for me which discusses about English Grammar Learning For Non Native Speakers or Learners. Something that makes me more frustrated is ........... the dying blog has got page rank two which I struggle more than one year! ... I'm so happy with it. I'm so pleased for the google that has given me rank 2. It's like a dream, you know. After that, I submit my business which has the same relation as this poor blog in the google maps. And google sent me a postcard which gave me a PIN to insert/confirm then everything runs well.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;But when I entered my adsense account, I read that my adsense account had been disabled. Can you imagine how frustrated I was. I'm trying to fill Appeal Form as google procedure to complain about it, But, google replied nothing ... I mean. All is not satisfied. &lt;i&gt;How cruel you are .. google!&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Then I try to encourage myself and motivated to myself to find the solution by searching a solution for my poor poor blog ... but all is nothing and this lets me sit in silence without knowing what to do after that.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Is it possible for me to get my adsense account?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I post this statement is to show to google that I really get frustrated and wished all to come back to me. Does google want to consider for One account in the big world?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This is my blog too ... and I want this successful. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>New Features From Microsoft : Translator Widget</title><link>http://personal-x-code.blogspot.com/2011/02/new-features-from-microsoft-translator.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Thu, 17 Feb 2011 00:46:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-1621579899055379396</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Well,&lt;strong&gt; it's difficult for me to decide the title above&lt;/strong&gt;. &lt;u&gt;Why?&lt;/u&gt; You know that I write and post all articles in google team work and It seems that I promote microsoft's products even a widget. But what I want to share here is free. Free in this case is everything posted in this simple blog is to share and to give you as much as possible the information I've got and I think it is useful for you as a blogger or else.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;strong&gt;What features?&lt;/strong&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The answer is a widget. A widget that google has too. It is a translator widget. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;As you know, as a blogger, surfing and finding something new and have a try with it always becomes habitual action for almost all of bloggers in the world. I don't mean that I try to make a comparison of the two widget. You know, I don't see this one is good or better than others, I just want to say in this page that I have already finished with so many translator widgets I found. And, at last, I decide to use Microsoft Translator Widget. Why?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;strong&gt;Well, It's still hard to say but I've got to.&lt;/strong&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Because when I put a paragraph on the source box and click on the button of (Translate), Microsoft translator widget can do that 90 correct. And google goes 60 correct (based on Indonesian language. I don't know other languages).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;strong&gt;&lt;em&gt;For Google&lt;/em&gt;&lt;/strong&gt;, let me say that users need compatibility and it is right that you put the feedback or link for correction in the result of the translation. But for most of users do not see it. They just put the source and pick teh result. That;s all. Perhaps, this could be google's reference to reach the best widget in the future.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now,&lt;u&gt; please have a go at this widget below and find the different!&lt;/u&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div id="MicrosoftTranslatorWidget" style="background-color: #78add0; border-bottom-color: #3a5770; border-left-color: #3a5770; border-right-color: #3a5770; border-top-color: #3a5770; min-height: 83px; width: 200px;"&gt;&lt;noscript&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;script type="text/javascript"&gt;
 /* &lt;![CDATA[ */ setTimeout(function() { var s = document.createElement("script"); s.type = "text/javascript"; s.charset = "UTF-8"; s.src = ((location &amp;&amp; location.href &amp;&amp; location.href.indexOf('https') == 0) ? "https://ssl.microsofttranslator.com" : "http://www.microsofttranslator.com" ) + "/ajax/v2/widget.aspx?mode=manual&amp;from=en&amp;layout=ts"; var p = document.getElementsByTagName('head')[0] || document.documentElement; p.insertBefore(s, p.firstChild); }, 0); /* ]]&gt; */ 
&lt;/script&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;strong&gt;To tell you the truth,&lt;/strong&gt; I have done with my observation and I try to give suggestions to all people (even a company like the giant google). I think it's my right. And if you need the widget, just &lt;a href="http://www.microsofttranslator.com/widget/"&gt;&lt;strong&gt;click here&lt;/strong&gt;&lt;/a&gt; to take you there.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;em&gt;Have a nice try!&lt;/em&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Copyright: Why needed?</title><link>http://personal-x-code.blogspot.com/2011/02/copyright-why-needed.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Sat, 5 Feb 2011 18:23:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-8651593194983221905</guid><description>&lt;div style="text-align: justify;"&gt;One of the professional ethics that must be understood by students, professionals and communities is a code of ethics in the field of Information Technology on the which They Should know the which the illegal and legal software is being Used or operated.&lt;br /&gt;
&lt;br /&gt;
Indonesia has enacted legislation relating to copyright, patent and trademark.&lt;br /&gt;
Copyright protects intellectual works and art in the form of expression. The expression in question is in the form of writings, photos, pictures, books, poems, articles, songs, speeches, shows and videos and software such as windows, microsoft office.&lt;br /&gt;
&lt;br /&gt;
Patents, are definitive, is the exclusive rights of copyright in the above expression in terms of trade. Copyright given to the lifetime of the author plus 50 years after creator's death. Patents valid 20 years.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Symbols:&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
Copyright &lt;b&gt;(C)&lt;/b&gt;&lt;br /&gt;
Patent &lt;b&gt;(TM)&lt;/b&gt;&lt;br /&gt;
The Application Process / Registered &lt;b&gt;(R)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Copyright law aims to protect the rights of makers / creators to distribute, sell or create derivative from the original work. Protection obtained by the author is a protection against plagiarism (plagiarism) by others. Hk copyright is often associated as buy-sell licenses, but the distribution of copyrighted hk is not only in the context of sale for maker's work could have made a statement that the results of his work freely used and distributed by someone else (without the sale). It's called open source like linux and the distros.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Definition Freeware&lt;/b&gt;&lt;br /&gt;
Freeware is not clearly defined, but is used for packages which permit redistribution but not modification (and source codes)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Definition of Shareware&lt;/b&gt;&lt;br /&gt;
Shareware is software that allows others to distribute copies, but those who continue to use it are asked to pay a licensing fee. Shareware is not free software.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Definition of &lt;/b&gt;&lt;b&gt;Open Source&lt;/b&gt;&lt;br /&gt;
Open source, as described above, is software that has a public license. That is, everyone can have it, source code and modify it and distribute the software to any party. &lt;i&gt;For example&lt;/i&gt;: linux and the distros.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Essense Of Women</title><link>http://personal-x-code.blogspot.com/2011/02/essense-of-women.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 12:51:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-380300568664250446</guid><description>&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Woman is man's best friend who never feel bored to be viewed. There is a kind of charm that sets it apart from men.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaYTUCSFKA41j-kcXExfBrz_w0bnFeLjiFmvKEcwCbZf80YNRfp2l6FH7oOl2x23yF5P2H4pjSPXNt0QtDjsYl43EAWvIm_wi-4jqzdIMpO1IktkTm-kvOPgo4YW_jggOZAl_lTfCsQKKm/s1600/woman.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaYTUCSFKA41j-kcXExfBrz_w0bnFeLjiFmvKEcwCbZf80YNRfp2l6FH7oOl2x23yF5P2H4pjSPXNt0QtDjsYl43EAWvIm_wi-4jqzdIMpO1IktkTm-kvOPgo4YW_jggOZAl_lTfCsQKKm/s1600/woman.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Basically, the birth has brought women into the world of nature which is the basic substance of a woman named "Nature Accept". If so, that means he has a "nature of the giver." The concept of "receiving" owned by women is supported by the organs which are physically present in women, such as: Hair. Hair is the crown which became the pride of women. With that hair neat and pretty, she'll appear more confident and is a special attraction for the opposite sex. Hair Essence when associated with men is that women's hair is identical to "caress". In other words, women have an obsession for it from a nearby male (husband). This is concrete evidence that their hair or waiting for the caress of the hand of a man's fingers. Here are the process of receiving.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Besides, the organs that are "accept" the other is the Organ "intimate". This organ is an organ of female virginity status. Organ "specific" are "accepted". Likewise with a woman who receives an organ Rahim human seed in it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Based on research conducted on a random sample of 30 women in three months time, from 100% of women, there are 95% of women admit that their position among the men were "waiting". "Waiting" here means waiting for the stimulus that comes from men. This fact proves that the substance of the "Accept" No woman can be eliminated from existence.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Starting from the results of basic research, the authors believe that the drastic changes that happen in this day and age is a female rebellion in the sense that there is a strong shift between the nature of women's existence in the eyes of the man with the substance of the nature of the "receiving" the woman.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Freedom of expression in all its forms has become a powerful weapon to prove that men and women are partners rather than subordinates or slaves of men.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;Is this correct according to the general concept? Then, what changes are in fact the background?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;b&gt;Please visit me later&lt;/b&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;to find more information about women.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;b&gt;I really hope you do on time&lt;/b&gt;!.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaYTUCSFKA41j-kcXExfBrz_w0bnFeLjiFmvKEcwCbZf80YNRfp2l6FH7oOl2x23yF5P2H4pjSPXNt0QtDjsYl43EAWvIm_wi-4jqzdIMpO1IktkTm-kvOPgo4YW_jggOZAl_lTfCsQKKm/s72-c/woman.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>KI HAJAR DEWANTARA</title><link>http://personal-x-code.blogspot.com/2011/02/ki-hajar-dewantara.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 01:20:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-8795738936325308377</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;If the firm's profit rises or reaches 100%, business owners will feel happy and 100% is the greatest gift she probably never imagined before. However, if students do not pass 100%, not only students, teachers and parents are upset, Ki Hajar Dewantara will also cry.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Newspapers' Voice Merderka ", dated 30 April 2010, noted that students are not graduating in totality or 100%. This makes education actors (who have integrity, loyalty, credibility and high ideals in the world of education and students) to panic and shock. Thousands of questions come to the surface, "What really happened?".&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;It is said that education is a matter that should be prioritized to achieve a better future, both for students and the nation. Education is the process by which teaching and learning activities occur and progress. End of education (as we expect together) is the output in the form of independence of a student (which is a dynamic object system of education), both materially and spiritually. The concept of independence becomes important when the elements and factors forming independence exists, and qualified.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;u&gt;Principal elements of these are;&lt;/u&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;1.Pendidik&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;2.Metode and Planning Education&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;3.Siswa&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;4.Tempat&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;5.Sarana/Media learning&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;6.Komunikasi&lt;/strong&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;When one of the conditions above are not fulfilled, the result will not be effective education and even Target will become impossible dicapai.Diantara Independence primary cause of SMA cases a State KampungLaut, Cilacap, Central Java (100% of students did not pass the National Exam Schools) is the Place Learning and Communication.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Learning Place is a place of encounter between students and teachers there is a process in which knowledge transfer and knowledge, including science learning and religious personalities, and communicate with one another for the purpose of education without boundaries and independence. In such containers, the students actively engaged in learning to recognize, understand and practice what the students learned from his teacher. The dynamics of education becomes active when there are close ties between teachers and students who met the system in a container or place of learning.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Cases that occurred in a State high school KampungLaut, cilacap should be a consideration for the actors, including public education. Existing obstacles (the distance between home and school students so far and is limited by the river) is supposed to be sought solutions to ongoing education process to go well.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;The more intense the meeting in place of education, the lack of understanding and reduces the rate of blindness in the science and knowledge. When the intensity is less than the ditargetkanm meeting, automatically, there is lack of understanding in the science and knowledge. And finally, The case can not be circumvented.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Development of students as future generations should receive higher priority for him to reach what he aspired to and achievements in their respective fields. That requires continuous support factors and participate in monitoring, supervising and making repairs to the success of education.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;In addition to the above conditions, factor endowments of the parents and the environment also affect the educational success. Concentration of all factors in the educational process will result in a successful and independent output.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Of the cases serve targeted, we can take the lessons that all the elements of education and education advocates should work together and provide a special place for students didala achievement as high as possible so that the independence of students as the next generation will be achieved.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Student is a national asset that part of the equation in determining the setback and advancement of a nation. When disrupted education, student achievement will be pursued. And, if the achievement of students hampered, Independence would be impossible and will give birth to a radical generation, blind science and knowledge, easily influenced, anarchist, and finally, the devastation of a nation becomes difficult to be avoided.&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Curriculum And Program</title><link>http://personal-x-code.blogspot.com/2011/02/curriculum-and-program.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 01:17:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-62002133198109705</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;I mistook that we have the best SBC curriculum. Therefore, the curriculum includes concept development and deepening of the material that should be measured by the progress of the nation.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;However, when looking at the results announcement passing the National Exam (UN) in 2010 pointed to the fact that there is something wrong happened. And, To find the cause, many factors influence And, this can not be viewed from one side only.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Based on the above facts, education in Indonesia is currently making final exam or the national exam as the decisive round of Indonesian educational success. In essence, the national exam is the determinant and decision maker.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;By looking at the results above, the fear of going on national exams of students who undergo it. They are afraid to take the national exam and confident they fall and what they have to pass a national exam only as evidence of whether they succeed or not.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;In this paper, I will not give a detailed statement. However, should ponder is:&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Indonesian education Exam-oriented and not potential and the capacity and ability of students in a particular case as well as talent development.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Education should lead to the development of expertise and potential students. Besides the national examination should lead to the deepening of materials related to the expertise and potential earlier. When this occurs, a dynamic and advanced students.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;The end result of the educational system today is a demonstration. That is the result of frustration from the test results earlier. Educational outcomes to be empty. The concept of curriculum becomes raw and Students' parent become victims of moral collapse and the failure of his children.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;What President of Indonesia have said , SBY (Susilo Bambang Yudhoyono), is correct!. Formal education should go together with education of personality and there is no gap between them.&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Money is everything</title><link>http://personal-x-code.blogspot.com/2011/02/money-is-everything.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 00:24:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-2282205204479569049</guid><description>&lt;div style="text-align: justify;"&gt;I got suprised when mankind said about 'money'. they said that in an incredible manner. First time I just didn't care about it. but when they rushed into a bg place with many windows there. I was really impressed!. I didn't know what happenned with them. did they find better food or drink. or did they get a prize that they never dreamed of before? ... I questioned myself then thought it deeply.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;by the end of 1967, I dared to enter one of the biggest room which they called "Lobby-room". for me, lobby is my favorite food. but I didn't find anything there. I just met people went and backed that made me confused what they were doing in there.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;They spent their time to chat and to pay with 'money'. I saw it calmly without saying my 'voice'. 'Uphs!, the old man almost stepped on my foot!".... I ran and jumped quickly and set aside of the big round table near it.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Suddenly, there was a woman cried and said "My wallet!, My wallet! someone seizes my wallet! my wallet's stolen!" ... Help!!!". she said that there was amount of money inside it and she would like to buy a big house in her town but now's gone.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;"Well, Money is everything!", I thought and went away.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>The Poor and The Rich</title><link>http://personal-x-code.blogspot.com/2011/02/poor-and-rich.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 00:22:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-4063523181289709841</guid><description>&lt;div style="text-align: justify;"&gt;Now’s time to get better life, better job, better house, better husband or wife, better motorcycle, better hotel, better finance and better money, of course’. That’s how people say Today. It’s different with me, as a frog. I simply don’t like what they’ve said. For me and for my community, house is not special. I can stay and live wherever I and my family like.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Something what makes me confused and worried is only if I am poor. I don’t have anything to eat, to drink, or going on a picnic to a beautiful place. My uncle, Teddy frog said to me that even though we don’t have a special food like a mankind but we have a lot of things to eat. My uncle says true. I admit it. But what I find and get all day is only things that I don’t like to. I want to eat burger, hot dog or maybe a sandwiches or potato with a special cheese covers it.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;When I think it deeply I think I really don’t need it always. ‘coz my neighbor is in poverty. He has nothing to wear, to eat or to drink soft and fresh water. I hate this! Why have to be and how could this be?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;God’s fair I think. There’s a rich and a poor frog like mankind belongs. It’s important to share each other and to give and take. If they care of this, I don’t know. Let’s see... yeah do they care a lot or just say ‘I care’ but nothing to realize at all. How poor ....&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>My Baby</title><link>http://personal-x-code.blogspot.com/2011/02/my-baby.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 1 Feb 2011 00:18:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-8380776829369892118</guid><description>&lt;div style="text-align: justify;"&gt;My second baby was born this morning. She was so beautiful like her mother. I thought that I have to buy many things for her, like a small bike, cute clothes and a pair of shoes. I imagined that she would be very happy when she knew what I wanted to present for my beloved baby. When I got back from work, I dropped in one of the best shop in my little town. It’s a “Baby’s Frog Shop”. Well, I thought I would spend a lot of money for this!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;My salary would be gone! But it’s okay ... I did this for my only beloved baby!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I guessed she would be happy for what I brought now. I told my wife to show all the gifts to my baby and she said “Dad, You haven’t given me “a name” yet. What I’m waiting for right now is only one name!, one beautiful name I’m dreaming of!”. I don’t need your gift. I’m sorry for this. I just need a name which will make me comportable and happy”.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I shut my mouth for an hour and didn’t move to another chairs beside my wife like I always did when someone said rudely like that to me!. But she was my daughter. My only daughter that I belonged. My beloved baby ....&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Then I said “Alright, my dear ... Let me please find the best and the most beautiful name for you ... but please give me some time to think of it, would you, my dear?”&lt;/div&gt;&lt;div style="text-align: justify;"&gt;She said calmly, “It’s OK, daddy”. Then I exhaled. “well, thanks then.”&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Then I stood and backed to the kitchen to find something to eat. But it was nothing there. I straightly went out and sang ‘tho the song I didn’t remember enough the lyric. I continued singing. Suddenly I found that name!. Yeah I found it at last! I would name her “Cindy Frog”.... “I got it! I got it! “, my mind said.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;I rushed into her room quickly then told to my wife that I had found a beautiful name for our cute baby. That was ..... CINDY FROG. My wife nodded and agreed my best and expensive invention!!!.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;But when I submitted the name to my little and pretty baby, she said “WHAT?” “Cindy Frog?!?!”. Why not, my dear?, why not?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;“I realized that I am a real frog, dad!. Could you find another without ‘FROG’ in my name?”.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Well, I thought that my baby is not the same as another. It was because he didn’t want to use FROG inside her name. “But don’t you know something? “ there’s a linda frog, mulia frog, michell frog, jeniffer frog and .... david ....”.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;“STOP!!!!!!” Don’t say that again!”, my baby said. “I hate it! I hate it!”.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Well, it was so hard to give one name to her... or ... shakespeare might be wrong that a name was needed and important for ones. Not only for my baby, maybe, but also for another. Oh god! I complained.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;A name had a meaning that described something important in one’s life. What about now? Should I change her name with no FROG inside her name? I don’t know. “What a bad day it was .... “ I grumbled.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>My Song : I Created For Someone (dw)</title><link>http://personal-x-code.blogspot.com/2011/01/my-song-i-created-for-someone-dw.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Mon, 31 Jan 2011 17:21:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-7649330018073721606</guid><description>Title : &lt;b&gt;Fallin' in love&lt;/b&gt; (again)&lt;br /&gt;
Vocal : &lt;b&gt;Mr.joe&lt;/b&gt; (&lt;a href="http://3nglish7.blogspot.com/"&gt;http://3nglish7.blogspot.com&lt;/a&gt;)&lt;br /&gt;
Music Arrangement : &lt;b&gt;Mr.Arul&lt;/b&gt; (&lt;a href="http://iiserver.blogspot.com/"&gt;http://iiserver.blogspot.com&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
---------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Sometimes I feel I'm dying&lt;br /&gt;
Then your smile shines to the glory sun&lt;br /&gt;
Sometimes this eyes can't help crying&lt;br /&gt;
(I) Need you to stay ...&lt;/i&gt;&lt;br /&gt;
*** Would you take me to stay with you&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; For sometime I wish&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; You knew that I want to be with you&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; And show you the way ..............&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Sometimes I don't know why&lt;br /&gt;
Fallin' in love when my children grows&lt;br /&gt;
But I can't hide&lt;br /&gt;
I can't say anymore&lt;br /&gt;
This pain catches me with your pretty shadow&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Back to ***&lt;br /&gt;
&lt;br /&gt;
Reff:&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;I can't hide&lt;br /&gt;
I can't live without you&lt;br /&gt;
For one reason I care&lt;br /&gt;
For someone that I dream&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;I just care (I just care)&lt;br /&gt;
I just know that I care&lt;br /&gt;
Only you that I need to&lt;br /&gt;
To be with you .....&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Sometimes ...&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
______________________________&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;&lt;b&gt;Note:&lt;/b&gt; Please feel free to download here for the song above. Please request to post other creations and I would post them (one by one) as soon as possible. Thanks for downloading ... This is free for all!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Online Business : For Young Person</title><link>http://personal-x-code.blogspot.com/2011/01/online-business-for-young-person.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 28 Jan 2011 16:57:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-8257411860284201545</guid><description>&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt; &lt;div style="margin: 0px; text-align: justify;"&gt;Most people expect to have their own business or businesses that can bring them to the gates of success and many of them fail and rise again to try to fight to get what they want. Sense of hopelessness and frustration that they feel very serious and they become depressed because they do not dream become real.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Here I want to try to give an accurate solution to a business or business via the Internet.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;For novice and newbie, internet business is not a real business, because they do not have physical assets such as corporations or other conventional business. This makes them hesitant to try. whereas, if we want to see further business on the internet can even exceed other conventional business. It's just that the form of hard work done in the real world with the internet world.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;For those who already understand the basics of internet business, they are even willing to turn around and change them into the Internet business and leave the previous conventional business (they have) because they earned profits in excess of what they accomplished in the real world.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;For beginners in the Internet world, I will discuss it briefly.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Ideally, a person must have their own blog or website to start a business in the Internet world. Then they can make the Web site or blog as a place, (for the conventional world called: Building office or business) and opened a business there, one of which is: Open an online store business.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Here users can contact the nearest supplier store in his town and took in cooperation with the description as follows:&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;i&gt;&lt;b&gt;a). Users install the product ads on your blog / website.&lt;br /&gt;
b). Users determine the price of Products from ads displayed&lt;br /&gt;
c). If there is a buyer, the product will be taken from this supplier store.&lt;br /&gt;
d). Money (buyer) is transferred to a user account&lt;br /&gt;
d). Products are sent to the buyer / purchaser.&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Here there are three advantages, namely:&lt;/div&gt;&lt;i&gt;&lt;b&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
a). Rates are obtained from stores and suppliers can negotiate cheaper. Percentage Difference from profits obtained from here.&lt;br /&gt;
b). Users can take advantage of the sale of products by determining the desired margins.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;i&gt;See Illustration below!&lt;/i&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; margin: 0px; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFyG5W9nVgzRIYupyoOswyccXo9BvNNA95LF1Z-PwulBm9nCGjaarhver1RBzU_yi7XGTyOzYMWjeBjltwvl02yOMg590gbaaugz8w792LjTkVZd-dd7Ch8j5NwD15CQxbT7nF9o1S9nI/s1600/BUSINESS+ONLINE.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFyG5W9nVgzRIYupyoOswyccXo9BvNNA95LF1Z-PwulBm9nCGjaarhver1RBzU_yi7XGTyOzYMWjeBjltwvl02yOMg590gbaaugz8w792LjTkVZd-dd7Ch8j5NwD15CQxbT7nF9o1S9nI/s400/BUSINESS+ONLINE.PNG" style="cursor: move;" width="360" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;i&gt;&lt;b&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
c). When products are displayed and sold are high quality and satisfy the buyer, a recommendation from one buyer to another buyer will be great and might. Doubled profits going to happen.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;To make your visitors interested to come back and see the advertised product, users must manage and update the content of your blog / website in a professional manner. In addition, the user can give good tips for buyers and explain the advantages and differences in the quality of existing from other competitors, for example:&lt;/div&gt;&lt;i&gt;&lt;b&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
- Cheaper prices&lt;br /&gt;
- The cost to send cheap&lt;br /&gt;
- Time needed products to buyers shorter&lt;br /&gt;
- High Quality&lt;br /&gt;
- Warranty&lt;br /&gt;
- Bonus&lt;br /&gt;
- And so forth.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Many of the businessmen who have been successful online store and they even wanted to make an online store such as conventional shops, with many developed and developing employees and rapid financial flows.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;It is important to understand the financial and marketing techniques to maximize the profits.&lt;/div&gt;&lt;/b&gt;&lt;/i&gt;&lt;/b&gt;&lt;/i&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFyG5W9nVgzRIYupyoOswyccXo9BvNNA95LF1Z-PwulBm9nCGjaarhver1RBzU_yi7XGTyOzYMWjeBjltwvl02yOMg590gbaaugz8w792LjTkVZd-dd7Ch8j5NwD15CQxbT7nF9o1S9nI/s72-c/BUSINESS+ONLINE.PNG" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Is Personality in Business Important?</title><link>http://personal-x-code.blogspot.com/2011/01/is-personality-in-business-important.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 28 Jan 2011 16:54:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-5924267232772718455</guid><description>&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt; &lt;div style="margin: 0px;"&gt;&lt;span style="color: #b45f06;"&gt;Everyone wants to be successful.&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Nobody dreams to be poor. When they get what they hope or dream, they say that they can buy many things and finance their family or go on overseas. They feel that being a rich man is comfortable and fun. However, they just have an elementary school certificate. They are poor people and can not finance themselves to go on their study in an academy or university to take, say, manegement, economy or accounting department.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px;"&gt;For years ago, people could be successful because of their existance (read : prestigious heritage). They had a power to decide or do everything what they wished. They were rich because of their parents' existance in society. It was a matter of status in a community. In line with it, there were few men who built their strength to think and try to sell something or to do some business which was needed by most of people at that time. And, that could take them to be successful men. How could they?&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px;"&gt;'Ancient Successful men (ASM)' is different of 'Modern successful men (MSM)'. Most of ASM have lower educative background but they have a business thought or idea. For MSM, they have a higher educative bacground. Here, the difference is in education as a basic knowledge to know the world and to find more opportunity to get successful. However, it does not guarantee!&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px;"&gt;The most important thing is how to deal with the chance and take the chance for incredible thought. So many people wants to be a manager and earn a lot of money from their work and responsibility. But too many get failed and they even do not know why they find failure in everything they decide. So, what's the matter?&lt;/div&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px;"&gt;Actually, ancient successful man did many trials and errors. They found mistakes for their decision and action. However, they stood and built their own personality and point of view. They tried to do that agian, again and again till they got what they dreamt. So, the success can not be reached in one action. You have to do something else. To reduce the impossibility, you need a new and fresh idea. You can start from beginning and ask or even consult your problem from others. From here, you can consider and prepare for a new decision and action. Just do what you can do! Do not look 'upstairs', but look 'downstairs'.&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;div style="margin: 0px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; margin: 0px; text-align: justify;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheb1kxi_2eUF9nRlW0Ke-Qop0h6t-bgVgWnQb5_ZARKChiKhIsSyitEWWI7fJ1RoWS4kZE6IpC-aXHfLR_nUNHcXhREJ683OAgVRHNxKVFveF_lOKzkiLcPuDgt6oEQkbMpeXI2kvC3T4/s1600/MY+BUSINESS+1.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheb1kxi_2eUF9nRlW0Ke-Qop0h6t-bgVgWnQb5_ZARKChiKhIsSyitEWWI7fJ1RoWS4kZE6IpC-aXHfLR_nUNHcXhREJ683OAgVRHNxKVFveF_lOKzkiLcPuDgt6oEQkbMpeXI2kvC3T4/s320/MY+BUSINESS+1.PNG" style="cursor: move;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;b style="color: #b45f06;"&gt;KEY :&lt;i&gt;&lt;span class="Apple-converted-space"&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;"A Successful man knows that there is something wrong with their own thought, not with their business. He changes the way to think and to act till he gets the objectives!".&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheb1kxi_2eUF9nRlW0Ke-Qop0h6t-bgVgWnQb5_ZARKChiKhIsSyitEWWI7fJ1RoWS4kZE6IpC-aXHfLR_nUNHcXhREJ683OAgVRHNxKVFveF_lOKzkiLcPuDgt6oEQkbMpeXI2kvC3T4/s72-c/MY+BUSINESS+1.PNG" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Again : Globalization Effect</title><link>http://personal-x-code.blogspot.com/2011/01/again-globalization-effect.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 28 Jan 2011 16:51:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-2099031697691540910</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Technology and Information are two urgent requirements to deal with Globalization Today. Human Resouces (HR) must be improved and developed to manage all natural resources available from Sabang to Merouke. This resource is required by all people in Indonesia to survive and to compete with other countries. Without hard working and deeply thought from the doers of development and government, it is impossible to compete and to be a winner among other countries and nations int the world.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Some even say that Indonesia doesn’t have certainty in system and changes. This can be seen from the series of rules and regulations every periods and opportunities. This reality must be covered by creativity, high motivation to be better if indonesia doesn’t want to be a loser!&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Feeling Impressed in other countries’ technology, basically, must be something valuable to measure how high technology and applied sciences we already belong so far. From this comparison, indonesian people, specially students should be aware and sensitive, not to follow but to be engaged with the big invention and experiments.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;So far, the system of education is concentrated in the cities. And all facilities are available right here. We never find something like that in the small town or in the village as if best technology and best education is only for students in the cities. To cover the weakness, the management board of school foundations turn the students’ programs into other activities, like sport, dance, songs, and many other activities or programs which there are no relation with the applied technology. In the long run, Theoritical lesson preceeds the applied lesson.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;Besides, the morality and stability of students’ self confidence reduces slowly. And because of no tight control system from school and students’ parent, most of the students consume the technology without thinking how to make or to create or to improve or to develop to be better tools or equipments, for instance. They do not realize that Eastern-culture are being destroyed! They swim in the smoking and drug river and disobey their health and future.&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;I do not say that globalization always has bad impact. We also find the positive and can gain to support our knowledge, capability and future. Therefore, filtering the information and choosing the suitable or proper things should be more considerable.&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>The Effect of Globalization</title><link>http://personal-x-code.blogspot.com/2011/01/effect-of-globalization.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 28 Jan 2011 16:50:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-698152187879277925</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="text-align: justify;"&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Students' world are colorful and full of hopes, ideals, dreams, imagination and fresh ideas. When we ask them what they want to be, they will reply various comments, like "I want to be an artist", other says, " I want to be a doctor", "A pilot", sometimes and even say, "A president". This could be understood because they do not have long thought and haven't known with other worlds, say, a world of problem, politic, economy, crisis and many things that adults (sometimes adults has nothing about it) go throught with it. Moreover, when we ask them how they will lead their life later, how to survive and how to reach their own future, they will have no comments even say anything. This is because they do not have a thought about that. They have a limited thinking.&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Dealing with the illustration above, let us think for a second; What can we do to assist them to reach their real objectives?. Is it too early to talk about it?. I think not. It's time to start to motivate yourself (students), to find a lot of information as many as possible, to insure and keep better finance or to finance your own needs and how to find real supports to support your ideals to reach your glarious future.&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;I would say that information is the first thing for students to find, to get, to enrich and to develop. Information has never run out. As long as people live and world is still in its orbit, information will be more large and wide and no body can avoid or limit it although they have so many friends to stop it.&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Information has two edges; first, information provides its negative tendencies. When human lives, they have to face to all aspects in their daily activities as long as their life. Information that they finds can be harmful when they do not have a filter or capability to filter it or even to stop it. Children and teenagers do not have an access to manipulate this information effect. Is is harmful for them or not, it depends on how they think about it. But, most of them are not ready to make a real decision. Therefore, their parent must be involved in this case. When their parent say "no" and do not have time to watch their sons or daughters, they will contribute destruction to their sons and daughters because of harmful information effect. Here, parent should keep their children and teach them how to choose something good for them and for their life.&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Second, Information also has positive tendencies. However, without knowing what that is, it is impossible for them to reach and to realize. Once again, here, parents must be involved. Without involving their children's life, they will not be able to find the positive things for their life.&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Just take a look outside! How many children are involved in drugs, alcohol, vulgar and free sex without knowing where they want to go and what for?. Some people say (authors : Experts) that it is because of this one and that one. But, let's think deeply! What can stop this incredible thing?&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;There are three points:&lt;/strong&gt;&lt;/div&gt;&lt;i&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;strong&gt;1.Religion&lt;br /&gt;
2.Parenting&lt;br /&gt;
3.self-control&lt;br /&gt;
4.A place where they live&lt;/strong&gt;&lt;/div&gt;&lt;strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/strong&gt;&lt;div style="margin: 0px; text-align: justify;"&gt;&lt;strong&gt;Religion is the first stage that influence people's thought to be negative or positive. When the religion has been in their mind, parent as their bodyguard should keep and watch and educate them intensively. Further, their own control will make a self-balance. Take time to be with them, as much as possible will be more effective to set their self-control to be positive. Besides, A place where they live should be something to consider and to decide because environment interfere too much and can change the privious three things; religion, parenting and self-control.&lt;/strong&gt;&lt;/div&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Efficiency for School Tuition</title><link>http://personal-x-code.blogspot.com/2011/01/efficiency-for-school-tuition.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Fri, 28 Jan 2011 16:47:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-7891948743164984385</guid><description>&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Most of Indonesian students are financed by their parents, specially for school tuition. Their parents often give some money when they would like to go to school (they usually spend it for fare of the bus and to bu something like, snack, soft drink or even have lunch in school canteen). Some of them are given more. It can be 10.000 rupiahs or even more and more in a school day. Unfortunately, they waste their money and when they come back from school, they have no money on their pocket or purse. "Hey!, Life must go on, man!". That's what they always say. When we try to calculate or count in a month, say;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmKt0QRi-XBiW3HsJ_CnVS4UEFkMzmTmw_d-lr13siTUHe3jywfkhKg2sH80Vl7cpnsAPwja558O6v2TJv2GaNFirPsZSX0Lf3dpPTq8pyRy8BT7bAft7y3Sp-mVvgLf24YozGfBgO1uw/s320/gbr1.PNG" /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;From the illustration above we find a lot of money that has been wasted for all things or needs. Don't you ever think something necessary?. They do that because their parents are rich, perhaps. For that, they can waste their money without considering, say, their parents pass away and something occurs to their parent's wealth. So, what happen then with the children?. Or, say, their parents' businesses are bankrupt. So, what happen then?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Most of wise parent will spend their some of money to insurance and they usually takes insurance for education, and sometimes life insurance. This is wise enough. However, this can not stop what their children do or decide for their children's money. In one case, this can be true. I mean that insurance helps them properly but in another case, they are late to gain the money from insurance company because their parents haven't paid the polish as a certain rule or obligation that insurance company determines.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In this opportunity, I suggest that students should think that all the things can happen to their parents and their life. The wise man or woman is to prevent a bad impact which will be coming in the future. In other words, prevention is really really important.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To prevent a bad impact which sometimes can not be predicted by all men or women, students should spend their money to save in the bank. And, when they have enough money with them, why don't they try to invest some money to be a stock holder in a famous and bonafit company in their country. This can be the first uniquee event to reach their future before the bad impact coming.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmKt0QRi-XBiW3HsJ_CnVS4UEFkMzmTmw_d-lr13siTUHe3jywfkhKg2sH80Vl7cpnsAPwja558O6v2TJv2GaNFirPsZSX0Lf3dpPTq8pyRy8BT7bAft7y3Sp-mVvgLf24YozGfBgO1uw/s72-c/gbr1.PNG" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CSS 2: Code for Hyperlinks</title><link>http://personal-x-code.blogspot.com/2011/01/css-2-code-for-hyperlinks.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Thu, 27 Jan 2011 11:08:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-1946569119771586859</guid><description>&lt;div style="text-align: justify;"&gt;Yesterday we've learned how to write code for the &lt;a href="http://personal-x-code.blogspot.com/2011/01/css-1-writing-code-for-body.html"&gt;body&lt;/a&gt;. Now's time to go on, namely, how do I setup&amp;nbsp; link. I mean, we make a hyperlink. When the mouse is over or placed (not on-click) on a link / url, the text-link will be changed. It can be an underline style, change the font color / letter, change the background font, etc. Actually it is quite easy depending on the thoroughness and our will. We start now?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;Other reference is available at &lt;a href="http://www.blogger.com/goog_853463250"&gt;http://www.joesoft7-developer.co.cc &lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;a href="http://www.joesoft7-developer.co.cc/"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Write code below!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;html&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;title&amp;gt;Setting Link&amp;lt;/title&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;body {&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;background: #FFFFFF ;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;}&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;span style="color: blue;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/html&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Continue with this code below!&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;u&gt;a). Code for text-link which has been clicked or visited link;&lt;/u&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;a, a:visited {&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;color: #cccccc;&lt;/span&gt; ------------------- when clicked, text-link changed into one color coded by #&lt;span style="color: black;"&gt;cccccc&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;text-decoration: none;&lt;/span&gt; ------------- when clicked, no changes with the text-link. The code is [none]&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to change it into a certain color or other, just leave the&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; [none] and change it into, say, [underline]. See this below! &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: blue;"&gt; &lt;i&gt;text-decoration: underline;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;}&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;u&gt;b). Code for link when mouse is over the text-link;&lt;/u&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: blue;"&gt;a:hover {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #097ca1;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration: underline;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;u&gt;c). Non-active link or link has not been clicked or stand by&lt;/u&gt;;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;a {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration: none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: black;"&gt;When we set up the color or text decoration, we should consider the image below or the background. If the backround is in white color, there will be more alternatives to pick. And, if the background is in black, white will be better.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: black;"&gt;Besides, we should consider the appearance all settings, specially with an ads (if available), such as &lt;a href="http://www.google.com/adsense"&gt;adsense&lt;/a&gt;. Adsense ads will be more effective when the set up or other setting styles is blended in to the ads.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;span style="color: black;"&gt;The all codes will be like this below! &lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&amp;lt;html&amp;gt;&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&amp;lt;head&amp;gt;&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&amp;lt;title&amp;gt;Setting Link&amp;lt;/title&amp;gt;&lt;/div&gt;&lt;div style="color: red; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: orange; text-align: justify;"&gt;body {&lt;/div&gt;&lt;div style="color: orange; text-align: justify;"&gt;background: #FFFFFF ;&lt;/div&gt;&lt;div style="color: orange; text-align: justify;"&gt;}&amp;nbsp;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: blue;"&gt;a, a:visited {&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;color: #cccccc;&lt;/span&gt; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;text-decoration: none;&lt;/span&gt; &lt;br /&gt;
&lt;div style="text-align: justify;"&gt;}&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: blue;"&gt;a:hover {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #097ca1;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration: underline;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: blue;"&gt;a {&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #000000;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-decoration: none;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: blue;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="color: red; text-align: justify;"&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;span style="color: blue;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&amp;lt;/head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/html&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;Please feel free to download this page.&lt;/i&gt;&lt;br /&gt;
&lt;br/&gt;&lt;br /&gt;
&lt;object id="_ds_70168026" name="_ds_70168026" width="450" height="300" type="application/x-shockwave-flash" data="http://viewer.docstoc.com/"&gt; &lt;param name="FlashVars" value="doc_id=70168026&amp;mem_id=10245009&amp;doc_type=doc&amp;fullscreen=0&amp;showrelated=0&amp;showotherdocs=0&amp;showstats=0 "/&gt;&lt;param name="movie" value="http://viewer.docstoc.com/" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/object&gt; &lt;br /&gt; &lt;script type="text/javascript"&gt;var docstoc_docid="70168026";var docstoc_title="CSS code for Hyperlinks (Lesson 2 from personal-x-code.blogspot.com)";var docstoc_urltitle="CSS code for Hyperlinks (Lesson 2 from personal-x-code.blogspot.com)";&lt;/script&gt;&lt;script type="text/javascript" src="http://i.docstoccdn.com/js/check-flash.js"&gt;&lt;/script&gt;&lt;font size="1"&gt;&lt;a href="http://www.docstoc.com/docs/70168026/CSS code for Hyperlinks (Lesson 2 from personal-x-code.blogspot.com)"&gt; CSS code for Hyperlinks (Lesson 2 from personal-x-code.blogspot.com)&lt;/a&gt; - &lt;/font&gt;&lt;br /&gt;
&lt;br/&gt;&lt;br /&gt;
&lt;i&gt;Now's your turn to start to modify it. Good luck!&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Migraine Therapical Treatment</title><link>http://personal-x-code.blogspot.com/2011/01/migraine-therapical-treatment.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 25 Jan 2011 20:19:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-8505341363078125622</guid><description>&lt;div style="text-align: justify;"&gt;Have you ever felt bad headache in one of side of your head? people say it is migraine. You know I often experience with it and when it attacks, I feel that I must knock my head against the wall. It breaks my concentration. Some expert say that &lt;i&gt;migraine is a clogging in blood vessel&lt;/i&gt;. On the other hand, blood can not flow for &lt;i&gt;coronary thrombosis&lt;/i&gt; or blood gets frozen. will it become &lt;i&gt;anuerysm&lt;/i&gt;? I do not know yet.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJrjnP5VTOwhknkuYdVi-ohXH4XhGgct9acri4V5mIwkc48-HjJZr4mLgmmlnyKDBG-qHsVnS-hcHEeGNArwsEy3QeEGZHF_J_NPi9qYsWUVp7FfTVU0V9trfI75HspQ1NwAv9aKLO9f4X/s1600/migren.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="130" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJrjnP5VTOwhknkuYdVi-ohXH4XhGgct9acri4V5mIwkc48-HjJZr4mLgmmlnyKDBG-qHsVnS-hcHEeGNArwsEy3QeEGZHF_J_NPi9qYsWUVp7FfTVU0V9trfI75HspQ1NwAv9aKLO9f4X/s320/migren.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Migraine occurs when I smoke 3 bar of cigarettes in one hour or drink too much coffee. I also feel the acute when I think so deep about something that I finally find the solution.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;My friends say that I should sleep for a while and let my body or back relax. However, After getting up, the acute comes on over and even being so bad that I can't stand.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Listening carefully the experts' saying, I feel that I must do something. At first, I do not know what to do. But after thinking logically, I found the solution! I do not say that I found the medicine but I found the solution to throw the migraine. Then what I have done is &lt;b&gt;to drink much.&lt;/b&gt; I usually drink 3 or 4 glasses of water. And then I stay relax for 5 minutes. Then migraine's gone! &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Drinking soft drink or juice is not solution. Let me say that, when the blood vessel becomes frozen, there must be something to melt it down. At first I try to drink coca cola and sometimes sprite, but it doesn't go away from my head. And, at last, I try to drink water. Just water! Then I suggest this treatment to my friends who experienced with it and the result is positive. They said to me that migraine has faded away.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Drinking a glass of water after getting up from my bad becomes my custom now. I always drink fresh water and I seldom complain for that anymore. What about you? Just try it and you will feel better.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJrjnP5VTOwhknkuYdVi-ohXH4XhGgct9acri4V5mIwkc48-HjJZr4mLgmmlnyKDBG-qHsVnS-hcHEeGNArwsEy3QeEGZHF_J_NPi9qYsWUVp7FfTVU0V9trfI75HspQ1NwAv9aKLO9f4X/s72-c/migren.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Official Google Blog: Our big gift for small businesses</title><link>http://personal-x-code.blogspot.com/2011/01/official-google-blog-our-big-gift-for.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 25 Jan 2011 12:24:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-6666006360842720032</guid><description>&lt;a href="http://googleblog.blogspot.com/2011/01/our-big-gift-for-small-businesses.html?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed%3A+blogspot%2FMKuf+%28Official+Google+Blog%29"&gt;Official Google Blog: Our big gift for small businesses&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Can nepotism be compromized?</title><link>http://personal-x-code.blogspot.com/2011/01/can-nepotism-be-compromized.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Tue, 25 Jan 2011 12:06:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-6719033491800611544</guid><description>&lt;div style="text-align: justify;"&gt;
For thousand of years has experienced changes. The changes creates new pattern in thinking and the point of view. Nepotism, actually, had been in the 'ice age' a long time ago. Currently, experts define the nepotism as a bad factor in human life and justice.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Talking about nepotism, at a glance, it reduces other rights and tends to monopolize and, with power or strength, one can master and control everything one's wishes and leave others and&amp;nbsp; negative effect, at last, can not be avoided. Nepotism has a sensitive tendency. Entering this area means to enter conflict of human rights. Its influences all aspects of life and both men and women claims their rights when it occurs around their life. Some says that nepotism can not be discussed for its 'renaisance'. On the other hand, no compromising for nepotism!. &lt;i&gt;Is it always right?&lt;/i&gt; &lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
The definition of nepotism of one expert and ideology, of course, is different of others. Here, nepotism is like&amp;nbsp; something in its own box. There are many boxes which defines the nepotism. Sometimes, the definition is fixed and can not be altered after long discussion. However, Fear of nepotism has forced one's wish to decide something good for all and most of them accuse each other to do something with it.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;i&gt;See this following illustration!&lt;/i&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiIpZ_xCLmw0pv01KG2b6xp55_DKiPUq1dWLqJKyTTo1AWuTUGR9ZPJvwN65UCodVhvC-msVnD8FjCmSJxUm_2_FpSzPUYvUiCnNkYiTr2MUttB6StwDrIT_Z7SzzwmKLHRhezr1NKoE6z/s1600/nepotism.jpg" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="94" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiIpZ_xCLmw0pv01KG2b6xp55_DKiPUq1dWLqJKyTTo1AWuTUGR9ZPJvwN65UCodVhvC-msVnD8FjCmSJxUm_2_FpSzPUYvUiCnNkYiTr2MUttB6StwDrIT_Z7SzzwmKLHRhezr1NKoE6z/s320/nepotism.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Nepotism is like a red diamond which becomes target of two interests; &lt;b&gt;Human rights&lt;/b&gt; and &lt;b&gt;X-Power&lt;/b&gt;. Each of the interests attack other to win 'this game'.&amp;nbsp;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Of course, Human rights will never be compromized with X-power which is powered by someone or group. When one interest wins the game, other will be a loser and be back again with its strategy to win the game for another chance. When someone or a group does something which is not opposite to other rights, could nepotism be compronised? How could that be?&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Let me give you sample of case!&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
A worker or, say, an employee in a company is not a rich man, he is so poor and must finance his big family with small payment. For instance, To buy rice, he needs to pay Rp.7.500.- for his family with 8 members (&lt;i&gt;say&lt;/i&gt;, one wife, one niece, 3 sons and 2 daughters and himself) but he only earns Rp.6.000.- in a day. How does he buy for vegetables, fruits even a 'basket' of steak?&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Some day, he resubmit his Diploma III certificate to his personnel manager and someone, say, his friends who work in the company take part in promoting him for new position. One of his friends is a staff of personnel division, his name is, say, Mr.Tommy. Tommy knows much about him and want to help him for the position. At the same time, One of the personnel manager's colleagues talks to the manager and promotes his son too. Here, there are two men which is being promoted. One is from the diploma-III and other is from his colleague's son.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
This following table is the comparison for you to decide if you are the personnel manager!&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWh46kPvlH81Hpw3INq_ciOdr1myXFR4KR22RjVZKLjj_f0vua_AAy-QBmKQt_gExb4IXbVZrlVFtpMDf8Qix3h0mG0Ca1nktrja1zTmdNqbWYEWhqwxkPtO4hspW4JrJB10Gih0Q9HYEK/s1600/mep2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="278" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWh46kPvlH81Hpw3INq_ciOdr1myXFR4KR22RjVZKLjj_f0vua_AAy-QBmKQt_gExb4IXbVZrlVFtpMDf8Qix3h0mG0Ca1nktrja1zTmdNqbWYEWhqwxkPtO4hspW4JrJB10Gih0Q9HYEK/s320/mep2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&amp;nbsp;For one reason, all people must help the poor man and he has the same right as the personnel manager's colleague's son. However, the core consideration here is not rich or poor aspect. the company and its activity must run and be managed as good as possible. Remember that when a position which drives thousands of employees must be the first purpose or consideration!. On the other hand, If a position is managed by unqualified person, the company will get down in many aspects and destruction can not be avoided.&amp;nbsp;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
One thing more, If the qualification is politized for the personnel manager because of his respect to his colleague, this could be said "Nepotism". And, when the company really needs a position with the real qualification as above, this must go on. So, the conclusion is that there will not be a nepotism in procedural action in a legal company or other, specially in law and justice. What about you and your country?&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Please feel free to contact me or click here to discuss this or if you have something to submit futher at joesoft7.developer@gmail.com&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
 &lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjiIpZ_xCLmw0pv01KG2b6xp55_DKiPUq1dWLqJKyTTo1AWuTUGR9ZPJvwN65UCodVhvC-msVnD8FjCmSJxUm_2_FpSzPUYvUiCnNkYiTr2MUttB6StwDrIT_Z7SzzwmKLHRhezr1NKoE6z/s72-c/nepotism.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>My Twin Goes In 7.5</title><link>http://personal-x-code.blogspot.com/2011/01/my-twin-goes-in-75.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Mon, 24 Jan 2011 12:16:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-466803667246203110</guid><description>&lt;div style="text-align: justify;"&gt;
I like doing some experiments. What subject? all subjects I can do and challenge me to find out and expose the secret. I am 36 years of age now and for 20 years I have been engaged in doing some experiments. Most of them goes successfully and my hypothesis was approved and can be implemented. &lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;One of the results will be discussing here. In 2005, I prepare myself to begin to a research which concerned to 4-years-children. The hypotesis was that 4- to 6-years-children is not ready to go to elementary school.&lt;br /&gt;&lt;br /&gt;Based on the curriculum which was implemented for all systems of education in Indonesia at that time, it was in 1994, the changes went worst and far different of in curriculum 1975 to 1991. In curriculum 1975 to 1991, Only 7-years-children could be registered in elementary school and it was not the same as in curriculum 1994 which forced 5-years-children went to elementary school.&lt;br /&gt;&lt;br /&gt;In my raw observation, the-5-years-children went worse in studying and some of them (40%) were involved in criminal and bad attitude which was far different of the system or local tradition at that time that should be obeyed. In my opinion, that was because they felt frustrated in school and they wasted a lot of time to hang around and bought unuseful things. Almost 100% complained that the lesson which was taught by the school teachers were very difficult for their children. &lt;br /&gt;&lt;br /&gt;In 1999 I taught English subject at PGRI (Private Senior high school) to make comparison and submit a big question : Do the PGRI-students get the same case as the elementary?. After collecting samples and compare the variables I got, I finally found that almost 100% got frustrated. Then I asked a question to myself : "Are the school subjects really difficult to learn?". Then I try to see the teachers which was responsible with the curriculum and found the report and some experts' opinion about the case in newspaper, seeing some relevant or competent persons with it and at last, I found the fact that the curriculum, actually, was designed for the student in the future or 5 years later but had been implemented right now to reach the government target in Education.&lt;br /&gt;&lt;br /&gt;Oh my god! How cruel! &lt;br /&gt;For weeks, I could not sleep soundly and thought the solution to solve the problem. &lt;br /&gt;After that, I began again to collect the samples and changed the variables into two main focus of research, namely ;&lt;br /&gt;&lt;br /&gt;Var A : 5- to 6-years-children which went to elementary school.&lt;br /&gt;Var B : 7-years-children which went to elementary school.&lt;br /&gt;&lt;br /&gt;After finishing semester test, I found that 7-years-children went better than 5- to 6-years-children for most of subjects they learned from their teacher at school. To encertain the result, I had to wait for 6 months again (second semester-test). And, at last, the 7-years-children went the best in all the classes (3 classes which contains 45 students each. I picked 10 children in a class for my samples. 5 children was 7 years old and others was 5 and 6 years old.).&lt;br /&gt;&lt;br /&gt;Well, Then I told my wife to take our twin daughters to school when they had been 7 years or 7 and a half. Do you know what the result is. My beloved twin daughters can do the exercises and reach the highest achievement I appointed on their targets' board!.&lt;br /&gt;&lt;br /&gt;Would you take your son or daughter to school when they are 5-6 years old? or, even 1,2,3 or 4?&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-size: x-small;"&gt;Recommended reading: &lt;a href="http://edu-plan7.blogspot.com/"&gt;http://edu-plan7.blogspot.com&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>CSS 1 : Writing code for Body</title><link>http://personal-x-code.blogspot.com/2011/01/css-1-writing-code-for-body.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Sun, 23 Jan 2011 08:00:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-5123094837407655640</guid><description>&lt;div style="text-align: justify;"&gt;Today, we will begin to learn about how to design a page web by using CSS as our website page programming and this is the first lesson and I hope you have stayed in and prepare everything to support your learning. You perhaps question me? why CSS? and you see that many programmers or developers use others, like PHP, &lt;a href="http://www.microsoft.com/"&gt;ASP.net&lt;/a&gt;, Coldfusion and so on.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;A web page which is designed by CSS, for me, will make a web page accessed lighlty. This is an exact reason and other sites do as well like, &lt;a href="http://www.yworks.com/"&gt;yWorks&lt;/a&gt; &lt;a href="http://joesoft7-developer.co.cc/"&gt;joesoft7-developer.co.cc&lt;/a&gt;, &lt;a href="http://www.smashingmagazine.com/2006/12/19/50-beautiful-css-based-web-designs-in-2006/"&gt;smashing magazine (download css here)&lt;/a&gt;, etc. For some (beginners), programming CSS is not simple and need big concentration to design a web and waste time and money. Look! we can use &lt;a href="http://www.adobe.com/products/dreamweaver/"&gt;Dreamweaver&lt;/a&gt; designer, can't we?. I do as well. Allright now, prepare yourself, we will go to the point!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This following tutorial is only a little sample of writing CSS code to build a simple web page. Therefore, you can develop it for free. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;1. Start with this tag&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;html&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;title&amp;gt;your web page title here&amp;lt;/title&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/head&amp;gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/body&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/html&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;2. Put this code below between &amp;lt;head&amp;gt; ..... &amp;lt;/head&amp;gt;. Here is the place we start to write CSS code.&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;head&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #3d85c6;"&gt;................................................. css code here ..........................................................&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: blue;"&gt;&amp;lt;/style&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&amp;lt;/head&amp;gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. First, we configure a body of web page.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;body {&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;background: #FFFFFF ;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;}&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;span style="color: blue;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;Note (background: #FFFFFF will make the background of page in white color. #FFFFFF is a code for white, you can also use others like #CCCCCC for grey color.&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;If you want to insert an image for your page background, you can use tag "url" which is picked from your folder (in your hosting root) or from other service, like &lt;a href="http://photobucket.com/"&gt;photobucket.com&lt;/a&gt;. See this code below!)&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;body {&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;background: url ( http://www.photobucket.com/..../...../bg.gif ) ;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;}&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: black; text-align: justify;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;note (or together with the color;)&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;style type="css/text"&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;body {&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;background: #CCCCCC url ( &lt;/span&gt;&lt;span style="color: #741b47;"&gt;http://www.photobucket.com/..../...../bg.gif &lt;/span&gt;&lt;span style="color: #741b47;"&gt; ) ;&lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: #741b47;"&gt;}&lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&amp;lt;/style&amp;gt;&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: blue; text-align: justify;"&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;note (if you write the code with an image on it, your web page will be full of the image. To configure, you can use this following tags:&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;background: #CCCCCC url ( &lt;/span&gt;&lt;span style="color: #741b47;"&gt;http://www.photobucket.com/..../...../bg.gif &lt;/span&gt;&lt;span style="color: #741b47;"&gt; ) no-repeat;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;a).note (use the above code "no-repeat" if you wish the image displayed originally)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;background: #CCCCCC url ( &lt;/span&gt;&lt;span style="color: #741b47;"&gt;http://www.photobucket.com/..../...../bg.gif &lt;/span&gt;&lt;span style="color: #741b47;"&gt; ) repeat-x;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;b).note (use the above code "repeat-x" if you wish the image displayed horizontally)&lt;/i&gt;&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;background: #CCCCCC url ( &lt;/span&gt;&lt;span style="color: #741b47;"&gt;http://www.photobucket.com/..../...../bg.gif &lt;/span&gt;&lt;span style="color: #741b47;"&gt; ) repeat-y;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;c).note (&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #741b47;"&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;use the above code "repeat-x" if you wish the image displayed vertically)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #741b47;"&gt; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;background: #CCCCCC url ( &lt;/span&gt;&lt;span style="color: #741b47;"&gt;http://www.photobucket.com/..../...../bg.gif &lt;/span&gt;&lt;span style="color: #741b47;"&gt; ) repeat;&lt;/span&gt;&lt;span style="color: #741b47;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;&lt;span style="color: black;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;d).note (&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #741b47;"&gt;&lt;span style="color: black; font-size: x-small;"&gt;&lt;i&gt;use the above code "repeat-x" if you wish the image displayed both vertically and horizontally. you can also omit the tag to do so.)&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #741b47;"&gt;Please feel free to download this page below!&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: #741b47;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br /&gt;
&lt;object id="_ds_69825750" name="_ds_69825750" width="450" height="300" type="application/x-shockwave-flash" data="http://viewer.docstoc.com/"&gt; &lt;param name="FlashVars" value="doc_id=69825750&amp;mem_id=10245009&amp;doc_type=doc&amp;fullscreen=0&amp;showrelated=1&amp;showotherdocs=1&amp;showstats=1 "/&gt;&lt;param name="movie" value="http://viewer.docstoc.com/" /&gt;&lt;param name="allowScriptAccess" value="always" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;/object&gt; &lt;br /&gt; &lt;script type="text/javascript"&gt;var docstoc_docid="69825750";var docstoc_title="Programming CSS for beginner - Lesson 1";var docstoc_urltitle="Programming CSS for beginner - Lesson 1";&lt;/script&gt;&lt;script type="text/javascript" src="http://i.docstoccdn.com/js/check-flash.js"&gt;&lt;/script&gt;&lt;font size="1"&gt;&lt;a href="http://www.docstoc.com/docs/69825750/Programming CSS for beginner - Lesson 1"&gt; Programming CSS for beginner - Lesson 1&lt;/a&gt; - &lt;/font&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Kelebihan Visual Basic 6.0</title><link>http://personal-x-code.blogspot.com/2011/01/kelebihan-visual-basic-60.html</link><author>noreply@blogger.com (Personal-x-code)</author><pubDate>Sat, 22 Jan 2011 21:42:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8329675485761102780.post-6018661386758197869</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJJvtgd1nMPLVlLmxZy8Gac6vSGriVNMuAtblN9lIk49vlNfLStmx5KSP5bdIhYhQdZSNKzuHS8vABkzuVc2L4k7GBryhmaVkfSKnnW8_LiR2tIlJGJTRH0_bj5DGS2eX8JYk2p_JXH2fi/s1600/vb6.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="147" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJJvtgd1nMPLVlLmxZy8Gac6vSGriVNMuAtblN9lIk49vlNfLStmx5KSP5bdIhYhQdZSNKzuHS8vABkzuVc2L4k7GBryhmaVkfSKnnW8_LiR2tIlJGJTRH0_bj5DGS2eX8JYk2p_JXH2fi/s320/vb6.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Mungkin bagi pakar pemrograman khususnya pemrograman visual basic, visual basic 6.0 sepertinya udah ketinggalan zaman! apalagi sekarang udah banyak yang lari ke upgrading Version-nya yang konon udah mencapai versi yang ke 2010. Wah, gimana nih. Aku sendiri, masih pake visual basic 6.0. Tapi pas aku browsing, pengguna (baca:programmer) yang pake vb6 alias visual basic 6 masih menumpuk. Bahkan diantara mereka berkomentar : "Enakkan pake visual basic 6, mudah, cepat, bisa di kembangkan dan luas resource-nya baik melalui media pustaka, tabloid hingga internet". Sebagai contoh aja, &lt;a href="http://vb-bego.net/"&gt;vb-bego.net&lt;/a&gt;. Konsentrasi aspek-aspek pembahasannya masih banyak (bahkan didominasi oleh) visual basic 6.0. Nah lho?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Dengan kata lain, Visual basic 6.0. masih menjadi bahasa pemrograman favorit dikalangan pemula hingga pakar. Berbeda dengan temen sekelasnya seperti visual foxfro yang notabene berkisar dan berkutat di perancangan sistem informasi database, visual basic bisa lompat sana-sini didalam menghubungkan form/project utamanya dengan database.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ada beberapa dan hampir semua sistem database kompatibel ama vb6 seperti:&lt;/div&gt;&lt;ul style="color: #cc0000; text-align: justify;"&gt;&lt;li&gt;&lt;b&gt;Microsoft Access&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;SQL server 7&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;MySQL&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Oracle&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;ODBC&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Paradox&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Excel&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="text-align: justify;"&gt;Ini yang sebut dengan : &lt;b&gt;Super-duper language programming&lt;/b&gt;. Sistem koneksi yang mudah ditambah dengan kode koneksi yang sederhana, kevaliditasan dan keakuratan sistem koneksi dapat dipertanggungjawabkan.&lt;/div&gt;&lt;div style="text-align: justify;"&gt; &lt;/div&gt;&lt;div style="text-align: justify;"&gt;Oya, satu hal yang terpenting adalah: Dengan vb6, kita bisa membuat dan mengembangkan ActiveX Component atau komponen OCX dengan gaya dan tujuan sekehendak kita. Hampir seluruh software yang terinstal di windows dan memiliki OCX apalagi DLL bisa diakses dan di-'mainin' ama vb6. Hebat,kan?&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Disini dapat dikatakan bahwa vb6 bekerja tanpa batas. Ini juga yang sering saya (pribadi) sebut dengan : &lt;b&gt;Unlimited Access&lt;/b&gt; (Akses tanpa batas). Memang, programmer/developer memiliki cita rasa dan ke-sreg-an tersendiri dan itu juga menyangkut faktor suka gak suka yang membuat satu programmer memilih vb6 dan yang lain Delphi atawa lainnya. Namun dilihat dari kompatibilitasnya, Vb6 support banget ama versi-versi OS milik microsoft hingga Windows 7. Dengan menginstal Visual Basic 6.0 Service Pack 6, Pengen download gratis? klik &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9ef9bf70-dfe1-42a1-a4c8-39718c7e381d&amp;amp;displaylang=en"&gt;disini&lt;/a&gt; aja. Dengan vb6 sp6 semua menjadi bisa!&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bagi programmer-programer pemula, saya sarankan untuk berkunjung ke situs berikut ini yang memiliki kandungan source code visual basic 6 yang aduhai dan berlimpah! :&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;1.&lt;/i&gt;&lt;i&gt;&lt;a href="http://vb-bego.net/"&gt;vb-bego.net&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;2.&lt;/i&gt;&lt;i&gt;&lt;a href="http://www.microsoft.com/downloads/en/default.aspx"&gt;download.microsoft.com&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i&gt;3.&lt;/i&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;&lt;a href="http://freevbcode.com/"&gt;&lt;i&gt;free&lt;/i&gt;&lt;b&gt;&lt;i&gt;v&lt;/i&gt;bcode&lt;/b&gt;.com&lt;/a&gt;&lt;/cite&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;4.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://vb6.us/"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;&lt;b&gt;vb6&lt;/b&gt;.us&lt;/cite&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;5.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://vbcode.tk/"&gt;&lt;i&gt;&lt;span id="search" style="visibility: visible;"&gt;vbcode.tk&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;6.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://sourcecodester.com/"&gt;&lt;i&gt;&lt;span id="search" style="visibility: visible;"&gt;sourcecodester.com&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;7.&lt;/cite&gt;&lt;/span&gt;&lt;i&gt;&lt;a href="http://infovb.blogspot.com/"&gt;&lt;span id="search" style="visibility: visible;"&gt;infovb.blogspot.com&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;8.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://visualbasicindonesia.com/"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;&lt;b&gt;visualbasic&lt;/b&gt;indonesia.com&lt;/cite&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;9.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://pustakaskripsi.com%20/"&gt;&lt;i&gt;&lt;span id="search" style="visibility: visible;"&gt;pustakaskripsi.com &lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;10.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://visualbasic.about.com/"&gt;&lt;cite&gt;&lt;strong&gt;visualbasic&lt;/strong&gt;.about.com&lt;/cite&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;11.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://freevbcode.blogspot.com/"&gt;&lt;cite&gt;freevbcode.blogspot.com&lt;/cite&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;12.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://fileguru.com/"&gt;&lt;i&gt;fileguru.com&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;13.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://opensourcescripts.com/dir/Visual_Basic"&gt;&lt;i&gt;&lt;strong&gt;opensources&lt;/strong&gt;cripts.com/dir/&lt;strong&gt;Visual&lt;/strong&gt;_&lt;strong&gt;Basic&lt;/strong&gt;&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;14.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://planet-source-code.com/"&gt;&lt;i&gt;planet-&lt;strong&gt;source&lt;/strong&gt;-code.com&lt;/i&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;15.&lt;/cite&gt;&lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/vbasic/default.aspx"&gt;&lt;cite&gt;msdn.microsoft.com/en-us/v&lt;strong&gt;basic&lt;/strong&gt;/default.aspx&lt;/cite&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;16.dan, masih banyak lainnya.&lt;/cite&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;&lt;br /&gt;
&lt;/cite&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;Berhubung aku udah nge-bahas dikit tentang kelebihan visual basic 6.0 ini, sekalian juga aku mau upload alias posting artikel-artikel yang penting untuk pemula (beginner) didalam belajar pemrogramman dengan visual basic 6.0. Nantikan update postingku berikutnya dengan menu Visual Basic 6.0&lt;/cite&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span id="search" style="visibility: visible;"&gt;&lt;cite&gt;&lt;br /&gt;
&lt;/cite&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;written and published by Herman Rahman&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJJvtgd1nMPLVlLmxZy8Gac6vSGriVNMuAtblN9lIk49vlNfLStmx5KSP5bdIhYhQdZSNKzuHS8vABkzuVc2L4k7GBryhmaVkfSKnnW8_LiR2tIlJGJTRH0_bj5DGS2eX8JYk2p_JXH2fi/s72-c/vb6.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>