<?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: How to Debug CSS or Function Code to Fix Your Website Using Firebug</title>
	<atom:link href="http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/</link>
	<description>Thesis Theme Customization Tutorials and Wordpress Blogging Video Tutorials</description>
	<lastBuildDate>Thu, 10 May 2012 19:56:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chung</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-6487</link>
		<dc:creator>chung</dc:creator>
		<pubDate>Wed, 17 Nov 2010 03:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-6487</guid>
		<description>@Suresh 

I&#039;ve watched all your videos regarding the use of Firebug but the problem that I&#039;m having is putting (copy and pasting) html code in  thesis&#039;s custom_function.php properly.

I think it may be  a good idea to go one-step further and show your audience exactly not only how to make changes using Firebug BUT actually putting these changes on the website via custom_function.php.</description>
		<content:encoded><![CDATA[<p>@Suresh </p>
<p>I&#8217;ve watched all your videos regarding the use of Firebug but the problem that I&#8217;m having is putting (copy and pasting) html code in  thesis&#8217;s custom_function.php properly.</p>
<p>I think it may be  a good idea to go one-step further and show your audience exactly not only how to make changes using Firebug BUT actually putting these changes on the website via custom_function.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-6109</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 22 Jul 2010 09:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-6109</guid>
		<description>Hi smith,

I can fix single issue for $5. If you want  to be done by me contact me via the contact form. I will send you my paypal id.</description>
		<content:encoded><![CDATA[<p>Hi smith,</p>
<p>I can fix single issue for $5. If you want  to be done by me contact me via the contact form. I will send you my paypal id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smith</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-6108</link>
		<dc:creator>smith</dc:creator>
		<pubDate>Thu, 22 Jul 2010 09:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-6108</guid>
		<description>Hello mr suresh. can u help me?
this is my site http://salesmanagementjournal.com
how can i center the adsense header ad?

i use this code in my custom_functions.php

/***BUILD HEADER WIDGET***/
register_sidebars(1,
    array(
        &#039;name&#039; =&gt; &#039;HeaderAd&#039;,
        &#039;before_widget&#039; =&gt; &#039;&#039;,
        &#039;after_widget&#039; =&gt; &#039;&#039;,
        &#039;before_title&#039; =&gt; &#039;&#039;,
        &#039;after_title&#039; =&gt; &#039;&#039;
    )
);

function header_widget() { ?&gt;
	
		
			
			
			
			
		
	
&lt;?php }
add_action(&#039;thesis_hook_header&#039;, &#039;header_widget&#039;, &#039;1&#039;);
/*** BUILD HEADER WIDGET END***/

AND THIS I PUT ON MY CUSTOM.CSS

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; left:477px; width:468px; }

I cant wait.
I really need you help. my email admin@salesmanagementjournal.com</description>
		<content:encoded><![CDATA[<p>Hello mr suresh. can u help me?<br />
this is my site <a href="http://salesmanagementjournal.com" rel="nofollow">http://salesmanagementjournal.com</a><br />
how can i center the adsense header ad?</p>
<p>i use this code in my custom_functions.php</p>
<p>/***BUILD HEADER WIDGET***/<br />
register_sidebars(1,<br />
    array(<br />
        &#8216;name&#8217; =&gt; &#8216;HeaderAd&#8217;,<br />
        &#8216;before_widget&#8217; =&gt; &#8221;,<br />
        &#8216;after_widget&#8217; =&gt; &#8221;,<br />
        &#8216;before_title&#8217; =&gt; &#8221;,<br />
        &#8216;after_title&#8217; =&gt; &#8221;<br />
    )<br />
);</p>
<p>function header_widget() { ?&gt;</p>
<p>&lt;?php }<br />
add_action(&#039;thesis_hook_header&#039;, &#039;header_widget&#039;, &#039;1&#039;);<br />
/*** BUILD HEADER WIDGET END***/</p>
<p>AND THIS I PUT ON MY CUSTOM.CSS</p>
<p>.custom .sidebar ul.sidebar_list {position: relative;}<br />
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; left:477px; width:468px; }</p>
<p>I cant wait.<br />
I really need you help. my email <a href="mailto:admin@salesmanagementjournal.com">admin@salesmanagementjournal.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5873</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sun, 20 Jun 2010 17:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5873</guid>
		<description>@Saif Hassan 

I have already UTF-8 code support. 

But I think didn&#039;t have bangala fonts. Just now put in my PC. 

But my other team people have already and in those people&#039;s computer, I have already seen your blog.

Here is screenshot. </description>
		<content:encoded><![CDATA[<p>@Saif Hassan </p>
<p>I have already UTF-8 code support. </p>
<p>But I think didn&#8217;t have bangala fonts. Just now put in my PC. </p>
<p>But my other team people have already and in those people&#8217;s computer, I have already seen your blog.</p>
<p>Here is screenshot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5871</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sun, 20 Jun 2010 17:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5871</guid>
		<description>Hi, Actually the site loading time is better than fourblogger blog. 

Design is good. 

I could not see the language. Just this is what i am seeing. 
</description>
		<content:encoded><![CDATA[<p>Hi, Actually the site loading time is better than fourblogger blog. </p>
<p>Design is good. </p>
<p>I could not see the language. Just this is what i am seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5863</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sun, 20 Jun 2010 10:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5863</guid>
		<description>This will help you to use image in thesis teasers.

http://fourblogger.com/how-to-add-thumbnail-image-inside-the-teaser-box-of-thesis-theme/</description>
		<content:encoded><![CDATA[<p>This will help you to use image in thesis teasers.</p>
<p><a href="http://fourblogger.com/how-to-add-thumbnail-image-inside-the-teaser-box-of-thesis-theme/" rel="nofollow">http://fourblogger.com/how-to-add-thumbnail-image-inside-the-teaser-box-of-thesis-theme/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5818</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 18 Jun 2010 10:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5818</guid>
		<description>hai saif,

 when i open your site it show HTTP 403 - Forbidden error..
I will check it when it it is visible to me..</description>
		<content:encoded><![CDATA[<p>hai saif,</p>
<p> when i open your site it show HTTP 403 &#8211; Forbidden error..<br />
I will check it when it it is visible to me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5816</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Fri, 18 Jun 2010 09:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5816</guid>
		<description>hai saif,

To enable excerpt only in homepage.. Go to wp-admin select &#039;site options&#039; in thesis1.7 (thesis options in 1.6).
Inside this select display options--&gt; posts

here enable the check box &#039;excerpts only&#039; and save it.

now you will get only excerpt in homepage</description>
		<content:encoded><![CDATA[<p>hai saif,</p>
<p>To enable excerpt only in homepage.. Go to wp-admin select &#8216;site options&#8217; in thesis1.7 (thesis options in 1.6).<br />
Inside this select display options&#8211;&gt; posts</p>
<p>here enable the check box &#8216;excerpts only&#8217; and save it.</p>
<p>now you will get only excerpt in homepage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://fourblogger.com/how-to-debug-css-or-function-code-to-fix-your-website-using-firebug/comment-page-1/#comment-5802</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://fourblogger.com/?p=2183#comment-5802</guid>
		<description>hai Saif,
 add the below code in custom.css file
.custom .entry-content p:first-child:first-letter {
color: #888;
float: left;
font-size: 3.571em;
line-height: 0.76em;
padding: 0.04em 0.12em 0 0;

}</description>
		<content:encoded><![CDATA[<p>hai Saif,<br />
 add the below code in custom.css file<br />
.custom .entry-content p:first-child:first-letter {<br />
color: #888;<br />
float: left;<br />
font-size: 3.571em;<br />
line-height: 0.76em;<br />
padding: 0.04em 0.12em 0 0;</p>
<p>}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/25 queries in 0.008 seconds using disk: basic
Object Caching 954/968 objects using disk: basic

Served from: fourblogger.com @ 2012-05-11 15:57:42 -->
