<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DkQER348eSp7ImA9WhRaGEU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863</id><updated>2012-02-22T11:18:26.071+07:00</updated><category term="Embedded System" /><category term="Study hour" /><category term="lecture" /><category term="office hour" /><category term="Human-Computer interaction" /><category term="Senior Project" /><category term="Computer Music" /><category term="Mail from abroad" /><category term="LMS" /><category term="Android Programing" /><category term="software engineering" /><category term="Optimization Method" /><category term="Efficient Algorithm" /><category term="Distributed system" /><category term="Robot" /><category term="website" /><category term="PRE290" /><category term="Announcement" /><category term="Learning Environment" /><category term="SSC" /><category term="languagesite" /><category term="AdvDB" /><title>::: My Idea Blog :::</title><subtitle type="html">(: Computer Student :)</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://neoniny.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>53</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/MyIdeaBlog" /><feedburner:info uri="myideablog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;AkIGQnkyfyp7ImA9WhRUF0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-2624454462814059792</id><published>2012-01-28T23:35:00.000+07:00</published><updated>2012-01-28T23:35:23.797+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-28T23:35:23.797+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Efficient Algorithm" /><category scheme="http://www.blogger.com/atom/ns#" term="Optimization Method" /><title>Optimal algorithm: Linear Programming</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
This week, i have learn about Linear Programming and using simplex algorithm&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
Linear programming (LP, or linear optimization) is a mathematical method for determining a way to achieve the best outcome (such as maximum profit or lowest cost) in a given mathematical model for some list of requirements represented as linear relationships. Linear programming is a specific case of mathematical programming (mathematical optimization).&lt;/blockquote&gt;
[wikipedia]&lt;br /&gt;
&lt;br /&gt;
Then I could give you some example, this is the popular problem called Diet Problem.&amp;nbsp;&lt;span style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: black; display: inline !important; float: none; font-family: Times; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;The decision about how much of each food to buy (or eat) is to made entirely on dietary and economic considerations. And they will provide us the table of cost or nutrition stuff in order to support the question. &lt;/span&gt;&lt;i&gt;&lt;span style="-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: white; color: black; display: inline !important; float: none; font-family: Times; font-size: small; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Somehow&lt;/span&gt;&amp;nbsp;if you ask me, i'll select my favorite first and eat them all. (LOL)&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Last Thursday, I had chance to had a lunch with our lecturer and we were talking about some funny stuff in term of&lt;b&gt; Duality&lt;/b&gt;. We discuss about how we should eat, should we eat the favorite food first or keep it for the last. My friend said, 'I'll save the best for the last'. I think this problem object to the &lt;b&gt;maximum &lt;/b&gt;value, you eat them all but keep the best for the last. Then mine was different, I'll eat my favorite food first in order not to full at the last. So it might be object to &lt;b&gt;minimum&lt;/b&gt; value. Subject to the quantity and quality of food. If save the best for the last is &lt;b&gt;Primal&lt;/b&gt;, then eat the best first should be &lt;b&gt;Dual&lt;/b&gt; for sure!&lt;br /&gt;
&lt;br /&gt;
PS. don't believe my word this time, we just made fun because our optimization method teacher was with us that time. (LOL)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-2624454462814059792?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u-VW88wi-aEe9ZTD3Zt6fLCZwW8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u-VW88wi-aEe9ZTD3Zt6fLCZwW8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u-VW88wi-aEe9ZTD3Zt6fLCZwW8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u-VW88wi-aEe9ZTD3Zt6fLCZwW8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/fqWMcRwe1wI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/2624454462814059792/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=2624454462814059792" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/2624454462814059792?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/2624454462814059792?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/fqWMcRwe1wI/optimal-algorithm-linear-programming.html" title="Optimal algorithm: Linear Programming" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2012/01/optimal-algorithm-linear-programming.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQDQns9eip7ImA9WhRUF0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-5496908962608769909</id><published>2012-01-28T22:51:00.001+07:00</published><updated>2012-01-28T22:59:33.562+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-28T22:59:33.562+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Robot" /><category scheme="http://www.blogger.com/atom/ns#" term="Embedded System" /><category scheme="http://www.blogger.com/atom/ns#" term="lecture" /><title>FIBO Open house 2012</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Hi!&lt;br /&gt;
Since I have no progress about my lab last week so i need more inspiration and i have to work harder!&lt;br /&gt;
&lt;br /&gt;
Last Friday, i have chance to go to 'FIBO open house' at KMUTT&amp;nbsp;(yeah, it's my workplace, i just want to make it has more power)&amp;nbsp;in order to find my inspiration about my work at the lab. [plus: I found out about this exhibition from the advertise from ATM!] At that exhibition, they have a lot of innovations in field of robotic which invent and develop from FIBO. [plus: FIBO is institute of FIeld roBOtics]&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-R_5cdCA2s6I/TyQUMPktBDI/AAAAAAAALmQ/7E0x9z3EjLw/s1600/IMG_20120127_130511.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-R_5cdCA2s6I/TyQUMPktBDI/AAAAAAAALmQ/7E0x9z3EjLw/s320/IMG_20120127_130511.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
This is the winner of best technique from SCG Thailand robot.&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-G6QHwMJ27D0/TyQUZWjK58I/AAAAAAAALmY/uQBq3TdAvMo/s1600/IMG_20120127_130851.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-G6QHwMJ27D0/TyQUZWjK58I/AAAAAAAALmY/uQBq3TdAvMo/s320/IMG_20120127_130851.jpg" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Hello, my name is Nang Namo, nice to meet you.&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-tahDC-1nTk0/TyQUxeukFlI/AAAAAAAALmg/DgUWAl04vSQ/s1600/IMG_20120127_130914.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-tahDC-1nTk0/TyQUxeukFlI/AAAAAAAALmg/DgUWAl04vSQ/s320/IMG_20120127_130914.jpg" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Hi! I'm Nong Ohm. (even he is Namo's younger brother but i think Namo is more clever than him.)&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-wakNl0KjjXk/TyQVMoK4SoI/AAAAAAAALmo/pm8q_FjcMxk/s1600/IMG_20120127_130437.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/-wakNl0KjjXk/TyQVMoK4SoI/AAAAAAAALmo/pm8q_FjcMxk/s320/IMG_20120127_130437.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
In the exhibition&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-dmt-911izWI/TyQVkvI1VtI/AAAAAAAALmw/Wasqw2Cyz6M/s1600/IMG_20120127_131602.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-dmt-911izWI/TyQVkvI1VtI/AAAAAAAALmw/Wasqw2Cyz6M/s320/IMG_20120127_131602.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
aviation technology&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-BnMa6rsvsXI/TyQV2izz5VI/AAAAAAAALm4/eBjxs6VSqyM/s1600/IMG_20120127_131249.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-BnMa6rsvsXI/TyQV2izz5VI/AAAAAAAALm4/eBjxs6VSqyM/s320/IMG_20120127_131249.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Goal keeper, so smart (but not much accurate lol)&lt;/div&gt;
&lt;br /&gt;
There are a lot more inventory that was really cool but I forgot to take the photos. (LOL)&lt;br /&gt;
&lt;br /&gt;
By the way, i have some video for the robots performance, they were really cool!&lt;br /&gt;
&lt;br /&gt;
Goal keeper.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/8KnRsDm-Xmw/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/8KnRsDm-Xmw?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;


&lt;param name="bgcolor" value="#FFFFFF" /&gt;


&lt;embed width="320" height="266"  src="http://www.youtube.com/v/8KnRsDm-Xmw?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
Namo Sawaddee ka.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://i.ytimg.com/vi/x5nZTih_XwA/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/x5nZTih_XwA?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" /&gt;

&lt;param name="bgcolor" value="#FFFFFF" /&gt;

&lt;embed width="320" height="266"  src="http://www.youtube.com/v/x5nZTih_XwA?version=3&amp;f=user_uploads&amp;c=google-webdrive-0&amp;app=youtube_gdata" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
Find out more about FIBO:&amp;nbsp;http://thairobot.org/&lt;br /&gt;
&lt;br /&gt;
Be creative :)&lt;br /&gt;
Patama Ramchune&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-5496908962608769909?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/KZduFv5sCpbT7olcZcGo8fuuddo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KZduFv5sCpbT7olcZcGo8fuuddo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/KZduFv5sCpbT7olcZcGo8fuuddo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/KZduFv5sCpbT7olcZcGo8fuuddo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/xnU6umgRH9o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/5496908962608769909/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=5496908962608769909" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/5496908962608769909?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/5496908962608769909?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/xnU6umgRH9o/fibo-open-house-2012.html" title="FIBO Open house 2012" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-R_5cdCA2s6I/TyQUMPktBDI/AAAAAAAALmQ/7E0x9z3EjLw/s72-c/IMG_20120127_130511.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2012/01/fibo-open-house-2012.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQMSHc_fCp7ImA9WhRUF0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-1292198483419362723</id><published>2011-12-13T01:44:00.002+07:00</published><updated>2012-01-28T22:59:49.944+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-28T22:59:49.944+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Announcement" /><title>TGGS Building Opening Ceremony</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
TGGS&lt;span style="color: #232323;"&gt;&amp;nbsp;Building Opening Ceremony on&amp;nbsp;&lt;/span&gt;30th November 2011&lt;span style="color: #232323;"&gt;. This is a very special occasion for KMUTNB. I had an opportunity to&amp;nbsp;&lt;/span&gt;have an audience with royalty in that event.&amp;nbsp;TGGS building Opening Ceremony by HRH. Princess Maha Chakri Sirindhorn.&amp;nbsp;It's another moment of my life after my Graduate ceremony. After the building opening day, we have the TGGS open house to show many stuff that belong to each faculty from TGGS in order to show what we having so far, what is new technology that we are work on and including the guild for the prospective student who want to continue Higher education. find out more about the exhibition;&amp;nbsp;http://www.ia.kmutnb.ac.th/doc/internews/doc20110914-01.pdf?docid=doc20110914-01 (the last page after the IASTE news.)&lt;br /&gt;
By the way, i wrote this blog for showing you my picture on the background of the newspaper, Dailynews, 2 December 2011 on page #5. I felt totally overwhelmed -even i just stay at the SSE booth and present nothing. :)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-1tml9CfNqYA/TuZKHSB9NqI/AAAAAAAALN8/BFft5iRCHV8/s1600/%25E0%25B8%25AD%25E0%25B8%25AD%25E0%25B8%2581%25E0%25B8%2582%25E0%25B9%2588%25E0%25B8%25B2%25E0%25B8%25A7.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-1tml9CfNqYA/TuZKHSB9NqI/AAAAAAAALN8/BFft5iRCHV8/s320/%25E0%25B8%25AD%25E0%25B8%25AD%25E0%25B8%2581%25E0%25B8%2582%25E0%25B9%2588%25E0%25B8%25B2%25E0%25B8%25A7.jpg" width="306" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Can you see me? I am the girl who wear the black uniform. ^^&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-1292198483419362723?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/abQahc1yFNRMP3ysOLgjg6GtFBM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/abQahc1yFNRMP3ysOLgjg6GtFBM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/abQahc1yFNRMP3ysOLgjg6GtFBM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/abQahc1yFNRMP3ysOLgjg6GtFBM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/SLN42uWQLlQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/1292198483419362723/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=1292198483419362723" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1292198483419362723?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1292198483419362723?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/SLN42uWQLlQ/tggs-building-opening-ceremony.html" title="TGGS Building Opening Ceremony" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-1tml9CfNqYA/TuZKHSB9NqI/AAAAAAAALN8/BFft5iRCHV8/s72-c/%25E0%25B8%25AD%25E0%25B8%25AD%25E0%25B8%2581%25E0%25B8%2582%25E0%25B9%2588%25E0%25B8%25B2%25E0%25B8%25A7.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/12/tggs-building-opening-ceremony.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QGRXk7eSp7ImA9WhRSE04.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-7164217072581349892</id><published>2011-11-15T08:12:00.001+07:00</published><updated>2011-11-15T12:35:24.701+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-11-15T12:35:24.701+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer Music" /><title>Looping with Garage band</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Hi!&lt;br /&gt;
During the longggggg vacation in thailand (because of flood), I have a big free time to try some fun stuff with Garage band. One of my dream occupation is DJ(ing). I would love to make my own track, not just cover. I made some music when I was in Uni but it wasn't good. I invested in Midi controller to made music but all I can do with it was just playing like a piano. :P Now I know how to work with it, i'll try to make more track. Here are some experiment with garage band. I was very easy just drag and drop.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Soda POP&lt;/b&gt;&lt;br /&gt;
This song I called it "Soda Pop" I made it for my friends' game project. Soda pop is the name of my first performance in music school so this version is just remix. This one is not from Garage band, it was the default program of my midi controller.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;object height="81" width="100%"&gt; &lt;param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F26914880"&gt;
&lt;/param&gt;
&lt;param name="allowscriptaccess" value="always"&gt;
&lt;/param&gt;
&lt;embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F26914880" type="application/x-shockwave-flash" width="100%"&gt;&lt;/embed&gt; &lt;/object&gt;  &lt;a href="http://soundcloud.com/patamania/soda-pop-nuana"&gt;Soda pop-Nuana&lt;/a&gt; by &lt;a href="http://soundcloud.com/patamania"&gt;patamania&lt;/a&gt; 
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Underground Groove&lt;/b&gt;&lt;br /&gt;
This is my first original song called underground groove and this is what i call ตึ๊ดๆ but I don't like this song. The sound was very.... old fashion.&lt;/div&gt;
&lt;/div&gt;
&lt;object height="81" width="100%"&gt; &lt;param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27893019"&gt;
&lt;/param&gt;
&lt;param name="allowscriptaccess" value="always"&gt;
&lt;/param&gt;
&lt;embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27893019" type="application/x-shockwave-flash" width="100%"&gt;&lt;/embed&gt; &lt;/object&gt;  &lt;a href="http://soundcloud.com/patamania/my-song-6"&gt;underground groove&lt;/a&gt; by &lt;a href="http://soundcloud.com/patamania"&gt;patamania&lt;/a&gt; 
&lt;br /&gt;
&lt;b&gt;Exotic Acrostic&lt;/b&gt;&lt;br /&gt;
It sound like a little bit asia, my friend said it suit me (LOL). I called it Exotic Acrostic because of the loop name. (LOL) And yep, it sound exotic to me too. This is my current fav song that i have made.&lt;/div&gt;
&lt;br /&gt;
&lt;object height="81" width="100%"&gt; &lt;param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27893515"&gt;
&lt;/param&gt;
&lt;param name="allowscriptaccess" value="always"&gt;
&lt;/param&gt;
&lt;embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27893515" type="application/x-shockwave-flash" width="100%"&gt;&lt;/embed&gt; &lt;/object&gt;  &lt;a href="http://soundcloud.com/patamania/exotic-acrostic"&gt;exotic acrostic&lt;/a&gt; by &lt;a href="http://soundcloud.com/patamania"&gt;patamania&lt;/a&gt; &lt;br /&gt;
(WTHeck! i can' embedded this song by iframe)
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;3:1 This night&lt;/b&gt;&lt;br /&gt;
This one I want to try something ตึ๊ดๆ like dance song in the club, i found that the peak of the electronic song in the club is when the melody and tone was rose up so I put it twice (hahaha). I don't know how to called this song, so 3:1 was the score of football match that I watch that night, it was Thai-Indonesia match in SEA game.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;object height="81" width="100%"&gt; &lt;param name="movie" value="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27909736"&gt;
&lt;/param&gt;
&lt;param name="allowscriptaccess" value="always"&gt;
&lt;/param&gt;
&lt;embed allowscriptaccess="always" height="81" src="https://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F27909736" type="application/x-shockwave-flash" width="100%"&gt;&lt;/embed&gt; &lt;/object&gt;  &lt;a href="http://soundcloud.com/patamania/3-1-this-night"&gt;3:1 this night&lt;/a&gt; by &lt;a href="http://soundcloud.com/patamania"&gt;patamania&lt;/a&gt; 
&lt;br /&gt;
&lt;br /&gt;
Next time I'll try more ตึ๊ดๆ and longer.&lt;br /&gt;
Enjoy ;)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-7164217072581349892?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3dnjp1gFUNPuxCnfa1dlwE2V1k8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3dnjp1gFUNPuxCnfa1dlwE2V1k8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3dnjp1gFUNPuxCnfa1dlwE2V1k8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3dnjp1gFUNPuxCnfa1dlwE2V1k8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/i4lDXMEGDsk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/7164217072581349892/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=7164217072581349892" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7164217072581349892?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7164217072581349892?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/i4lDXMEGDsk/looping-with-garage-band.html" title="Looping with Garage band" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/11/looping-with-garage-band.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMGSXo9eip7ImA9WhRUF0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4609021913895917323</id><published>2011-10-04T12:56:00.000+07:00</published><updated>2012-01-28T23:00:28.462+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-28T23:00:28.462+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="SSC" /><category scheme="http://www.blogger.com/atom/ns#" term="lecture" /><category scheme="http://www.blogger.com/atom/ns#" term="software engineering" /><category scheme="http://www.blogger.com/atom/ns#" term="Study hour" /><title>Software Engineering</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
I'll have the SE final exam this Friday. I have new method to walkthrough all the topic that i have learn from school, which is mind map! I always use mind map to implement my work, why I don't thinking about to use with studying. It was really save time, I can get all concept of the lecture (at least I'll know the entire topic :P - Hey! it's take time to improve, okay!) Then, today I made another mind map for Software Engineering subject, after finish ..... it didn't make me feel any happy! Why we have so much lecture just only 1 semester! Here is just an outline, not yet the detail! Fortunately, it's open book and open machine test. Wish me good luck!
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-1_y1N-Ht4K0/ToqgDdXZOdI/AAAAAAAAIBQ/y7NDvlmFGlg/s1600/semap.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="288" src="http://3.bp.blogspot.com/-1_y1N-Ht4K0/ToqgDdXZOdI/AAAAAAAAIBQ/y7NDvlmFGlg/s320/semap.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4609021913895917323?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RfGyhzP2K9QBSgf7iNs25pmSQZA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RfGyhzP2K9QBSgf7iNs25pmSQZA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RfGyhzP2K9QBSgf7iNs25pmSQZA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RfGyhzP2K9QBSgf7iNs25pmSQZA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/hlsSQAcH1yU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4609021913895917323/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4609021913895917323" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4609021913895917323?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4609021913895917323?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/hlsSQAcH1yU/software-engineering.html" title="Software Engineering" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-1_y1N-Ht4K0/ToqgDdXZOdI/AAAAAAAAIBQ/y7NDvlmFGlg/s72-c/semap.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/10/software-engineering.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEAGQn4-fip7ImA9WhdVFk0.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-7811491195383914319</id><published>2011-09-21T13:11:00.000+07:00</published><updated>2011-09-21T17:58:43.056+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T17:58:43.056+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Efficient Algorithm" /><category scheme="http://www.blogger.com/atom/ns#" term="Study hour" /><title>Longest Common Subsequence (LCS)</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
This is the presentation for Efficient algorithm about Longest common subsequence.&lt;br /&gt;
&lt;br /&gt;
What is LCS?&lt;br /&gt;
The &lt;b&gt;longest common subsequence&lt;/b&gt; (&lt;b&gt;LCS&lt;/b&gt;) &lt;b&gt;problem&lt;/b&gt; is to find the longest subsequence common to all sequences in a set of sequences (often just two).&lt;br /&gt;
&lt;br /&gt;
The application of LCS is for finding the common in text string meaning that sometime it used for checking that the code from 2 source are the same or not (so crew for copy, right?) or finding the common in DNA if you want to find if someone is your relative or not (LOL).&lt;br /&gt;
&lt;br /&gt;
How to do this?&lt;br /&gt;
Follow my slide is okay (haha):&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeMThmYTYxOWQtZTdkZi00NDNjLWI0NDUtZTllMDY0Y2RhMTM3&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeMThmYTYxOWQtZTdkZi00NDNjLWI0NDUtZTllMDY0Y2RhMTM3&amp;amp;hl=en_US&lt;/a&gt;&lt;br /&gt;
For the flash slide to see step by step: Click the arrow at the bottom to see the step&lt;br /&gt;
&lt;embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="flashplayer" src="http://www.shareswf.com/media/games/swf/14970.swf" quality="high" width="600" height="500" swliveconnect="true" allowscriptaccess="samedomain" /&gt;&lt;a href="http://www.shareswf.com/game/14970/" target="new"&gt;View on ShareSWF&lt;/a&gt;
you can download from this link:&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeMmY5MDZmZjItYTRlOS00ZDI5LTk1ZWEtNTU2NTEyZmNkOWMx&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeMmY5MDZmZjItYTRlOS00ZDI5LTk1ZWEtNTU2NTEyZmNkOWMx&amp;amp;hl=en_US&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
good luck (my way)&lt;br /&gt;
Patama&lt;br /&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-7811491195383914319?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pTwz7ajv-_8saPp2uZbNqZkWqAU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pTwz7ajv-_8saPp2uZbNqZkWqAU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pTwz7ajv-_8saPp2uZbNqZkWqAU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pTwz7ajv-_8saPp2uZbNqZkWqAU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/LVh4s7ShT94" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/7811491195383914319/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=7811491195383914319" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7811491195383914319?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7811491195383914319?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/LVh4s7ShT94/longest-common-subsequence-lcs.html" title="Longest Common Subsequence (LCS)" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/09/longest-common-subsequence-lcs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkIFQ3g9fSp7ImA9WhdVFUU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-2845056292899509092</id><published>2011-09-21T12:54:00.000+07:00</published><updated>2011-09-21T12:55:12.665+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T12:55:12.665+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="lecture" /><category scheme="http://www.blogger.com/atom/ns#" term="Distributed system" /><category scheme="http://www.blogger.com/atom/ns#" term="Study hour" /><title>Dropbox</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Today
i'm gonna talk about my distributed technology study and my topic is
Dropbox!&lt;br /&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;First
I want to tell you that what will be present today, I'll introduce
you to the what is dropbox, concept of Dropbox, How dropbox work and
some sample of dropbox if we have time. You may have this kind of
problem, like me today, i have to present but I have problem with
computer and forgot my USB drive! then you may realize that you need
a service that can provide you the resource and you can access
anytime with any machine. Umm, kind of interested, isn't it? And
that's why Drew Houston founded Dropbox in 2007 and officially
launched at 2008 and become more popular in rapid period.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Well!
you might want to know what is dropbox, right?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black; font-family: inherit;"&gt;Dropbox
is a web-based file hosting service. it uses cloud computing to
enable user to store, like here if your computer have a problem like
it's on fire or broken. it's no problem if you drop your file on
dropbox. And you an share file and folder across the internet using
file synchronization. Another feature is keep track, back up of your
file, no matter you accident edit your file, you can see the log file
here. (เปิดหน้าของ
dropbox ให้ดู)
And the cool things that i love are multiple OS, big storage (you
know for free user, it's start from 2 GB! and you can add 250 MB if
you invite other to join Dropbox) and because it can use by multiple
format, that mean you can sharing or access the resource anytime,
everywhere or whatever if it connected to internet.&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Here
i'll show you that dropbox can use for any format; window, ubuntu,
mac, this is on my smart phone and here is via Dropbox webpage if you
didn't install the application.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;As
I said, Dropbox uses cloud computing to enable user to store and
share. Then I wanna tell you the overall image of cloud? I can't tell
you more detail about cloud computing, in fact Thee will present us
about cloud computer next week. what does it mean?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="color: black;"&gt;You
know? &lt;/span&gt;&lt;span style="color: black;"&gt;The concept of cloud computing
fills a perpetual need of IT: a way to increase capacity or add
capabilities on the fly without investing in new infrastructure,
training new personnel, or licensing new software. Cloud computing
encompasses any subscription-based or pay-per-use service that, in
real time over the Internet, extends IT's existing.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Advantage:scalable,
paid only when needed and can be used by any device with a connection
to the net directly or by using client programs. actually it can use
offline, but the resource is from your computer, in fact, it's on
your computer. i'll tell you later how it's work!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Other
application: In face, there are another service apart of Dropbox such
as Ubuntu one, Box.net, Zumodrive and so on. you know some service
and provide more space but I present you the Dropbox because it's the
popular one and it seems to be the most stable service now.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;How
does it work?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
First when you install dropbox application on your computer, one
directory on your computer is designated as the drobpox.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
Files placed in the Dropbox are automatically synchronize to cloud.
Changes propagate to other machine in your Dropbox network from the
cloud.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
Once files are completely synchronized, a green checkbox appears on
the bottom of the file or directory icon.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;We
know that Drop box is a service to share and to share need the client
to synchronize. I would say it's intelligent synchronization.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
when files change, only the binary diff is transferred.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
Files are compressed as they travel over the internet.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
If two people modify the same file on separate machines, the first
submitter wins. and the second submitter's file is also synchronized.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Where
are the files stored?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
If you have installed the Dropbox desktop application, your files are
stored both on your computer (in your Dropbox folder) and on
Dropbox's secure online servers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;-
All files stored online by Dropbox are encrypted and kept securely on
Amazon's Simple Storage Service (S3) in multiple data Centers located
across the United States.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;What
is Amazon Simple Storage Service? (Amazon S3)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="line-height: 0.25in; margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Amazon
S3 is storage for the Internet. It is designed to make web-scale
computing easier for developers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="line-height: 0.25in; margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="line-height: 0.25in; margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Amazon
S3 provides a simple web services interface that can be used to store
and retrieve any amount of data, at any time, from anywhere on the
web. It gives any developer access to the same highly scalable,
reliable, secure, fast, inexpensive infrastructure that Amazon uses
to run its own global network of web sites. The service aims to
maximize benefits of scale and to pass those benefits on to
developers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;span style="color: black;"&gt;Dropbox
can be used profitably for distributed evolutionary algorithms,
without the need to acquire or set up complicated cloud or grid
infrastructure; besides, &lt;/span&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;Using
tools available in every classroom,lab, office or home and freely
available over the internet with a good scaling behavior can be set
up to perform heavy-duty evolutionary computation experiment.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: black;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
Here is my presentation for the class:&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeOWU4NTI2YzQtMzgyNS00MTRhLWIyZDItNGQ0YTA5OGRlMjcy&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeOWU4NTI2YzQtMzgyNS00MTRhLWIyZDItNGQ0YTA5OGRlMjcy&amp;amp;hl=en_US&lt;/a&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-2845056292899509092?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/whcZPljVIKB1dcJco2yvViWC_Lk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/whcZPljVIKB1dcJco2yvViWC_Lk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/whcZPljVIKB1dcJco2yvViWC_Lk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/whcZPljVIKB1dcJco2yvViWC_Lk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/2kLtFZpNmTY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/2845056292899509092/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=2845056292899509092" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/2845056292899509092?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/2845056292899509092?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/2kLtFZpNmTY/dropbox.html" title="Dropbox" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/09/dropbox.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcGSH05eSp7ImA9WhdVFUU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-8003754899138709249</id><published>2011-09-21T12:16:00.000+07:00</published><updated>2011-09-21T12:30:29.321+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T12:30:29.321+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="lecture" /><category scheme="http://www.blogger.com/atom/ns#" term="Android Programing" /><title>Advance Note Application</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
One of the project that i have to finish is Android application. Honestly, ​I didn't do much on coding. This subject was quite interested (i would say that). My team mate is from Vietnam, really great student. :)&lt;br /&gt;
&lt;br /&gt;
Nowadays,
it’s unarguable that Smartphone have great potential to be a media
tool of choice allowing more interactive and useful in many way.
Providing their mobile attribute, useful function and flexibility
input (fingertip or voice) is very meaningful. The possibility of
applying mobile application is unlimited. As a result of the
usefulness of Smartphone, disability people such as blind people also
needed to perform normal things on their lives. Realizing in such
potential, we are planning to put our effort on the Android
Smartphone which is very extensive and easy to implement and provide
access to information for people who cannot perform normal thing on
Smartphone by using voice input. One of useful application which is
very well knows and use widely is every device of all time is Note
taking. Computers, particularly tablet PCs and personal digital
assistants (PDAs) are beginning to see wide use as note talking
devices. It is the way of recording information captured from
transient source and it is important for remember and implant the
material in the mind.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Functionality&lt;/b&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Add
	Note&lt;/span&gt;&lt;/div&gt;
&lt;ol type="a"&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Add
		title&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Add
		content&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Select
		language&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Select
		type of alarm&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Select
		time for alarm&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Select
		date for alarm&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span class="Apple-style-span" style="font-family: inherit;"&gt;&lt;span style="font-size: small;"&gt;Two
	type of alarm: &lt;/span&gt;
	&lt;/span&gt;&lt;/div&gt;
&lt;ol type="a"&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Text
		to speech: English and German&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Notification
		by sound&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Show
	list of note order by date&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Edit
	note&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Delete
	note&lt;/span&gt;&lt;/div&gt;
&lt;ol type="a"&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Delete
		selected note&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Delete
		all note&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Application
	setting&lt;/span&gt;&lt;/div&gt;
&lt;ol type="a"&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Alarm
		setting&lt;/span&gt;&lt;/div&gt;
&lt;ol type="i"&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-size: small;"&gt;&lt;span lang="en-US" style="font-family: inherit;"&gt;Repeat
			time&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-size: small;"&gt;&lt;span lang="en-US" style="font-family: inherit;"&gt;Time
			to alarm&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-size: small;"&gt;&lt;span lang="en-US" style="font-family: inherit;"&gt;Frequency&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: inherit; font-size: small;"&gt;Background
		color setting&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-qegVyStARa8/Tnlv4UvT55I/AAAAAAAAH9Q/0F0g1sJ8dNE/s1600/SC20110911-064548.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-qegVyStARa8/Tnlv4UvT55I/AAAAAAAAH9Q/0F0g1sJ8dNE/s320/SC20110911-064548.png" width="213" /&gt;&lt;/a&gt;&lt;a href="http://4.bp.blogspot.com/-BpER8FXps-I/Tnlv5FtdKEI/AAAAAAAAH9U/_ZDrx7LUycg/s1600/SC20110911-064638.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://4.bp.blogspot.com/-BpER8FXps-I/Tnlv5FtdKEI/AAAAAAAAH9U/_ZDrx7LUycg/s320/SC20110911-064638.png" width="213" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
Example of Advance Note Application's interface&lt;/div&gt;
&lt;div style="margin-bottom: 0in;"&gt;
&lt;span style="font-family: 'Times New Roman', serif;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
Project document: &lt;a href="https://docs.google.com/viewer?a=v&amp;amp;pid=explorer&amp;amp;chrome=true&amp;amp;srcid=0B-Ls4RhAgiHeMzkyYzE4OTYtMTNiYS00NjdlLTgwOTItYzc5MDQzYjVjMjU3&amp;amp;hl=en"&gt;https://docs.google.com/viewer?a=v&amp;amp;pid=explorer&amp;amp;chrome=true&amp;amp;srcid=0B-Ls4RhAgiHeMzkyYzE4OTYtMTNiYS00NjdlLTgwOTItYzc5MDQzYjVjMjU3&amp;amp;hl=en&lt;/a&gt;&lt;br /&gt;
Project Presentation:&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeYTZlZDE3YzgtM2U3MS00MmI0LThkNzEtNWEyMjkwNTUxNTM3&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeYTZlZDE3YzgtM2U3MS00MmI0LThkNzEtNWEyMjkwNTUxNTM3&amp;amp;hl=en_US&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Test case&lt;/b&gt;&lt;br /&gt;
We also have to present about test case of our project for Software Engineering, we have test every test case (That we can imaging :D)&lt;br /&gt;
&lt;br /&gt;
Here is the list that we test:&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeZTMxZjBhZWMtZDBhNy00ZTI4LWE2Y2MtODMxYThkNWEyYTcz&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeZTMxZjBhZWMtZDBhNy00ZTI4LWE2Y2MtODMxYThkNWEyYTcz&amp;amp;hl=en_US&lt;/a&gt;&lt;br /&gt;
Test case presentation:&amp;nbsp;&lt;a href="https://docs.google.com/leaf?id=0B-Ls4RhAgiHeN2QyN2U2MzYtM2YyYS00NTdmLWE3ZmUtMzdhMzE0YzQwYzUx&amp;amp;hl=en_US"&gt;https://docs.google.com/leaf?id=0B-Ls4RhAgiHeN2QyN2U2MzYtM2YyYS00NTdmLWE3ZmUtMzdhMzE0YzQwYzUx&amp;amp;hl=en_US&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;PS.&amp;nbsp;&lt;/b&gt;Actually, at first my project is going to be like show the attractive place for the traveller. It's name 'Aun &amp;nbsp;know the plan'. (Really cool name, I like it) It's show the attractive place with google map and try to route the way from place to place to the user. Then they can check in and share with their friends via Facebook, &amp;nbsp;Twitter or Google+. But my team mate told me that, to work on google map is more difficult, so we select the Note taking and speech stuff. You know what? Then in few weeks I saw this news:&amp;nbsp;&lt;a href="http://www.phonearena.com/news/Google-employee-proposal-involves-Maps-plus-custom-Android-app-and-scores-a-yes_id21878"&gt;http://www.phonearena.com/news/Google-employee-proposal-involves-Maps-plus-custom-Android-app-and-scores-a-yes_id21878&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Feeeeeewwwwwww :)&lt;br /&gt;
Patama&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-8003754899138709249?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/hCrMXtvbAVfRWcQtsEKjs2fxDPg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hCrMXtvbAVfRWcQtsEKjs2fxDPg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/hCrMXtvbAVfRWcQtsEKjs2fxDPg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/hCrMXtvbAVfRWcQtsEKjs2fxDPg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/g4CP5h1o21A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/8003754899138709249/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=8003754899138709249" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8003754899138709249?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8003754899138709249?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/g4CP5h1o21A/advance-note-application.html" title="Advance Note Application" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-qegVyStARa8/Tnlv4UvT55I/AAAAAAAAH9Q/0F0g1sJ8dNE/s72-c/SC20110911-064548.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/09/advance-note-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUBSXo5fSp7ImA9WhdVFUU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-6541143531166512078</id><published>2011-09-21T10:07:00.000+07:00</published><updated>2011-09-21T12:17:38.425+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T12:17:38.425+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Study hour" /><title>nearly</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Dear all,&lt;br /&gt;
It's almost 3 month that i started master's degree in field of Software System Engineering. The studying is not going quite well for me. I have too much work from both workplace and university. Actually, work from workplace was not that much but Master's degree need more&amp;nbsp;concentrate&amp;nbsp;and hard work than i expected. I would say I didn't do well in this semester, I don't understand the lecture, i would blame it on me, the subject was not so interested for me. I don't like the subjects like distribute system or network stuff which I couldn't imagine what the result should be. It's like something in the cloud that i couldn't touch.&lt;br /&gt;
&lt;br /&gt;
Good luck for all,&lt;br /&gt;
Patama&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-6541143531166512078?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_7srgadWGKkf_pmGvXlfvrmeKLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_7srgadWGKkf_pmGvXlfvrmeKLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_7srgadWGKkf_pmGvXlfvrmeKLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_7srgadWGKkf_pmGvXlfvrmeKLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/5B6JHa832dI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/6541143531166512078/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=6541143531166512078" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6541143531166512078?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6541143531166512078?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/5B6JHa832dI/nearly.html" title="nearly" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/09/nearly.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcGR3Y5eCp7ImA9WhZaE0o.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-8298291085887095475</id><published>2011-06-30T02:26:00.000+07:00</published><updated>2011-06-30T02:33:46.820+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-30T02:33:46.820+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Efficient Algorithm" /><category scheme="http://www.blogger.com/atom/ns#" term="lecture" /><title>Heap sort</title><content type="html">Hi, This morning I have to present about one of sorting algorithm. The algorithm that i selected was Heap sort. Why? Cuz this is the only one I can remember since I studied when i was freshmen. All I can remember is, there are binary tree that we can use for sorting algorithm. Then, it's Heap sort.&lt;div&gt;Here is my simple video to show you how heap sort working, I use Max-Heap method to show you how it's work. Hope you like it.&lt;/div&gt;&lt;div&gt;&lt;iframe width="425" height="349" src="http://www.youtube.com/embed/p9saE28j9sM" frameborder="0" allowfullscreen=""&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here is my presentation file: https://docs.google.com/leaf?id=0B-Ls4RhAgiHeNDVkMzI4NDYtMDM1Zi00M2MwLThjN2MtMGJlZGZhYzg3YTQ2&amp;amp;hl=en_US&amp;amp;authkey=CJywhZgO&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-8298291085887095475?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/SGCku8cfVVVG39QCACgUmQor1uA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SGCku8cfVVVG39QCACgUmQor1uA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/SGCku8cfVVVG39QCACgUmQor1uA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/SGCku8cfVVVG39QCACgUmQor1uA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/lmgNvg-hbNo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/8298291085887095475/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=8298291085887095475" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8298291085887095475?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8298291085887095475?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/lmgNvg-hbNo/heap-sort_29.html" title="Heap sort" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/p9saE28j9sM/default.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/06/heap-sort_29.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EFQ388fSp7ImA9WhZaE0o.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4104303429632830542</id><published>2011-06-30T02:23:00.000+07:00</published><updated>2011-06-30T02:26:52.175+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-30T02:26:52.175+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Announcement" /><title>Master Degree</title><content type="html">Dear all, &lt;div&gt;Long time no blog ;)&lt;/div&gt;&lt;div&gt;I would like to announce to you, my follower, now I got a full scholarship at Thai-German Graduated school. Now I'm doing Master degree in field of Software System Engineering. (How could i.....)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; Now we already started lecture for 3 weeks. Let's see how could I manage work and study together. T^T&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Patama&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4104303429632830542?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/z334kGF7p7W_sdPA7Jv0RGEh1TQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/z334kGF7p7W_sdPA7Jv0RGEh1TQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/z334kGF7p7W_sdPA7Jv0RGEh1TQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/z334kGF7p7W_sdPA7Jv0RGEh1TQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/n1CuVBPSj7o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4104303429632830542/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4104303429632830542" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4104303429632830542?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4104303429632830542?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/n1CuVBPSj7o/heap-sort.html" title="Master Degree" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/06/heap-sort.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUMQH0ycCp7ImA9WhdVFUU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-6044370095217310291</id><published>2011-05-27T11:25:00.001+07:00</published><updated>2011-09-21T12:18:01.398+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T12:18:01.398+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><category scheme="http://www.blogger.com/atom/ns#" term="Learning Environment" /><category scheme="http://www.blogger.com/atom/ns#" term="LMS" /><title>Teacher view</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
As my work was on Learning Environment. So we have to co-op. with teachers in university to make sure what they want or other suggestion. This week, I had chance to talk with some teachers in university some was my teacher when i was in uni. yeah! teacher view, that's why I really feel very sorry to every teacher that i behaved  not so good in the past. In fact, since i was student in uni it skipped only one time when i was in first year. &lt;br /&gt;
When you look at teacher view, it's very different from student view. Teacher try so hard for perform in the classroom, student try so hard to have extra class (before exam). (LOL) But some problem that teacher mention in the meeting, I can explain why we can't do as teacher wish (yeah just thought, I will never make any excuse for that case cuz I never did that.)&lt;br /&gt;
Example? Yeah, my teacher mention about the whole student that agree to skip the class to work on other homework. I would say, that's extra class, we have right to did other work, we need time to work before the class in REAL schedule. (I didn't say that, it's just the though for excuse)&lt;br /&gt;
That was fun, can't wait for the next meeting (hehe).&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-6044370095217310291?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/eoJBfZFtB7bFuJ9HQwJ7FAcrPrA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eoJBfZFtB7bFuJ9HQwJ7FAcrPrA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/eoJBfZFtB7bFuJ9HQwJ7FAcrPrA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/eoJBfZFtB7bFuJ9HQwJ7FAcrPrA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/lkFrnlOZDbI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/6044370095217310291/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=6044370095217310291" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6044370095217310291?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6044370095217310291?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/lkFrnlOZDbI/teacher-view.html" title="Teacher view" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/05/teacher-view.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEQGQX8zfSp7ImA9WhdVFUU.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4099650404720091002</id><published>2011-03-18T12:36:00.000+07:00</published><updated>2011-09-21T12:18:40.185+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-21T12:18:40.185+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><title>Team Member</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;a href="http://4.bp.blogspot.com/-spNOwPTEjb4/TYLwRCGzRrI/AAAAAAAAHh8/fTT0h5u7R0w/s1600/2011-03-16%2B18.23.00.jpg"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5585290663306675890" src="http://4.bp.blogspot.com/-spNOwPTEjb4/TYLwRCGzRrI/AAAAAAAAHh8/fTT0h5u7R0w/s320/2011-03-16%2B18.23.00.jpg" style="cursor: pointer; display: block; height: 240px; margin: 0px auto 10px; text-align: center; width: 320px;" /&gt;&lt;/a&gt;Team Member, can you find me? :)&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4099650404720091002?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gY0NMptCJt4hEOTMhc0x615S7Gw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gY0NMptCJt4hEOTMhc0x615S7Gw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gY0NMptCJt4hEOTMhc0x615S7Gw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gY0NMptCJt4hEOTMhc0x615S7Gw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/TL-gIgEYReY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4099650404720091002/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4099650404720091002" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4099650404720091002?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4099650404720091002?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/TL-gIgEYReY/team-member.html" title="Team Member" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-spNOwPTEjb4/TYLwRCGzRrI/AAAAAAAAHh8/fTT0h5u7R0w/s72-c/2011-03-16%2B18.23.00.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/03/team-member.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04FR3Y-cSp7ImA9WhZTEkk.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-8205762443648719212</id><published>2011-03-16T10:21:00.000+07:00</published><updated>2011-03-16T10:25:16.859+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-03-16T10:25:16.859+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><title>Team trip</title><content type="html">Last Saturday, my team had a little trip to Amphawa-Samutsongkram as know as Amphawa Evening Floating Market. We start the trip at 9.30 am, so late from the schedule.&lt;br /&gt;The first place we had visited was "Wat Phetsamut voraviharn" (วัดเพชรสมุทรวรวิหาร) as know as Wat hluang por ban hlam(วัดหลวงพ่อบ้านแหลม).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXt-qyVD-TI/AAAAAAAAAM8/m8KGL6Ap_y4/s720/2011-03-12%2011.05.14.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 500px; height: 375px;" src="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXt-qyVD-TI/AAAAAAAAAM8/m8KGL6Ap_y4/s720/2011-03-12%2011.05.14.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXt-qyVD-TI/AAAAAAAAAM8/m8KGL6Ap_y4/s720/2011-03-12%2011.05.14.jpg"&gt;&lt;br /&gt;&lt;/a&gt;Lots of people coming here for pray respect and pray for a wish cuz here was famous for making the wish come true. (Then I ask for xxxxx-cencer hehe)&lt;br /&gt;&lt;br /&gt;After that we stop at&lt;em&gt;&lt;/em&gt; Rama II Memorial Park, that was really nice place and we take lots of really nice picture. Here it shows lots of stuff in ancient ages such as house, food, instrument etc.&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/_1DAeeUMZPgE/TXuEzw8GruI/AAAAAAAAAO8/ntawyiJGAEI/FxCam_1299907483275.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 500px; height: 333px;" src="https://lh5.googleusercontent.com/_1DAeeUMZPgE/TXuEzw8GruI/AAAAAAAAAO8/ntawyiJGAEI/FxCam_1299907483275.jpg" alt="" border="0" /&gt;&lt;/a&gt;Thai ancient house&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXuEt4FzvPI/AAAAAAAAAO4/J2j2Fbm7nto/FxCam_1299907800542.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 500px; height: 333px;" src="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXuEt4FzvPI/AAAAAAAAAO4/J2j2Fbm7nto/FxCam_1299907800542.jpg" alt="" border="0" /&gt;&lt;/a&gt;At the Garden&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;Then we were heading to Wat Bang kung, where well known as temple in the tree no no but the temple(the buddhist sanctuary-ubosot) is covered by the tree-Bunyan tree, and here was the military camp in  Thonburi era it has a lot of statue of Thai boxing and fighting cock (since King of Thonburi love fighting cock, so if the people pray for wish and it achieved, they will pray respect to the king by fighting cock statue).&lt;br /&gt;&lt;a href="https://lh3.googleusercontent.com/_1DAeeUMZPgE/TXuCHnkN2lI/AAAAAAAAANs/Fkr7wFlDXgY/s512/2011-03-12%2014.02.14.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 333px; height: 444px;" src="https://lh3.googleusercontent.com/_1DAeeUMZPgE/TXuCHnkN2lI/AAAAAAAAANs/Fkr7wFlDXgY/s512/2011-03-12%2014.02.14.jpg" alt="" border="0" /&gt;&lt;/a&gt;And yes, the travel spot of the trip, Floating Market. It was not the same any more. I would say they developed a lot and that was really good. I'll come back again to see fire fly at the end of rain season. :)&lt;br /&gt;&lt;a href="https://lh3.googleusercontent.com/_1DAeeUMZPgE/TXvnmaYimQI/AAAAAAAAAP8/xkZkoYBaFAs/FxCam_1299924526191.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 500px; height: 333px;" src="https://lh3.googleusercontent.com/_1DAeeUMZPgE/TXvnmaYimQI/AAAAAAAAAP8/xkZkoYBaFAs/FxCam_1299924526191.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="https://lh5.googleusercontent.com/_1DAeeUMZPgE/TXuD2FbhduI/AAAAAAAAAOU/Mui-wXDGq4o/FxCam_1299924336606.jpg"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 500px; height: 333px;" src="https://lh5.googleusercontent.com/_1DAeeUMZPgE/TXuD2FbhduI/AAAAAAAAAOU/Mui-wXDGq4o/FxCam_1299924336606.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You can see our trip's video here but it's just a first part, the second part will be coming soon:&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;iframe title="YouTube video player" src="http://www.youtube.com/embed/aLuJYLeewxo" allowfullscreen="" width="560" frameborder="0" height="349"&gt;&lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-8205762443648719212?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_klOQ3W82hKAl2AitbqSije19RA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_klOQ3W82hKAl2AitbqSije19RA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_klOQ3W82hKAl2AitbqSije19RA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_klOQ3W82hKAl2AitbqSije19RA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/AhMvu2GzNhs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/8205762443648719212/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=8205762443648719212" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8205762443648719212?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8205762443648719212?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/AhMvu2GzNhs/team-trip.html" title="Team trip" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh6.googleusercontent.com/_1DAeeUMZPgE/TXt-qyVD-TI/AAAAAAAAAM8/m8KGL6Ap_y4/s72-c/2011-03-12%2011.05.14.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/03/team-trip.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ABRHk8cSp7ImA9Wx9bFUw.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-1924720571843234673</id><published>2011-02-24T10:32:00.001+07:00</published><updated>2011-02-24T10:55:55.779+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-24T10:55:55.779+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Learning Environment" /><title>Learning Environment series1</title><content type="html">Hello,&lt;br /&gt;Now i have to work on project Learning Environment which is a very huge project in my University. My main responsibilities is doing promote things such as Video or Facebook (yeah, commercial). Now we have the premier video for this series. Here is "What is Learning Environment? 1"&lt;br /&gt;&lt;br /&gt;&lt;iframe title="YouTube video player" src="http://www.youtube.com/embed/7GUhB0krgso" allowfullscreen="" width="480" frameborder="0" height="390"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;Storyboard and Animation by: ITS-DS Team&lt;br /&gt;Music: Alfie by Lily Allen&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-1924720571843234673?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/c1fKUH_I6MgfL8OYhRh6gOOHsf4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c1fKUH_I6MgfL8OYhRh6gOOHsf4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/c1fKUH_I6MgfL8OYhRh6gOOHsf4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/c1fKUH_I6MgfL8OYhRh6gOOHsf4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/XZ43ikBVMHk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/1924720571843234673/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=1924720571843234673" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1924720571843234673?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1924720571843234673?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/XZ43ikBVMHk/learning-environment-series1.html" title="Learning Environment series1" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/7GUhB0krgso/default.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/02/learning-environment-series1.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8NRHY_fyp7ImA9Wx9VFk4.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-438119434095266077</id><published>2011-02-02T14:25:00.000+07:00</published><updated>2011-02-02T16:28:15.847+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-02T16:28:15.847+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><category scheme="http://www.blogger.com/atom/ns#" term="LMS" /><title>Behind scene</title><content type="html">Hi! welcome back to LMS video introduction number 2.&lt;br /&gt;&lt;br /&gt;Hey, just kidding, this morning we just finished recording video about LMS introduction. It's quite excited for everyone especially for me. Because this is the first official video I've managed. Thank you everybody for making happen. I'm sure we'll see the final cut soon.&lt;br /&gt;Here is one of my (behind) scene, record from my friend camera. It's quite.....nice :) (yeah, doesn't mean any proud of myself but it's look funny, isn't it)&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); 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;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span" style=";font-family:Tahoma,Loma,sans-serif;font-size:13px;"  &gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="345" src="http://www.youtube.com/embed/7cKWNQgRzY4" frameborder="0" allowFullScreen&gt;&lt;/iframe&gt;&lt;br /&gt;=)&lt;br /&gt;Patama&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-438119434095266077?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cyECswB9Tcoz16r7jwOk0HWBuz0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cyECswB9Tcoz16r7jwOk0HWBuz0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cyECswB9Tcoz16r7jwOk0HWBuz0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cyECswB9Tcoz16r7jwOk0HWBuz0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/f3xvEBtbl8U" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/438119434095266077/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=438119434095266077" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/438119434095266077?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/438119434095266077?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/f3xvEBtbl8U/behind-scene.html" title="Behind scene" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://img.youtube.com/vi/7cKWNQgRzY4/default.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2011/02/behind-scene.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cGQXY7cSp7ImA9Wx9QFUw.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-1703041392734711685</id><published>2010-12-28T12:13:00.000+07:00</published><updated>2010-12-28T12:43:40.809+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-28T12:43:40.809+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="website" /><category scheme="http://www.blogger.com/atom/ns#" term="languagesite" /><title>New Project</title><content type="html">I'm planing about my new project about web site for sharing the language knowledge.&lt;br /&gt;&lt;br /&gt;Actually I want to learn about how to built website via cms things because my work is about using cms for build website (well not that much so i want to learn more). So I think about sharing something so i can write blog and share them. My friend said website about language was more interested so it decided to build it! :D&lt;br /&gt;&lt;br /&gt;Site plan&lt;br /&gt;&lt;ul&gt;&lt;li&gt;sharing knowledge about language (blog)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;lesson for language&lt;/li&gt;&lt;li&gt;keep track of user by using badges (actually i really need this function, so i started to learn about using website hehe)&lt;/li&gt;&lt;li&gt;using cms (might be wordpress or drupal)&lt;/li&gt;&lt;li&gt;word book (picture and vocabulary)&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;but wait,&lt;br /&gt;one of my friends, he work on html5 and he told me it was realllllllyyyy cool you have to try!!!! Well, now i'm thinking about html5 might be better hehe.&lt;br /&gt;&lt;br /&gt;The other problem is my language is not that good! So I think, now I'm learning Spanish, then my site might be teach Spanish for Thai online... How was it? Then I can share everything I have learn from University and share them online. (woooo, even you can watch them via university e-learning hehe) But, Hey! it's just for improve my computer skill, I don't care if no one know my site. (for now)&lt;br /&gt;&lt;br /&gt;I still have no idea about the site name, site layout or theme. I hope I'll get some cool name for my Spanish site soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-1703041392734711685?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/lw1CAFAvLDfXesMWp68grJnaURE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lw1CAFAvLDfXesMWp68grJnaURE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/lw1CAFAvLDfXesMWp68grJnaURE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/lw1CAFAvLDfXesMWp68grJnaURE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/QaQeGV8_m14" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/1703041392734711685/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=1703041392734711685" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1703041392734711685?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/1703041392734711685?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/QaQeGV8_m14/new-project.html" title="New Project" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/12/new-project.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A04BSXk5fSp7ImA9Wx9QEEo.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-8216679460973164626</id><published>2010-12-23T10:43:00.000+07:00</published><updated>2010-12-23T11:52:38.725+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-23T11:52:38.725+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><category scheme="http://www.blogger.com/atom/ns#" term="LMS" /><title>Video things</title><content type="html">Hola!&lt;br /&gt;Now my main responsibility in this period is making promote video for LMS.&lt;br /&gt;Wait! what is LMS?&lt;br /&gt;LMS is Learning Management System which can help student and teacher manage their study things via internet. Look pretty cool hah?&lt;br /&gt;&lt;br /&gt;I'm not sure how long was LMS found but I used it since i was in university. Then i can't tell the different if have and no have would effect but I'm pretty sure that it's very useful because while i was a student, I always sent homework, test, exercise and so on via internet. As I just heard someone talk about online lecture, and it's mean LMS is one of the alternative way to learn. I didn't tell you like stay home and just watch the lecher via internet. But in case of when you want to study again before your exam or something.&lt;br /&gt;&lt;br /&gt;Well but my work about LMS is just making video, not thing technical. So I just know how to use, how good is it. Actually I want to do something technical but seem like it's nothing in this period. But I'm happy with my work.... it's better than nothing. :)&lt;br /&gt;&lt;br /&gt;Now I'm drawing storyboard, it's quite confuse me. I can't draw and my skill about art was terrible. Did you know? I used to be the camera man when i was in high school. At that time in my high school, it's really hard to find someone who can do camera, edit video or doing something with computer. Seem like in my class, it's only 3 or 4 people who can do it. And I'm the only one in the class who's join the student reporter(TYN) for technical team which has only 4 people from the whole student in school! I remember that time, I did camera, edit video, building website, record sound and including technical support for school audiovisual things. O_o That 's why I'm so popular for girl (well not really; but I did a lot like boy but wait i'm in school which as lots of girl. So they need some girl who can did lots of things boy can do) and lots of teacher always asked me for help for technical things even just turn on the video for student. O_o&lt;br /&gt;&lt;br /&gt;Here is my picture from high school, quite...... nerd hehe&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://public.bay.livefilestore.com/y1p6Q_vIZo33FhIxhEX3KIcT-kNPYNTFYuhYY_FqlnVxhxDRFdTLrSZ-gqn76xWbPKGcfuOue32OMlueiKrTNV1bA/DSC09377.JPG?psid=1"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 300px; height: 225px;" src="http://public.bay.livefilestore.com/y1p6Q_vIZo33FhIxhEX3KIcT-kNPYNTFYuhYY_FqlnVxhxDRFdTLrSZ-gqn76xWbPKGcfuOue32OMlueiKrTNV1bA/DSC09377.JPG?psid=1" alt="" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://public.bay.livefilestore.com/y1p6Q_vIZo33FhIxhEX3KIcT-kNPYNTFYuhYY_FqlnVxhxDRFdTLrSZ-gqn76xWbPKGcfuOue32OMlueiKrTNV1bA/DSC09377.JPG?psid=1"&gt; &lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Anti-drug campaign, perform music from my own song :)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://public.blu.livefilestore.com/y1pkry-_JPwcDScUlZbBcCxlsbruMoreDmwWzFTWIqv9BgHV3hU13eY0DCSYHK6qIGZ08v2sXPcbLt4BK8FaKq8kQ/DSC07083.JPG?psid=1"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 300px; height: 225px;" src="http://public.blu.livefilestore.com/y1pkry-_JPwcDScUlZbBcCxlsbruMoreDmwWzFTWIqv9BgHV3hU13eY0DCSYHK6qIGZ08v2sXPcbLt4BK8FaKq8kQ/DSC07083.JPG?psid=1" alt="" border="0" /&gt;&lt;/a&gt;While I was camera man :) how was it?&lt;br /&gt;&lt;br /&gt;And the last picture, you might not believe. I am athlete and make&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); 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;font-family:'Times New Roman';font-size:medium;"  &gt;&lt;span class="Apple-style-span" style=";font-family:Tahoma,Loma,sans-serif;font-size:13px;"  &gt;&lt;/span&gt;&lt;/span&gt; you have more surprise with the golden medal!!!&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href="http://public.blu.livefilestore.com/y1pIR30oqU5Uhl8j1uiaGTNJ2_-dPkmoO8xuhh5C6pirkYdcVpC3NijZtVKxKjZNMQc7emmFSf2HfYiQmTc66W0lw/DSC06984.JPG?psid=1"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 300px; height: 225px;" src="http://public.blu.livefilestore.com/y1pIR30oqU5Uhl8j1uiaGTNJ2_-dPkmoO8xuhh5C6pirkYdcVpC3NijZtVKxKjZNMQc7emmFSf2HfYiQmTc66W0lw/DSC06984.JPG?psid=1" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Well, I just wonder, how this blog is in this blog. It might be in my life style blog na. - -"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-8216679460973164626?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kP86bM1VQdYgIKHGpilZuaLxn_0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kP86bM1VQdYgIKHGpilZuaLxn_0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kP86bM1VQdYgIKHGpilZuaLxn_0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kP86bM1VQdYgIKHGpilZuaLxn_0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/9LRjiiIj-tA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/8216679460973164626/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=8216679460973164626" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8216679460973164626?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/8216679460973164626?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/9LRjiiIj-tA/video-things.html" title="Video things" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/12/video-things.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMNQ3sycSp7ImA9Wx9TFkg.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-6354619399411496145</id><published>2010-11-24T17:08:00.000+07:00</published><updated>2010-11-25T09:01:32.599+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-25T09:01:32.599+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mail from abroad" /><title>Germany Journey - St malo</title><content type="html">Straßenverkehr(1)&lt;br /&gt;&lt;br /&gt;Hi again! Last week me and my friends was talking about our experience about transportation and I think it might be fun if we share. :)&lt;br /&gt;&lt;br /&gt;I heard lots of IAESTE student said that they had experience about missing the train. That's funny, because I also have that experience (several time).  That wasn't fun at all at that time, but when we shared it's always fun.&lt;br /&gt;&lt;br /&gt;The biggest experience for me was when I have to catch the bahn (train) to St.Malo to see my friends. Yeah from Germany to France alone, I'm crazy!&lt;br /&gt;&lt;br /&gt;Firstly, I had to take the ICE train from Erlangen to Ausberg. Then I heard some German announcement, honestly, I didn't even know what happen. So I still waiting at the platform! It's cancellation announcement of my train! Oh my Gosh! Fortunately, the German man told me and help me finding the next train to Ausberg. It's in next hour. He told me "German train wasn't come when you need". That's Ok! I hope I can catch the next train in Ausberg. After that, I had to catch the next train to u but my train wasn't stop at Augsburg, Ohhh Myyy  Goshhh number two! It's stop at Munchen (Munich). Screaming!! It's about one hour before my next train from Augsburg to France! What should I do! Then I was quickly find any train which the word "Ausgburg", then I found one and for make sure, I asked the staff there like "Das train go to Ausgburg, right?" Then she was doing like knot the head but she try to said yes in English but she couldn't. She said "Ja, ganau, arrrrr, exactly!" Thanks god, finally i got the train to Ausgburg! (finish for the first chapter)&lt;br /&gt;&lt;br /&gt;Next, I catched the night train from Ausgburg to Paris, France. And, Ohhhhh Myyyy Goshhhh number 3! Euro night train, wooooohhh, didn't expect that. How could you say night train! Night train suppose to have bed or comfortable chair. But what I had see is the room with 6 seats, 3 seat in a row and face each other! Big screaming! Anyway, I'm to tired for screaming thing, so I slept all the way to France (some where in Paris). I woke up once when the officer asked me for the ticket and passport. I had to stamp another day ticket for night train! Oh gosh! I woke up again when the train stop, then I had to take the train to Paris but the officer told me that this train will go to Paris, If you have time you can wait. Ok, I'll wait. Finally, the train arrived Paris! Then I had to catch another train to St.Malo. Then, I couldn't find any terminal to St.Malo! What should I do!!?!?!?!! (Finish for second  chapter)&lt;br /&gt;&lt;br /&gt;Then I asked the officer how to go there, he told me that I have to catch the train from another station!!! What! Another station! Ohhhhhhhh Myyyyyyyy Goshhhhhh Number 4! Bigger screamimg! Then I quickly went to Metro and find the ticket to catch the metro. Oh! dear, I hadn't any euro coin for vending machine. Then I have to buy at the counter! T^T Oh God the line is very long and very slow. Then I notice that I already missed the train to St. Malo. I was really really mad! Then I ask my friends how to go there, he told me that I have to buy another ticket. Ok! it was about 11am, the next train to St. Malo was 3pm!!! Ok, it was only way to go there. I had to buy a new ticket. After that, another problem was the ticket for Metro! I told you that I hadn't got any coin, so there was a man ofter me a ticket. It's 1.6 Euro, the same price as the machine. So I bought the ticket from him but he had no change for me, he offer me 5 Euro for 3 tickets. (Crying) Ok! I had no choice again, I bought 3 tickets for 5 Euro. Finally, I got the train to St. Malo no matter I had to wait another 3 hours. Yeah! Finally I arrived St.Malo!!! Hell! Yeah!&lt;br /&gt;&lt;br /&gt;Ask me for how long for the trip? It's about 24 HOURS! 1 DAY! from Erlangen to St.Malo. Wanna see how far, check it out from google map! Thank you EURail. I don't need to pay any extra money for the ticket, just extra money for reservation.&lt;br /&gt;&lt;br /&gt;&lt;iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=d&amp;amp;source=s_d&amp;amp;saddr=Erlangen,+Germany&amp;amp;daddr=Munich,+Germany+to:Augsburg,+Germany+to:Reims,+France+to:Paris,+France+to:Saint-Malo,+France&amp;amp;hl=en&amp;amp;geocode=FcHV9AIdXPGnACmhNHzVx_ihRzHQx7W-MtoeBA%3BFXaL3gIdGrOwACnZX4yj-XWeRzF9mLF9SrgMAQ%3BFZH_4QIdsD2mACkpKyE6xaKeRzGg54vXrUgeBA%3BFZqY7wIdQ4o9ACkJO1NKM3TpRzHARTuauV8KBA%3BFVt-6QIdi98jACkPt-IGH27mRzFglIxow4ILBA%3BFfJP5gIdlhXh_yldvyYhEIEOSDEt4SuyrX3p-A&amp;amp;mra=ls&amp;amp;sll=49.124219,8.591309&amp;amp;sspn=10.271379,19.753418&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;ll=49.109838,8.481445&amp;amp;spn=5.034778,9.338379&amp;amp;z=6&amp;amp;output=embed"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href="http://maps.google.com/maps?f=d&amp;amp;source=embed&amp;amp;saddr=Erlangen,+Germany&amp;amp;daddr=Munich,+Germany+to:Augsburg,+Germany+to:Reims,+France+to:Paris,+France+to:Saint-Malo,+France&amp;amp;hl=en&amp;amp;geocode=FcHV9AIdXPGnACmhNHzVx_ihRzHQx7W-MtoeBA%3BFXaL3gIdGrOwACnZX4yj-XWeRzF9mLF9SrgMAQ%3BFZH_4QIdsD2mACkpKyE6xaKeRzGg54vXrUgeBA%3BFZqY7wIdQ4o9ACkJO1NKM3TpRzHARTuauV8KBA%3BFVt-6QIdi98jACkPt-IGH27mRzFglIxow4ILBA%3BFfJP5gIdlhXh_yldvyYhEIEOSDEt4SuyrX3p-A&amp;amp;mra=ls&amp;amp;sll=49.124219,8.591309&amp;amp;sspn=10.271379,19.753418&amp;amp;ie=UTF8&amp;amp;t=h&amp;amp;ll=49.109838,8.481445&amp;amp;spn=5.034778,9.338379&amp;amp;z=6" style="color:#0000FF;text-align:left"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;&lt;br /&gt;Next time,  I'll share another transportation experience in Germany. One of the country that famous in transportation.&lt;br /&gt;&lt;br /&gt;Auf Wiedersehen&lt;br /&gt;&lt;/small&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-6354619399411496145?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YAxLSaJ8JePhkp92nMMXCrxXb40/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YAxLSaJ8JePhkp92nMMXCrxXb40/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YAxLSaJ8JePhkp92nMMXCrxXb40/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YAxLSaJ8JePhkp92nMMXCrxXb40/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/kVCViL3YtmA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/6354619399411496145/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=6354619399411496145" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6354619399411496145?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/6354619399411496145?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/kVCViL3YtmA/germany-journey-st-malo.html" title="Germany Journey - St malo" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/11/germany-journey-st-malo.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMBRHY8fSp7ImA9WhRUF0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4188768217114443596</id><published>2010-11-19T20:21:00.000+07:00</published><updated>2012-01-28T23:00:55.875+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-28T23:00:55.875+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="office hour" /><category scheme="http://www.blogger.com/atom/ns#" term="Announcement" /><title>Office Hour</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
At KMUTT Library &lt;br /&gt;
&lt;div&gt;
Office Hour&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Mon,Wed,Thus,Sat: 8.30 am - 5.30 pm&lt;/div&gt;
&lt;div&gt;
Tue, Fri: 8.30 am - 12.00 pm&lt;/div&gt;
&lt;div&gt;
Email: patamania@gmail.com, itsds.team@gmail.com&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now my main responded is Imagineering project which you can find more information at http://modps46.lib.kmutt.ac.th/joomla/ This website was implemented by Joomla (I just use the picture from design team and make it can present in web.) Anyway, it's not so much for beginner. :D&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4188768217114443596?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0UuEMH0xqdDVPsT3S9TRfbbiBuw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0UuEMH0xqdDVPsT3S9TRfbbiBuw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0UuEMH0xqdDVPsT3S9TRfbbiBuw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0UuEMH0xqdDVPsT3S9TRfbbiBuw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/1-Zd8L5dsX4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4188768217114443596/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4188768217114443596" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4188768217114443596?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4188768217114443596?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/1-Zd8L5dsX4/office-hour.html" title="Office Hour" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/11/office-hour.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkIFSXk_eyp7ImA9Wx5UGUw.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4332314338867330544</id><published>2010-10-24T18:02:00.000+07:00</published><updated>2010-10-24T18:08:38.743+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-24T18:08:38.743+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mail from abroad" /><title>Germany Journey - Culture shock</title><content type="html">Brief von Deutschland. (Kulturschock)&lt;br /&gt;(Kulturschock - Culture shock)&lt;br /&gt;&lt;br /&gt;Hi! Now I'm in Thailand. Sorry for stop writing blog for long time. Anyway, I started blogging again.&lt;br /&gt;&lt;br /&gt;While I was in Germany, there are many things that I have to get  used to such as food, languages, transportation and including culture.&lt;br /&gt;&lt;br /&gt;First, greeting, actually, it's not my first time for foreign country  but I still shock for greeting things. Yeah, I'm from Thailand, we just  do Wai(ไหว้) and say sawaddee(สวัสดี) for greeting. We don't shaking  hands, hugging or kissing that's why i always shock (but not much as the  first time). Some of my friends know that I always surprise for foreign  greeting, then, they tried to freaking me, hugging, lifting,,,,,  anyway, if you want to freak me just hug me is freak enough. And again,  somebody they don't know, anyway I don't mind but i just fell a little  bit panic. Yeah, actually I think now i already get used to hug.  (but  not kissing or lifting, please) In my home town, I just do something  like sniff kiss with my family (and with my close friend) that is the  most thing i did. Sometime I just wonder, why guy do hugging with girl,  why don't guy and guy. Just wonder. ('cause I'm girl, you know)&lt;br /&gt;&lt;br /&gt;Then everybody know that if you were in Germany, you have to drink beer.  Honestly, I never use alcohol before. (Nah, Just a little bit not even  more than a gulp of 5% alcohol.) One reason is I was in Student Buddhist  Club so it's immoral to drink alcohol. But just only a week, I had  drink like 3 or more glass of beer (Oh my god!) I don't want my parents  to know that but Hey! mom and dad, I was in Germany, how can I decline,  isn't it? (hehe) But in Thailand, I can't even drink a glass of  schnapps. It's not so good for girl to drink here. (Actually, I need  just a glass of cocktail, can I?)&lt;br /&gt;&lt;br /&gt;While I was there, when I have to stay at the hostel with other it's so  shock. They naked in the room! Oh my god! And everybody with top less. I  might say this is my first time for that, kind of shock ha? Not more  than that, ..... I can't tell you in the detail, sorry. When I am here, I  just saw girl with underwear, it was very embarrassed. Here, I don't  even wear the armless shirt!&lt;br /&gt;&lt;br /&gt;Somebody has notice that I always bow my head when I walk pass someone. I  never notice that, it's automatically. It's one thing for pay respect  for the other. And other thing, they told me that I always avoid to look  at the eyes. Yeah! I know it's rude there to don't look at the eyes  because it's mean I don't pay attention to them. But lots of Asian  believe that if you look at your pair eyes, it's rude to them. So I  automatically avoid to look at the eyes, sometime I didn't notice.  Fortunately, my friends understand me, they know that is my nature.  Actually i know that's rude and I try to look at my pair eyes but  sometime I think, "Oh my god! I look at his eyes for so long, it might  be not good." or "Oh my god! I'm afraid for staring for so long." I  didn't mean to rude you but I was so afraid to staring, it's something I  try to get used to.&lt;br /&gt;&lt;br /&gt;It's good that lots of people understand asian girl like me. They are so  kind especially my roommate she knows our culture and so kind to me.  Miss everyone :D I know that something I don't need to get used to.  Something Thai is the best for me. (hehe)&lt;br /&gt;&lt;br /&gt;Auf Wiedersehen,&lt;br /&gt;Aun Patama Ramchune&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4332314338867330544?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EWx28gl2-TX0t7tof6Vf_B-32XE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EWx28gl2-TX0t7tof6Vf_B-32XE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EWx28gl2-TX0t7tof6Vf_B-32XE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EWx28gl2-TX0t7tof6Vf_B-32XE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/iHp6mnCNooo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4332314338867330544/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4332314338867330544" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4332314338867330544?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4332314338867330544?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/iHp6mnCNooo/brief-von-deutschland-kulturschock.html" title="Germany Journey - Culture shock" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/10/brief-von-deutschland-kulturschock.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkIGR3c7cCp7ImA9Wx5UGU8.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4646949154943019392</id><published>2010-08-19T18:36:00.000+07:00</published><updated>2010-10-24T18:42:06.908+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-10-24T18:42:06.908+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mail from abroad" /><title>Germany Journey - Paris</title><content type="html">Brief von Deutschland. (Paris)&lt;br /&gt;&lt;br /&gt;Hi, I'm Patama Ramchune. I'm currently in Erlangen, Germany for taking the training program here.&lt;br /&gt;&lt;br /&gt;Before I came to Germany, my first country that i have to stop in EU is France on 25 June 2010. I decided to visit my friends,Eve Pop and Louis, at Paris for 3-4 days and then take the train to Erlangen. The flight from Bangkok was so so so nice. I met such a good flight mate, he's so nice and help me everything that i need to know. But the only thing that i don't like is his girlfriend. (Booooo, just kidding) Then I have to wait for the flight to Paris at Abu Dhabi, there was very super dupler high technology, free wifi, free computer. I can stay overnight there actually. By the way, I arrived Paris around 7 o'clock more or less, then called my friends. Everything seem to be nice, unfortunately, the train from there place to the Airport was stop working!!! What?!? Yes, they are strike for something. Ok, so they take the bus instead and we met around 11 o'clock. (Oh! god) This was what i just heard from Thailand that Paris seem to have strike everyweek. Oh! ok, this was what I have to see once in Paris. Then, I have to spend all evening in the bed 'cuz i was very tired from the plain. There place was very nice, they have there own bathrooom and share kitchen with 2 other guys, not so bad.&lt;br /&gt;&lt;br /&gt;Next day, we had city tour in Paris to visit the most popular place you have to see like Eiffel Tower, Champs-Élysées, the gate somewhere, Louvre etc. That was so nice, actually, i'm not the one who love to travel to see the popular place and take a picture to say like "Hey! i'm here", otherwise if i was with friends is alright. Then we stop at somewhere like the garden around Eiffel tower, that was so nice and relax, we taking a lot of funny picture. After that, everybody was so tired, so we stay in front of computer and do everythink like you do in thailand. (You know, you're the same, doing this routine.) Then we have a dinner at midnight (more or less). Oh! my god, I never have dinner at midnight since i was graduated! It made me feel like in the uni again. (oh common, it's just 3 or 4 month) Anyway, Pop and Louis was the good cook, i sware.(Hey! Louis do you need housewife.)&lt;br /&gt;&lt;br /&gt;Next, I can't remember exactly what we were do, but we did something like shopping :) and I had a nice Paris desert. wow, i'll gain a lot of weight from that one. Then we went home and there was a projector in there room (for the project) and Louis just got the movie "Kick ass" so we stay at Louis room and watch the movie together. It was so cool, he projected the screen on the wall and we all lie down and watch the movie. (nice guys)&lt;br /&gt;&lt;br /&gt;Nextday, we got up and went out so late. I could say like CPE time or something. Then I had to buy the ticket to Germany for the next day. I know that it was so late but what should I do? So we went to the train station office and bought the ticket. Unfortunately, it's no seat to go to Germany. Oh common, then I decided to stay longer of a day and it was good. Then we went to Château de Versailles. (It's a castle) but we didn't go inside because it was close. (yes, we went late) anyway, we stay at the garden for a while and made some funny video that someone might seen it already. (but there are more than that.... we are so "Grean"!) After that, Pop Eve and Loius have to finish there report and submit to there professor tomorrow, so they are in hurry and had to work over night, all i can do is just prepare the meal (but most of the meal was from pop, actually). Then I went to bed around 2 or 3 am. And when I woke up in the morning, I was surprised, why Eve's snore so lound, then I got up and see,,, Oh! goddddd Jezzzz, Loise was sleep on Eve bed!!! what should i do, what should i do? (well, do i need to do something, he was sleeping - -") Then I stared to turn on my computer and doing the same routine. I don't know why but the sound of his breath make my mind blow up for sure. So I need to listen to the music to stop thinking about the sound....&lt;br /&gt;&lt;br /&gt;Then after they woke up, we went to there school (or University) It didn't seem like university at all from my view but that was nice. Then we tried to find some French meal, and I have Cruz cruz with big sausage (or something - -") anyway, i don't like cruz cruz now. That evening, the internet was down, so we can't to our routine thing. Then me and Loise went to the music room. Wow! how coooooooool was that place! It was all I need to have all the time. There are a lot of instrument (yeah! except Guitar) and we were there such a long time, I can't remember how long but that was so coooool. You can see me using the DJ. thing here &gt;&gt; http://www.youtube.com/watch?v=OE5Cae91poU&lt;br /&gt;&lt;br /&gt;Then, it's time to say goodbye guys, see you next time. I have to catch my train From Paris to Stuttgart and Stuttgart to Nuremburg and Nuremburg to Erlangen. Cooool! man I am with 28-kilo-bag here! with 3 connection but it was fine. Not so bad than I expect.(well i didn't expect for the bad things just in case) And It was nice to see my friends there before my huge journey in Germany.&lt;br /&gt;&lt;br /&gt;Auf wiedersehen&lt;br /&gt;Ann Aun Patama&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4646949154943019392?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/_WMJ4Nh8MzLIrXgrq9Ps46Ok9Bk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_WMJ4Nh8MzLIrXgrq9Ps46Ok9Bk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/_WMJ4Nh8MzLIrXgrq9Ps46Ok9Bk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/_WMJ4Nh8MzLIrXgrq9Ps46Ok9Bk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/fgORl38d8YI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4646949154943019392/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4646949154943019392" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4646949154943019392?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4646949154943019392?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/fgORl38d8YI/german-journey-paris.html" title="Germany Journey - Paris" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/08/german-journey-paris.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQHQnYzfyp7ImA9WxFVEE0.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-4814912816884995490</id><published>2010-06-08T21:10:00.001+07:00</published><updated>2010-06-08T21:12:13.887+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-08T21:12:13.887+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mail from abroad" /><title>Germany Journey – First step, Visum</title><content type="html">&lt;p&gt;YEah!!!! I just got Germany Visa :-P&lt;/p&gt;  &lt;p&gt;Anyway, for whom that don't know what da heck I'm gonna do there.&lt;/p&gt;  &lt;p&gt;Firstly, I win a scholarship from IAESTE and i'm going to work at &lt;b&gt;Erlengen, Germany&lt;/b&gt; for 2 months (&lt;b&gt;23 June till 9 September 2010&lt;/b&gt;). My work field is about image processing and speech processing. (Yeah! it's computer study). I'm gonna take off on&lt;b&gt; 23 Juni, around 8.30 pm&lt;/b&gt; (check-in 5.30 pm) and please don't try to sent me off, i'm gonna cry..... (actually, it's Wednesday and it won't suitable for you, my friends who got the job.) But it would be nice :)&lt;/p&gt;  &lt;p&gt;I have plan to visit my friends at&lt;b&gt;Paris on 24-28 June&lt;/b&gt; and then take the Euro... something (Eurorail?) to go to Erlengen, Germany. It would be the great time there for both Paris and Erlengen.&lt;/p&gt;  &lt;p&gt;Erlengen local staff was very nice, they usually send me the email like where or when are your arrival, local guide book or year plan for exchange student.&lt;/p&gt;  &lt;p&gt;Arrrrrr I can't wait for my huge journey.&lt;/p&gt;  &lt;p&gt;good luck everyone&lt;/p&gt;  &lt;p&gt;Ann&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-4814912816884995490?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jiYMAkc9SnzC7CsWtHyIM6veYEs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jiYMAkc9SnzC7CsWtHyIM6veYEs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jiYMAkc9SnzC7CsWtHyIM6veYEs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jiYMAkc9SnzC7CsWtHyIM6veYEs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/5vWAsP4x-9s" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/4814912816884995490/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=4814912816884995490" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4814912816884995490?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/4814912816884995490?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/5vWAsP4x-9s/germany-journey-first-step-visum.html" title="Germany Journey – First step, Visum" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/06/germany-journey-first-step-visum.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEUAQnc9eCp7ImA9WxBaE0s.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-7310974635538986365</id><published>2010-03-23T23:28:00.000+07:00</published><updated>2010-03-23T23:37:23.960+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-23T23:37:23.960+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Senior Project" /><title>Progress Senior Project - 3/23/2010</title><content type="html">&lt;div style="text-align: left;"&gt;Yeah! I'm finish!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;here is our poster for present... Actually, i don't like the way teacher ask us to present via poster. It was very bored. Anyway, it wasn't too bad, I can looking around and see other project.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238); -webkit-text-decorations-in-effect: underline; "&gt;&lt;img src="http://1.bp.blogspot.com/_hfc9L8BgY9E/S6jtuhwgPII/AAAAAAAADgw/MAs33oiA4-w/s400/poster.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5451868732523560066" style="display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 309px; height: 400px; " /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 238); -webkit-text-decorations-in-effect: underline; "&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;Yeah! It maybe my last blog for project. T^T kind of sad but i'll continue write more about my work next time. :-P&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-7310974635538986365?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jaNzEBWyAuQ8k7nTs3cy28HP8Ac/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jaNzEBWyAuQ8k7nTs3cy28HP8Ac/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jaNzEBWyAuQ8k7nTs3cy28HP8Ac/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jaNzEBWyAuQ8k7nTs3cy28HP8Ac/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/qCqpWGpHUQA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/7310974635538986365/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=7310974635538986365" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7310974635538986365?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/7310974635538986365?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/qCqpWGpHUQA/progress-senior-project-3232010.html" title="Progress Senior Project - 3/23/2010" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_hfc9L8BgY9E/S6jtuhwgPII/AAAAAAAADgw/MAs33oiA4-w/s72-c/poster.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/03/progress-senior-project-3232010.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4BRn0-fyp7ImA9WxBbFk0.&quot;"><id>tag:blogger.com,1999:blog-7488858566012958863.post-3187914821426438554</id><published>2010-03-15T04:00:00.000+07:00</published><updated>2010-03-15T04:09:17.357+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-15T04:09:17.357+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Senior Project" /><title>Progress Senior Project - 3/15/2010</title><content type="html">&lt;div&gt;&lt;div&gt;Final video with 3 experiments.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;The last experiment is another form of Thai music sheet. To remove the line I use hough transform to remove it but after that, it make the program can't work well on reading but it still acceptable(for me)&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Next time, I'll show you the poster for our presentation. See you next time.&lt;/div&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/1OYAOd3bIm0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/1OYAOd3bIm0&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7488858566012958863-3187914821426438554?l=neoniny.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/08HQu4DHA-BcDF36ZXnBhID87T0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/08HQu4DHA-BcDF36ZXnBhID87T0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/08HQu4DHA-BcDF36ZXnBhID87T0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/08HQu4DHA-BcDF36ZXnBhID87T0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MyIdeaBlog/~4/pZx5P_aUfgs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://neoniny.blogspot.com/feeds/3187914821426438554/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=7488858566012958863&amp;postID=3187914821426438554" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/3187914821426438554?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7488858566012958863/posts/default/3187914821426438554?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MyIdeaBlog/~3/pZx5P_aUfgs/progress-senior-project-3152010.html" title="Progress Senior Project - 3/15/2010" /><author><name>Patama Ramchune</name><uri>http://www.blogger.com/profile/08342736359835089943</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://4.bp.blogspot.com/_hfc9L8BgY9E/Sma7wsDdpDI/AAAAAAAABr4/SCDJxLzOWlk/S220/iaun.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://neoniny.blogspot.com/2010/03/progress-senior-project-3152010.html</feedburner:origLink></entry></feed>

