<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dapit Hapon theme now available!</title>
	<atom:link href="http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/</link>
	<description>A half-geek, half-artist's creatively nerdy journal on design and blogging</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:38:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: NickC</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-28</link>
		<dc:creator>NickC</dc:creator>
		<pubDate>Mon, 24 Mar 2008 01:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-28</guid>
		<description>Nope, that didn&#039;t work either.  Email me at nick  -at- nickcoleman -dot- org if you want the source.

It uses current_time and get_the_time to get seconds since post, then a switch statement with some cases for hours, days, weeks, months since post.</description>
		<content:encoded><![CDATA[<p>Nope, that didn&#8217;t work either.  Email me at nick  -at- nickcoleman -dot- org if you want the source.</p>
<p>It uses current_time and get_the_time to get seconds since post, then a switch statement with some cases for hours, days, weeks, months since post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NickC</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-27</link>
		<dc:creator>NickC</dc:creator>
		<pubDate>Mon, 24 Mar 2008 01:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-27</guid>
		<description>Hmm, that didn&#039;t work, try again.:
&lt;code&gt;




             1 ? &#039;s ago&#039; : &#039; ago&#039;);
                            ?&gt;


&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hmm, that didn&#8217;t work, try again.:<br />
<code></p>
<p>             1 ? 's ago' : ' ago');<br />
                            ?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NickC</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-26</link>
		<dc:creator>NickC</dc:creator>
		<pubDate>Mon, 24 Mar 2008 01:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-26</guid>
		<description>I really like this theme, so thank you for making it.  One of the things in particular I like is the floating date of the post.  However, I would like to see the age of the post displayed as well.  I cobbled up some PHP to generate the age, and modified the style sheet as well.  I don&#039;t know CSS so if there is a better way, so let me know if it is completely borked.

In index.php and single.php (both if you want the effect on the home page, just single.php if you only want it on the page of the post), make these mods:
[code]




             1 ? &#039;s ago&#039; : &#039; ago&#039;);
                            ?&gt;


[/code]

It generates the seconds since the post was made, then manipulates the elapsed time into human readable units.  There is a small bug in that it doesn&#039;t appear to take time zone localisation into account, but I haven&#039;t bothered to fix it since it really only signifcantly affects posts made within one day.

Here is the CSS, about which I&#039;m much less confident.  This is in style.css:
[code]
.datebox {width:65px; float:left; height:65px; margin:0px; background:#952A04;}
.titlebox {float:right; height:74px; width:480px; text-align:left; line-height:18px;}

.datenum {height:34px; font-family:&quot;Times New Roman&quot;, Times, serif; color:#FBEAB2; text-align:center; font-size:36px; padding:0px;}
* html .datenum{margin-bottom:-7px;}
.dateother {height:20px; font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:9px; text-transform:uppe
rcase;}
.dateelapsed {font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:0.8em; line-height:10%; padding-bot
tom:3px}
[/code]

You can see an example on my page at http://blog.nickcoleman.org .

Thanks,
Nick</description>
		<content:encoded><![CDATA[<p>I really like this theme, so thank you for making it.  One of the things in particular I like is the floating date of the post.  However, I would like to see the age of the post displayed as well.  I cobbled up some PHP to generate the age, and modified the style sheet as well.  I don&#8217;t know CSS so if there is a better way, so let me know if it is completely borked.</p>
<p>In index.php and single.php (both if you want the effect on the home page, just single.php if you only want it on the page of the post), make these mods:<br />
[code]</p>
<p>             1 ? 's ago' : ' ago');<br />
                            ?&gt;</p>
<p>[/code]</p>
<p>It generates the seconds since the post was made, then manipulates the elapsed time into human readable units.  There is a small bug in that it doesn&#8217;t appear to take time zone localisation into account, but I haven&#8217;t bothered to fix it since it really only signifcantly affects posts made within one day.</p>
<p>Here is the CSS, about which I&#8217;m much less confident.  This is in style.css:<br />
[code]<br />
.datebox {width:65px; float:left; height:65px; margin:0px; background:#952A04;}<br />
.titlebox {float:right; height:74px; width:480px; text-align:left; line-height:18px;}</p>
<p>.datenum {height:34px; font-family:"Times New Roman", Times, serif; color:#FBEAB2; text-align:center; font-size:36px; padding:0px;}<br />
* html .datenum{margin-bottom:-7px;}<br />
.dateother {height:20px; font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:9px; text-transform:uppe<br />
rcase;}<br />
.dateelapsed {font-family:Arial, Helvetica, sans-serif; color:#FBEAB2; text-align:center; font-size:0.8em; line-height:10%; padding-bot<br />
tom:3px}<br />
[/code]</p>
<p>You can see an example on my page at <a href="http://blog.nickcoleman.org" rel="nofollow">http://blog.nickcoleman.org</a> .</p>
<p>Thanks,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: promo</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-24</link>
		<dc:creator>promo</dc:creator>
		<pubDate>Sat, 01 Sep 2007 22:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-24</guid>
		<description>Thanks for themes!</description>
		<content:encoded><![CDATA[<p>Thanks for themes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naraths</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-23</link>
		<dc:creator>naraths</dc:creator>
		<pubDate>Sun, 05 Aug 2007 05:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-23</guid>
		<description>i&#039;ve test it in my localhost, but this theme have no the Widgets. so i can not settig it.</description>
		<content:encoded><![CDATA[<p>i&#8217;ve test it in my localhost, but this theme have no the Widgets. so i can not settig it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-22</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 07 May 2007 09:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-22</guid>
		<description>Hi Tom.

The CSS code to fix (at least part of) the IE7 bug is already in the Stylesheet. What you&#039;ll have to do it copy that commented out code into a new file, call it, say IEpatch.css, and then make a check and call it IF the browser is IE7. It&#039;s not perfect, the sidebar is still messed but it fixes the top bar at least.

To Call it, I add the following (Javascript) code to the top of the sidebar.php file:


---&gt;

d = document;
if(navigator.appName == &quot;Microsoft Internet Explorer&quot;)
{
d.write(&#039;&#039;);
}


Of course this code isn&#039;t perfect as it looks for ANY IE browser or clone but it does the job for me. Will investigate further,

Ciao,</description>
		<content:encoded><![CDATA[<p>Hi Tom.</p>
<p>The CSS code to fix (at least part of) the IE7 bug is already in the Stylesheet. What you&#8217;ll have to do it copy that commented out code into a new file, call it, say IEpatch.css, and then make a check and call it IF the browser is IE7. It&#8217;s not perfect, the sidebar is still messed but it fixes the top bar at least.</p>
<p>To Call it, I add the following (Javascript) code to the top of the sidebar.php file:</p>
<p>&#8212;&gt;</p>
<p>d = document;<br />
if(navigator.appName == &#8220;Microsoft Internet Explorer&#8221;)<br />
{<br />
d.write(&#8221;);<br />
}</p>
<p>Of course this code isn&#8217;t perfect as it looks for ANY IE browser or clone but it does the job for me. Will investigate further,</p>
<p>Ciao,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-21</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 11 Dec 2006 23:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-21</guid>
		<description>Nice theme, im currently experimenting with making changes to the 3k2 theme to get it to look like my main pages with a left and right side bar with my main menu on the left in all pages then i will change over from the edited basic theme i currently use.</description>
		<content:encoded><![CDATA[<p>Nice theme, im currently experimenting with making changes to the 3k2 theme to get it to look like my main pages with a left and right side bar with my main menu on the left in all pages then i will change over from the edited basic theme i currently use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-20</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 09 Aug 2006 14:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-20</guid>
		<description>Hi. IE7, the new internet explorer browser, is messing up the dapit hapon theme. It is putting the tagline partially under the graphic and spacing out the home, links, etc buttons on the top right. Do you have a way we can fix this as this browser will likely be very popular soon.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. IE7, the new internet explorer browser, is messing up the dapit hapon theme. It is putting the tagline partially under the graphic and spacing out the home, links, etc buttons on the top right. Do you have a way we can fix this as this browser will likely be very popular soon.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joannah</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-19</link>
		<dc:creator>Joannah</dc:creator>
		<pubDate>Mon, 17 Apr 2006 04:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-19</guid>
		<description>Excellent! This theme is very elegant, and gives a warm and nice feeling. 2 Thumbs up!</description>
		<content:encoded><![CDATA[<p>Excellent! This theme is very elegant, and gives a warm and nice feeling. 2 Thumbs up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gail</title>
		<link>http://filipinowebdesigner.com/2006/02/28/dapit-hapon-theme-now-available/comment-page-1/#comment-18</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Mon, 10 Apr 2006 09:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://filipinowebdesigner.com/?p=16#comment-18</guid>
		<description>RIK: Glad you liked the theme. Most Filipinos aren&#039;t exactly what you&#039;d call &quot;nationalistic&quot; in terms of web design, so I thought I&#039;d start advocating it. :) Anyway, the index page really wouldn&#039;t display pictures &#039;coz I used the entry Excerpt tag for it. See this link for more info:

http://filipinowebdesigner.com/?p=25</description>
		<content:encoded><![CDATA[<p>RIK: Glad you liked the theme. Most Filipinos aren&#8217;t exactly what you&#8217;d call &#8220;nationalistic&#8221; in terms of web design, so I thought I&#8217;d start advocating it. <img src='http://filipinowebdesigner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway, the index page really wouldn&#8217;t display pictures &#8216;coz I used the entry Excerpt tag for it. See this link for more info:</p>
<p><a href="http://filipinowebdesigner.com/?p=25" rel="nofollow">http://filipinowebdesigner.com/?p=25</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

