<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FWSS &#187; Webmaster</title>
	<atom:link href="http://fw2s.com/author/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://fw2s.com</link>
	<description>WordPress Articles, Tutorials, Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 01 Sep 2010 23:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Using Google Font API</title>
		<link>http://fw2s.com/2010/08/06/using-google-font-api/</link>
		<comments>http://fw2s.com/2010/08/06/using-google-font-api/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 07:20:52 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=448</guid>
		<description><![CDATA[For many years web developers had to rely on fonts being available on viewers&#8217; machines. Not any more &#8211; thanks to Google Font API. I&#8217;ll present just one simple example of this method. For a list of available fonts go to Google Font Directory. For a complete documentation visit Google Font API. Example: This is [...]]]></description>
			<content:encoded><![CDATA[<p>For many years web developers had to rely on fonts being available on viewers&#8217; machines. Not any more &#8211; thanks to <a href="http://code.google.com/apis/webfonts/docs/getting_started.html" target="_blank">Google Font API</a>.</p>
<p>I&#8217;ll present just one simple example of this method. For a list of available fonts go to <a href="http://code.google.com/webfonts" target="_blank">Google Font Directory</a>. For a complete documentation visit <a href="http://code.google.com/apis/webfonts/docs/getting_started.html" target="_blank">Google Font API</a>.</p>
<p><span id="more-448"></span></p>
<p>Example:</p>
<p class="infobox">This is normal font. And this is <span class="fpw-tangerine-normal">Tangerine</span> font from Google.</p>
<p>You have to make the font available by adding one line to the <em>header</em> of page, and then add style:</p>
<pre class="brush: php;">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://fonts.googleapis.com/css?family=Tangerine&quot;&gt;
&lt;style&gt;
.fpw-tangerine-normal {
    font-family: Tangerine, serif;
    font-size: 24px;
}
&lt;/style&gt;
</pre>
<p>Now you can display it:</p>
<pre class="brush: php;">
&lt;p&gt;This is normal font. And this is &lt;span class=&quot;fpw-tangerine-normal&quot;&gt;Tangerine&lt;/span&gt; font from Google.&lt;/p&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/08/06/using-google-font-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally version 3.0 of WordPress is here</title>
		<link>http://fw2s.com/2010/06/18/finally-version-3-0-of-wordpress-is-here/</link>
		<comments>http://fw2s.com/2010/06/18/finally-version-3-0-of-wordpress-is-here/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 06:57:57 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=424</guid>
		<description><![CDATA[WordPress 3.0 is finally released. We did automatic upgrade, with no accidents, to all our websites, and all works well. It is important to know that the new version&#8217;s memory requirements changed, therefore, do not perform the upgrade before increasing PHP memory_limit to 64M as 32M is not longer enough, especially when 5 or more [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 is finally released. We did automatic upgrade, with no accidents, to all our websites, and all works well. It is important to know that the new version&#8217;s memory requirements changed, therefore, do not perform the upgrade before increasing PHP <em>memory_limit</em> to 64M as 32M is not longer enough, especially when 5 or more plugins are installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/06/18/finally-version-3-0-of-wordpress-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to WordPress 3.0-RC3</title>
		<link>http://fw2s.com/2010/06/16/moved-to-wordpress-3-0-rc3/</link>
		<comments>http://fw2s.com/2010/06/16/moved-to-wordpress-3-0-rc3/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 04:24:36 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=422</guid>
		<description><![CDATA[Yet another step&#8230;]]></description>
			<content:encoded><![CDATA[<p>Yet another step&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/06/16/moved-to-wordpress-3-0-rc3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to WordPress 3.0-RC2</title>
		<link>http://fw2s.com/2010/06/04/moved-to-wordpress-3-0-rc2/</link>
		<comments>http://fw2s.com/2010/06/04/moved-to-wordpress-3-0-rc2/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:27:27 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=418</guid>
		<description><![CDATA[One more step&#8230;]]></description>
			<content:encoded><![CDATA[<p>One more step&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/06/04/moved-to-wordpress-3-0-rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to WordPress 3.0-RC1</title>
		<link>http://fw2s.com/2010/06/01/moved-to-wordpress-3-0-rc1/</link>
		<comments>http://fw2s.com/2010/06/01/moved-to-wordpress-3-0-rc1/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:03:51 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=410</guid>
		<description><![CDATA[Another update heading towards the official release of WordPress 3.0.]]></description>
			<content:encoded><![CDATA[<p>Another update heading towards the official release of WordPress 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/06/01/moved-to-wordpress-3-0-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moved to WordPress 3.0-beta2</title>
		<link>http://fw2s.com/2010/05/16/moved-to-wordpress-3-0-beta2/</link>
		<comments>http://fw2s.com/2010/05/16/moved-to-wordpress-3-0-beta2/#comments</comments>
		<pubDate>Sun, 16 May 2010 07:54:38 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=386</guid>
		<description><![CDATA[WordPress 3.0 is not released yet but we&#8217;ve moved to WordPress 3.0.-beta2 version, as it is pretty stable now. This move allows us to use all new features of version 3.0.]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 is not released yet but we&#8217;ve moved to WordPress 3.0.-beta2 version, as it is pretty stable now. This move allows us to use all new features of version 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/05/16/moved-to-wordpress-3-0-beta2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reviews of Dev4Press plugins and themes coming soon</title>
		<link>http://fw2s.com/2010/05/09/reviews-of-dev4press-plugins-and-themes-coming-soon/</link>
		<comments>http://fw2s.com/2010/05/09/reviews-of-dev4press-plugins-and-themes-coming-soon/#comments</comments>
		<pubDate>Sun, 09 May 2010 07:52:27 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Dev4Press]]></category>

		<guid isPermaLink="false">http://fw2s.com/2010/05/09/reviews-of-dev4press-plugins-and-themes-coming-soon/</guid>
		<description><![CDATA[You can expect many reviews of Dev4Press plugins and themes being posted here in near future. Our website use most of them. You&#8217;ve probably noticed a theme switcher widget on the right sidebar. Among choices, beside our original iNove theme, you&#8217;ll find themes based on advanced xScape framework from Dev4Press. Right now two of them [...]]]></description>
			<content:encoded><![CDATA[<p>You can expect many reviews of <strong>Dev4Press</strong> plugins and themes being posted here in near future. Our website use most of them.</p>
<p>You&#8217;ve probably noticed a theme switcher widget on the right sidebar. Among choices, beside our original <strong>iNove</strong> theme, you&#8217;ll find themes based on advanced <strong>xScape</strong> framework from Dev4Press. Right now two of them are available ( <strong>baseScape</strong> and <strong>eScape</strong> ) with more to follow as they become available.  </p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/05/09/reviews-of-dev4press-plugins-and-themes-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX and browsers compatibility</title>
		<link>http://fw2s.com/2010/04/24/ajax-and-browsers-compatibility/</link>
		<comments>http://fw2s.com/2010/04/24/ajax-and-browsers-compatibility/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 21:07:09 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[compatibility]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=364</guid>
		<description><![CDATA[Popularity of AJAX is undisputed. Majority of Google&#8217;s services could not be delivered without it. One might think that all major browsers support it. I was among these believers. Till yesterday. I&#8217;ve received signals that one of my websites does not deliver emails when AJAX powered contact forms were used. After number of tests with [...]]]></description>
			<content:encoded><![CDATA[<p>Popularity of AJAX is undisputed. Majority of Google&#8217;s services could not be delivered without it. One might think that all major browsers support it. I was among these believers. Till yesterday.</p>
<p><span id="more-364"></span></p>
<p>I&#8217;ve received signals that one of my websites does not deliver emails when AJAX powered contact forms were used. After number of tests with several browsers results were rather depressing.</p>
<table>
<th colspan="6">Browsers compatible with AJAX ( newest )</th>
<tr>
<td>Firefox (Win)</td>
<td>Firefox (Mac)</td>
<td>IE (Win)</td>
<td>Safari (Win)</td>
<td>Safari (Mac)</td>
<td>Opera (Win)</td>
</tr>
<tr>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
</table>
<p><Saf</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/04/24/ajax-and-browsers-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making WordPress faster &#8211; tip #2</title>
		<link>http://fw2s.com/2010/04/21/making-wordpress-faster-tip-2/</link>
		<comments>http://fw2s.com/2010/04/21/making-wordpress-faster-tip-2/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:12:30 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wp minify]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=362</guid>
		<description><![CDATA[Minimizing number of http requests is the key to better response time. After displaying a page/post view page source and see how many javascripts and css files had been loaded. If you use many plugins this number could be quite large. There is one plugin which can really help. WP Minify by Thaya Kareeson integrates [...]]]></description>
			<content:encoded><![CDATA[<p>Minimizing number of http requests is the key to better response time. After displaying a page/post view page source and see how many javascripts and css files had been loaded. If you use many plugins this number could be quite large. There is one plugin which can really help.</p>
<p><span id="more-362"></span></p>
<p><a href="http://wordpress.org/extend/plugins/wp-minify/" target="_blank">WP Minify</a> by <a href="http://omninoggin.com/about/" target="_blank">Thaya Kareeson</a> integrates the <a href="http://code.google.com/p/minify/" target="_blank">Minify engine</a> into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS files to improve page load time.</p>
<p class="tip">It may or it may not work with all default settings. You should selectively exclude some scripts and/or css files if you get undesirable results. Be patient and you will be rewarded!</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/04/21/making-wordpress-faster-tip-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Switcher Reloaded &#8211; Limit selections</title>
		<link>http://fw2s.com/2010/04/13/theme-switcher-reloaded-limit-selections/</link>
		<comments>http://fw2s.com/2010/04/13/theme-switcher-reloaded-limit-selections/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:18:07 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[theme switcher reloaded]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://fw2s.com/?p=347</guid>
		<description><![CDATA[Theme Switcher Reloaded plugin by Themebot allows the viewer to make a selection from available themes and it does it well. This plugin is being used on our website ( see the sidebar ). What if you have more themes installed than you want to allow viewers to choose from? There is nothing in documentation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded/" target="_blank">Theme Switcher Reloaded</a> plugin by <a href="http://themebot.com/" target="_blank">Themebot</a> allows the viewer to make a selection from available themes and it does it well. This plugin is being used on our website ( see the sidebar ).</p>
<p><span id="more-347"></span></p>
<p>What if you have more themes installed than you want to allow viewers to choose from? There is nothing in documentation of the plugin to explain it. Here is a simple solution:</p>
<p class="tip">Add one line:<br />&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;<strong>Status: unpublished</strong><br />&nbsp;<br />to the header of <em>style.css</em> for each theme which should not be available for selection. That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://fw2s.com/2010/04/13/theme-switcher-reloaded-limit-selections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
