<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>EasyWebTutorials &#187; Blogging</title>
	<link>http://www.easywebtutorials.com/blog</link>
	<description>www news, internet tutorials and some personal stuff, too.</description>
	<pubDate>Wed, 19 Mar 2008 17:13:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>New Web2.0 SEO WordPress Themes in Development - Your Help Needed !</title>
		<link>http://www.easywebtutorials.com/blog/2008/03/19/web20-themes-development/</link>
		<comments>http://www.easywebtutorials.com/blog/2008/03/19/web20-themes-development/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 17:11:42 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[web2.0]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2008/03/19/web20-themes-development/</guid>
		<description><![CDATA[A few weeks ago, I felt the need for a new set of SEO themes, purely based on CSS (i.e. no HTML tables) and with a Web 2.0 look and Web 2.0 features. I saw the Tigopedia reloaded theme which inspired me to use rounded boxes, but tigopedia is just not flexible enough and the [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I felt the need for a new set of SEO themes, purely based on CSS (i.e. no HTML tables) and with a Web 2.0 look and Web 2.0 features. I saw the <a href="http://www.sizlopedia.com/tigopedia/" target="_blank">Tigopedia reloaded</a> theme which inspired me to use rounded boxes, but tigopedia is just not flexible enough and the sidebar content comes above the main content in the source, so it&acute;s not well optimized for good search engine rankings.</p>
<p>Since I am developing this new set of themes not only for me, but also for you, I wanted a much more flexible theme, so you can easily change the layout width, the header, the sidebar widths and the whole color scheme. Therefore, I also want to ask you for your input regarding design elements and features that you would like to see in the new theme. Please submit your ideas and suggestions as comments to this post.</p>
<p>You can see the current state of development by selecting the &#8220;web2.0&#8243; theme from the theme switcher as your default theme for my blog.</p>
<p>I started with a 3 column theme, with two sidebars on the right (my favorite layout) and a blue color scheme. The borders of header, top navigation, main column and footer are very flexible in width and height. For the sidebar widgets, I created subheading backgrounds and bottom borders (with rounded edges) in different widths (130, 150, 170, 190, 210, 230 pixels), so you can switch between these values (there will be a tutorial showing how to do this).</p>
<p>3 different color schemes are available right now: blue, green, red</p>
<p>In addition to the current layout (3 columns, 2 sidebars on the right), there will be:<br />
- 3 columns with one sidebar on each side<br />
- 2 columns with sidebar on the left<br />
- 2 columns with sidebar on the right</p>
<p>The layouts are all based on the <a href="http://blog.html.it/layoutgala/" target="_blank">LayoutGala CSS Layouts</a>. For the SEO aspect, these layouts are designed in a way that the main content comes first in the source code, before the sidebars, regardless where the sidebars are located (left of ride side).</p>
<p>The sidebar uses the normal HTML markup for WordPress sidebars (nested unordered lists), so it should work well with any widgets, just in case you are using this feature.</p>
<p>Below each post, there´s a box with links to categories, tags and different social bookmarking sites. Already integrated, the &#8220;social marker&#8221; button that allows people to bookmark your post to several services at once.</p>
<p>Well, here I am, open to your suggestions.</p>
<p>Remember, these themes are for you, so <b>contribute your ideas to the development !</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2008/03/19/web20-themes-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XSS Security Bug in WordPress Themes - how to update</title>
		<link>http://www.easywebtutorials.com/blog/2007/10/09/wp-theme-xss-bug-update/</link>
		<comments>http://www.easywebtutorials.com/blog/2007/10/09/wp-theme-xss-bug-update/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 05:54:21 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2007/10/09/wp-theme-xss-bug-update/</guid>
		<description><![CDATA[A few days ago, somebody brought to my attention that there was a security bug in my themes (as well as in the default WP themes) that allowed XSS (cross site scripting) attacks. This only affects WP themes that use custom 404 error pages, which includes my WordPress Themes, too.
The problematic piece of code is [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, somebody brought to my attention that there was a security bug in my themes (as well as in the default WP themes) that allowed XSS (cross site scripting) attacks. This only affects WP themes that use custom 404 error pages, which includes my <a href="http://www.easywebtutorials.com/blogging-tutorial/wordpress-themes.php">WordPress Themes</a>, too.</p>
<p>The problematic piece of code is found in the search form of the sidebar template (sidebar.php) and also in the search widget located in the file &#8220;functions.php&#8221;:</p>
<p>echo $_SERVER[’PHP_SELF’]</p>
<p>I have just updated my themes and checked my blog for other XSS vulnerabilities using the <a href="http://blogsecurity.net/wordpress/tools/wp-scanner/" target="_blank">WP Scanner</a> by  Blogsecurity.net and now everything is fine.</p>
<p>If you are using any of my SEO WordPress themes, you should either download an updated version of my themes or update your theme using the theme editor in your WP admin panel. </p>
<p><strong>Updating your WordPress theme is very simple:</strong></p>
<p>1. Login to your WP blog and go to <em>Presentation > Theme Editor</em></p>
<p>2. Click on the <em>sidebar</em> link to load the sidebar template into the editor.</p>
<p>3. Search for the following piece of code:</p>
<p><strong>&lt;?php echo $_SERVER[’PHP_SELF’]; ?&gt;</strong></p>
<p>and replace it with:</p>
<p><strong>&lt;?php bloginfo(&#8217;url&#8217;); ?&gt;</strong></p>
<p>Save the changes (click &#8220;update file&#8221; button)</p>
<p>4. Click on the <em>functions.php</em> link to load the functions template into the editor (this file contains the widgets).</p>
<p>5. Repeat step 3. Hint: the code for the search widget is located in the upper part of this file.</p>
<p>That´s it. Now your theme is save (unless you have previously made some dangerous custom changes that I don´t know about). You should also always upgrade to the latest version of WordPress, because there are other security issues (including cross site scripting issues) that can be found in earlier versions of WP.</p>
<p>If you are unsure about whether your blog is XSS proof or not, use the <a href="http://blogsecurity.net/wordpress/tools/wp-scanner/" target="_blank" rel="nofollow">WP Scanner</a>. This tool also checks your plugins for possible XSS vulnerabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2007/10/09/wp-theme-xss-bug-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New SEO themes for WordPress</title>
		<link>http://www.easywebtutorials.com/blog/2007/01/05/new-seo-wp-themes/</link>
		<comments>http://www.easywebtutorials.com/blog/2007/01/05/new-seo-wp-themes/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 12:17:30 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2007/01/05/new-seo-wp-themes/</guid>
		<description><![CDATA[Happy New Year to everybody! A few days before Christmas, I finished a set of new SEO themes which also contain more features and functionality than the old ones. All themes are now &#8220;WordPress Widgets&#8221; enabled and also include a better excerpts function.
Instead of 3, there are now 9 different basic layouts available and in [...]]]></description>
			<content:encoded><![CDATA[<p>Happy New Year to everybody! A few days before Christmas, I finished a set of new SEO themes which also contain more features and functionality than the old ones. All themes are now &#8220;WordPress Widgets&#8221; enabled and also include a better excerpts function.</p>
<p>Instead of 3, there are now 9 different basic layouts available and in addition to the default headers and sidebar styles, I have created 5 different headers and 5 different sidebar styles that you can combine as you please. So, mathematically, there are 9&#215;6x6 = 324 possible combinations.</p>
<p>And of course, every theme is still easily customizable. For tutorials on editing your themes, please visit our <a href="http://www.easywebtutorials.com/blogging-tutorial/faq/">SEO Themes FAQ</a> section.</p>
<p><a href="http://www.easywebtutorials.com/blogging-tutorial/diy/">Get Your New SEO WordPress Theme Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2007/01/05/new-seo-wp-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress SEO Themes Update</title>
		<link>http://www.easywebtutorials.com/blog/2006/09/25/wp-seo-themes/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/09/25/wp-seo-themes/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 13:39:42 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/09/25/wp-seo-themes/</guid>
		<description><![CDATA[This one has been long overdue. I have just updated my SEO themes for WordPress and uploaded the new versions, so they are now available for download.
These are the improvements:
1. Different templates for different pages: Now there are slightly different templates for the different types of pages: homepage (index.php), category index page (category.php), monthly archives [...]]]></description>
			<content:encoded><![CDATA[<p>This one has been long overdue. I have just updated my <a href="http://www.easywebtutorials.com/blogging-tutorial/wordpress-themes.php">SEO themes for WordPress</a> and uploaded the new versions, so they are now available for download.</p>
<p>These are the improvements:</p>
<p><strong>1. Different templates for different pages:</strong> Now there are slightly different templates for the different types of pages: homepage (index.php), category index page (category.php), monthly archives (archive.php), single posts (single.php) and pages (page.php).</p>
<p>This gives you more flexibility. For instance, if you don´t want users to post comments on your pages, you can simply remove the &#8220;comments&#8221; code from the template &#8220;page.php&#8221;.</p>
<p><strong>2. Hierarchy of the Headings:</strong> There is now only one H1 heading on an index page (homepage, category, archive) and the post titles that are linked to the full articles are now H2 headings (formerly H1). Subheadings in the sidebar are now H3 (formerly H2).</p>
<p>However, on individual pages, the post / page titles are written as H1 headings.</p>
<p><strong>3. Title Tag:</strong> I´ve changed the most simple template tag for the HTML &lt;title&gt; to a better one. Now, your blog´s title is used as HTML title on the homepage, on category and archive pages there are also the category names respectively dates (month / year) added to your blog´s title and on single pages, the post/page title is used in addition to your blog´s title to form the HTML title tag.</p>
<p>If you want to update your current theme like this, use the following code inside your theme´s header.php template:</p>
<p>&lt;title&gt;&lt;?php bloginfo(&#8217;name&#8217;); wp_title(); ?&gt;&lt;/title&gt;</p>
<p>There are quite a few different - more sophisticated - possibilities to form the HTML title tag of your blog pages, but I´m going to write another post tomorrow and give you the different codes, so you can choose the one that you like best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/09/25/wp-seo-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>managing ads on your blog</title>
		<link>http://www.easywebtutorials.com/blog/2006/05/28/manage-ads/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/05/28/manage-ads/#comments</comments>
		<pubDate>Sun, 28 May 2006 08:22:45 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/05/28/manage-ads/</guid>
		<description><![CDATA[There´s an easy way to manage a lot of different advertisements on your blog with one single plugin: AdSense Deluxe. If you believe that the AdSense Deluxe plugin is only good for managing your AdSense ad blocks, think again. How does the plugin work ?


Free Blogging Video Tutorial
Learn how to add a WordPress blog to [...]]]></description>
			<content:encoded><![CDATA[<p>There´s an easy way to manage a lot of different advertisements on your blog with one single plugin: AdSense Deluxe. If you believe that the AdSense Deluxe plugin is only good for managing your AdSense ad blocks, think again. How does the plugin work ?</p>
<div style="float: right; width: 200px; border: 1px solid #336699; margin: 10px; padding: 10px">
<p>
<b>Free Blogging Video Tutorial</b><br><br>
Learn how to add a WordPress blog to your website, how to use blogs to get indexed fast in the search engines and how to earn money from your blog.
<br><br>
<a href="http://www.easywebtutorials.com/blogging-tutorial/">Download Now</a>
</p>
</div>
<p>AdSense Deluxe replaces special comments inside your posts with the javascript codes for your Google AdSense ad blocks, just the way you´ve entered them in the plugin´s options. But instead of the AdSense javascript code, you could enter any HTML code and text into the &#8220;code&#8221; textbox.</p>
<p>Look at the box on the right side - it´s been included into this post with the AdSense Deluxe plugin. I´ve simply created a new ad block named &#8220;wptutorial&#8221;, entered the HTML into the &#8220;code&#8221; box and then placed the comment &#8220;&lt;!&#8211;adsense#wptutorial&#8211;&gt;&#8221; into this post.</p>
<p>You could use this technique to feature books, software tools or whatever else you like. The advantage is that you can easily make changes to all your ads from one place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/05/28/manage-ads/feed/</wfw:commentRss>
		</item>
		<item>
		<title>an easy way to publish videos on your blog</title>
		<link>http://www.easywebtutorials.com/blog/2006/04/25/publishing-videos-on-blog/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/04/25/publishing-videos-on-blog/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 21:03:52 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/04/25/publishing-videos-on-blog/</guid>
		<description><![CDATA[Just in case you´ve been searching for an easy way to publish videos on your blog, YouTube.com might be a great solution for you. You can upload your videos to YouTube for free and include your own and other peoples´ videos in your blog posts and on other webpages of your websites by pasting a [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you´ve been searching for an easy way to publish videos on your blog, YouTube.com might be a great solution for you. You can upload your videos to YouTube for free and include your own and other peoples´ videos in your blog posts and on other webpages of your websites by pasting a small piece of code into your webpages / blog posts.</p>
<p>And the best part is that you will save a lot of bandwidth and server space, because you do not need to host the videos on your own server - they will play directly from YouTube. Sure, there are certain limitations but it´s an easy way to get started publishing videos.</p>
<p>Here´s a funny technological nonsense video I just came across on YouTube. A self-destructing and self-healing robotic chair - LOL.</p>
<p><object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/lEMx0-4Z1jo"></param><embed src="http://www.youtube.com/v/lEMx0-4Z1jo" type="application/x-shockwave-flash" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/04/25/publishing-videos-on-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Including feeds inside your blog posts</title>
		<link>http://www.easywebtutorials.com/blog/2006/03/28/including-feeds-inside-your-blog-posts/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/03/28/including-feeds-inside-your-blog-posts/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 21:57:37 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/03/28/including-feeds-inside-your-blog-posts/</guid>
		<description><![CDATA[If you want to include the content from a RSS newsfeed, products from a XML product feed or any other dynamic content inside your blog posts using PHP code, you need to do two things:
1. Install and activate the RunPHP plugin
2. Write the PHP code directly inside the editor, where you type in your article [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to include the content from a RSS newsfeed, products from a XML product feed or any other dynamic content inside your blog posts using PHP code, you need to do two things:</p>
<p>1. Install and activate the RunPHP plugin<br />
2. Write the PHP code directly inside the editor, where you type in your article and check the option &#8220;run PHP code ?&#8221; on the right side before publishing.</p>
<p>Here´s an example for an Amazon product feed - the two best selling web design books:</p>
<p><?php include 'http://www.easywebtutorials.com/carpevol/2webdesignbooks.php' ?></p>
<p>And how about syndicating the latest news about a specific topic ? Check out the three most recent SEO articles from Yahoo´s RSS newsfeed:</p>
<p><?php include 'http://www.easywebtutorials.com/carpevol/newsfeedTE.php?q=seo' ?></p>
<p>For a detailed step-by-step guide to including feeds on your blog and other great (and profitable) ways to keep your webpages updated with fresh content - check out the <a href="http://www.thejunglemarketer.com/carptutorial/">video tutorial for CaRP Caching RSS Parser</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/03/28/including-feeds-inside-your-blog-posts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>posters xml feed in blog posts</title>
		<link>http://www.easywebtutorials.com/blog/2006/03/22/posters-xml-feed-in-blog-posts/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/03/22/posters-xml-feed-in-blog-posts/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 05:53:05 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/03/22/posters-xml-feed-in-blog-posts/</guid>
		<description><![CDATA[Just testing if my XML feed parser for AllPosters.com´s product feed works inside a blog post. If you see 6 motivational posters displayed below . . .  hooray ! It Works !!

Gonna show you how in a few days - this information (XML feed parser included) will be available in the advanced version of [...]]]></description>
			<content:encoded><![CDATA[<p>Just testing if my XML feed parser for AllPosters.com´s product feed works inside a blog post. If you see 6 motivational posters displayed below . . .  hooray ! It Works !!<br />
<?php<br />
$ch = curl_init();<br />
curl_setopt($ch, CURLOPT_URL, "http://www.easywebtutorials.com/posterfeed/feed.php?categoryid=12920&#038;rows=2&#038;cols=3");<br />
curl_setopt($ch, CURLOPT_HEADER, 0);<br />
curl_exec($ch);<br />
curl_close($ch);<br />
?><br />
Gonna show you how in a few days - this information (XML feed parser included) will be available in the <a href="http://www.thejunglemarketer.com/carptutorial/">advanced version</a> of the RSS newsfeed syndication tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/03/22/posters-xml-feed-in-blog-posts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Latest Blogging Articles</title>
		<link>http://www.easywebtutorials.com/blog/2006/03/22/the-latest-blogging-articles/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/03/22/the-latest-blogging-articles/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 05:45:16 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/03/22/the-latest-blogging-articles/</guid>
		<description><![CDATA[Many people asked me how they could add PHP code into their blog posts, for example to include news from a RSS feed into their posts with the help of the RSS parser CaRP. Well, I just figured it out - cost me about half an hour to find an answer on the WP forum, [...]]]></description>
			<content:encoded><![CDATA[<p>Many people asked me how they could add PHP code into their blog posts, for example to include news from a RSS feed into their posts with the help of the RSS parser CaRP. Well, I just figured it out - cost me about half an hour to find an answer on the WP forum, to find the right plugin and how to use it.</p>
<p>Just to show you that it really works: below you see the syndication of an article RSS feed from Ezinearticles.com - showing the 5 latest blogging articles.</p>
<p><?php<br />
$ch = curl_init();<br />
curl_setopt($ch, CURLOPT_URL, "http://www.easywebtutorials.com/carpfree/bloggingarticles.php");<br />
curl_setopt($ch, CURLOPT_HEADER, 0);<br />
curl_exec($ch);<br />
curl_close($ch);<br />
?></p>
<p>I´m going to post an update for the <a href="http://www.easywebtutorials.com/carptutorial/index.php">RSS syndication tutorial</a> shortly to show you exactly how to do it. It will be available in the advanced version of the tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/03/22/the-latest-blogging-articles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Inserting Google AdSense advertisements in your posts</title>
		<link>http://www.easywebtutorials.com/blog/2006/02/24/inserting-google-adsense-advertisements-in-your-posts/</link>
		<comments>http://www.easywebtutorials.com/blog/2006/02/24/inserting-google-adsense-advertisements-in-your-posts/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 18:06:41 +0000</pubDate>
		<dc:creator>guido</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.easywebtutorials.com/blog/2006/02/24/inserting-google-adsense-advertisements-in-your-posts/</guid>
		<description><![CDATA[A great way to earn money from your blog is to include targeted pay per click advertisements inside your blog posts, such as the very popular Google AdSense ads, like the ones you see below.



As a participiant in the AdSense program, you can choose from many different formats. A very popular format for example with [...]]]></description>
			<content:encoded><![CDATA[<p>A great way to earn money from your blog is to include targeted pay per click advertisements inside your blog posts, such as the very popular Google AdSense ads, like the ones you see below.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3295003109048234";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>As a participiant in the AdSense program, you can choose from many different formats. A very popular format for example with space for up to 4 advertisements is the large rectangular banner -336&#215;280 pixels in size.</p>
<p>However, you shouldn´t paste the AdSense javascript code directly into your blog posts, but use the AdSense Deluxe plugin for WordPress blogs instead. With this great plugin, you can define and manage in one central place the different ad block formats and then use simple comment tags to insert the ad blocks into your posts. This not only eases up your writing, but also saves you time when you once want to make changes to the ad styles and formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.easywebtutorials.com/blog/2006/02/24/inserting-google-adsense-advertisements-in-your-posts/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
