<?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>cssOrigins.com &#187; Webmaster</title>
	<atom:link href="http://www.cssOrigins.com/tag/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cssOrigins.com</link>
	<description>Css Origins, Design Blog and Wordpress Publishing Platform</description>
	<lastBuildDate>Mon, 12 Jul 2010 06:35:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>WordPress for Designers</title>
		<link>http://www.cssOrigins.com/2009/wordpress-for-designers/</link>
		<comments>http://www.cssOrigins.com/2009/wordpress-for-designers/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:30:27 +0000</pubDate>
		<dc:creator>Hunter Brelsford</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cssOrigins.com/?p=257</guid>
		<description><![CDATA[Hey guys after reviewing many of the &#8220;WordPress for Designers&#8221; videos at blog.themeforest.net Ive decided to go ahead and repost them , and write out commentaries describing the main features that this video blog series hits. The series will be separated into days, starting with day two&#8230; ok lets get started. Day 2 : WordPress [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hey guys after reviewing many of the &#8220;WordPress for Designers&#8221; videos at <a title="Theme Forest" href="http://blog.themeforest.net" target="_blank">blog.themeforest.net</a> Ive decided to go ahead and repost them<span id="more-257"></span> , and write out commentaries describing the main features that this video blog series hits.</p>
<p>The series will be separated into days, starting with day two&#8230; ok lets get started.</p>
<p>Day 2 : WordPress Admin panel.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="590" height="443" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://blip.tv/play/grg36aVKAA" /><param name="src" value="http://blip.tv/play/grg36aVKAA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="590" height="443" src="http://blip.tv/play/grg36aVKAA" allowfullscreen="true" data="http://blip.tv/play/grg36aVKAA"></embed></object></p>
<h3>Introduction</h3>
<p>In our video here we quickly reviewed all the necessaries that we would be using in order to use and edit our new WordPress install. He quickly went over the WordPress file structure. The necessary changes that needed to be made to the wp-config.php file when we upload, and the location of our all important theme files.</p>
<blockquote><p>www.example.com/wp-content/themes/theme1</p></blockquote>
<h3>Body</h3>
<p>Moving on through the video the main bulk of this video was getting the understanding of the different template files in your wordpress theme, what they do and how they work, so lets move through a few of them.</p>
<p>As described in our video if we go to APPEARANCE | EDITOR we will be able to see all the template files included in the wordpress theme currently activated.</p>
<p>If we start by importance usualy index.php would come to mind in a wordpress site. We can see there&#8217;s no doctypes or much html data in our file at all, but rather many simple php requests to header and footer and sidebar etc.. These are essentially statements that calls in those files from you directory. So header.</p>
<p>In our header.php we find our doctypes and titles tags and start of our html elements. This is loaded at the top of every page or post that calls get_header(). Pretty easy to understand.</p>
<p>Similarly our files typically end with out get_footer() call and our footer.php contains all the closing tags for information contained within our document.</p>
<p>Single.php &#8211; used for individual post pages.</p>
<p>404.php &#8211; used when a page within your wordpress blog cannot be found.</p>
<p>Sidebar -  calls widgets and other custom information into the 1 or more sidebars in your wordpress theme.</p>
<h3>Conclusion</h3>
<p>After looking through and familiarizing yourself with the themes directory withing your wordpress install you should be able to identify the different files and what they more or less accomplish. With this basic knowledge we will be able to simply identify where and what files we need to be editing in the future while we move on to developing our own theme, in the new few videos.</p>
<p>If you&#8217;re having problems understand the videos or information please comment and we will see if we can help you out.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssOrigins.com/2009/wordpress-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Robot.txt Revisited</title>
		<link>http://www.cssOrigins.com/2009/robottxt-revisited/</link>
		<comments>http://www.cssOrigins.com/2009/robottxt-revisited/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:46:27 +0000</pubDate>
		<dc:creator>Hunter Brelsford</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[Robots.txt]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cssOrigins.com/?p=140</guid>
		<description><![CDATA[After doing more in depth research into robots.txt I decided to go ahead and publish a new article on my findings. Before Completely unsure about how good bots scan and index files and sites, myself and other bloggers alike had come up with a million different ways to present their own robots.txt file, and a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>After doing more in depth research into robots.txt I decided to go ahead and publish a new article on my findings.<span id="more-140"></span></p>
<h3>Before</h3>
<div id="eG_actions_main" style="border: 0px none; margin: 0px; padding: 0px; display: none; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; width: 76.25px; height: 76.25px; z-index: 2147483646; left: 481.875px; top: 190.875px;"><img style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; z-index: 2147483645; width: 76.25px; height: 76.25px; opacity: 1;" src="chrome://easygestures/skin/small_menu.png" alt="" /></div>
<div style="border: 0px none; margin: 0px; padding: 0px; display: inline; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; z-index: 2147483647; left: 481.875px; top: 190.875px;"><img style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; left: 28px; top: 28px; width: 20px; height: 20px; visibility: hidden;" src="chrome://easygestures/skin/small_link.png" alt="" /></p>
<input style="font-family: Arial,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; background-color: white; color: black; text-align: center; position: absolute; z-index: 2147483647; visibility: hidden; border: 4px 2px 8px solid #dddddd;" /> <img style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; z-index: 2147483647; visibility: hidden;" onclick="var matchCase = this.src.search('matchCase_On')!=-1; this.src=this.src.replace( (matchCase?'On':'Off') , (matchCase?'Off':'On'));" src="chrome://easygestures/skin/matchCase_Off.png" alt="" /> <img style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; z-index: 2147483647; visibility: hidden;" onclick="var next=parseInt(getAttribute('currentEngine')); do {next=(next+1)%7;} while (!this.hasAttribute('searchQuery'+next) &amp;&amp; (next!=0 || !this.hasAttribute('searchQuery0')) ); this.src=this.getAttribute('searchQuery'+ next);this.setAttribute('currentEngine',next);this.previousSibling.previousSibling.focus();" src="chrome://easygestures/skin/searchWebSign.png" alt="" /> <img style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: none; background-color: transparent; min-height: 0pt; min-width: 0pt; line-height: 0.8; position: absolute; left: 58.125px; top: -4px; visibility: hidden;" src="chrome://easygestures/skin/altMenuSign0.png" alt="" /></p>
<div style="border: 0px none; margin: 0px; padding: 0px; display: block; float: none; color: black; background-image: url(chrome://easygestures/skin/contextMenuSign.png); background-color: red; min-height: 0pt; min-width: 0pt; line-height: 0.8; visibility: hidden;"><img style="position: absolute; left: 4px; top: -22px; visibility: hidden;" src="chrome://easygestures/skin/contextMenuSign.png" alt="" /> <img style="position: absolute; left: 0.125px; top: -18px;" src="chrome://easygestures/skin/contextMenuSign.png" alt="" /></div>
</div>
<p>Completely unsure about how good bots scan and index files and sites, myself and other bloggers alike had come up with a million different ways to present their own robots.txt file, and a million more ways to do theirs if they where using a wordpress site.</p>
<p>they ranged from</p>
<blockquote>
<pre>User-agent:  *
Disallow: /
Disallow: *</pre>
</blockquote>
<p>to something similar to this.</p>
<blockquote>
<pre>User-agent:  *
Disallow: /wp*</pre>
</blockquote>
<h3>After</h3>
<p>Some of what we have in our typical robots.txt is indeed valid, but bear with me for a second as i explain what i did to come up with some new results.</p>
<p>to gather statistics on what was being indexed I cross referenced the results from some analytic tools that I had available.</p>
<ol>
<li><a href="http://www.google.com/analytics/" target="_blank">Google analytics </a> (google search stats)<a href="http://www.google.com/analytics/" target="_blank"><br />
</a></li>
<li><a href="http://wordpress.org/extend/plugins/statpress/" target="_blank">Stat press </a> (wordpress stats)<a href="http://wordpress.org/extend/plugins/statpress/" target="_blank"><br />
</a></li>
<li><a href="http://en.wikipedia.org/wiki/AWStats" target="_blank">awstats</a> (server side built in stats)</li>
<li><a href="https://www.google.com/webmasters/tools/dashboard" target="_blank">Web mastering tools </a> (By Google)<a href="https://www.google.com/webmasters/tools/dashboard" target="_blank"><br />
</a></li>
</ol>
<p>From the data I was able to pull from these resources I specifically looked for what was being hit. Because of the special way that wordpress loads, and imports I could see that /index.php was being indexed as a file, but most other FILES on the site where not indexed. All other PAGES or what would be considered a page by a typical computer user where not indexed as an actual FILE but rather indexed by its permalink location.</p>
<p>hmm &#8230; interesting Google bot indexes files and paths. Interesting  but not unexpected.</p>
<p>By now most of us know this, you set up a permalink structure in your website and it dynamically changes the links throughout your site to reflect the change. This is great for dynamically driven websites looking for a cleaner path or some SEO optimization.</p>
<p>The Google bot can in most cases follow an average custom permalink structure, I will note that the more difficult the permalink structures are ether crawled slower if crawled at all. I would shy away from lots of string names within your structure =?etc &#8230;</p>
<h3>Back to robots&#8230;</h3>
<p>So how does all this effect your robots.txt structure you ask? Well if you have gotten yourself a good permalink structure and you can then you can essentially set up your robots to block everything but the categories, pages, or posts you want it to crawl, and is perfect for helping eliminate duplicated content.</p>
<p>Here&#8217;s an example.</p>
<p>My own robots.txt file</p>
<blockquote>
<pre>User-agent:  *
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /category/archive/
Disallow: /feed/</pre>
</blockquote>
<p>I have disallowed my wp-admin directory, and a category in my wordpress permalink structure /category/archive, and finally disallowed my rss feeds, accessed through http://www.cssorigins.com/feed if my site was indexed properly by Google then all the content that would be in the feeds would already been indexed and thus the feeds would be duplicated content. The same goes for the archive category, since I post all my posts into that category as well as their individual categories.</p>
<p>But remember that the bots index files as well, so it would be a bad idea to do something similar to this.</p>
<blockquote>
<pre>Disallow: /*.php</pre>
</blockquote>
<p>as your index file now would not be indexed, along with the rest of your website. =(</p>
<p><strong>Don&#8217;t understand? Think there&#8217;s a better way? Please comment and help us build a better understanding of how the web works.</strong></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssOrigins.com/2009/robottxt-revisited/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Webmaster Tools</title>
		<link>http://www.cssOrigins.com/2009/google-webmaster-tools/</link>
		<comments>http://www.cssOrigins.com/2009/google-webmaster-tools/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:17:58 +0000</pubDate>
		<dc:creator>Hunter Brelsford</dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Stats]]></category>
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://www.cssOrigins.com/?p=85</guid>
		<description><![CDATA[The Google Webmaster tools are a wonderful set of tools available to use free of charge to anyone looking to help manage and view statistical and analytical information about their website. 

if you currently are a webmaster of a domain go ahead and log into the webmastering tools section below


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The Google Webmaster tools are a wonderful set of tools available to use free of charge<span id="more-85"></span> to anyone looking to help manage and view statistical and analytical information about their website.</p>
<p>if you currently are a webmaster of a domain go ahead and log into the webmastering tools section below</p>
<p><a title="Google Webmastering Tools" href="http://www.google.com/webmasters/tools" target="_blank">www.google.com/webmasters/tools</a></p>
<p>Once logged in the first thing it&#8217;s going to present you with is the option to verify your site and then submit a sitemap. Both of these steps are VITAL in the use of the webmaster tools and for the collection of accurate statistical information by Google.</p>
<p>Once the required fields have been filled out we unfortunately have to wait. Hopefully within the next 24 hours your site will be indexed in its entirety by Google and the data will be logged into your tools section.</p>
<p>Google tools keeps and displays information on &#8230;</p>
<ul>
<li>Crawl Errors</li>
<li>Meta and Description Issues and Errors</li>
<li>Top Search Queries</li>
<li>External Links</li>
<li>Internal Links</li>
<li>Subscriber Statistics</li>
<li>Sitelinks</li>
<li>What Googlebot Sees</li>
</ul>
<p>As for my advice, I would check back on your Google tools every few weeks if you&#8217;re doing constant updates to your website, just to make sure there&#8217;s no trouble on the indexing side of your website. A clean and healthy site index and no indexing errors throughout your site will help Google and other search engines to stay up to date faster and keep your website from losing natural listings due to errors.</p>
<p>As mentioned in a previous article if you are attempting to increase traffic to your site or are interesting in SEO (search engine optimization) going through this process is a must.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cssOrigins.com/2009/google-webmaster-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

