<?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/opensearchrss/1.0/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"><id>tag:blogger.com,1999:blog-7616099</id><updated>2009-06-13T14:08:16.419-04:00</updated><title type="text">Augur's Ramblings</title><subtitle type="html">Semi-topical babble about Radio, Computers, Linux, Life, the Universe, and Everything.</subtitle><link rel="alternate" type="text/html" href="http://webaugur.com/dave/blogger/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default?start-index=26&amp;max-results=25" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://webaugur.com/dave/blogger/atom.xml" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>87</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><geo:lat>39.8096</geo:lat><geo:long>-86.2373</geo:long><link rel="self" href="http://feeds.feedburner.com/DavidLNorris" type="application/atom+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><entry><id>tag:blogger.com,1999:blog-7616099.post-1614758485696370148</id><published>2009-06-08T03:01:00.003-04:00</published><updated>2009-06-08T14:33:54.346-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="movies" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="hdtv" /><category scheme="http://www.blogger.com/atom/ns#" term="hulu" /><category scheme="http://www.blogger.com/atom/ns#" term="tv" /><category scheme="http://www.blogger.com/atom/ns#" term="boxee" /><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu" /><title type="text">Boxee</title><content type="html">Here I sit, unable to sleep, watching Fantasy Island on Hulu with &lt;a href="http://boxee.tv/"&gt;Boxee&lt;/a&gt;.  Tattoo was just announcing, "De Plane!  De Plane!"  Tattoo is trying to convince the boss to give him his fantasy.&lt;br /&gt;&lt;br /&gt;I haven't watched live television in about 6 months, I guess.  I got a 34" 1080p HDTV around Christmas.  So I built a Home Theater PC running &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu 8.10&lt;/a&gt; to use with it.  I have a large library of movies and tv shows.  So it made sense that I would organize them with the computer.  As I was looking for software to do that Boxee was becoming popular.  Boxee is definitely beta quality but it is headed in a fantastic direction.  I wish it was better able to integrate online content with local content.  But its so good there's just no point in watching live tv.&lt;br /&gt;&lt;br /&gt;"Let's see some sunshine on that Cherubic face of yours."  -- De Boss, De Boss!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-1614758485696370148?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/1614758485696370148" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/1614758485696370148" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/CybHbtvkCwI/boxee.html" title="Boxee" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2009/06/boxee.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-2558463950175512640</id><published>2009-06-04T18:14:00.003-04:00</published><updated>2009-06-04T18:31:38.680-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="web development" /><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><category scheme="http://www.blogger.com/atom/ns#" term="php" /><category scheme="http://www.blogger.com/atom/ns#" term="apache" /><title type="text">php-imap extension == evil</title><content type="html">&lt;h2&gt;The Problem&lt;/h2&gt;The &lt;a href="http://us2.php.net/manual/en/book.imap.php"&gt;PHP IMAP&lt;/a&gt; extension relies on &lt;a href="http://www.washington.edu/imap/"&gt;University of Washington's libc-client IMAP&lt;/a&gt; library which appears to be written by kindergarteners. After some review of the source code, UW's IMAP client library appears to have extensive, serious security and stability problems at very fundamental levels.&lt;br /&gt;&lt;br /&gt;I'm seeing segfaults (buffer overflows) performing simple operations like fetching attachments.  Some attachments work fine but others fail; larger files especially.  There are bug reports and CVE entries related to similar issues.  However, upgrading to the supposed "fixed" versions of everything does not make any difference for my specific issue.  It does fix some other issues related to this.  (i.e. the exact same programming errors that appear to affect thousands of lines of code in the UW client.)&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;The Solution&lt;/h2&gt;Use one of the many native IMAP class library.  My choice would be &lt;a href="http://framework.zend.com/manual/en/zend.mail.html"&gt;Zend_Mail&lt;/a&gt; as we use &lt;a href="http://framework.zend.com/"&gt;Zend Framework&lt;/a&gt; extensively here at work.  Zend_Mail supports a number of other mail protocols in addition to IMAP.  MIME type support is likely much better than other options.  The other logical choice would be &lt;a href="http://pear.php.net/package/Net_IMAP/"&gt;Pear Net_IMAP&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-2558463950175512640?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/2558463950175512640" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/2558463950175512640" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/YiJEbng_e2g/php-imap-extension-evil.html" title="php-imap extension == evil" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2009/06/php-imap-extension-evil.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-647007878027840381</id><published>2009-04-09T11:04:00.008-04:00</published><updated>2009-06-04T13:34:19.891-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="web development" /><category scheme="http://www.blogger.com/atom/ns#" term="mysql" /><category scheme="http://www.blogger.com/atom/ns#" term="cluster" /><title type="text">MySQL Master-Master-Slave(s) Database Replication</title><content type="html">I have watched the technology sessions and slideshows explaining how many large websites, such as Google or Facebook, setup their MySQL Databases.  But none have ever gone into the details of how to configure MySQL in such a way.  So I had to tackle that myself.  I am documenting the process here so its hopefully useful to others (and myself when I forget in 6 months).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Overview of the resources involved&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Server farm composed of &lt;a href="http://www.sun.com/servers/x64/x2250/"&gt;Sun Fire x2250&lt;/a&gt; servers&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.sun.com/storage/disk_systems/workgroup/2510/"&gt;Sun StorageTek 2510 iSCSI&lt;/a&gt; storage arrays&lt;br /&gt;&lt;/li&gt;&lt;li&gt;All servers run &lt;a href="http://www.redhat.com/cluster_suite/"&gt;Red Hat Enterprise Linux Cluster Suite 5.3&lt;/a&gt;&lt;/li&gt;&lt;li&gt;MySQL 5.1 from &lt;a href="http://blog.famillecollet.com/"&gt;Remi&lt;/a&gt; has been installed (Merci Remi!)&lt;/li&gt;&lt;li&gt;Masters are on bare-metal with a pair of RAID-1 250GB disks, 8 cores, 16GB RAM&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Slaves run as cluster services on RHEL 5.3 backed by the iSCSI arrays, 4 cores, 4GB RAM&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Data Integrity Concerns&lt;/span&gt;&lt;br /&gt;The very first thing you need to consider is that MySQL technically does not support multiple masters.  This is significant because it means that there is no conflict resolution if you write data to both masters.  If you happen to change the same record on both masters they wipe each other's changes out.  MySQL replication works simply by replaying queries from the master on the slave server.&lt;br /&gt;&lt;br /&gt;The safest solution is to simply never write data to both masters.  Although, there are strategies that allow you to safely write to multiple masters.  For example, limit writes to specific tables on each master server.  In my case I use the secondary master as a replication source and hot-spare in case I need to take down the primary master for maintenance.  Using the secondary master as a replication source takes the burden of slave replication off your primary database server.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Master Configuration&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;We have two masters.  They are identified as 1 and 2.  (Slaves are 11, 12, etc.)&lt;br /&gt;&lt;br /&gt;The very first thing you should do is to run /usr/bin/mysql_secure_installation on each of your masters to set MySQL's root password and other security settings.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Master 1&lt;/span&gt;&lt;br /&gt;Add the following to the [mysqld] section of my.cnf making the appropriate changes and restart mysqld:&lt;div style="margin-left: 4em;"&gt;&lt;code&gt;# primary master server id&lt;br /&gt;server-id=1&lt;br /&gt;auto_increment_offset=1&lt;br /&gt;# total number of master servers&lt;br /&gt;auto_increment_increment=2&lt;br /&gt;# local slave replication options&lt;br /&gt;log-bin=master1-bin&lt;br /&gt;log-slave-updates&lt;br /&gt;# remote master replication options&lt;br /&gt;master-host=master2.yourdomain.com&lt;br /&gt;master-port=3306&lt;br /&gt;master-user=replica&lt;br /&gt;master-password=replic8&lt;br /&gt;master-connect-retry=10&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;Master 2&lt;/span&gt;&lt;br /&gt;Add the following to the [mysqld] section of my.cnf making the appropriate changes and restart mysqld:&lt;div style="margin-left: 4em;"&gt;&lt;code&gt;# secondary master server id&lt;br /&gt;server-id=2&lt;br /&gt;auto_increment_offset=2&lt;br /&gt;# total number of master servers&lt;br /&gt;auto_increment_increment=2&lt;br /&gt;# local slave replication options&lt;br /&gt;log-bin=master2-bin&lt;br /&gt;log-slave-updates&lt;br /&gt;# remote master replication options&lt;br /&gt;master-host=master1.yourdomain.com&lt;br /&gt;master-port=3306&lt;br /&gt;master-user=replica&lt;br /&gt;master-password=replic8&lt;br /&gt;master-connect-retry=10&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Create Replication Accounts&lt;br /&gt;&lt;/span&gt;On both master servers run the following query as root:&lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; GRANT REPLICATION SLAVE ON *.* TO 'replica'@'%' IDENTIFIED BY 'replic8';&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Dump/Load Existing Data and start Replication&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On Master 1&lt;br /&gt;&lt;/span&gt;Prevent writing to the database.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; FLUSH TABLES WITH READ LOCK;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; SHOW MASTER STATUS\G&lt;br /&gt;*************************** 1. row ***************************&lt;br /&gt;          File: master1-bin.000001&lt;br /&gt;      Position: 254&lt;br /&gt;  Binlog_Do_DB:&lt;br /&gt;Binlog_Ignore_DB:&lt;br /&gt;1 row in set (0.20 sec)&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Make note of the position and file name.  You &lt;span style="font-style: italic;"&gt;must have&lt;/span&gt; these later.  From a terminal you now need to dump the database for loading onto the slaves.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;bash&gt;&lt;/strong&gt; mysqldump -A -u root -p &amp;gt; master1.sql&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;On Master 2&lt;br /&gt;&lt;/span&gt;Load the data from Master 1 onto Master 2.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;bash&gt;&lt;/strong&gt; mysql -h master2.yourdomain.com -u root -p &amp;lt; master1.sql&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;Enable Master 2 as a slave to Master 1 (refer to master 1's &lt;span style="font-style: italic;"&gt;show master status&lt;/span&gt; above for MASTER_LOG* values)&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; CHANGE MASTER TO&lt;br /&gt;MASTER_HOST='master1.yourdomain.com',&lt;br /&gt;MASTER_USER='replica',&lt;br /&gt;MASTER_PASSWORD='replic8',&lt;br /&gt;MASTER_LOG_FILE='&lt;/code&gt;&lt;code&gt;master1-bin.000001&lt;/code&gt;&lt;code&gt;',&lt;br /&gt;MASTER_LOG_POS=254;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt;&lt;/span&gt; START SLAVE;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Get the Log Info for Master 2&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; SHOW MASTER STATUS\G&lt;br /&gt;*************************** 1. row ***************************&lt;br /&gt;          File: master2-bin.000005&lt;br /&gt;      Position: 12314580&lt;br /&gt;  Binlog_Do_DB:&lt;br /&gt;Binlog_Ignore_DB:&lt;br /&gt;1 row in set (0.00 sec)&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;On Master 1&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;Enable Master 1 as a slave to Master 2&lt;span style="font-weight: bold;"&gt; &lt;/span&gt; (refer to master 2's &lt;span style="font-style: italic;"&gt;show master status&lt;/span&gt; above for MASTER_LOG* values) &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; CHANGE MASTER TO&lt;br /&gt;MASTER_HOST='master2.yourdomain.com',&lt;br /&gt;MASTER_USER='replica',&lt;br /&gt;MASTER_PASSWORD='replic8',&lt;br /&gt;MASTER_LOG_FILE='&lt;/code&gt;&lt;code&gt;master2-bin.000005',&lt;br /&gt;MASTER_LOG_POS=&lt;/code&gt;&lt;code&gt;12314580;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt;&lt;/span&gt; START SLAVE;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Master-Master Setup is complete&lt;/span&gt;&lt;br /&gt;If all you wanted was a master-master setup then you are finished.  Any query executed on master 1 will also be executed on master 2.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Adding Slaves to your Master-Master&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;On Each Slave Follow this Procedure&lt;/span&gt;&lt;br /&gt;Add the following to the [mysqld] section of my.cnf changing the server-id and master settings as appropriate and restart mysqld:&lt;div style="margin-left: 4em;"&gt;&lt;code&gt;# this slave's server-id&lt;br /&gt;server-id=11&lt;br /&gt;# replicate from master 2&lt;br /&gt;master-host=master2.yourdomain.com&lt;br /&gt;master-port=3306&lt;br /&gt;master-user=replica&lt;br /&gt;master-password=replic8&lt;br /&gt;master-connect-retry=10&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;Load the data dump from Master 1, if needed:&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt; &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;bash&gt;&lt;/strong&gt; mysql -h slave11.yourdomain.com -u root -p  &amp;lt; master1.sql &lt;/code&gt;&lt;/div&gt;Start Replication from Master 2 to each slave&lt;span style="font-weight: bold;"&gt; &lt;/span&gt; (refer to master 2's &lt;span style="font-style: italic;"&gt;show master status&lt;/span&gt; above for MASTER_LOG* values) &lt;div style="margin-left: 4em;"&gt;&lt;code&gt;&lt;strong&gt;mysql&gt;&lt;/strong&gt; CHANGE MASTER TO&lt;br /&gt;MASTER_HOST='master2.yourdomain.com',&lt;br /&gt;MASTER_USER='replica',&lt;br /&gt;MASTER_PASSWORD='replic8',&lt;br /&gt;MASTER_LOG_FILE='&lt;/code&gt;&lt;code&gt;master2-bin.000005',&lt;br /&gt;MASTER_LOG_POS=&lt;/code&gt;&lt;code&gt;12314580;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt;&lt;/span&gt; START SLAVE;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Master-Master-Slave Setup is Complete&lt;/span&gt;&lt;br /&gt;Congratulations, you are done with the server configuration!  You may verify this by inserting or updating records on Master 1 and then verifying that the change is made on Master 1 and all of your slaves.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Client Access Considerations&lt;/span&gt;&lt;br /&gt;To take full advantage of this configuration your client applications will need to be written in such a way that they perform all critical writes (that is, writing data that you want to keep) on Master 1.  Also consider that some or all reads immediately following a write may need to come from the master.  This is because it can take a few seconds for the slaves to synchronize with Master 1.  This is what we call a "dirty" read.  Clients performing only reads or creating temporary tables for use with those reads can access your pool of slaves and never touch the master.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Generate query-intense reports on dedicated slaves.&lt;/li&gt;&lt;li&gt;A portal page that doesn't need up-to-the-second data.&lt;/li&gt;&lt;li&gt;Statistics calculations can be performed on the slaves.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Enforcing Safe Practices&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;You would be well advised to GRANT only SELECT privileges to clients accessing your tables via a slave.  This way a rogue client application cannot manipulate upstream data on the slave.  Any changes made on the slave would not be known to any other slave nor the masters.  This could be a devastatingly bad situation to find yourself in.  Please think through these issues before you implement your clients.&lt;br /&gt;You almost certainly will want to allow clients to create temporary tables, though.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Advanced Stuff&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;MySQL doesn't require slave tables to have the same schema as masters, either.  This allows you to do interesting things like create your master database tables as InnoDB tables with full referential integrity and foreign keys while creating your slave tables as high performance MyISAM tables.  You can create different indexing strategies on the slaves to fine-tune specific slaves to specific tasks such as report generation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-647007878027840381?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/647007878027840381" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/647007878027840381" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/q2r_TUwqa9Y/mysql-master-master-slaves-database.html" title="MySQL Master-Master-Slave(s) Database Replication" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2009/04/mysql-master-master-slaves-database.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-7482471032319493428</id><published>2009-03-20T16:06:00.003-04:00</published><updated>2009-04-16T17:44:09.208-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="cluster" /><category scheme="http://www.blogger.com/atom/ns#" term="red hat enterprise linux" /><category scheme="http://www.blogger.com/atom/ns#" term="dhcp" /><title type="text">Red Hat Enterprise Linux Cluster Suite 5.2 DHCP Problems</title><content type="html">Well, I learned another valuable clustering lesson today.  Manually assign all of your IP addresses and do not rely on DHCP.  I'd still suggest you have the IPs statically assigned on the DHCP server but don't rely on it at all.&lt;br /&gt;&lt;br /&gt;Yesterday I rebooted all of the machines in the cluster simultaneously after making some extensive modifications to the iSCSI configuration on them all.  (I'm using cluster-ssh to manage them all simultaneously.)  All of the machines went down at exactly the same time and came up at exactly the same time.  (They are identical hardware with identical software, afterall.)&lt;br /&gt;&lt;br /&gt;Today, for whatever reason, when all of the leases expired at roughly the same time they didn't renew quickly enough.  I walked out of a meeting this afternoon to all of the cluster nodes reporting "Quorum dissolved" and all services on the cluster were failed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-7482471032319493428?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7482471032319493428" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7482471032319493428" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/kapDq3CXhYA/red-hat-enterprise-linux-cluster-suite_20.html" title="Red Hat Enterprise Linux Cluster Suite 5.2 DHCP Problems" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2009/03/red-hat-enterprise-linux-cluster-suite_20.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-9105609968864070575</id><published>2009-03-11T16:58:00.006-04:00</published><updated>2009-03-11T17:45:10.619-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="cluster" /><category scheme="http://www.blogger.com/atom/ns#" term="red hat enterprise linux" /><category scheme="http://www.blogger.com/atom/ns#" term="apache" /><title type="text">Red Hat Enterprise Linux Cluster Suite 5.2 Relocate Problems</title><content type="html">&lt;span style="font-size:130%;"&gt;Gist of it all&lt;/span&gt;&lt;br /&gt;So, I've been fighting mind bending failover problems on our new compute cluster at work for the past week.  I can summarize the solution to service failover problems in one sentence:&lt;br /&gt;  Don't use Red Hat's cluster service scripts, evar.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;How it actually works&lt;/span&gt;&lt;br /&gt;Apache's script (apache.sh) in RHEL 5.2 sends a TERM signal to Apache, waits N seconds (0 by default for Luci/Ricci, 20 for sys-config-cluster) and then proclaims that Apache has failed to shutdown if its still running.  This type of failure is fatal for the cluster service.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;How it should work&lt;/span&gt;&lt;br /&gt;The standard apache init scripts (/etc/rc.d/init.d/httpd) do the right thing, more or less.  The parent process is sent the TERM signal, waits 10 seconds and if its still running sends the KILL signal.  That may seem harsh but this is a web server for crying out loud.  There's no real chance of data corruption if you KILL the web server.  If something goes horribly wrong and Apache needs to move to another machine I'm quite happy with Billy Bob having to retype a form or resume his download.  That affects only Billy Bob.  Bringing down the service for the entire world, in comparison, seems like a very bad solution.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Rant&lt;/span&gt;&lt;br /&gt;Red Hat has spent years developing this clustering software.  Its fairly good and seems reasonably well written.  Its a shame they only spent 5 minutes writing the service scripts.  The stock init scripts are infinitely better written but won't work in a clustered environment.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Solution&lt;/span&gt;&lt;br /&gt;So, my advice, spend 20 minutes and write your own userscript for each service.  If a service is important enough to be on a cluster you can afford to spend the time to write your own script to start and stop it.  If you don't know how to write shell scripts and you're managing a cluster then do everyone a favor and seek employment at McDonalds.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Howto&lt;/span&gt;&lt;br /&gt;User scripts for the cluster are simply &lt;a href="http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html"&gt;LSB compliant init scripts&lt;/a&gt;.  I advise you to not waste much time trying trying to hack the /etc/rc.d/init.d scripts to work within the cluster.  You can do so but you'll end up stripping out most of it.  You may wish to source the /etc/rc.d/init.d/functions file, though.  But you will need to pass the pid filename to every single function you call.  (Read the functions script to see which options to pass to each function.  daemon, killproc, and status functions are most useful for starting, stopping and checking status respectively.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-9105609968864070575?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/9105609968864070575" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/9105609968864070575" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/73b1SBl8EmU/red-hat-enterprise-linux-cluster-suite.html" title="Red Hat Enterprise Linux Cluster Suite 5.2 Relocate Problems" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2009/03/red-hat-enterprise-linux-cluster-suite.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-3209591218697035469</id><published>2008-11-04T06:13:00.000-05:00</published><updated>2008-11-04T18:15:19.757-05:00</updated><title type="text">Vote</title><content type="html">Uncle Sam needs you...to vote!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://webaugur.com/dave/blogger/uploaded_images/Photo_11-749758.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 203px; height: 320px;" src="http://webaugur.com/dave/blogger/uploaded_images/Photo_11-749731.jpg" alt="" 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/7616099-3209591218697035469?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/3209591218697035469" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/3209591218697035469" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/tIp-lPNN7ps/vote.html" title="Vote" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/11/vote.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-580747528422462885</id><published>2008-11-03T15:01:00.006-05:00</published><updated>2008-11-03T16:09:10.960-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><title type="text">Beware DVDs, CDs created on Windows Vista</title><content type="html">Windows Vista uses a new DVD/CD format that nothing else supports.  So, if you are making DVDs or CDs for friends on a Windows Vista machine then your friends probably won't be able to read it unless you've manually changed the disc writer settings to "Mastered" each time you burn a disc.&lt;br /&gt;&lt;br /&gt;This is, of course, standard operating procedure for Microsoft: Introduce some new whizbang format (documents, disks, etc) into their latest products in an attempt to force the rest of the world to use their latest software.  I don't care how much better someone at Microsoft thinks it is...  If the rest of the world can't read the disc its nothing more than a worthless piece of aluminum foil glued to a coaster.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt; &lt;a href="http://www.ubuntu.com/getubuntu/download"&gt;Ubuntu Linux 8.10&lt;/a&gt; can read LiveFS formatted discs.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-580747528422462885?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/580747528422462885" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/580747528422462885" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/K5cOg2SX8Qc/beware-dvds-cds-created-on-windows.html" title="Beware DVDs, CDs created on Windows Vista" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/11/beware-dvds-cds-created-on-windows.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-627002862164069</id><published>2008-08-27T00:15:00.003-04:00</published><updated>2008-11-03T15:18:53.941-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cats" /><category scheme="http://www.blogger.com/atom/ns#" term="memories" /><title type="text">Farewell Furball</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://webaugur.com/dave/blogger/uploaded_images/sd820002-797537.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://webaugur.com/dave/blogger/uploaded_images/sd820002-797528.jpg" alt="" border="0" /&gt;&lt;/a&gt;Well, my mother's cat "pookie" went into renal failure from diabetes yesterday.  He lived a long, full life and seemed quite happy for most of it.  The old guy will certainly be missed.&lt;br /&gt;&lt;br /&gt;So long and thanks for all the fish...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-627002862164069?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/627002862164069" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/627002862164069" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/kwbwpGaMWSE/farewell-furball.html" title="Farewell Furball" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/08/farewell-furball.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-7151899348903269935</id><published>2008-08-25T16:01:00.003-04:00</published><updated>2008-11-03T15:16:35.533-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><title type="text">Linux &amp; Vista Slow Internet</title><content type="html">If you are seeing slow Internet speeds under Linux (2.6.17 or newer) or Windows Vista make sure your router supports RFC 1323. If it does not then this is likely your problem.  To fix it, upgrade or replace your router.  RFC 1323 is a performance enhancement for TCP/IP networking which LInux and Vista support.  Unfortunately, it seriously hurts performance if the network hardware doesn´t support it properly (or at all).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-7151899348903269935?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7151899348903269935" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7151899348903269935" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/hOAZuilbrws/linux-vista-slow-internet.html" title="Linux &amp;amp; Vista Slow Internet" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/08/linux-vista-slow-internet.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-255064544593458998</id><published>2008-07-20T07:38:00.003-04:00</published><updated>2008-11-03T15:19:41.373-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="web development" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><title type="text">Web Development Resources</title><content type="html">&lt;div&gt;I have been working on a &lt;a href="http://sites.google.com/a/webaugur.com/web-development/"&gt;web development resources listing&lt;/a&gt; for tools and services I use every day.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;It can be found at: &lt;a href="http://sites.google.com/a/webaugur.com/web-development/"&gt;http://sites.google.com/a/webaugur.com/web-development&lt;/a&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/7616099-255064544593458998?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/255064544593458998" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/255064544593458998" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/wx_973BPnWE/web-development-resources.html" title="Web Development Resources" /><author><name>David L Norris</name><uri>http://www.blogger.com/profile/11214340866689612725</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="12485254931484629199" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/07/web-development-resources.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-6278392982168925861</id><published>2008-07-17T12:31:00.005-04:00</published><updated>2008-07-20T05:04:22.663-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="censored" /><category scheme="http://www.blogger.com/atom/ns#" term="family" /><title type="text">Family</title><content type="html">Well, some family members are upset about me publishing public domain information about deceased family members exported from the 1998 Family Tree Maker CDs and federal government's master death file (aka &lt;a href="http://ssdi.rootsweb.ancestry.com/"&gt;Social Security Death Index&lt;/a&gt;).  I'm not going to censor bits and pieces of publicly available information for one or two people.  I have much better things to do with my time.  So I have removed absolutely everything.&lt;br /&gt;&lt;br /&gt;These very same people don't invite me to family events, don't let me know when loved ones pass away or if I somehow end up at a family event they make snide comments about me being there.&lt;br /&gt;&lt;br /&gt;Its a real shame, too.  I've met more family members by publicly posting old family photos than I ever met through direct interaction with relatives.  Its telling that I've learned more about my family history from my father's uncle's grandson's ex-wife, whom I've never met, than my own relatives.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-6278392982168925861?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/6278392982168925861" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/6278392982168925861" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/VyBntO8jALk/family.html" title="Family" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/07/family.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-5034627208789879964</id><published>2008-04-12T08:43:00.002-04:00</published><updated>2008-11-03T15:18:35.591-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="volunteer" /><category scheme="http://www.blogger.com/atom/ns#" term="ham radio" /><title type="text">15k 500 Festival Mini Marathon</title><content type="html">&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo003-739737-739752.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo003-739737-739749.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo004-739777-739795.jpg"&gt;One of the first runners blurs past mile marker 2.&lt;/a&gt;&lt;/p&gt; &lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo000-739596-739617.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo000-739596-739613.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo001-739646-739663.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo001-739646-739659.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo002-739688-739705.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo002-739688-739701.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo004-739777-739795.jpg"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo_04-739471-739568.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo_04-739471-739563.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo_04-739471-739568.jpg"&gt;Tail end approaches mile marker 1.&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-5034627208789879964?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/5034627208789879964" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/5034627208789879964" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/UmvFRxdyyLU/15k-500-festival-mini-marathon.html" title="15k 500 Festival Mini Marathon" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/04/15k-500-festival-mini-marathon.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-7340459205440364313</id><published>2008-02-14T23:18:00.001-05:00</published><updated>2008-11-03T15:20:08.189-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="memories" /><category scheme="http://www.blogger.com/atom/ns#" term="food" /><title type="text">Heart shaped cupcake...</title><content type="html">&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo_02-729623-729687.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo_02-729623-729683.jpg"  border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;In protest of vday Tony and I went to see Spiderwick.  Laurie made us both heart shaped cupcakes.  Ok, ok I&amp;#39;ll cave to pressure...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-7340459205440364313?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7340459205440364313" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7340459205440364313" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/qSuk_mDRuJM/heart-shaped-cupcake.html" title="Heart shaped cupcake..." /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2008/02/heart-shaped-cupcake.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-3541891550483188928</id><published>2007-11-02T12:01:00.001-04:00</published><updated>2008-11-03T15:17:41.440-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cats" /><title type="text">Princess Squeaker</title><content type="html">&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo_11-717173-717208.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo_11-717173-717205.jpg"  border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&amp;quot;How dare you intrude upon my chambers!  Be gone with you!&amp;quot;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-3541891550483188928?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/3541891550483188928" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/3541891550483188928" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/2pkf-kBOScg/princess-squeaker.html" title="Princess Squeaker" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2007/11/princess-squeaker.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-5233742350569662987</id><published>2007-10-30T14:50:00.001-04:00</published><updated>2008-11-03T15:29:33.201-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="things to buy" /><title type="text">Dresser</title><content type="html">&lt;p class="mobile-photo"&gt;&lt;a href="http://webaugur.com/dave/blogger/uploaded_images/Photo_10-730726-730777.jpg"&gt;&lt;img src="http://webaugur.com/dave/blogger/uploaded_images/Photo_10-730726-730771.jpg"  border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;If I remember and its still here tomorrow I&amp;#39;ll buy it.  That&amp;#39;s my measure of whether its worth the price.  It is a pretty cheap and very solid Bassett dresser.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-5233742350569662987?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/5233742350569662987" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/5233742350569662987" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/mjgsdui1HI0/dresser.html" title="Dresser" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2007/10/dresser.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-7492989737641972110</id><published>2007-10-25T15:17:00.000-04:00</published><updated>2008-12-11T04:46:32.012-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="technology" /><title type="text">phone blog?</title><content type="html">&lt;p class="mobile-photo"&gt;&lt;a href="http://2.bp.blogspot.com/_HhgIEYKbQFk/RyDsGKUzbNI/AAAAAAAAAAM/1dZlkZH5gMw/s1600-h/Photo_10-727801.jpg"&gt;&lt;img src="http://2.bp.blogspot.com/_HhgIEYKbQFk/RyDsGKUzbNI/AAAAAAAAAAM/1dZlkZH5gMw/s320/Photo_10-727801.jpg" alt="" id="BLOGGER_PHOTO_ID_5125355966542605522" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;Here I am sitting in the hospital waiting room.  Apparently I can blog from my phone.  How cool is that?  I guess I have no excuse now.  Oh bother...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-7492989737641972110?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7492989737641972110" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/7492989737641972110" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/dC_r4Y1pMEo/phone-blog.html" title="phone blog?" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_HhgIEYKbQFk/RyDsGKUzbNI/AAAAAAAAAAM/1dZlkZH5gMw/s72-c/Photo_10-727801.jpg" height="72" width="72" /><feedburner:origLink>http://webaugur.com/dave/blogger/2007/10/phone-blog.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-9010855749979199280</id><published>2007-06-05T21:55:00.001-04:00</published><updated>2008-11-03T15:19:03.718-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers" /><category scheme="http://www.blogger.com/atom/ns#" term="cats" /><category scheme="http://www.blogger.com/atom/ns#" term="memories" /><title type="text">New Kitty</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://webaugur.com/dave/blogger/uploaded_images/img_1139-789910.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://webaugur.com/dave/blogger/uploaded_images/img_1139-789421.jpg" alt="" border="0" /&gt;&lt;/a&gt;She's obviously going to be a database admin when she grows up.  Her name is Squeaker.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-9010855749979199280?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/9010855749979199280" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/9010855749979199280" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/5OrWbqeFwzE/new-kitty.html" title="New Kitty" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2007/06/new-kitty.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-6373429032834329739</id><published>2007-05-27T22:46:00.000-04:00</published><updated>2007-05-27T23:47:03.930-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="cookies" /><category scheme="http://www.blogger.com/atom/ns#" term="recipe" /><category scheme="http://www.blogger.com/atom/ns#" term="food" /><title type="text">Peanut Butter Cookies</title><content type="html">&lt;pre&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-size:78%;"&gt;It occurred to me that every peanut butter cookie I have ever&lt;br /&gt;eaten was really dry and tasted awful.  So I&lt;br /&gt;decided to try and come up with something better.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:180%;"&gt;Peanut Butter Cookies&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://webaugur.com/dave/blogger/uploaded_images/img_1132-709512.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 307px; height: 213px;" src="http://webaugur.com/dave/blogger/uploaded_images/img_1132-708662.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Ingredients&lt;/span&gt;&lt;br /&gt;1 cup brown sugar&lt;br /&gt;2¼ cup cake flour (&lt;span style="color: rgb(255, 0, 0);"&gt;not all purpose!&lt;/span&gt;)&lt;br /&gt;1½ tsp baking powder&lt;br /&gt;1 tsp kosher salt&lt;br /&gt;1 cup butter-flavor shortening&lt;br /&gt;¾ cup sugar&lt;br /&gt;2  eggs&lt;br /&gt;1½ tsp vanilla extract&lt;br /&gt;1 cup peanut butter&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Equipment&lt;/span&gt;&lt;br /&gt;Ice cream scoop (or #20 disher)&lt;br /&gt;2 or 3 baking sheets&lt;br /&gt;Mixer&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Preparation&lt;/span&gt;&lt;/pre&gt; &lt;ul&gt;&lt;li&gt;Heat oven to 375 degrees F.&lt;/li&gt;&lt;li&gt;Sift cake flour, salt, and baking powder and set aside.&lt;/li&gt;&lt;li&gt;Combine shortening, sugar, and brown sugar and cream until light and fluffy.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Add 1 egg at a time to creamed mixture.&lt;/li&gt;&lt;li&gt;Add vanilla to creamed mixture.     &lt;/li&gt;&lt;li&gt;Increase mixer speed until thoroughly incorporated.     &lt;/li&gt;&lt;li&gt;Set mixer to low and slowly add the dry ingredients and combine well.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Add peanut butter to the mixer and mix well.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Chill the dough in freezer for about 10 minutes until it is firm but not frozen.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Scoop onto baking sheets, 6 per sheet, using an ice cream scoop or disher to maintain uniform size.  The cookies need to be exactly the same size or some will burn and others will not be done.  The size doesn't matter much as long as all the cookies are the same size.  You can spray the disher with (butter flavor) cooking spray every few scoops to prevent the dough from sticking.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Bake for 10 minutes or until the edges turn golden brown and the center looks puffy.  The cookies will spread out slightly just before they are done.  Check the cookies after 5 minutes and rotate the baking sheet for even browning.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Cool the cookies for at least 10 minutes before removing them from the sheet.  The center of the cookies will not look nearly as puffy once cool.  Store in an airtight-container.  If your container isn't completely airtight then place a slice of white bread in the container to keep the cookies moist.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Yield: 24-30 cookies     &lt;/li&gt;&lt;li&gt;Prep Time: 20 minutes     &lt;/li&gt;&lt;li&gt;Cooking Time: 15 minutes.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-6373429032834329739?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/6373429032834329739" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/6373429032834329739" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/AMDYDpSxTxE/peanut-butter-cookies.html" title="Peanut Butter Cookies" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2007/05/peanut-butter-cookies.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-2573745453953176344</id><published>2007-03-18T11:06:00.000-04:00</published><updated>2007-03-18T11:50:57.740-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="x11" /><category scheme="http://www.blogger.com/atom/ns#" term="ati" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="compaq" /><category scheme="http://www.blogger.com/atom/ns#" term="unix" /><category scheme="http://www.blogger.com/atom/ns#" term="xorg" /><category scheme="http://www.blogger.com/atom/ns#" term="presario" /><title type="text">Compaq Presario 2100US &amp; Ubuntu Linux</title><content type="html">The Radeon Mobility graphics chipset in Compaq Presario 2100US notebooks seems to have some major quirks with the "ati" X video driver.  I've finally managed to find a configuration that works perfectly and enables  3D graphics support.  The configuration also works with the &lt;a href="http://www.beryl-project.org/"&gt;Beryl compositor&lt;/a&gt;.  This is tested with &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu Linux&lt;/a&gt; 7.04.&lt;br /&gt;&lt;br /&gt;Here is the &lt;a href="http://webaugur.com/wares/files/xorg.conf.compaq-presario-2100US"&gt;xorg.conf configuration&lt;/a&gt; file I am using.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-2573745453953176344?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/2573745453953176344" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/2573745453953176344" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/lzqRR13gaZo/compaq-presario-2100us-ubuntu-linux.html" title="Compaq Presario 2100US &amp; Ubuntu Linux" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2007/03/compaq-presario-2100us-ubuntu-linux.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-116149208335990325</id><published>2006-10-22T00:22:00.000-04:00</published><updated>2008-11-03T15:19:35.540-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="windows" /><category scheme="http://www.blogger.com/atom/ns#" term="programming" /><title type="text">Insight/GDB debugger for Windows on Linux</title><content type="html">I needed a debugger for Windows applications which runs on Linux.  After some digging around I've found that the &lt;a href="http://www.mingw.org/"&gt;MinGW project&lt;/a&gt; is maintaining the Insight debugger from the old Red Hat GNUPro Toolkit.  Insight is a graphical front-end for &lt;a href="http://www.gnu.org/software/gdb/"&gt;GDB&lt;/a&gt; (GNU Debugger).  That's exactly what I need.  But I need the Windows version and I need it running on Linux.&lt;br /&gt;&lt;br /&gt;So I've made a package named &lt;a href="http://webaugur.com/wares/files/insight-mingw32-6.3.50%2Bcvs.2005.11.16-1.i386.deb"&gt;mingw32-insight&lt;/a&gt; for use with Debian-based Linux distributions.  There's a native build of Insight provided by Debian, also.  My package is wrapped in such a way that it works with the &lt;a href="http://www.codeblocks.org/"&gt;CodeBlocks::IDE&lt;/a&gt; development environment, also.  You can find instructions on how to &lt;a href="http://forums.codeblocks.org/index.php?topic=3343.0"&gt;add a Linux to Windows cross-compiler configuration for CodeBlocks in the forums&lt;/a&gt;.  You can install my &lt;a href="http://webaugur.com/wares/files/insight-mingw32-6.3.50%2Bcvs.2005.11.16-1.i386.deb"&gt;mingw32-insight&lt;/a&gt; package and skip steps 7, 8, 9, 10 and 11 in the above forum posting.  My package does all of that for you.  My package also adds "Insight for 32-bit Windows" to your Applications -&gt; Programming menu on the desktop.&lt;br /&gt;&lt;br /&gt;Who knows how well this works in general.  Its quite possible one could run into problems due to missing features in WINE's implementation of Microsoft Windows.  But its better than nothing and exactly what I need.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-116149208335990325?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/116149208335990325" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/116149208335990325" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/weNKGKkc6Ng/insightgdb-debugger-for-windows-on.html" title="Insight/GDB debugger for Windows on Linux" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/10/insightgdb-debugger-for-windows-on.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-115854814360386557</id><published>2006-09-17T22:23:00.000-04:00</published><updated>2008-11-03T15:20:37.327-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="photography" /><title type="text">Canon EOS Digital Rebel XT</title><content type="html">A few years ago I complained about &lt;a href="http://webaugur.com/dave/blogger/2004/12/canon-eos-digital-rebel.html#w=rebel"&gt;problems with the original Canon EOS Digital Rebel&lt;/a&gt;.  I'm happy to say that the newer Digital Rebel XT is a great camera and costs nearly half as much as the Rebel.  &lt;a href="http://www.newegg.com/Product/Product.asp?Item=N82E16830120029"&gt;Newegg has a body-only Digital Rebel XT kit&lt;/a&gt; for a good price.&lt;br /&gt;&lt;br /&gt;Since I bought a kit without a lens I decided to get something a bit more versatile than the usual 18-55mm lens.  So I got a &lt;a href="http://www.robertsimaging.com/cmItemDetail.jsp?pid=5165"&gt;Canon EF 28-105mm f4-5.6&lt;/a&gt;.  But the &lt;a href="http://www.robertsimaging.com/cmItemDetail.jsp?pid=5166"&gt;Canon EF 28-105mm f3.5-4 Mark II&lt;/a&gt; would have been worth the extra money.  It has better optics and it affords a faster shutter speed.  I think my next lens would be a &lt;a href="http://www.robertsimaging.com/cmItemDetail.jsp?pid=5802"&gt;Canon EF-S 17-85mm f4-5.6 IS&lt;/a&gt;.  Its much wider angle and has image stabilization to help steady the shakes.&lt;br /&gt;&lt;br /&gt;I took some photos of insects feeding on Sedum Telephium (Autumn Joy) flowers.  I believe the first is some sort of skipperling.  The second is a bumblebee, of course.&lt;br /&gt;&lt;div&gt;&lt;span&gt;&lt;a href="http://webaugur.com/gallery/augur/aao?full=1"&gt;&lt;img  style="vertical-align: middle; padding: 10px 80px;" alt="A skipperling feeds on sedum telephium (autumn joy)." title="A skipperling feeds on sedum telephium (autumn joy)." src="http://webaugur.com/albums/augur/aao.thumb.jpg" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href="http://webaugur.com/gallery/augur/aan?full=1"&gt;&lt;img  style="vertical-align: middle; padding: 10px 80px;" alt="A bumblebee feeds on a heart-shape bunch of sedum telephium (autumn joy)." title="A bumblebee feeds on a heart-shape bunch of sedum telephium (autumn joy)." src="http://webaugur.com/albums/augur/aan.thumb.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-115854814360386557?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115854814360386557" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115854814360386557" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/T8Ajxkpdcgk/canon-eos-digital-rebel-xt.html" title="Canon EOS Digital Rebel XT" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/09/canon-eos-digital-rebel-xt.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-115561714866796438</id><published>2006-08-15T00:28:00.002-04:00</published><updated>2008-11-03T15:22:08.551-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="for sale" /><category scheme="http://www.blogger.com/atom/ns#" term="for trade" /><title type="text">Integrated Circuits - for sale or trade</title><content type="html">I have some integrated circuits available if someone might be interested in purchasing some of them or trading something for them. Have a look at the &lt;a href="http://www.blogger.com/bibliotheca/ic-semiconductors.html"&gt;list of Integrated Circuits&lt;/a&gt; and send me an email if you are interested in any of them.&lt;br /&gt;&lt;br /&gt;I don't want to get rid of all of them but in most cases I have way more than I need. I have a large number of resistors and capacitors of various types (old, new, small, large, etc) which I've not cataloged. I have some older transistors, as well. I'll post a list of transistors at some point.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-115561714866796438?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115561714866796438" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115561714866796438" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/PE2tKbMMpw4/integrated-circuits-for-sale-or-trade.html" title="Integrated Circuits - for sale or trade" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/08/integrated-circuits-for-sale-or-trade.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-115065573166539776</id><published>2006-06-18T14:27:00.000-04:00</published><updated>2008-11-03T15:32:21.302-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="web development" /><title type="text">Football Browser?</title><content type="html">Now there's a clever way to promote Firefox adoption...  The world is filled with Football (i.e., Soccer) fans.  So Google and Nike have created a community website called Joga.com dedicated to Football.  But this website has a twist.&lt;br /&gt;&lt;br /&gt;Joga works with IE somewhat.  IE users can chat and do some things.  More interestingly, IE users are presented with "What if your browser became obsessed with Football" advertising.&lt;br /&gt;&lt;br /&gt;The advertisements take you to page with a screenshot of Joga Companion which only works with Firefox.  Joga Companion feeds scoring and "goal alerts" in realtime for the team(s) you are monitoring.  You get little popup alerts in the usual Firefox popup fashion.  And there's also a video feed system built-in that allows you to watch clips of the action.  It themes Firefox according to the flag of the country you are currently monitoring.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://webaugur.com/bibliotheca/misc/Joga-IE.png"&gt;&lt;img src="http://webaugur.com/bibliotheca/misc/Joga-IE_th.png" alt="Joga.com as viewed in Internet Explorer" /&gt;&lt;/a&gt;&lt;br /&gt;Boring old Internet Explorer at Joga.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://webaugur.com/bibliotheca/misc/Joga-USA-Firefox.png"&gt;&lt;img src="http://webaugur.com/bibliotheca/misc/Joga-USA-Firefox_th.png" alt="Joga.com as viewed in Mozilla Firefox with Joga Companion" /&gt;&lt;/a&gt;&lt;br /&gt;New Firefox Hotness at Joga.com&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-115065573166539776?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115065573166539776" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/115065573166539776" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/iDqk2iwEBgI/football-browser.html" title="Football Browser?" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/06/football-browser.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-114783752370823237</id><published>2006-05-16T23:07:00.000-04:00</published><updated>2008-11-03T15:25:59.134-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="computers" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="unix" /><title type="text">Sun + Ubuntu = Aha!</title><content type="html">About 6 months ago I commented in &lt;a href="http://webaugur.com/dave/blogger/2005/11/opensolaris-ubuntu-nexenta.html"&gt;OpenSolaris + Ubuntu = Nexenta&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;I think that Sun should take a long hard look at what Nexenta is doing and strongly consider pursuing a similar course [with Solaris].  Debian truly is the way forward. Debian provides a rock upon which all other operating systems can be built.&lt;/blockquote&gt; Perhaps that was a moment of prescience on my part.  Or maybe I'm overly optimistic right now...  But today Sun seems very friendly with Mark Shuttleworth, the founder of Ubuntu.  Sun CEO Jonathan Schwartz and Mark Shuttleworth were on stage together at JavaONE and announced a number of important things.  &lt;a href="http://news.zdnet.com/2100-3513_22-6073104.html"&gt;ZDNet reported&lt;/a&gt; this comment by Jonathan Schwartz,&lt;br /&gt;&lt;blockquote&gt;The odds are quite good that we will be aggressively supporting the work that Ubuntu is doing...In the hardware we ship, I don't want to be Solaris only, because then I will just define my market to be smaller than the opportunity. I think you should expect to see more of the relationship, and stay tuned.&lt;/blockquote&gt;A curious project titled &lt;a href="https://launchpad.net/people/nexenta"&gt;&lt;span style="font-style: italic;"&gt;Nexenta&lt;/span&gt; was created in Canonical's Launchpad by Mark&lt;/a&gt; Shuttleworth a while back...  Maybe it's nothing...  Maybe it's something...&lt;br /&gt;&lt;br /&gt;It's been my impression for quite a while that the &lt;a href="https://launchpad.net/distros/ubuntu/dapper/+roadmap"&gt;Ubuntu June 2006 LTS &lt;/a&gt;(aka Dapper Drake) release would support the Sun Niagara hardware platform.  There are mentions here or there from people working on it.  Launchpad shows that SPARC support is implemented in some fashion in Ubuntu.  I don't think the intention would be hum-drum SPARC support.  Enthusiasm for Linux on Sun SPARC seems to have been pretty dead for the last 3-4 years.  Not that it wouldn't be welcomed by many SPARC computer owners.  In the past, Intel and AMD have been so much cheaper and better supported by Linux.  Installing Linux on SPARC is about as painful as installing Solaris on Intel.  The hardware driver support is abysmal in either case.  Niagara is a different beast, though.  Especially if Sun intends to help promote Ubuntu on Niagara.  Niagara and Ubuntu could become a very compelling combination indeed.&lt;br /&gt;&lt;br /&gt;But, wait, I said Linux tends to have lousy support for Sun SPARC hardware.  But Nexenta is Ubuntu with a Solaris kernel...  Hey, what if...Ubuntu could use the Solaris kernel and hardware drivers on SPARC (and thus Niagara).  Oooh, now there's a mind bender.  Keep your eyes peeled for that one...  If my radar is truly working then that's exactly the sort of thing I'd expect to see.  Maybe not for another release or two but certainly well before the next Ubuntu LTS (long term support) cycle begins.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7616099-114783752370823237?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/114783752370823237" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/114783752370823237" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/LLDUPVl1FJ8/sun-ubuntu-aha.html" title="Sun + Ubuntu = Aha!" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/05/sun-ubuntu-aha.html</feedburner:origLink></entry><entry><id>tag:blogger.com,1999:blog-7616099.post-114749456033802262</id><published>2006-05-12T23:23:00.001-04:00</published><updated>2008-11-03T15:27:10.886-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="x11" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="unix" /><category scheme="http://www.blogger.com/atom/ns#" term="xorg" /><title type="text">Special Characters on Linux and UNIX Systems: The Compose Key</title><content type="html">Have you ever wanted to spell jalapeño correctly but don't know how?  Maybe you'd like to spell dæmon a little differently?  What you want is the &lt;a href="http://en.wikipedia.org/wiki/Compose_Key"&gt;Compose Key&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;The right hand meta key is often set as the Compose key.  The meta keys often have a "Windows" logo on PC keyboards.  UNIX system keyboards (e.g. &lt;a href="http://www.pfu.fujitsu.com/en/hhkeyboard/leaflet/hairetu.html"&gt;Fujitsu Happy Hacking Keyboard&lt;/a&gt;) have a diamond symbol on the meta keys.  Sun Type 5 keyboards also have a separate Compose key to the right of the right meta key.  Compose works with all X11 applications.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://en.wikipedia.org/wiki/Mac_OS_X"&gt;MacOS X&lt;/a&gt; uses the right Alt/Option key as its Compose key for X11 applications.  Non-X11 applications use &lt;a href="http://en.wikipedia.org/wiki/Dead_key"&gt;dead key combinations&lt;/a&gt; unique to MacOS X and its predecessor &lt;a href="http://en.wikipedia.org/wiki/NeXT"&gt;NeXT&lt;/a&gt;.  (See: &lt;a href="http://developer.apple.com/technotes/tn2002/tn2056.html"&gt;Apple Technical Note 2056&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;table cellpadding="3" cellspacing="0"&gt; &lt;tbody&gt;&lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;&lt;b&gt;Output&lt;/b&gt;&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;&lt;b&gt;Keys&lt;br /&gt;&lt;/b&gt;&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="center" valign="bottom"&gt;&lt;b&gt;Description&lt;/b&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;#&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;++&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;number sign&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;[&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;((&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;left bracket&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;]&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;))&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;right bracket&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;}&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;)-&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;left brace&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;{&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;-(&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;right brace&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;«&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;&lt;&lt;&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;left guillemot&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;»&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;&gt;&gt;&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;right guillemot&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;|&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;vl&lt;/td&gt; &lt;td colspan="4" style="font-size: 14pt;" align="left" valign="bottom"&gt;vertical line "bar"&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¸&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;,,&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;cedilla&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¨&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;""&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¡&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;!!&lt;/td&gt; &lt;td colspan="5" style="font-size: 14pt;" align="left" valign="bottom"&gt;inverted exclamation point&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¿&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;??&lt;/td&gt; &lt;td colspan="4" style="font-size: 14pt;" align="left" valign="bottom"&gt;inverted question mark&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¢&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;c/&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;US cents&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;£&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;l-&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;UK pounds sterling&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¥&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;y=&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;Japanese Yen&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¤&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;xo&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;currency&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;§&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;s!&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;section&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¶&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;p!&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;paragraph&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;©&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;CO&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;copyright&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;®&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;RO&lt;/td&gt; &lt;td colspan="4" style="font-size: 14pt;" align="left" valign="bottom"&gt;registered trademark&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td colspan="6" style="font-size: 14pt;" align="left" valign="bottom"&gt;non-breaking space (space space)&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;·&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;.^&lt;/td&gt; &lt;td colspan="5" style="font-size: 14pt;" align="left" valign="bottom"&gt;middle dot, centered period&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;±&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;+-&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;plus-minus&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¬&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;-,&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;not sign&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;­&lt;br /&gt;&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;--&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;minus/hyphen&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;÷&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;-:&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;division&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;×&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;xx&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;multiplication&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¹&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;^1&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;1 superior&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;²&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;^2&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;2 superior&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;³&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;^3&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;3 superior&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;°&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;0^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;degrees&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;µ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;/u&lt;/td&gt; &lt;td colspan="5" style="font-size: 14pt;" align="left" valign="bottom"&gt;mu (Greek letter, Micro, 10^-6)&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;¯&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;-^&lt;/td&gt; &lt;td style="font-size: 14pt;" align="left" valign="bottom"&gt;macron&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ª&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a_&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;feminine ordinal&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;º&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o_&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;masculine ordinal&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ç&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;c,&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;c cedilla&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ç&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;C,&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;C cedilla&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;đ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;d-&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;lower case eth&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Đ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;D-&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;upper case eth&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ß&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ss&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;sharp s&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;þ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;th&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;lower case thorn&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Þ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;TH&lt;/td&gt; &lt;td colspan="3" style="font-size: 14pt;" align="left" valign="bottom"&gt;upper case thorn&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;œ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;oe&lt;/td&gt; &lt;td style="font-size: 14pt;" align="left" valign="bottom"&gt;oe&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Œ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;OE&lt;/td&gt; &lt;td style="font-size: 14pt;" align="left" valign="bottom"&gt;OE&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;æ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ae&lt;/td&gt; &lt;td style="font-size: 14pt;" align="left" valign="bottom"&gt;ae&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Æ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;AE&lt;/td&gt; &lt;td style="font-size: 14pt;" align="left" valign="bottom"&gt;AE&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ø&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o/&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o oblique&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ø&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O/&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O oblique&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;à&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;À&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ò&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ò&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;è&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;e`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;e grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;È&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;E`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;E grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ù&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ù&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ì&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;i`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;i grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ì&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;I`&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;I grave&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;á&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Á&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ó&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ó&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;é&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;e'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;e acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;É&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;E'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;E acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ú&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ú&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;í&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;i'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;i acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Í&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;I'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;I acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ý&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;y'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;y acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ý&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Y'&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;Y acute&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;â&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Â&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ô&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ô&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ê&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;e^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;e circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ê&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;E^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;E circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;û&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Û&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;î&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;i^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;i circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Î&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;I^&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;I circumflex&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ã&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ã&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;õ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Õ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ũ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ũ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ñ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;n~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;n tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ñ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;N~&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;N tilde&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ä&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ä&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ö&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;o"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;o diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ö&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;O"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;O diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ë&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;e"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;e diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ë&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;E"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;E diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ü&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ü&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ï&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;i"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;i diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ï&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;I"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;I diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ÿ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;y"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;y diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ÿ&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Y"&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;Y diaeresis&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;å&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;a*&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;a ring&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Å&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;A*&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;A ring&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;ů&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;u*&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;u ring&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;Ů&lt;/td&gt; &lt;td style="font-size: 14pt;" align="center" valign="bottom"&gt;U*&lt;/td&gt; &lt;td colspan="2" style="font-size: 14pt;" align="left" valign="bottom"&gt;U ring&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;td style=""&gt;&lt;br /&gt;&lt;/td&gt; &lt;/tr&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/7616099-114749456033802262?l=webaugur.com%2Fdave%2Fblogger%2Findex.html'/&gt;&lt;/div&gt;</content><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/114749456033802262" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7616099/posts/default/114749456033802262" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/LPBXCwaUlsY/special-characters-on-linux-and-unix.html" title="Special Characters on Linux and UNIX Systems: The Compose Key" /><author><name>Augur</name><uri>http://www.blogger.com/profile/15311831783736073550</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd="http://schemas.google.com/g/2005" name="OpenSocialUserId" value="09837034707052073423" /></author><feedburner:origLink>http://webaugur.com/dave/blogger/2006/05/special-characters-on-linux-and-unix.html</feedburner:origLink></entry><entry><title type="text">ARP Cache Poisoning [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/i0iHo55BWUU/arp.htm" /><category term="security" /><author><name>augur</name></author><updated>2006-03-07T10:53:20-08:00</updated><id>http://grc.com/nat/arp.htm</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/security" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://grc.com/nat/arp.htm</feedburner:origLink></entry><entry><title type="text">NoviiMedia / Palm OS Solutions / NoviiRemote Blaster for Treo 650 - Turn Your Mobile Device into a Universal Remote Control [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/EpjjABkK1WQ/" /><category term="palmos hardware remote tv" /><author><name>augur</name></author><updated>2005-12-21T23:51:59-08:00</updated><id>http://www.novii.tv/palm/blaster/</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/palmos" />
        <rdf:li rdf:resource="http://delicious.com/augur/hardware" />
        <rdf:li rdf:resource="http://delicious.com/augur/remote" />
        <rdf:li rdf:resource="http://delicious.com/augur/tv" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.novii.tv/palm/blaster/</feedburner:origLink></entry><entry><title type="text">Functioning Form - Web Application Form Design Expanded [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/8ONHVCYjjVQ/entry.asp" /><category term="programming web" /><author><name>augur</name></author><updated>2005-12-11T11:32:44-08:00</updated><id>http://www.lukew.com/ff/entry.asp?155</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/programming" />
        <rdf:li rdf:resource="http://delicious.com/augur/web" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.lukew.com/ff/entry.asp?155</feedburner:origLink></entry><entry><title type="text">LukeW: Web Application Form Design [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/kIdWCw9qDdk/web_forms.html" /><category term="programming web" /><author><name>augur</name></author><updated>2005-12-11T11:32:23-08:00</updated><id>http://www.lukew.com/resources/articles/web_forms.html</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/programming" />
        <rdf:li rdf:resource="http://delicious.com/augur/web" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.lukew.com/resources/articles/web_forms.html</feedburner:origLink></entry><entry><title type="text">Augur's Ramblings - Web Augur [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/POvwe8Rcl_w/" /><category term="webaugur linux computers technology" /><author><name>augur</name></author><updated>2005-12-04T22:55:45-08:00</updated><id>http://webaugur.com/</id><content type="html">Information Technology, Computers, Linux</content><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/webaugur" />
        <rdf:li rdf:resource="http://delicious.com/augur/linux" />
        <rdf:li rdf:resource="http://delicious.com/augur/computers" />
        <rdf:li rdf:resource="http://delicious.com/augur/technology" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://webaugur.com/</feedburner:origLink></entry><entry><title type="text">Steel dolphin Creative - Color Scheme tool [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/TAtwcLOzmhI/color_scheme.html" /><category term="web programming html" /><author><name>augur</name></author><updated>2005-11-20T10:37:40-08:00</updated><id>http://www.steeldolphin.com/color_scheme.html</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/web" />
        <rdf:li rdf:resource="http://delicious.com/augur/programming" />
        <rdf:li rdf:resource="http://delicious.com/augur/html" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.steeldolphin.com/color_scheme.html</feedburner:origLink></entry><entry><title type="text">Steadman [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/ybynj8fAGh4/main.html" /><category term="music" /><author><name>augur</name></author><updated>2005-11-20T01:51:58-08:00</updated><id>http://www.steadmanband.com/main.html</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/music" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.steadmanband.com/main.html</feedburner:origLink></entry><entry><title type="text">USB in a NutShell - Chapter 1 - Introduction [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/ZsKak3uvkVA/usb1.htm" /><category term="usb hardware components peripherals" /><author><name>augur</name></author><updated>2005-11-18T19:41:08-08:00</updated><id>http://www.beyondlogic.org/usbnutshell/usb1.htm</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/usb" />
        <rdf:li rdf:resource="http://delicious.com/augur/hardware" />
        <rdf:li rdf:resource="http://delicious.com/augur/components" />
        <rdf:li rdf:resource="http://delicious.com/augur/peripherals" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.beyondlogic.org/usbnutshell/usb1.htm</feedburner:origLink></entry><entry><title type="text">Sun Grid Utility Aimed at MS Word Docs [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/9JHmpurRf6k/0,1759,1880713,00.asp" /><category term="openoffice microsoft linux" /><author><name>augur</name></author><updated>2005-11-01T23:57:39-08:00</updated><id>http://www.eweek.com/article2/0,1759,1880713,00.asp?kc=EWRSS03119TX1K0000594</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/openoffice" />
        <rdf:li rdf:resource="http://delicious.com/augur/microsoft" />
        <rdf:li rdf:resource="http://delicious.com/augur/linux" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.eweek.com/article2/0,1759,1880713,00.asp?kc=EWRSS03119TX1K0000594</feedburner:origLink></entry><entry><title type="text">10 Seconds Guide to Bash Shell Scripting [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/js78T4MpkKE/10-seconds-guide-to-bash-shell.html" /><category term="linux scripting" /><author><name>augur</name></author><updated>2005-10-31T18:44:20-08:00</updated><id>http://linuxhelp.blogspot.com/2005/10/10-seconds-guide-to-bash-shell.html</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/linux" />
        <rdf:li rdf:resource="http://delicious.com/augur/scripting" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://linuxhelp.blogspot.com/2005/10/10-seconds-guide-to-bash-shell.html</feedburner:origLink></entry><entry><title type="text">Hoosier Outsider [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/3D6LMTpMoos/" /><category term="blog photos indiana" /><author><name>augur</name></author><updated>2005-10-29T14:40:27-07:00</updated><id>http://hoosieroutsider.blogspot.com/</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/blog" />
        <rdf:li rdf:resource="http://delicious.com/augur/photos" />
        <rdf:li rdf:resource="http://delicious.com/augur/indiana" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://hoosieroutsider.blogspot.com/</feedburner:origLink></entry><entry><title type="text">D*I*Y Planner Hipster PDA Edition [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/4-qRHs66KvI/" /><category term="writing" /><author><name>augur</name></author><updated>2005-10-26T09:01:55-07:00</updated><id>http://www.douglasjohnston.net/weblog/archives/2005/06/11/diyp2_hipsterpda/</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/writing" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.douglasjohnston.net/weblog/archives/2005/06/11/diyp2_hipsterpda/</feedburner:origLink></entry><entry><title type="text">Moleskine Pocket Ruled Notebook, MoleskineUS [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/Le9ysXLhYDI/ruledpocket.html" /><category term="writing" /><author><name>augur</name></author><updated>2005-10-26T08:57:50-07:00</updated><id>http://www.moleskineus.com/ruledpocket.html</id><taxo:topics xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/">
      <rdf:Bag xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
        <rdf:li rdf:resource="http://delicious.com/augur/writing" />
      </rdf:Bag>
    </taxo:topics><feedburner:origLink>http://www.moleskineus.com/ruledpocket.html</feedburner:origLink></entry><entry><title type="text">Flock [del.icio.us]</title><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/DavidLNorris/~3/WFVehwTuYmw/13.php" /><author><name>augur</name></author><updated>2005-10-23T10:00:21-07:00</updated><id>http://www.flock.com/fiveways/togetstarted/13.php</id><feedburner:origLink>http://www.flock.com/fiveways/togetstarted/13.php</feedburner:origLink></entry></feed>
