<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>TechBlog by Yanto Suryono</title>
	<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/index.php" />
	<modified>2012-02-06T04:26:48Z</modified>
	<author>
		<name>Yanto Suryono</name>
	</author>
	<copyright>Copyright 2012, Yanto Suryono</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.8">SPHPBLOG</generator>
	<entry>
		<title>Ubuntu, Firefox 3.6 and Java 1.6.0.18</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-100208-232026_Ubuntu_Firefox_3_6_and_Java_1_6_0_18" />
		<content type="text/html" mode="escaped"><![CDATA[I am using Ubuntu 9.10 (Karmic Koala) and my Java stopped working on Firefox as soon as I upgraded it to 3.6.  ...]]></content>
		<id>http://tech.yanto-flora.net/e-100208-232026_Ubuntu_Firefox_3_6_and_Java_1_6_0_18</id>
		<issued>2010-02-09T00:00:00Z</issued>
		<modified>2010-02-09T00:00:00Z</modified>
	</entry>
	<entry>
		<title>VHDL Switch Model</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-090424-172201_VHDL_Switch_Model" />
		<content type="text/html" mode="escaped"><![CDATA[Have you ever tried to model a bidirectional switch in VHDL ? Since drivers in VHDL are unidirectional the task can become quite challenging. ...]]></content>
		<id>http://tech.yanto-flora.net/e-090424-172201_VHDL_Switch_Model</id>
		<issued>2009-04-24T00:00:00Z</issued>
		<modified>2009-04-24T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Making Use of Your Host File</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-080809-202136_Making_Use_of_Your_Host_File" />
		<content type="text/html" mode="escaped"><![CDATA[When you access a host on the internet, usually you access them using its human friendly name, such as tech.yanto-flora.net. However, the actual access is done using what is called the host&#039;s IP address. Normally, a DNS will be responsible to translate the human friendly name into its corresponding IP address, but most OS have a local file for name translation which has precedence over DNS. ...]]></content>
		<id>http://tech.yanto-flora.net/e-080809-202136_Making_Use_of_Your_Host_File</id>
		<issued>2008-08-10T00:00:00Z</issued>
		<modified>2008-08-10T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Status Update on Changing Vista Home Premium Language</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-080130-130306_Status_Update_on_Changing_Vista_Home_Premium_Language" />
		<content type="text/html" mode="escaped"><![CDATA[In <a href="http://tech.yanto-flora.net/e-080118-131408_Changing_Display_Language_of_Vista_Home_Premium" >previous article</a> I listed several problems I found when I changed my Vista Home Premium language from Japanese to English by manually installing english mui files. After some time experimenting, I managed to solve almost all the problems. Yes, almost all. ...]]></content>
		<id>http://tech.yanto-flora.net/e-080130-130306_Status_Update_on_Changing_Vista_Home_Premium_Language</id>
		<issued>2008-01-30T00:00:00Z</issued>
		<modified>2008-01-30T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Changing Display Language of Vista Home Premium</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-080118-131408_Changing_Display_Language_of_Vista_Home_Premium" />
		<content type="text/html" mode="escaped"><![CDATA[Vista introduces a big change from previous windows OSes, that is the MUI (Multilanguage User Interface) is deployed and used by all Vista components. Therefore, it is possible to change the display language of the Vista OS itself without having to patch resource files and some other dangerous things, just install the target language MUI and let the Vista use it. ...]]></content>
		<id>http://tech.yanto-flora.net/e-080118-131408_Changing_Display_Language_of_Vista_Home_Premium</id>
		<issued>2008-01-18T00:00:00Z</issued>
		<modified>2008-01-18T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Cross Module Signal Referencing in VHDL</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-071114-045009_Cross_Module_Signal_Referencing_in_VHDL" />
		<content type="text/html" mode="escaped"><![CDATA[If you have been doing hardware design using Verilog and/or VHDL, and use VHDL to build testbench, I think you will agree with me, that it is nice if you can refer to any signal in any module beneath the testbench module similar to what Verilog can do. ...]]></content>
		<id>http://tech.yanto-flora.net/e-071114-045009_Cross_Module_Signal_Referencing_in_VHDL</id>
		<issued>2007-11-14T00:00:00Z</issued>
		<modified>2007-11-14T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Playing Midi Files in Linux Firefox</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-071020-014418_Playing_Midi_Files_in_Linux_Firefox" />
		<content type="text/html" mode="escaped"><![CDATA[Recently I have been working mostly on Linux at home rather than Windows, so I have been browsing mostly using Linux Firefox and I found out that it does not play web embedded midi by default. Well at least in my configuration. ...]]></content>
		<id>http://tech.yanto-flora.net/e-071020-014418_Playing_Midi_Files_in_Linux_Firefox</id>
		<issued>2007-10-20T00:00:00Z</issued>
		<modified>2007-10-20T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Fixed Point Arithmetic</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-070928-121200_Fixed_Point_Arithmetic" />
		<content type="text/html" mode="escaped"><![CDATA[It is always said that dealing with floating point numbers is slow. So slow that if precision can be compromised and speed is more important, programmers will use integers instead. Integers ? yes ! But how will you deal with fractions then ? The answer is fixed point arithmetic. ...]]></content>
		<id>http://tech.yanto-flora.net/e-070928-121200_Fixed_Point_Arithmetic</id>
		<issued>2007-09-28T00:00:00Z</issued>
		<modified>2007-09-28T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Microsoft Word 2003 and Typing on Selection Behaviour</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-070925-083659_Microsoft_Word_2003_and_Typing_on_Selection_Behaviour" />
		<content type="text/html" mode="escaped"><![CDATA[I selected a range of text to replace in Microsoft Word 2003, and then started typing. But instead of the selected text replaced with the newly typed text, the selection was just cancelled and what I typed was inserted. Well, certainly I did not expect this to happen. Curious with what was happening, I selected again and hit backspace. What I expect was, the selected text should go away but they didn&#039;t ! ...]]></content>
		<id>http://tech.yanto-flora.net/e-070925-083659_Microsoft_Word_2003_and_Typing_on_Selection_Behaviour</id>
		<issued>2007-09-25T00:00:00Z</issued>
		<modified>2007-09-25T00:00:00Z</modified>
	</entry>
	<entry>
		<title>How to Compute the Reciprocal of A Value</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-070917-015947_How_to_Compute_the_Reciprocal_of_A_Value" />
		<content type="text/html" mode="escaped"><![CDATA[Have you ever thought how your calculator computes the result when you press the &quot;1/x&quot; button ? and have you ever thought how your computer computes the reciprocal ?  ...]]></content>
		<id>http://tech.yanto-flora.net/e-070917-015947_How_to_Compute_the_Reciprocal_of_A_Value</id>
		<issued>2007-09-17T00:00:00Z</issued>
		<modified>2007-09-17T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Displaying Math in Web Page</title>
		<link rel="alternate" type="text/html" href="http://tech.yanto-flora.net/e-070911-075233_Displaying_Math_in_Web_Page" />
		<content type="text/html" mode="escaped"><![CDATA[I was about to post an algorithm which requires me to describe it with several math formulas, but   then I was stuck since there is no easy and reliable way to display math in web pages using the HTML/CSS alone. ...]]></content>
		<id>http://tech.yanto-flora.net/e-070911-075233_Displaying_Math_in_Web_Page</id>
		<issued>2007-09-11T00:00:00Z</issued>
		<modified>2007-09-11T00:00:00Z</modified>
	</entry>
</feed>


