<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Tildemark blogs</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/" />
    <link rel="self" type="application/atom+xml" href="http://www.tildemark.com/atom.xml" />
    <id>tag:www.tildemark.com,2006-08-17://2</id>
    <updated>2008-09-30T15:19:55Z</updated>
    <subtitle>Blogging on uniquely random things. </subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.2-en</generator>

<entry>
    <title>Leadership seminars can also be interesting</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/at-work/leadership-seminars-can-also-be-interesting.html" />
    <id>tag:www.tildemark.com,2008://2.125</id>

    <published>2008-09-30T14:13:46Z</published>
    <updated>2008-09-30T15:19:55Z</updated>

    <summary>some times seminars can also be interesting at least for me most of the times...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="At Work" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Blogging" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="leadershipseminarstips" label="leadership seminars tips" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[some times seminars can also be interesting at least for me most of the times i find them boring and a waste of my time. A recent seminar i joined made me think twice with some of the seminars i missed before. the last task we had from the seminar which i enjoyed the most is the testing the leadership skill you have learned from the seminar. The task is to solve the puzzle called traffic jam.<br /><br /><b>Setup</b><br />2 groups of five with each team having their own uniform color. All 10 individual setting in from of each other, each team facing the other team. an extra chair placed at the center of the last two persons. See illustrations below, ill name the first team as alphabet and the other as numbers. everybody is facing the empty chair.<br /><br />&nbsp; 1 2 3 4 5 <br />@<br />&nbsp; A B C D E<br /><br /><b>Objective</b><br />The objective of the game is to switch places with the team by following some rules. <br /><br /><b>Instructions</b><br /><ul><li>a person can move in a space (blank chair) beside him</li><li>a person can skip a person or move around a person </li><li>a person can only move forward</li><li>only one person can move at a time</li></ul><br />Well after an hour, i was able to crack this game. it was very frustrating not to be able to get the solution in time because the speaker place a timer on the board and it was just 45 minutes. anyway here's my solution: <br /><br /><b>The Solution to the Traffic Jam game</b><br />Team Alphabet moves first, Person A move to the blank chair.<br /><br />A12ABC1234ABCDE12345ABCDE2345CDE45E<br /><br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Making simple hover image using CSS </title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/programming/css/making-simple-hover-image-using-css.html" />
    <id>tag:www.tildemark.com,2008://2.124</id>

    <published>2008-08-29T23:58:44Z</published>
    <updated>2008-08-30T00:37:28Z</updated>

    <summary>I always forget this basic image hover. Im posting it here in my blog for...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="CSS" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<p>I always forget this basic image hover. Im posting it here in my blog for future referrence and for you my readers as well. Making&nbsp;hover images is fairly simple and very straight forward. It only needs a couple of css lines using the anchor element and its hover by manipulating the background image. Hover your mouse pointer to the image below and see a working sample of the image hover using CSS.</p>
<p><a id="nav-home" href="#"><span class="nav-hide">Home</span></a></p>
<p>&nbsp;Download image hover resources if you want to try it on your own. </p>
<p><img class="mt-image-left" style="FLOAT: left; MARGIN: 0px 20px 20px 0px" height="20" alt="hover1.gif" src="http://www.tildemark.com/images/hover1.gif" width="120" /></p>
<p>
<p>
<p><img class="mt-image-left" style="FLOAT: left; MARGIN: 0px 20px 20px 0px" height="20" alt="hover2.gif" src="http://www.tildemark.com/images/hover2.gif" width="120" /></p>
<p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Below is a simple HTML code used to display the image hover.</p>
<p></p>
<p></p>
<p></p><code>
<p>&lt;a id="nav-home" href="#"&gt;&lt;span class="nav-hide"&gt;Home&lt;/span&gt;&lt;/a&gt;</p></code>
<p>The span tag allows us to hide its content using the display:hide; command in CSS. The nav-home value will define how our image will then be displayed. See below for the CSS code. </p><code>
<p>a#nav-home {<br />display: block;<br />text-decoration: none;<br />width: 120px;<br />height: 20px;<br />margin: 0 auto;<br />background-image:url(images/hover1.gif);<br />}</p>
<p>a#nav-home:hover {<br />background-image:url(images/hover2.gif);<br />}</p>
<p>.nav-hide {<br />display: none;<br />}</p>
<p>#nav-home img {<br />border: 0;<br />}</p></code>]]>
        
    </content>
</entry>

<entry>
    <title>Rubik&apos;s cube sized PC</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/gadgets/rubiks-cube-sized-pc.html" />
    <id>tag:www.tildemark.com,2008://2.123</id>

    <published>2008-08-27T14:59:54Z</published>
    <updated>2008-08-27T15:32:59Z</updated>

    <summary>I have seen tiny sized pc but the Space Cube tops them all. Its dimension...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Gadgets" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="spacecube-b03.jpg" src="http://www.tildemark.com/images/spacecube-b03.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="285" height="231" /></span>I have seen tiny sized pc but the <a href="http://www.shimafuji.co.jp/product/spacecube01.html">Space Cube</a> tops them all. Its dimension is 52mm x 52mm x 55mm, very close to the size of a rubik's cube, smaller than the size of my palm. Its Compact Flash Card allows the installation of the Redhat Linux as its operating system aside from its builtin 16MB internal space. Processor speed is clocked at 300MHz maximum with an 16MB DDRSDRAM memory. The space cube include a USB port which maybe used to attach a hub for keyboard and mouse installation and other USB 1.1 enabled devices. A DB15 port for display, a RS232 port and an ethernet port for network access. It also has a builtin phone jack, Speaker out and Mic in for audio. This is obviously a desktop pc that could be used mobile aside from a laptop. Its price is around $300, not bad for a portable computer. This pc is very good for my interfacing expirements which would allow me to do testing outdoors. More info about the space cube on their website at the maker homepage <a href="http://www.shimafuji.co.jp/product/spacecube01.html">Shimafuji Electric Incorporated</a>. <br />]]>
        
    </content>
</entry>

<entry>
    <title>Browser Based Games</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/games/browser-based/browser-based-games.html" />
    <id>tag:www.tildemark.com,2008://2.121</id>

    <published>2008-08-20T09:24:58Z</published>
    <updated>2008-08-27T12:24:43Z</updated>

    <summary>While looking unto my blogs categories, i have noticed the browser based category to be...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Blogging" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Browser Based" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[While looking unto my blogs categories, i have noticed the browser based category to be empty. I guess, i just can't update my blog about the event on the games i play. When i play, i usually spend all of my time on it, that's also the reason i may not be able to blog often.&nbsp; There are a couple of browser based games i have enjoyed playing, in fact i prefer them to those installed versions whereby we could check my mails, chat, and at the same time surf the web while playing. <br /><br /> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="blogshares-logo.jpg" src="http://www.tildemark.com/images/blogshares-logo.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="260" height="70" /></span><br /><a href="http://blogshares.com/">Blogshares</a> - I played blogs shares for more than a year, got myself into the top 50 rich players but stopped then they changed some rules in the game which i think they made it to gain more money than by making the players enjoy. there was also a bug on the game which made a major roll back. that was enough to convince to stop playing. i still have my account though i think my chips are gone, i lost the interest in playing so every blog i moderated is approved.<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="250px-Neopets_logo.png" src="http://www.tildemark.com/images/250px-Neopets_logo.png" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="250" height="74" /></span><br /><a href="http://www.neopets.com/">Neopets</a> - I still play neopets from time to time. I dont find it boring, even if the target audience are supposed to be elementary kids but i think alot are adult players. Lots of built in games to choose from not to mention the battle dome wherein you could challenge neopets players to fight against your neopet. <br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/adventure-quest-logo.gif"><img alt="adventure-quest-logo.gif" src="http://www.tildemark.com/assets_c/2008/08/adventure-quest-logo-thumb-250x58.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="250" height="58" /></a></span><br /><a href="http://www.battleon.com/">Adventure Quest</a> - Its been almost 3 years since i last played Adventure Quest. I only played this game in about 4 months. the free version is very hard to login. it made me decide not to continue playing. My character just reached level 40 when i stopped playing. &nbsp; <br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/tribal_wars_logo.jpg"><img alt="tribal_wars_logo.jpg" src="http://www.tildemark.com/assets_c/2008/08/tribal_wars_logo-thumb-250x72.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="250" height="72" /></a></span><br /><a href="http://www.tribalwars.net/">Tribal Wars</a> - I was addicted to this game. it made me stop working, blogging, even skip meals, and other online activities. it was almost a year when i realised how i became and eventually stopped. i missed playing TW. I cant go back anymore probably because my villages may already be overruned. I managed to raise my points to 400k when i stopped playing. If i were to recommend which game i like the most, my answer would be tribal wars.<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unification-wars-logo.jpg" src="http://www.tildemark.com/images/unification-wars-logo.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="249" height="80" /></span><br /><a href="http://uc.gamestotal.com/">Unification Wars</a> - Its a game similar to tribal wars but its setting is in space. The reason i stopped playing unification wars is that its too hard to comprehend and is very hard to manage. I mean we could read the documentation but i cant bear its complexity as i could compare it to tribal wars. <br /><div><br /></div><div><br /></div><div><br /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Adding captcha to comments in Movable type 4</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/movable-type/adding-captcha-to-comments-in-movable-type-4.html" />
    <id>tag:www.tildemark.com,2008://2.117</id>

    <published>2008-08-14T07:33:57Z</published>
    <updated>2008-08-14T08:25:36Z</updated>

    <summary>When i disabled the anonymous comment on my blog, people also stopped placing their comments....</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Movable Type" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="recaptcha.gif" src="http://www.tildemark.com/images/recaptcha.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="314" height="125" /></span>When i disabled the anonymous comment on my blog, people also stopped placing their comments. It might be because the people who commented were actually bots? Maybe or maybe not. Now, i got freaked because people really stopped commenting, as in zero comments. So, i started to look for ways to make post some comments again. I tried installing some plugin that allow users from other blogs like <a href="http://www.wordpress.org/">WordPress</a> or other sites to use their login to comment on my blog using the <a href="http://www.openid.net/">OpenID</a> technology. <br /><br />Here's the list of plugin that i have installed in addition to the builtin options: <br /><a href="http://plugins.movabletype.org/aim-openid-login/">AOL/AIM</a><br /><a href="http://www.majordojo.com/projects/wordpress-openid-plugin-for-movable-type.php">Yahoo</a><br /><a href="http://plugins.movabletype.org/wordpress-openid-plugin/">WordPress</a><br /><br />But still, only a few commented. Now, I'm trying to enable <a href="http://recaptcha.net/">reCaptcha</a> hopefully people might come back and start to comment. If you are using MT4.1, you might need this. Otherwise, if you are using an older version then visit <a href="http://www.majordojo.com/projects/wordpress-openid-plugin-for-movable-type.php">josh carter's</a> blog for a workaround. <br /><br />Enable reCaptcha on your Movable Type 4.1 blog<br /><ol><li>Get a public and a private key from the <a href="http://recaptcha.net/">reCaptcha website</a></li><li>Get copy of the reCaptcha plugin from your mt4 installation folder. Its located at /extras/examples/plugins/reCaptcha from your mt4 folder</li><li>Paste them to the plugins folder at /plugins/reCaptcha inside your mt4 folder</li><li>There is a README file read it for instructions.&nbsp;</li><li>On your blog go to Preferences &gt; Plugins <br /></li><li>Click on the the reCaptcha and enter your Public and Private keys you had when you registered at their website</li><li>Click on Save Changes<br /></li><li>Go to your blog Preferences &gt; Blog Settings &gt; Comment&nbsp;</li><li>Scroll dow below to the Comment Display Options</li><li>Change the Captcha Provider from None to reCaptcha</li><li>Save Settings</li><li>Go to your blog Preferences &gt; Blog Settings &gt; Spam</li><li>Check if the spam slider is at zero. If its not return it to zero, otherwise you will have to moderate all the comments again.</li><li>Go to Design &gt; Templates</li><li>Click on Template Modules</li><li>From the README file: Edit Comment Form template, so it renders MTCaptchaFields unconditionally.&nbsp; In practice, this means replacing these lines<br />&nbsp;&nbsp;&nbsp; &lt;MTIfNonEmpty tag="MTCaptchaFields"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;MTIfCommentsAccepted&gt;&lt;MTIfRegistrationAllowed&gt;&lt;MTElse&gt;&lt;$MTCaptchaFields$&gt;&lt;/MTIfRegistrationAllowed&gt;&lt;/MTIfCommentsAccepted&gt;<br />&nbsp;&nbsp;&nbsp; &lt;div id="comments-open-captcha"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/MTIfNonEmpty&gt;<br />to these lines:<br />&nbsp;&nbsp;&nbsp; &lt;MTIfNonEmpty tag="MTCaptchaFields"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;div id="comments-open-captcha"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;$MTCaptchaFields$&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/div&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/MTIfNonEmpty&gt;<br /></li><li>Click on Index Templates</li><li>From the README file, Edit Javascipt index template, to remove these lines of code which calls delayShowCaptcha:<br />&nbsp;&nbsp;&nbsp; &lt;MTIfNonEmpty tag="MTCaptchaFields"&gt;<br />&nbsp;&nbsp;&nbsp; captcha_timer = setInterval('delayShowCaptcha()', 1000);<br />&nbsp;&nbsp;&nbsp; &lt;/MTIfNonEmpty&gt;</li><li>Save and Rebuild you blog.<br /></li></ol>Thats it you have enabled reCaptcha on your blog. <br />]]>
        
    </content>
</entry>

<entry>
    <title>Setting up Virtual Hosts with XAMPP running on Windows XP</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/software/servers/setting-up-virtual-hosts-with-xampp-running-on-windows-xp.html" />
    <id>tag:www.tildemark.com,2008://2.116</id>

    <published>2008-07-30T01:58:47Z</published>
    <updated>2008-07-30T03:04:56Z</updated>

    <summary>Setting up virtual hosts with XAMPP is very straight forward and could be done in...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Servers" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apache" label="apache" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="windowsxp" label="windows xp" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xampp" label="xampp" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/virtual.gif"><img alt="virtual.gif" src="http://www.tildemark.com/images/virtual-thumb-200x287.gif" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="200" height="287" /></a></span>Setting up virtual hosts with XAMPP is very straight forward and could be done in less than 5 minutes. Although, your local XAMPP server will still work even if virtual hosts are not configured. You might want to ask, is there a need for my local XAMPP setup to configure virtual hosts? Apparently, virtual hosts are needed when <br /><br /><blockquote><blockquote><ul><li>your on multiple domains </li><li>your need to test your projects with same configuration with the server</li><li>test your projects without touching your public server</li><li>your just organizing your projects into groups</li><li>or setup a local copy of your blog or website</li></ul></blockquote></blockquote><b>What do we need?</b><br />This document assumes that you are working with Windows XP with XAMPP. If you don't have XAMPP, get it at their <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP for Windows download page</a>. Just execute the exe file and follow the onscreen instructions. <br /><br /><b>Configuring Windows XP to accept hosts</b><br />Hosts is a file under Windows XP that is used to map IP addresses to a custom list of hosts or maybe domain names. The IP address should be placed in one line. The first column should contain the IP address and on the second column its corresponding hostname. The IP address may be separated by a space or by a tab. You can place comments by prepending your line this symbol '#' (pound sign). Initially the first line is added. Now lets add our domain tildemark.com<br /><br /><code>
127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; localhost<br />127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www.tildemark.com<br />127.0.0.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tildemark.com<br />
</code>
<br />you can check your work by doing a ping to your configured host.<br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="pinging-tildemark.com.jpg" src="http://www.tildemark.com/images/pinging-tildemark.com.jpg" class="mt-image-none" style="" width="489" height="179" /></span>&nbsp;<br /><br /><b>Configuring XAMPP to accecpt Virtual Hosts</b><br /><ol><li>Got to your Apache folder in XAMPP and locate the conf files. The are usually located at <code>&lt;&lt;local path&gt;&gt;\xampp\apache\conf\extra</code></li><li>
Open the file named httpd-vhosts.conf with a text editor</li><li>If posible read the instructions so may have the idea on what you are doing</li><li>Now paste the following code at the bottom of the file without touching the document.<code></code><br /><br /><code>NameVirtualHost 127.0.0.1:80<br />&lt;VirtualHost 127.0.0.1:80&gt;<br />&nbsp; DocumentRoot E:/xampp/htdocs/&nbsp;&nbsp;&nbsp; # change this line with your htdocs folder<br />&nbsp; ServerName localhost<br />&lt;/VirtualHost&gt;<br /><br /></code></li><li>Edit the line DocumentRoot with your own document root folder</li><li>For each domain you are to configure paste the following lines below, just replace my domain name your corresponding domain:</li></ol>




<code>
&lt;VirtualHost www.tildemark.com&gt;<br />&nbsp; DocumentRoot "E:\www\www.tildemark.com"<br />&nbsp; ServerName www.tildemark.com<br />&nbsp; ServerAlias www.tildemark.com<br /><br />&nbsp; CustomLog "E:\www\www.tildemark.com\www.tildemark.com-access_log" combined<br />&nbsp; ErrorLog "E:\www\www.tildemark.com\www.tildemark.com-error_log"<br /><br />&nbsp; &lt;Directory "E:\www\www.tildemark.com"&gt;<br />&nbsp;&nbsp;&nbsp; Options Indexes FollowSymLinks<br />&nbsp;&nbsp;&nbsp; AllowOverride All<br />&nbsp;&nbsp;&nbsp; Order allow,deny<br />&nbsp;&nbsp;&nbsp; Allow from all<br />&nbsp; &lt;/Directory&gt;<br />&lt;/VirtualHost&gt;</code><br /><br /><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>What is RSS?</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/internet/what-is-rss.html" />
    <id>tag:www.tildemark.com,2008://2.115</id>

    <published>2008-07-21T23:30:44Z</published>
    <updated>2008-07-22T08:21:36Z</updated>

    <summary>What is RSS?RSS is a document format for reading frequently updated websites in the internet....</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Blogging" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="SEO" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/rss-dummies.jpg"><img alt="rss-dummies.jpg" src="http://www.tildemark.com/images/rss-dummies-thumb-200x250.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="200" height="250" /></a></span><b>What is RSS?</b><br />RSS is a document format for reading frequently updated websites in the internet. Similar to other document format like the MS Word documents or the PDF documents, the RSS also needs an interpreter called the "RSS Reader" as the MS Word Application for your MS Word documents and acrobat reader for your PDF documents. Each RSS document is called a "feed" or commonly as RSS Feed. RSS feeds are seen with the icon having an orange background with arcs usually found on the side bar of a blog. <br /><br /><b>How can RSS feed help me?</b><br />RSS are designed to help us read frequently updated websites in just one neat and simple application called the "RSS Reader". I use these programs at home to read my favorite blogs or forum and at work to read the messages from my projects. With this, i do not need to go to each of the websites i often visit just to check for any update but instead the RSS Reader does this for me. RSS Readers really made my life more easier as RSS stands for Really Simple Syndication<br /><br /><b>How do i get RSS?</b><br />You will need an RSS Reader, there are lots of applications that enables you to read RSS documents. Personally, I use the <a href="http://www.google.com/reader/">Google Reader</a> but you might prefer some other applications. Lets just use it because it the only reader use for now. If you have a <a href="http://www.google.com/accounts">Google account</a> then you can use it to read RSS feeds from there. Just click on the "add subscription" link and paste in your RSS feed. Now on the blogs that you read look for the RSS Logo, copy and paste the URL to your favorite RSS Reader in my case its <a href="http://www.google.com/reader/">Google Reader</a>. Some feeds are marked private meaning you will need a password before we could read the contents. Some readers accepts authentication, at the office is use <a href="http://www.sharpreader.net/">Sharp Reader</a> Software.<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/rss-logo.jpg"><img alt="rss-logo.jpg" src="http://www.tildemark.com/images/rss-logo-thumb-200x200.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="200" height="200" /></a></span><b>How do I know the link I got is RSS?</b><br />The RSS reader is written in plain text, if you will try to open an RSS document with a text editor, you can actually read it but you might have a little more time understanding because of the way its written. The format the RSS document is written is called XML. XML is like an older brother of the other common technical word called HTML. XML and HTML are not the topic here so lets just ignore them for now. You will know its RSS because every RSS feed has this somewhere at the beginning of the document: &lt;?xml version="1.0"&gt; and it has an orange icon with a arcs in it. You can try using <a href="http://www.tildemark.com/index.xml">Tildemark Blogs RSS feed</a> to use is as a sample or maybe subscribe to it. <br /><br /> <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Palit 7300GT Sonic is my new video card</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/gadgets/palit-7300gt-sonic-is-my-new-video-card.html" />
    <id>tag:www.tildemark.com,2008://2.114</id>

    <published>2008-07-21T08:43:10Z</published>
    <updated>2008-07-21T09:07:19Z</updated>

    <summary>Its been months since I had my PC with a video card. I got my...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Entertainment" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Gadgets" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Games" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="strategygames" label="strategy games" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="videocards" label="video cards" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/palit-7300GT-sonic.jpg"><img alt="palit-7300GT-sonic.jpg" src="http://www.tildemark.com/images/palit-7300GT-sonic-thumb-200x152.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="200" height="152" /></a></span>Its been months since I had my PC with a video card. I got my old GeForce 7300 GT removed and placed on a PC without a video card. I tried to tweak the PC and ended up messing its video capabilities. So, since my PC works without a card, I did a generous donation and give away my only graphics card. Now, imagine me with my PC without a video card. Finally, after 6 months, I was able to buy the Palit GeForce 7300 GT Sonic video card. It's actually an old card considering I was once using 7300 GT but I'm out of budget and I really need a video card. GeForce 7300 GT Sonic still is using Direct X 9c shader, so no Windows Vista games for me since Windows Vista is using the new Direct X 10, but I don't like Windows Vista yet so i guess its ok for now. Maybe next year I'll upgrade my OS then I'll upgrade my video card. Anyway, GeForce 7300 GT Sonic is the overclocked version of the GeForce 7300 GT Card its a bit faster with a core speed up to 500MHz and memory speed up to 1000MHz at 256MB. The GeForce 7300 GT Sonic comes equipped with DDR3 instead of the DDR2 from the 7300 GT version. All the speed I need to max out the graphics quality of the games I play right now. Not really bad for a $50 video card, I wish I had some more and I could have bought the GeForce 8 series video card. <br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/cc3tw-cover.jpg"><img alt="cc3tw-cover.jpg" src="http://www.tildemark.com/assets_c/2008/07/cc3tw-cover-thumb-100x141.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="100" height="141" /></a></span>I reinstalled the game Command and Conquer 3: Tiberium Wars and started playing it the whole day. I wasn't able to finish playing the game before because of the video card experiment I did. So, this time I'm going to finish the game with maximum graphics quality. I'm now playing the Normal mode but after i finish this I'll start again with the hard mode. <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/mammothtank.jpg"><img alt="mammothtank.jpg" src="http://www.tildemark.com/images/mammothtank-thumb-200x121.jpg" class="mt-image-right" style="margin: 0pt 0pt 20px 20px; float: right;" width="200" height="121" /></a></span>I just love the Mammoth Tank with its Rail Gun Upgrade its almost unstoppable in the battle field. With this tank, you only need about 3 or 4 to finish a mission. Its very powerful and its huge, just don't get hit by an EMP or they just be sitting ducks. I also like the dig skill for the Rifflemen but it costs 300 credits and the Shadow soldiers could easily kill them in one shot even if their rank is already star.<br /><br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/GDI-lt-Kirce-James.jpg"><img alt="GDI-lt-Kirce-James.jpg" src="http://www.tildemark.com/images/GDI-lt-Kirce-James-thumb-200x300.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" width="200" height="300" /></a></span>Every time I get to the mission briefing, I have noticed that GDI Lt. Kirce James is so familar to me. I tried replaying the mission briefing just to recall her. Then i realized she was Jennifer Morrison or Doctor Allison Cameron from the TV series House. Why didn't I noticed her before, I was really surprised to see her doing the mission briefing. Well, she didn't have that military look but I like her being a doctor.<br /><br /> <div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>prevent email spam be using an image email  address</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/internet/prevent-email-spam-be-using-an-image-email-address.html" />
    <id>tag:www.tildemark.com,2008://2.113</id>

    <published>2008-07-18T04:28:02Z</published>
    <updated>2008-07-18T04:54:48Z</updated>

    <summary>I hate spam and its everywhere, in the forums, in my comments, emails, and even...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="emailicons" label="email icons" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[I hate spam and its everywhere, in the forums, in my comments, emails, and even in blog posts. Email spam is so hard to stop if you don't have a good spam blocker. Once your in, there's no going back. I don't recommend you clicking on the link that says 'click here to unsubscribe' because it only confirms that the email address you are using is indeed active which results to more spam. <br /><br />The most efficient way to battle spam is to avoid them. Don't got to p0rn site, sites that offer pirated software or any illegal stuff. another way is to change your email link into an image. In that way automated programs that harvests email address may not be able to pick it up. A web site that provides an image for your email address called <a href="http://services.nexodyne.com/email/">email icon generator</a> might be useful for you. See some samples below<br /><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="tildemark-gmail.png" src="http://www.tildemark.com/images/tildemark-gmail.png" class="mt-image-none" style="" width="155" height="21" /></span><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="tildemark-hotmail.png" src="http://www.tildemark.com/images/tildemark-hotmail.png" class="mt-image-none" style="" width="159" height="21" /></span><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="tildemark-live.png" src="http://www.tildemark.com/images/tildemark-live.png" class="mt-image-none" style="" width="140" height="21" /></span><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="tildemark-msn.png" src="http://www.tildemark.com/images/tildemark-msn.png" class="mt-image-none" style="" width="148" height="21" /></span><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="tildemark-yahoo.png" src="http://www.tildemark.com/images/tildemark-yahoo.png" class="mt-image-none" style="" width="190" height="21" /></span><br />
<div><br /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>writing accessibility CSS code for the color blind</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/programming/css/writing-accessibility-css-code-for-the-color-blind.html" />
    <id>tag:www.tildemark.com,2008://2.112</id>

    <published>2008-07-14T01:58:21Z</published>
    <updated>2008-07-14T03:10:31Z</updated>

    <summary>Not being able to see the differences between colors is a bit trouble some. Imagine...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="CSS" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="SEO" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="accessibilityforcolorblind" label="accessibility for color blind" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="cssforthecolorblind" label="css for the color blind" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[Not being able to see the differences between colors is a bit trouble some. Imagine yourself looking at the traffic light and not seeing and red color. These people will see yellowish brown color instead of the red color. Red-green color blind is also called <i>Protanopia</i>, people that are less sensitive to red light and <i>Deuteranopia </i>for people who are less sensitive to the green light.&nbsp; Some study determined that about 10% of the male population are color blind. I am happy I do not belong to those 10%. <br /><br />That is why link urls should stay underlined to help people with color blindness see it immediately. since we are not able to adjust CSS being used on the website we browse, we will just instead use our own CSS page by specifying it on our browser. if you are color blind, this page will help you a lot. If you are not color blind, i don't recommend you using it because it would be weird. <br /><br />First lets create our own CSS file and specify it via our browser settings later. <br /><br /><code><br />* {<br />&nbsp; color: #000 !important;<br />&nbsp; background: #fff !important;<br />}<br /><br />a {<br />&nbsp; text-decoration: underline !important;<br />&nbsp; color: #fff !important;<br />&nbsp; background: #000 !important;<br />}<br /></code><br /><br />the <b>!important</b> specifier must be present on your CSS codes to tell the browser its important and must override the other CSS codes. <br /><br />Using Internet Explorer navigate to&nbsp; <br /><ul><li><b>Tools </b>-&gt;<b> Internet Options</b></li><li>Click on the <b>Accessibility</b> button</li><li>Place a check on the '<b>Format documents using my style sheet</b>' option</li><li><b>Browse</b> to the location where you saved your CSS file above.</li><li>then click <b>OK</b></li></ul>If you are using Firefox go to your profile folder and edit your userCrome.css file of your userContent.css file. just copy-paste the CSS code above to the bottom portion of the file. <br />  ]]>
        
    </content>
</entry>

<entry>
    <title>Keyword competition tool called Stomper Ranker</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/seo/keyword-competition-tool-called-stomper-ranker.html" />
    <id>tag:www.tildemark.com,2008://2.111</id>

    <published>2008-06-30T05:03:55Z</published>
    <updated>2008-06-30T05:27:03Z</updated>

    <summary>Stompernet just released a firefox extension that displays the rank of a site on the...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="SEO" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="keyword" label="keyword" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="seo" label="seo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[Stompernet just released a firefox extension that displays the rank of a site on the top 3 search engines namely, Google, Yahoo and Live. I'm a fan of the StomperNet videos myself and i believe this tool is a good addition to most seo professionals. Stomper Ranker tool allows you to easily see your competitors in ranks in a graphical view based on the search keyword we use. The green represents Google, Red is Yahoo and Blue is Live. Just hover your mouse pointer to each dot to see which site is currently performing well on the ranks. The line denotes the same site url.<br /><br />You may download the <a href="http://about.stompernet.com/tools/ranker/">Stomper Ranker</a> extension at the StomperNet site.<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/ranker.jpg"><img alt="ranker.jpg" src="http://www.tildemark.com/images/ranker-thumb-400x231.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="231" width="400" /></a></span><br /> <div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Raining ang running without shoes</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/blogging/raining-ang-running-without-shoes.html" />
    <id>tag:www.tildemark.com,2008://2.110</id>

    <published>2008-06-18T08:36:31Z</published>
    <updated>2008-06-18T09:02:37Z</updated>

    <summary>Its rainy season here and it rains everyday. Downtown is flooded, i guess Davao needs...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Blogging" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Places" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[Its rainy season here and it rains everyday. Downtown is flooded, i guess Davao needs a better sewer system. Yesterday, i wasn't able to go to the office on time due to the flood. <br /><br />Anyway, i was in the office when the rain came. it was hard and noisy so took a glance unto the office window to see if its starting to flood. <br /><br />Across the building i noticed 2 female high school students at Ateneo de Davao removing their shoes (still on uniforms). Then suddenly, they ran into the rain towards a nearby shelter. At first, i thought, they were just happy it rained and they try to take bath. But they were still carrying their shoes? <br /><br />How come you are more concerned about your shoes than what could possibly happen to your feet? Getting hit by something sharp or maybe something dull with tetanus is much more costly compared to a wet shoe. I really doubt if those girls only have 1 pair of shoe considering they are enrolled in an expensive school. In the end, i closed the windows and said to myself, "those girls are just plain dumb".<br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Go Zip Line at Eden Nature Park in Davao</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/sports/go-zip-line-at-eden-nature-park-in-davao.html" />
    <id>tag:www.tildemark.com,2008://2.109</id>

    <published>2008-06-12T01:36:56Z</published>
    <updated>2008-06-12T03:34:46Z</updated>

    <summary>Sky Rider! That&apos;s what they call it. When i first tried it, i must admit...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Places" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Sports" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="davaosportadventure" label="davao sport adventure" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[Sky Rider! That's what they call it. <br /><br />When i first tried it, i must admit it's kinda scary. I mean, you can see tall pine trees below you and all the people as tiny as ants as you make your way across. If you'll try to shout, you will find yourself running out of voice for the distance between the two towers is i think equivalent to 200 meters long. <br /><br />The Sky Rider! zip line is situated outside the Eden Nature Park opposite of the main gate just beside the soccer field. It has two 60 foot tower facing each other with two suspension cables mounted on the top of each tower going to the other. <br /><br />Each ride costs PhP150, that is a ride from one tower to the other and back. Each ride is an approximately 20 seconds of heart pounding and a breath taking adventure. For safety reasons, you will be equipped with a helmet and a set of body straps that is then attached to the cable. As you make your way down going to the other side of the tower, you will hear the rolling and the ripping sound of the cable as you move along the line. <br /><br />For a more enjoyable ride, try not to close your eyes. If you can stretch your arms wide, then do it. Just try not to touch the cables. <br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/sky-rider-zip-line.jpg"><img alt="sky-rider-zip-line.jpg" src="http://www.tildemark.com/images/sky-rider-zip-line-thumb-200x150.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="150" width="200" /></a></span><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/zip-line-in-action.jpg"><img alt="zip-line-in-action.jpg" src="http://www.tildemark.com/images/zip-line-in-action-thumb-200x150.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="150" width="200" /></a></span><div><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tildemark.com/images/at-the-cottage.jpg"><img alt="at-the-cottage.jpg" src="http://www.tildemark.com/images/at-the-cottage-thumb-200x150.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="150" width="200" /></a></span><a href="http://www.tildemark.com/images/eden-park-playground.jpg"><img alt="eden-park-playground.jpg" src="http://www.tildemark.com/images/eden-park-playground-thumb-200x150.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="150" width="200" /></a></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Removing google public service ads on adsense</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/seo/removing-google-public-service-ads-on-adsense.html" />
    <id>tag:www.tildemark.com,2008://2.108</id>

    <published>2008-05-01T01:22:01Z</published>
    <updated>2008-05-01T03:19:59Z</updated>

    <summary> You usually get this when you first added your adsense codes to your site....</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="Blogging" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="SEO" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ads" label="ads" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="adsense" label="adsense" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="public-service-ads.jpg" src="http://www.tildemark.com/images/public-service-ads.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="216" width="324" /></span> <div>You usually get this when you first added your adsense codes to your site. Its alright to get this during this time as adsense wasn't able to get a cache of your keywords yet. It may take some time to get revenue generating ads on your site specially if your content has less meaningful keywords in it. According to the google help center, it would take approximately 48 hours to remove the Gulf Hurricane Relief ad on your site. If its been there for weeks then your copy might have some problems in it.<br /><br /><b>Editing robots.txt</b><br />There are several ways to remove the PSA from appearing on your site, but the most efficient way is to change your content. First things first, your robots.txt might have been configured to disallow adsense crawlers from visiting your site. If you are able to edit your robots.txt file, you may add the following code below:<br /><br />User-agent: Mediapartners-Google*
<br />Disallow:<br /> <br /><b>Avoid iFrames or Frames</b><br />If you have placed your adsense code in an iFrame then the crawler will have no way of getting relevant keywords thus displaying in the Public&nbsp; Service&nbsp; Ads. Google crawlers will have a hard time figuring out which content to get for the ads inside frames so its best not to place your ads in a separate frame or simply avoid using frames on your site just to be safe.<br /><br /><b>Choose&nbsp; your content wisely</b><br />Content is the most important factor in determining the adsense ads that is displayed on your website. the more content you the greater chances of getting a relevant ad. Make sure you have enough content for the crawler to read. Also, the google crawler can't read images, audio files, flash content, java applets or anything except plain text. If you have a small amount of content and you have set your ads to display only images then this might be the reason for displaying only PSA ads. Try changing your adsense codes to display text and images ads. <br /><br /><b>Negative Keywords</b><br />Avoid negative keywords, this includes anything that is related to d%ath, sickness, p%rnography, dr%gs, etc. At anytime avoid mentioning these words on all of your content, but opps there you go i have just listed them here anyway. <br /><br /><b>Avoid automatic refresh<br /></b>If yous page contains the HTML auto refresh code, it might also be the reason why your site is displaying public service ads. Remove the meta refresh code from your page and observe if the PSA ads have been removed. The meta refresh code looks like this one below, remove them:<br /><br />&lt;meta http-equiv="Refresh"&gt;<br /><br /><b>Adsense ad in a login page</b><br />Placing ads on a page that requires user access does not allow the google crawler to visit the page to get the relevant keywords therefore displaying public service ads instead. Avoid placing adsense code behind a login page. <br /><br /><b>Avoid Session Ids on URLs</b><br />Adsense also relies heavily on the URL to display relevant ads. Having a session id on the url confuses the crawler to ad a relevant keyword because your URL keeps on changing. You may use the input type hidden HTML attribute instead of placing the session id in the urls<br /><br /><b>Unsupported localization</b><br />If you site is displaying other language aside from English then this might be the reason why its displaying public service ads. Here's a list of country currently supported by adsense. <br />Arabic&nbsp; <br />Bulgarian <br />Chinese (simplified) <br />Chinese (traditional) <br />Croatian <br />Czech <br />Danish <br />Dutch <br />English <br />Finnish <br />French <br />German <br />Greek <br />Hebrew <br />Hungarian<br />Italian<br />Japanese<br />Korean<br />Norwegian<br />Polish<br />Portuguese<br />Romanian<br />Russian<br />Serbian<br />Slovak<br />Spanish<br />Swedish<br />Turkish<br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>Formating messages in Basecamp using textile</title>
    <link rel="alternate" type="text/html" href="http://www.tildemark.com/at-work/formating-messages-in-basecamp-using-textile.html" />
    <id>tag:www.tildemark.com,2008://2.107</id>

    <published>2008-04-29T00:55:13Z</published>
    <updated>2008-04-29T11:28:05Z</updated>

    <summary>Basecamp is using textile to format and display its messages. The following is a list...</summary>
    <author>
        <name>tildemark</name>
        <uri>http://www.tildemark.com</uri>
    </author>
    
        <category term="At Work" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Internet" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="tips" label="tips" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.tildemark.com/">
        <![CDATA[Basecamp is using textile to format and display its messages. The following is a list of codes used to modify the look of your messages inside basecamp. <br /><br />You can format the messages in basecamp using the following codes below:<br /><br /><font style="font-size: 1.5625em;"><b>Paragraph Codes</b><br /></font>The following codes are commonly used in composing paragraphs in basecamp, adding in the following codes helps you convey the message you wish to tell and makes it easier to read and understand the context. <br /><br />Header: hn. &lt;text&gt;<br /><b>h1. Header 1</b> is equivalent to <b>&lt;h1&gt;Header 1&lt;/h1&gt;</b><br /><br />Blockquote: bq. &lt;text&gt;<br /><b>bq. A block quotation.</b> is equivalent to <b>&lt;blockquote&gt;bq. A block quotation.&lt;/blockquote&gt;</b><br /><br /><a target="_blank" href="http://www.textpattern.com/help/?item=header" onclick="window.open(this.href, 'popupwindow', 'width=400,height=400,scrollbars,resizable'); return false;"><strong></strong></a>Footnote: fn1. &lt;text&gt;<br /><b>fn1. Footnote text.</b> is equivalent to <b>&lt;p id="fn1"&gt;&lt;sup&gt;1&lt;/sup&gt; Footnote text.&lt;/p&gt;</b><br /><br />Example:<br />This text has a footnote below[1].<br />fn1. This is the footnote of the text above.<br /><br /><b>Text Alignments</b><br />p&lt;. <em>align left</em><br />
p&gt;. <em>align right</em><br />
p=. <em>centered</em><br />
p&lt;&gt;. <em>justified</em><br />
p(., p((.  <em>left indent 1em, 2em, etc.</em><br />
p). <em>right indent 1em</em><br /><br />Example:<br /><b>p=. This text is centered</b> is equivalent to <b>&lt;center&gt;This text is centered&lt;/center&gt;</b><br /><br /><br /><font style="font-size: 1.5625em;"><b>Phrase Codes</b></font><br />These codes below allows us to importance to a portion of our text in basecamp and adding some emphasis to it. We can use either the emphasis or the boldface HTML code when adding some importance to the message we have written. Other HTML code can also be used. <br /><br /><b>Emphasis<br /></b>Prepend and append underscores to the text you wish to be emphasized. <br /><b>_text on emphasis_</b> is equivalent to <b>&lt;em&gt;text on emphasis&lt;/em&gt;</b><br /><br />To make italics text we use double underscores<br /><b>__text on italics__</b> is equivalent to <b>&lt;i&gt;text on italics&lt;/i&gt;</b><br /><br /><b>Strong emphasis</b><br />Use asterisk to make text appear with strong emphasis<br /><b>*text on strong emphasis*</b> is equivalent to <b>&lt;strong&gt;text on strong emphasis&lt;/strong&gt;</b><br /><br />And, use double asterisk to make them apear as boldface<br /><b>**text on boldface**</b> is equivalent to <b>&lt;b&gt;text on boldface&lt;/b&gt;</b><br /><br /><b>Citations</b><br />Enclose citation text with double question marks<br /><b>??cited text??</b> is equivalent to <b>&lt;cite&gt;cited text&lt;/cite&gt;</b><br /><br /><b>Mark as deleted</b><br />Also called overstrike. Useful in editing copy with multiple versions. <br /><b>-text to be deleted-</b> is equivalent to <b>&lt;del&gt;text to be deleted&lt;/del&gt;</b><br /><br /><b>Mark as inserted</b><br />Used mutually with the overstrike tag. Marks the text as newly inserted text. <br /><b>+inserted text+</b> is equivalent to <b>&lt;ins&gt;inserted text&lt;/ins&gt;</b><br /><br /><b>Span</b><br />Allows us to customize out text based on color or formating using the CSS standard code. Use the percent symbol to start a span tag. <br /><b>%{color:red}text in red color%</b> is equivalent to <b>&lt;span style="color:red;"&gt;text in red color&lt;/span&gt;</b><br /><br /><br /><font style="font-size: 1.25em;"><b><font style="font-size: 1.5625em;">Lists</font></b></font><br />Precede each line with pound sign to make an ordered list like this:<br /><br /><b># line 1<br /># line 2<br /># line 3<br /></b><br />Which becomes,<br /><br /><b>&lt;ol&gt;<br />&lt;li&gt;1 line 1&lt;/li&gt;<br />&lt;li&gt;2 line 2&lt;/li&gt;<br />&lt;li&gt;3 line 3&lt;/li&gt;<br />&lt;/ol&gt;<br /></b>

<br />To make a bulleted list, use the asterisk instead like this:<br /><br /><b>* line 1<br />
* line 2<br />* line 3<br /></b>
<br />Which becomes, <br /><br /><b>&lt;ul&gt;<br />
&lt;li&gt;1 line 1&lt;/li&gt;<br />
&lt;li&gt;2 line 2&lt;/li&gt;<br />

&lt;li&gt;3 line 3&lt;/li&gt;<br />

&lt;/ul&gt;</b><br />
<br />To add a nested list or increase the list indention we add another asterisk link this:<br /><br /><b>* line 1<br />** line 1.1<br />** line 1.2<br />* line 2<br />
* line 3</b><br />

<br />Which becomes<br /><br /><b>&lt;ul&gt;<br />

&lt;li&gt;line 1&lt;/li&gt;<br />&lt;ul&gt;<br />&lt;li&gt;line 1.1&lt;/li&gt;<br />&lt;li&gt;line 1.2&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;li&gt;line 2&lt;/li&gt;<br />


&lt;li&gt;line 3&lt;/li&gt;<br />


&lt;/ul&gt;</b><br /><br /><font style="font-size: 1.25em;"><b><font style="font-size: 1.25em;">Creating Tables</font></b></font><br />Use the pipe symbol to make tables<br /><br /><b>|This|is|a|table|<br />|with|two|rows|inside|</b><br /><br />is equivalent to <br /><br /><b>&lt;table&gt;<br />&lt;tr&gt;<br />&lt;td&gt;This&lt;/td&gt;&lt;td&gt;is&lt;/td&gt;&lt;td&gt;a&lt;/td&gt;&lt;td&gt;table&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br />&lt;td&gt;with&lt;/td&gt;&lt;td&gt;two&lt;/td&gt;&lt;td&gt;rows&lt;/td&gt;&lt;td&gt;inside&lt;/td&gt;<br />
&lt;/tr&gt;</b><br /><br />

<font style="font-size: 1.5625em;"><b>Inserting Links</b></font><br />Inserting hyperlinks in basecamp is similar to inserting text in wikipedia, just enclose the anchor text with double quotation marks followed by a colon and the url<br /><b>"Tildemark blogs":http://www.tildemark.com</b> is equivalent to <b>&lt;a href="http://www.tildemark.com&gt;Tildemark blogs&lt;/a&gt;</b><br /><br /><font style="font-size: 1.5625em;"><b>Inserting Images</b></font><br />Use the exclamation symbol to insert an image into basecamp. <br /><p><b>!http://www.basecamphq.com/images/basecamplogo-small.png!</b> is equivalent to <b>&lt;img src="http://www.basecamphq.com/images/basecamplogo-small.png" alt="basecamp logo"/&gt;</b></p><b><br /><font style="font-size: 1.5625em;">Image Links</font></b><br />To make the image clickable we add the link code adding in a colon and the corresponding link.<br /><b>!http://www.basecamphq.com/images/basecamplogo-small.png!:"http://www.basecamphq.com" </b>is equivalent to <b>&lt;a href="http://www.basecamphq.com"&gt;&lt;img src="http://www.basecamphq.com/images/basecamplogo-small.png" /&gt;&lt;/a&gt;</b><br /><b><br /></b><font style="font-size: 1.5625em;"><b>Superscripts</b></font><br />Use caret symbol to make superscripts<br />e = m * c ^2^ is equivalent to e = m * c &lt;sup&gt;2&lt;/sup&gt;<br /><br /><font style="font-size: 1.25em;"><b><font style="font-size: 1.25em;">Subscripts</font></b></font><br />Use the tildemark to make subscripts<br /><b>log ~b~ (x) = y</b> is equivalent to <b>log &lt;sub&gt;b&lt;/sub&gt; (x) = y<br /></b><br /><p><font style="font-size: 1.5625em;"><b>Source Codes</b></font><br />

To add source code listing we use the @ symbol<br />

<b>@print "hello world";@</b> is equivalent to <b>&lt;code&gt;print "hello world";&lt;/code&gt;</b></p>More examples with <a href="http://hobix.com/textile/quick.html">textile code for basecamp</a> here.<br /><br /><p>

</p>]]>
        
    </content>
</entry>

</feed>
