<?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>Linux Admin Steps Into Management &#187; wordpress</title>
	<atom:link href="http://yonitg.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://yonitg.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Jul 2010 13:28:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Improving Your WebSite Performance</title>
		<link>http://yonitg.com/improving-website-performance/</link>
		<comments>http://yonitg.com/improving-website-performance/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:56:39 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=371</guid>
		<description><![CDATA[Why is my site slow? Why is my Bounce Rate so high? How to improve my site&#8217;s performance? These are some of the questions bothering web masters and site owners all the time, here are some tools and readme&#8217;s that will: test your site find bottle necks measure performance from the outside get tips for [...]]]></description>
			<content:encoded><![CDATA[<p>Why is my site slow?<br />
Why is my Bounce Rate so high?<br />
How to improve my site&#8217;s performance?</p>
<p>These are some of the questions bothering web masters and site owners all the time,<br />
here are some tools and readme&#8217;s that will:</p>
<ul>
<li>test your site</li>
<li>find bottle necks</li>
<li>measure performance from the outside</li>
<li>get tips for fixing the problem areas in your site</li>
<li>and knows list of issues every site is suffering from</li>
</ul>
<p>so lets start with online freeware tools and external web site test tools.</p>
<h2>Check if your Google Analytics is working well in your site</h2>
<p>Who is watching the watchman?</p>
<p>first thing to check &#8211; are you getting the accurate statistics from your site?<br />
is your Analytics account configured well?<br />
are you even really using one?</p>
<p><a title="verifies if your Google Analytics (GA) Tracking Code is installed properly on your website" href="http://sitescanga.com/" target="_blank">SiteScan™ is a diagnostic tool</a> from EpikOne that verifies if your Google Analytics (GA)<br />
Tracking Code is installed properly on your website.</p>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg"><img class="alignnone size-full wp-image-373" title="sitescan google analytics" src="http://yonitg.com/blog/wp-content/uploads/2010/01/sitescan.jpg" alt="sitescan google analytics" width="420" height="315" /></a></p>
<p>This scan will go over each page and verify that the Google Analytics code is embedded correctly to each of your page, this can help you diagnose if your bounce rate is high because the Analytics cant see their next click,<br />
or maybe you should really work on your site design.</p>
<h2>How does my code looks like from the browser?</h2>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg"><img class="alignnone size-full wp-image-374" title="firebug" src="http://yonitg.com/blog/wp-content/uploads/2010/01/firebug.jpg" alt="firebug" width="420" height="107" /></a></p>
<p>From the <a title="firebug download page" href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">firebug download page</a>:</p>
<blockquote><p>Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page..</p></blockquote>
<p>This is the basic tool to verify your code as it seen from the browser side,<br />
you can click a specific element on your page, and get a list on the right pane window of firebug,<br />
of all the css code that is effecting this element, even if the code span multiple css files.</p>
<h2>Why is my page so slow?</h2>
<p>the <a title="yslow tool from yahoo" href="http://developer.yahoo.com/yslow/" target="_blank">yslow tool from yahoo</a> will go through the elements of your page,<br />
and by using a preset list of rules, it will tell you which parts of the website you should fix,<br />
and what to fix.<br />
<a href="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg"><img class="alignnone size-full wp-image-375" title="yslow" src="http://yonitg.com/blog/wp-content/uploads/2010/01/yslow.jpg" alt="yslow" width="420" height="289" /></a></p>
<p>The yslow firefox plugin needs the firefox firebug installed first.</p>
<p>If you want to learn more deeply on the reasons behind each of the testing rules yahoo though about you can read the very informative document from yahoo about &#8220;<a title="yahoo developer network" href="http://developer.yahoo.com/performance/rules.html" target="_blank">Best Practices for Speeding Up Your Web Site</a>&#8221;</p>
<h2>Feed Validator</h2>
<p><a title="feed validator" href="http://feedvalidator.org/" target="_blank">Get your rss feed validated </a></p>
<h2>AOL webpagetest</h2>
<p>from the <a title="aol validator" href="http://www.webpagetest.org/" target="_blank">AOL web page test</a>:</p>
<blockquote><p>Pagetest allows you to provide the URL of a webpage to be tested. The test will be conducted from the location specified and you will be provided a waterfall of your page load performance  as well as a comparison against an optimization checklist.</p></blockquote>
<p><a href="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg"><img class="alignnone size-full wp-image-376" title="aol pagetest waterfall" src="http://yonitg.com/blog/wp-content/uploads/2010/01/waterfull.jpg" alt="aol pagetest waterfall" width="420" height="300" /></a></p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/apache' rel='tag' target='_self'>apache</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_self'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_self'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=371&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/improving-website-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free WordPress Theme Builder</title>
		<link>http://yonitg.com/free-wordpress-theme-builder/</link>
		<comments>http://yonitg.com/free-wordpress-theme-builder/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:40:57 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=357</guid>
		<description><![CDATA[This site: http://www.yvoschaap.com/wpthemegen/ has a simple free wordpress theme builder that anyone can use, just update the settings via a nice form on the left side, with the different options like background and sidebars settings, you can choose if you want a right side bar, how the left side bar should look, and you can [...]]]></description>
			<content:encoded><![CDATA[<p>This site: <a title="WordPress Theme Generator" href="http://www.yvoschaap.com/wpthemegen/" target="_blank">http://www.yvoschaap.com/wpthemegen/</a> has a simple free wordpress theme builder that anyone can use,<br />
just update the settings via a nice form on the left side,<br />
with the different options like background and sidebars settings,<br />
you can choose if you want a right side bar,<br />
how the left side bar should look, and you can choose which widgets to load to the left side bar.</p>
<p>After you have played with the main look you can generate the files and download a zip file which contains these files:</p>
<ul>
<li>style.css</li>
<li>reset-fonts-grids-tabs.css</li>
<li>index.php</li>
<li>header.php</li>
<li>footer.php</li>
<li>sidebar.php</li>
<li>comments.php</li>
<li>searchform.php</li>
<li>search.php</li>
<li>archive.php</li>
<li>page.php</li>
<li>functions.php</li>
<li>screenshot.png</li>
<li>images/bg_overlay.png</li>
<li>images/bg_gradient.png</li>
</ul>
<p>Or you can download each file seperatly.</p>
<p>This gives you the basic structure for a working wordpress theme, from here you only have left to customize as you wish.</p>

<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/theme' rel='tag' target='_self'>theme</a>, <a class='technorati-link' href='http://technorati.com/tag/wordpress' rel='tag' target='_self'>wordpress</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=357&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/free-wordpress-theme-builder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Theme &#8211; The Loop explained</title>
		<link>http://yonitg.com/wordpress-theme-loop-explained/</link>
		<comments>http://yonitg.com/wordpress-theme-loop-explained/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:15:43 +0000</pubDate>
		<dc:creator>yonitg</dc:creator>
				<category><![CDATA[web admin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://yonitg.com/?p=341</guid>
		<description><![CDATA[I&#8217;ve been wanting to learn WordPress theme design for a long time now, but every time I started reading about it I heard the words &#8220;The Loop&#8221;, and never understood what are they talking about. Well finaly I joust found this great intro to wordpress theme writing, it&#8217;s simple, written for beginners, and explains the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to learn WordPress theme design for a long time now,<br />
but every time I started reading about it I heard the words &#8220;The Loop&#8221;,<br />
and never understood what are they talking about.</p>
<p>Well finaly I joust found this <a title="WordPress is not PHP" href="http://mattread.com/2005/04/wordpress-is-not-php" target="_blank">great intro to wordpress theme writing</a>,<br />
it&#8217;s simple, written for beginners, and explains the basics of what blog template writing is all about.</p>
<p>Matt&#8217;s post explains what the loop is &#8211; which from what i gather &#8211; a simple query that collects all the relevant posts to show,after first calling it with the first line:</p>
<blockquote>
<pre id="ex1"><code>&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
</code></pre>
</blockquote>
<p>now you start dropping the other wp blocks into place just like lego:</p>
<p>the title,<br />
the date,<br />
the content</p>
<p>and thats it &#8211; now the loop will just drop these 3 again for the next post, until it runs out of posts.</p>
<p>From matt&#8217;s post:</p>
<blockquote><p>There have many concerns and question about the template system used in WordPress. Mostly the concerns are with n00bs and the complications of PHP. “I want to change this and that, but don&#8217;t know PHP”. I hear this a lot. But the thing is, you don&#8217;t need to know PHP to change the Templates in WordPress.</p></blockquote>
<p>so thanks Matt for helping me to finally understand what its all about <img src='http://yonitg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
<img src="http://yonitg.com/blog/?ak_action=api_record_view&id=341&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://yonitg.com/wordpress-theme-loop-explained/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
