<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3455641426392671434</id><updated>2012-02-16T12:55:50.383+02:00</updated><category term='Flash'/><category term='Ubuntu'/><category term='PIC16F628A Microcontroller'/><category term='Flash Lite application'/><category term='Japan-Japanese'/><title type='text'>traceGABI</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-1164841634501161066</id><published>2010-11-06T18:19:00.005+02:00</published><updated>2010-11-06T23:00:12.175+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flash'/><title type='text'>How to install Flex 4 SDK on your linux OS?</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xsmxh_rMYWg/TNVzc6JsGkI/AAAAAAAAALE/JoO0V2s1bbY/s1600/flex_100x100.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xsmxh_rMYWg/TNVzc6JsGkI/AAAAAAAAALE/JoO0V2s1bbY/s320/flex_100x100.jpg" width="100" /&gt;&lt;/a&gt;&lt;/div&gt;Hi, first of all, why to install Flex 4 sdk ?&lt;br /&gt;Because you can &amp;nbsp;write code in ActionScript3.0 and compile into SWF file using any edit program and any Operating System.&lt;br /&gt;Also you are not bound to buy a license for flex 4 or Flash Profesional CS 3,4,5, a license which cost a lot for any middle person. &lt;br /&gt;&lt;br /&gt;I am using at this moment Ubuntu Linux v.10.10. &lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;1. &lt;/span&gt;Download Flex&amp;nbsp;4&amp;nbsp;SDK &amp;nbsp;from &lt;a href="http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK"&gt;this link&amp;nbsp;&lt;/a&gt;&amp;nbsp;&amp;nbsp;(Download -&amp;gt; Free Adobe Flex SDK) or directly from&amp;nbsp;&lt;a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex4sdk"&gt;here&lt;/a&gt;&amp;nbsp;. Save it to Desktop.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;2.&lt;/span&gt; Unzip and change the name to "flex"&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;3. &lt;/span&gt;Open a terminal (to use the command line) and write the following code to create a folder &amp;nbsp;called "flex4" at address "/opt/"&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;code&gt;sudo mkdir /opt/flex4&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;4.&lt;/span&gt; Now, you need to move SDK program from Desktop to that address . Here is the code :&lt;br /&gt;&lt;code&gt;sudo mv flex/* /opt/flex4/&amp;nbsp;&lt;/code&gt;&lt;br /&gt;This command move all files from &lt;i&gt;flex&lt;/i&gt; to &lt;i&gt;flex4 &lt;/i&gt;folder.&amp;nbsp;If you want to check you moved everything , you can write in terminal :&lt;br /&gt;&lt;code&gt;&amp;nbsp;cd /opt/flex4&lt;br /&gt;&amp;nbsp;ls&lt;/code&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #cc0000;"&gt;5.&lt;/span&gt; Now, your machine needs to know what to do when you type in terminal a code like &amp;nbsp;&lt;code&gt;mxmlc file_name.as &lt;/code&gt;This command line compile the code wrote in file &amp;nbsp;"file_name" in a SWF file.&lt;br /&gt;To know, you need to add the following code in a specific file called ".bashrc" :&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;gedit ~/.bashrc&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;and add(copy -paste) &amp;nbsp;to the last line &amp;nbsp;&lt;code&gt;export PATH=/opt/flex4/bin:$PATH&lt;/code&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: monospace;"&gt;Have fun , programming is fun!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-1164841634501161066?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/1164841634501161066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/11/how-to-install-flex-4-sdk-on-your-linux.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/1164841634501161066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/1164841634501161066'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/11/how-to-install-flex-4-sdk-on-your-linux.html' title='How to install Flex 4 SDK on your linux OS?'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xsmxh_rMYWg/TNVzc6JsGkI/AAAAAAAAALE/JoO0V2s1bbY/s72-c/flex_100x100.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-7868953687040799047</id><published>2010-06-07T13:21:00.009+03:00</published><updated>2010-06-18T00:40:30.628+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to ... on Ubuntu [Easy Questions]</title><content type='html'>&lt;span style="color: rgb(204, 0, 0);"&gt;==This content is continually  updated==&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;1. Q:How to &lt;span style="font-weight: bold;"&gt;add/remove folders from "Places" &lt;/span&gt;on  my ubuntu menu?&lt;br /&gt;  A:Open a random folder and press CTRL+B to Edit BookMarks(removing option) and  CTRL+D to add the current folder.&lt;br /&gt;&lt;br /&gt;2. Q:How to&lt;span style="font-weight: bold;"&gt; view CHM&lt;/span&gt; (MS Compiled Html Help) files on linux?&lt;br /&gt;  A:Install &lt;span style="font-weight: bold;"&gt;xchm&lt;/span&gt; program typing in terminal :&lt;br /&gt;&lt;code&gt;sudo apt-get install xchm&lt;/code&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-7868953687040799047?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/7868953687040799047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/06/how-to-on-ubuntu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/7868953687040799047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/7868953687040799047'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/06/how-to-on-ubuntu.html' title='How to ... on Ubuntu [Easy Questions]'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-400125493498602479</id><published>2010-03-30T22:34:00.025+03:00</published><updated>2010-07-25T13:21:50.895+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Japan-Japanese'/><title type='text'>How to say in japanese ::...</title><content type='html'>&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 214px;" src="http://4.bp.blogspot.com/_xsmxh_rMYWg/S77yFEsnncI/AAAAAAAAAHo/8lS-JZzpBbs/s320/Japanese+Flag.gif" alt="" id="BLOGGER_PHOTO_ID_5458065967393775042" border="0" /&gt;&lt;br /&gt;On the left , you have numbers from 1 to 10 in japanese :&lt;br /&gt;ichi ni san shi go roku nana hachi kyu ju.&lt;br /&gt;&lt;br /&gt;This is a simple list to trace my japanese vocabulary and to remind these words.&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;==This content is continually updated==&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;I write here in this manner :&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold;"&gt;english &lt;/span&gt;::&lt;span style="font-weight: bold;"&gt; romaji&lt;/span&gt; :: &lt;span style="font-weight: bold;"&gt;hiragana/katakana&lt;/span&gt; :: &lt;span style="font-weight: bold;"&gt;kanji &lt;/span&gt;;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;- ==  I don't know&lt;br /&gt;1. car :: &lt;span&gt; kuruma&lt;/span&gt;(romaji) &lt;span&gt;::&lt;/span&gt;&lt;span&gt;くるま&lt;/span&gt;(hiragana) :: &lt;span&gt;車&lt;/span&gt;(kanji) ;&lt;br /&gt;or tehnical term  &lt;span&gt;jidousha&lt;/span&gt; (romaji) :: &lt;span&gt;じどうしゃ &lt;/span&gt;(hiragana) :: &lt;span&gt;自動車&lt;/span&gt; (kanji);　&lt;br /&gt;2. wheel　::　sharin　::　しゃりん ::　車輪&lt;br /&gt;3. game  :: geemu  ::   ゲーム  :: -&lt;br /&gt;4. online  ::  osoraiso ( I guess)  :: オンライン  :: -&lt;br /&gt;5. bicycle :: jitensha ::  じてんしゃ :: 自転車&lt;br /&gt;6. morning :: asa ::  あさ :: -&lt;br /&gt;7. dog :: inu ::  いぬ :: -&lt;br /&gt;8. sea :: umi :: うみ :: -&lt;br /&gt;9. station :: eki ::  えき :: -&lt;br /&gt;10.&lt;br /&gt;&lt;br /&gt;&lt;table id="word_result" border="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-400125493498602479?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/400125493498602479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/03/how-to-say-in-japanese.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/400125493498602479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/400125493498602479'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/03/how-to-say-in-japanese.html' title='How to say in japanese ::...'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xsmxh_rMYWg/S77yFEsnncI/AAAAAAAAAHo/8lS-JZzpBbs/s72-c/Japanese+Flag.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-3120515213512869058</id><published>2010-03-27T02:12:00.009+02:00</published><updated>2010-06-07T13:31:39.935+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Japan-Japanese'/><category scheme='http://www.blogger.com/atom/ns#' term='Ubuntu'/><title type='text'>How to install Japanese input on Ubuntu 9.10(Karmic Koala)</title><content type='html'>This is a tutorial for the users who use Ubuntu v9.10 or later  and want to write in japanese(hiragana ,katakana, kanji) on this OS.  First of all, you need to install SCIM package by command line.&lt;br /&gt;&lt;br /&gt;1.Go to Applications -&gt; Accessories -&gt;Terminal and write  :&lt;br /&gt;&lt;code&gt;sudo apt-get install scim-bridge-client-gtk&lt;/code&gt;  (press &lt;enter&gt; and you'll need to write your password then)&lt;br /&gt;&lt;enter&gt;&lt;code&gt;sudo apt-get install scim-anthy &lt;/code&gt; (install japanese characters)&lt;br /&gt;&lt;br /&gt;2.Go to &lt;code&gt;System-&gt;Administration-&gt;Language support&lt;/code&gt; to enable &lt;code&gt;scim-bridge&lt;/code&gt;&lt;/enter&gt;&lt;em&gt; at "Keyboard input&lt;/em&gt; method system"&lt;br /&gt;&lt;enter&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;img style="margin: 0pt 10px 10px 0pt; width: 400px; height: 246px;" src="http://2.bp.blogspot.com/_xsmxh_rMYWg/S61SEOsycAI/AAAAAAAAAGw/xtIAWCMaTGU/s400/Screenshot-Language.png" alt="" id="BLOGGER_PHOTO_ID_5453104956434444290" border="0" /&gt;&lt;br /&gt;&lt;enter&gt;&lt;enter&gt;3.Logout and login again , to apply these changes and when you want to input japanese characters you can press :&lt;br /&gt;&lt;code&gt; ctrl+spacebar&lt;/code&gt; to open SCIM and&lt;br /&gt;&lt;code&gt; ctrl+shift&lt;/code&gt; to switch for japanese.&lt;br /&gt;&lt;br /&gt;Have fun with japanese. I have!&lt;br /&gt;&lt;/enter&gt;&lt;/enter&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-3120515213512869058?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/3120515213512869058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/03/how-to-install-japanese-input-on-karmic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/3120515213512869058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/3120515213512869058'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/03/how-to-install-japanese-input-on-karmic.html' title='How to install Japanese input on Ubuntu 9.10(Karmic Koala)'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xsmxh_rMYWg/S61SEOsycAI/AAAAAAAAAGw/xtIAWCMaTGU/s72-c/Screenshot-Language.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-1173840695554718991</id><published>2010-02-07T10:14:00.026+02:00</published><updated>2010-03-28T04:00:57.350+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PIC16F628A Microcontroller'/><title type='text'>First program in assembly for pic16f628</title><content type='html'>My program just turns on a led with pic16f628.  This is quite simple for all beginner programers, because you just need to write this  :&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xsmxh_rMYWg/S27IzyLh2iI/AAAAAAAAAEQ/7dHw36WYqIA/s1600-h/program628.PNG"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 400px; height: 352px;" src="http://1.bp.blogspot.com/_xsmxh_rMYWg/S27IzyLh2iI/AAAAAAAAAEQ/7dHw36WYqIA/s400/program628.PNG" alt="" id="BLOGGER_PHOTO_ID_5435502592251779618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I have compiled with &lt;span style="font-weight: bold;"&gt;MPLAB&lt;/span&gt; (a free compiler from Microchip) , and programed my pic with &lt;span style="font-weight: bold;"&gt;icprog&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ORG function&lt;/span&gt; - Programs starts at 0x000 in pic's memory&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;bsf &lt;/span&gt;- bit set f&lt;br /&gt;&lt;br /&gt;bsf f,b&lt;br /&gt;&lt;br /&gt;bit "b" in register f is set.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;movlw&lt;/span&gt; -move literal to 'w'&lt;br /&gt;movlw k&lt;br /&gt;bit literal "k" is loaded into the 'W' register.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;movwf&lt;/span&gt;  function -move data from "W" reg to "F" register.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;bcf  &lt;/span&gt;-Bit clear f&lt;br /&gt;bcf f,b&lt;br /&gt;bit 'b' from 'f' register is cleared.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Why did I change my place  from Bank0 to Bank1 and viceversa? (I am talking about  &lt;span style="font-style: italic;"&gt;bsf STATUS,RP0&lt;/span&gt; and &lt;span style="font-style: italic;"&gt;bcf STATUS,RP0&lt;/span&gt;  line code)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Answer&lt;/span&gt;: Because TRISA register is located in Bank1 for this microcontroller and PORTA register is located in Bank0 . So , I wrote to reg TRISA , status '0'  for output pins  :&lt;br /&gt;bit 0  -for output pins : LEDS, LOADSPEAKERS, etc&lt;br /&gt;bit 1  -for input pins: Buttons ,etc&lt;br /&gt;&lt;br /&gt;and 1 (movlw 0xff , movwf PORTA)  at PORTA to turn on the leds from A pins .&lt;br /&gt;&lt;br /&gt;Take a look at Bank0 and Bank1 locations:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xsmxh_rMYWg/S2_qcTtc7RI/AAAAAAAAAEY/i0XV9ecPR_U/s1600-h/hei.png"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 335px; height: 400px;" src="http://3.bp.blogspot.com/_xsmxh_rMYWg/S2_qcTtc7RI/AAAAAAAAAEY/i0XV9ecPR_U/s400/hei.png" alt="" id="BLOGGER_PHOTO_ID_5435821047307627794" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-1173840695554718991?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/1173840695554718991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/02/first-program-in-assembly-for-pic16f628.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/1173840695554718991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/1173840695554718991'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/02/first-program-in-assembly-for-pic16f628.html' title='First program in assembly for pic16f628'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xsmxh_rMYWg/S27IzyLh2iI/AAAAAAAAAEQ/7dHw36WYqIA/s72-c/program628.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3455641426392671434.post-3056260363414404377</id><published>2010-01-18T19:23:00.011+02:00</published><updated>2010-10-19T12:09:46.300+03:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Flash Lite application'/><title type='text'>Our Solar System ScreenSaver</title><content type='html'>for Mobiles [240x320].It's not FULLSCREEN for other resolutions.&lt;br /&gt;&lt;br /&gt;It's my second screen saver&lt;span style="font-weight: bold;"&gt; for&lt;/span&gt; my new &lt;span style="font-weight: bold;"&gt;nokia 5130XpressMusic &lt;/span&gt;.&lt;br /&gt;Planets in animation :  Mercur, Venus , Terra[Mother Earth], Mars[Home...], Ceres,  Jupiter, Saturn, Uranus , Neptun.&lt;br /&gt;&lt;br /&gt;Unfortunately www.spamtheweb.com deleted my screensaver and I don't have any copy of this :(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3455641426392671434-3056260363414404377?l=tracegabi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tracegabi.blogspot.com/feeds/3056260363414404377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tracegabi.blogspot.com/2010/01/our-solar-system-screensaver.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/3056260363414404377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3455641426392671434/posts/default/3056260363414404377'/><link rel='alternate' type='text/html' href='http://tracegabi.blogspot.com/2010/01/our-solar-system-screensaver.html' title='Our Solar System ScreenSaver'/><author><name>Gabi Soare</name><uri>http://www.blogger.com/profile/13577244687631908567</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
