<?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 for Hardian Nazief</title>
	<atom:link href="http://hardiannazief.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hardiannazief.com</link>
	<description>Food, Walk Around Jakarta, WordPress and Rants on Random Geekiness</description>
	<lastBuildDate>Fri, 12 Mar 2010 13:50:22 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Create Thumbnail From Offsite Image Using Timthumb Beta by Jonatan</title>
		<link>http://hardiannazief.com/12/create-thumbnail-from-offsite-image-using-timthumb-beta/comment-page-1/#comment-3998</link>
		<dc:creator>Jonatan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 13:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1109#comment-3998</guid>
		<description>Only Copy and Paste in functions.php

No Need change codes in Timthumb Beta script?</description>
		<content:encoded><![CDATA[<p>Only Copy and Paste in functions.php</p>
<p>No Need change codes in Timthumb Beta script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Thumbnail From Offsite Image Using Timthumb Beta by dian</title>
		<link>http://hardiannazief.com/12/create-thumbnail-from-offsite-image-using-timthumb-beta/comment-page-1/#comment-3997</link>
		<dc:creator>dian</dc:creator>
		<pubDate>Fri, 12 Mar 2010 02:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1109#comment-3997</guid>
		<description>functions.php</description>
		<content:encoded><![CDATA[<p>functions.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Thumbnail From Offsite Image Using Timthumb Beta by Jonatan</title>
		<link>http://hardiannazief.com/12/create-thumbnail-from-offsite-image-using-timthumb-beta/comment-page-1/#comment-3996</link>
		<dc:creator>Jonatan</dc:creator>
		<pubDate>Fri, 12 Mar 2010 02:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1109#comment-3996</guid>
		<description>Hi, 

must know the specific location where you use this codes



funtions.php?

In timthum.php?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>must know the specific location where you use this codes</p>
<p>funtions.php?</p>
<p>In timthum.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Dian</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3993</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Mon, 22 Feb 2010 02:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3993</guid>
		<description>you put the functions into functions.php and the styling into style.css</description>
		<content:encoded><![CDATA[<p>you put the functions into functions.php and the styling into style.css</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Joshua Michaels</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3992</link>
		<dc:creator>Joshua Michaels</dc:creator>
		<pubDate>Sun, 21 Feb 2010 21:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3992</guid>
		<description>Could you explain where exactly to add the &lt;code&gt;else if&lt;/code&gt; and change the counter for a 3 column post layout?

I would like to know how to do this.</description>
		<content:encoded><![CDATA[<p>Could you explain where exactly to add the <code>else if</code> and change the counter for a 3 column post layout?</p>
<p>I would like to know how to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Dian</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3991</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3991</guid>
		<description>i think there are two easy ways to do it, i haven&#039;t test it yet.

first you could use conditional if in the header to load layout library is_home or is_front_page with two sidebar and is_single with 1 sidebar.
so u dont use @import rule in your style.css but use link stylesheet in the header for the layout (use add filter in function php).

another easy way to do it, is by css, you could use two conditional css for the layout, like, 
.home .primary and .single .primary

check for the the body class to view the different with home &amp; single</description>
		<content:encoded><![CDATA[<p>i think there are two easy ways to do it, i haven&#8217;t test it yet.</p>
<p>first you could use conditional if in the header to load layout library is_home or is_front_page with two sidebar and is_single with 1 sidebar.<br />
so u dont use @import rule in your style.css but use link stylesheet in the header for the layout (use add filter in function php).</p>
<p>another easy way to do it, is by css, you could use two conditional css for the layout, like,<br />
.home .primary and .single .primary</p>
<p>check for the the body class to view the different with home &amp; single</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Naeem Noor</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3990</link>
		<dc:creator>Naeem Noor</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3990</guid>
		<description>Hi,
Im trying to convert my current wordpress theme to thematic child theme the problem is how do i get two sidebars in index.php and one in single.php

can u please help?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Im trying to convert my current wordpress theme to thematic child theme the problem is how do i get two sidebars in index.php and one in single.php</p>
<p>can u please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Dian</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3987</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Wed, 27 Jan 2010 04:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3987</guid>
		<description>The amount of code make it look really complex but it&#039;s actually simple, i just re-use(copy paste) the index loop from the thematic lib and add a counter to echo column one and two, and adjust the css with two lines of code... and add 3 line more for aesthetics  :)</description>
		<content:encoded><![CDATA[<p>The amount of code make it look really complex but it&#8217;s actually simple, i just re-use(copy paste) the index loop from the thematic lib and add a counter to echo column one and two, and adjust the css with two lines of code&#8230; and add 3 line more for aesthetics  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Custom Posts Layout in Home Page (Thematic Child Theme) by Laran Evans</title>
		<link>http://hardiannazief.com/12/create-custom-posts-layout-in-home-page-thematic-child-theme/comment-page-1/#comment-3986</link>
		<dc:creator>Laran Evans</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1095#comment-3986</guid>
		<description>Very helpful. I thought it would have involved less code to do something so common. You handled it nicely though. Nice work!</description>
		<content:encoded><![CDATA[<p>Very helpful. I thought it would have involved less code to do something so common. You handled it nicely though. Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solaria by Link cannavara</title>
		<link>http://hardiannazief.com/11/solaria/comment-page-1/#comment-3982</link>
		<dc:creator>Link cannavara</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=309#comment-3982</guid>
		<description>Solaria is the best..
Pelayanan nya memuazkan banget..
Buat mbak2 d Solaria wtc jambi kalian emank paling the best..
Thankz banget buat pelayanan ny.. Aq n tmn2 snenk bget mkn d s0laria tp,sayang mbak2 ny srg d pndah tgs kan k t42 laen..
Di saat aq n tmn2 mulai dkt ma mbak2 ny eh,mala mrk d pndh tgs kan k t4 laen..</description>
		<content:encoded><![CDATA[<p>Solaria is the best..<br />
Pelayanan nya memuazkan banget..<br />
Buat mbak2 d Solaria wtc jambi kalian emank paling the best..<br />
Thankz banget buat pelayanan ny.. Aq n tmn2 snenk bget mkn d s0laria tp,sayang mbak2 ny srg d pndah tgs kan k t42 laen..<br />
Di saat aq n tmn2 mulai dkt ma mbak2 ny eh,mala mrk d pndh tgs kan k t4 laen..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Faster Browsing in a Limited Connection by Eric</title>
		<link>http://hardiannazief.com/04/faster-browsing-in-a-limited-connection/comment-page-1/#comment-3980</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 20 Jan 2010 04:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/index.php/faster-browsing-in-a-limited-connection#comment-3980</guid>
		<description>I found your website while trying to track a email spammer from craigslist.  you used a similar email for one of your examples of using the + symbol to avoid using multiple email accounts for sign up for services that want a different email account.  anyways...

...I have lQQked around abit here and I must say...well donre and thankyou.  Great site. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>I found your website while trying to track a email spammer from craigslist.  you used a similar email for one of your examples of using the + symbol to avoid using multiple email accounts for sign up for services that want a different email account.  anyways&#8230;</p>
<p>&#8230;I have lQQked around abit here and I must say&#8230;well donre and thankyou.  Great site. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Boss&#8217;s Birthday by ndutyke</title>
		<link>http://hardiannazief.com/03/my-boss-birthday/comment-page-1/#comment-3964</link>
		<dc:creator>ndutyke</dc:creator>
		<pubDate>Sat, 02 Jan 2010 07:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/index.php/my-boss-birthday#comment-3964</guid>
		<description>halo,
kemaren saya iseng ke harvest, pengen nyobain aja. dia emang blm ada label halal MUI, tapi seperti yang dian sebutkan, pelayannya emang bilang: kalo yg loyang kotak tuh ga pake rhum, tapi yang loyang bunder pake.

enak bangetssss emang. but that was the first and my last shop there. suami ga sreg kalo blm ada label halal-nya.</description>
		<content:encoded><![CDATA[<p>halo,<br />
kemaren saya iseng ke harvest, pengen nyobain aja. dia emang blm ada label halal MUI, tapi seperti yang dian sebutkan, pelayannya emang bilang: kalo yg loyang kotak tuh ga pake rhum, tapi yang loyang bunder pake.</p>
<p>enak bangetssss emang. but that was the first and my last shop there. suami ga sreg kalo blm ada label halal-nya.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on aaa@gmail.com = aaa+1@gmail.com by bethubhalaji</title>
		<link>http://hardiannazief.com/05/aaagmailcom-aaa1gmailcom/comment-page-1/#comment-3950</link>
		<dc:creator>bethubhalaji</dc:creator>
		<pubDate>Thu, 24 Dec 2009 11:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/index.php/aaagmailcom-aaa1gmailcom#comment-3950</guid>
		<description>yes..it is working properly....good yaar</description>
		<content:encoded><![CDATA[<p>yes..it is working properly&#8230;.good yaar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Be Water My Friend&#8230; With Thematic by Create Custom Posts Layout in Home Page (Thematic Child Theme)</title>
		<link>http://hardiannazief.com/12/be-water-my-friend-with-thematic/comment-page-1/#comment-3946</link>
		<dc:creator>Create Custom Posts Layout in Home Page (Thematic Child Theme)</dc:creator>
		<pubDate>Wed, 23 Dec 2009 07:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1088#comment-3946</guid>
		<description>[...] Food, Walk Around Jakarta, WordPress and Rants on Random Geekiness   HomeAbout Dian!ArchiveContact        &#171; Be Water My Friend&#8230; With Thematic [...]</description>
		<content:encoded><![CDATA[<p>[...] Food, Walk Around Jakarta, WordPress and Rants on Random Geekiness   HomeAbout Dian!ArchiveContact        &laquo; Be Water My Friend&#8230; With Thematic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Be Water My Friend&#8230; With Thematic by Dian</title>
		<link>http://hardiannazief.com/12/be-water-my-friend-with-thematic/comment-page-1/#comment-3945</link>
		<dc:creator>Dian</dc:creator>
		<pubDate>Mon, 21 Dec 2009 10:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://hardiannazief.com/?p=1088#comment-3945</guid>
		<description>Hello, wow i didn&#039;t expect Ben Gillbanks himself to comment in here, Thanks for the timthumb Ben :)

to use timthumb, I use catch_the_image from wp recipes to extract the image from each post, then i put it in the index loop with url_encode, there are a couple tweak that i have to put in the timthumb like adding the domain for Picasa image (gglpht.com) and add internal link (hardiannazief.com) manually because it wont take images from my own domain. 
I&#039;ll share it in detail in future post</description>
		<content:encoded><![CDATA[<p>Hello, wow i didn&#8217;t expect Ben Gillbanks himself to comment in here, Thanks for the timthumb Ben :)</p>
<p>to use timthumb, I use catch_the_image from wp recipes to extract the image from each post, then i put it in the index loop with url_encode, there are a couple tweak that i have to put in the timthumb like adding the domain for Picasa image (gglpht.com) and add internal link (hardiannazief.com) manually because it wont take images from my own domain.<br />
I&#8217;ll share it in detail in future post</p>
]]></content:encoded>
	</item>
</channel>
</rss>
