<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.6" -->
<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>Joe Kocovsky</title>
	<link>http://joeko.net/blog</link>
	<description>Online Portfolio of Joe Kocovsky</description>
	<pubDate>Sat, 15 Mar 2008 17:12:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.6</generator>
	<language>en</language>
			<item>
		<title>Trying out Twitter</title>
		<link>http://joeko.net/blog/trying-out-twitter/</link>
		<comments>http://joeko.net/blog/trying-out-twitter/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 17:08:34 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Community</category>

		<guid isPermaLink="false">http://joeko.net/blog/trying-out-twitter/</guid>
		<description><![CDATA[I recently signed up for Twitter after a long time of thinking it was a retarded idea. I have come to find it pretty interesting and a valuable resource of industry related information. Follow the adventures of joe @ http://twitter.com/joekonet
What is Twitter?
Twitter is a free social networking and micro-blogging service that allows users to send [...]]]></description>
			<content:encoded><![CDATA[<p>I recently signed up for <a title="Social networking and microblogging service utilising instant messaging, SMS or a web interface." onclick="target=" href="http://twitter.com/joekonet">Twitter</a> after a long time of thinking it was a retarded idea. I have come to find it pretty interesting and a valuable resource of industry related information. Follow the adventures of joe @ <a title="http://twitter.com/joekonet" onclick="target=" href="http://twitter.com/joekonet">http://twitter.com/joekonet</a></p>
<p><em>What is Twitter?</em></p>
<p><strong>Twitter</strong> is a free <a class="mw-redirect" title="Social networking" href="http://en.wikipedia.org/wiki/Social_networking">social networking</a> and <a title="Micro-blogging" href="http://en.wikipedia.org/wiki/Micro-blogging">micro-blogging</a> service that allows users to send &#8220;updates&#8221; (or &#8220;tweets&#8221;; text-based posts, up to 140 characters long) to the Twitter website, via <a title="Short message service" href="http://en.wikipedia.org/wiki/Short_message_service">short message service</a>, <a class="mw-redirect" title="Instant messaging" href="http://en.wikipedia.org/wiki/Instant_messaging">instant messaging</a>, or a third-party application such as <a title="Twitterrific" href="http://en.wikipedia.org/wiki/Twitterrific">Twitterrific</a>.</p>
<p>Updates are displayed on the user&#8217;s profile page and instantly delivered to other users who have signed up to receive them. The sender can restrict delivery to those in his or her circle of friends (delivery to everyone is the default). Users can receive updates via the Twitter website, instant messaging, <a class="mw-redirect" title="SMS" href="http://en.wikipedia.org/wiki/SMS">SMS</a>, <a title="RSS" href="http://en.wikipedia.org/wiki/RSS">RSS</a>, email or through an application. For SMS, four gateway numbers are currently available: <a class="mw-redirect" title="Short codes" href="http://en.wikipedia.org/wiki/Short_codes">short codes</a> for the <a class="mw-redirect" title="USA" href="http://en.wikipedia.org/wiki/USA">USA</a>, <a title="Canada" href="http://en.wikipedia.org/wiki/Canada">Canada</a>, and <a title="India" href="http://en.wikipedia.org/wiki/India">India</a>, as well as a <a class="mw-redirect" title="UK" href="http://en.wikipedia.org/wiki/UK">UK</a> number for international use. Several third parties offer posting and receiving updates via email.
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/trying-out-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog redesign complete</title>
		<link>http://joeko.net/blog/blog-redesign-complete/</link>
		<comments>http://joeko.net/blog/blog-redesign-complete/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 07:05:25 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Design</category>

		<guid isPermaLink="false">http://joeko.net/blog/blog-redesign-complete/</guid>
		<description><![CDATA[The integration of my design and WordPress was a success as far as I can tell. It turned out being a little more tricky than I assumed working with the includes, so I decided to just integrate the php bits into one file (index). Comments and suggestions are very welcome. IE6, IE7, Firefox and Netscape [...]]]></description>
			<content:encoded><![CDATA[<p>The integration of my design and WordPress was a success as far as I can tell. It turned out being a little more tricky than I assumed working with the includes, so I decided to just integrate the php bits into one file (index). Comments and suggestions are very welcome. IE6, IE7, Firefox and Netscape (PC) are all displaying correctly.</p>
<p>I also took the time to validate @ XHTML Strict, but WordPress insists on inserting target_blank tags. I wouldn&#8217;t mind a feature that defaulted to onclick=&#8221;target=&#8217;_blank&#8217;&#8221;.
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/blog-redesign-complete/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XHTML/CSS &#038; SEO</title>
		<link>http://joeko.net/blog/xhtmlcss-seo/</link>
		<comments>http://joeko.net/blog/xhtmlcss-seo/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 09:18:26 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>CSS</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=15</guid>
		<description><![CDATA[Tips taken from Brandon&#8217;s Weblog posted on A List Apart describing how to optimized your site using XHTML/CSS:

Maintain a good content to code  ratio
Improving your structural organization will ensure that spiders  know what you’re trying to show them
Declare your main heading as H1
Using H1 through H6 accordingly
H1 tag placed directly after the  [...]]]></description>
			<content:encoded><![CDATA[<p>Tips taken from <a title="ershion.com" onclick="target='_blank'" href="http://www.ershion.com/">Brandon&#8217;s Weblog</a> posted on <a title="alistapart" onclick="target='_blank'" href="http://alistapart.com/articles/seo/">A List Apart</a> describing how to optimized your site using XHTML/CSS:</p>
<ul>
<li>Maintain a good content to code  ratio</li>
<li>Improving your structural organization will ensure that spiders  know what you’re trying to show them</li>
<li>Declare your main heading as H1</li>
<li>Using H1 through H6 accordingly</li>
<li>H1 tag placed directly after the  body tag will be weighted heavily by many search engines</li>
<li>CSS for rollover effects instead of separate images will give you an advantage in search engine positioning</li>
</ul>
<p>Also - <a title="=P" onclick="target='_blank'" href="http://www.hotdesign.com/seybold/everything.html"><strong> Why tables for layout is stupid</strong> !!<br />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/xhtmlcss-seo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>blog etiquette</title>
		<link>http://joeko.net/blog/blog-etiquette/</link>
		<comments>http://joeko.net/blog/blog-etiquette/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 05:48:12 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Random</category>

		<guid isPermaLink="false">http://joeko.net/blog/blog-etiquette/</guid>
		<description><![CDATA[In the article &#8220;How to Write a Better Weblog&#8220;, Dennis A. Mohoney provides several interesting opinions regarding blog etiquette. Being that I am often reluctant to post blogs - and now have one, It felt like the right time to look into what constitutes a worthy blog.

Grammar, spelling, punctuation, rythm, focus, syntax and structure play [...]]]></description>
			<content:encoded><![CDATA[<p>In the article &#8220;<a title="How to write a better weblog" onclick="target='_blank'" href="http://www.alistapart.com/articles/writebetter/">How to Write a Better Weblog</a>&#8220;, Dennis A. Mohoney provides several interesting opinions regarding blog etiquette. Being that I am often reluctant to post blogs - and now have one, It felt like the right time to look into what constitutes a worthy blog.</p>
<ul>
<li>Grammar, spelling, punctuation, rythm, focus, syntax and structure play an important role in getting your message across to the reader. If your blog is not easily read, it is unlikely it will be frequently visited. Studying horrendous language can help prevent similar mistakes in your own writing.</li>
</ul>
<ul>
<li>Avoid first person point of view. It is not against the rules, but should not be seen as the only choice. In many situations the second- or third-person may be more effective.</li>
</ul>
<ul>
<li>Amusing your readers is also a way to gain momentum. Not taking yourself too seriously is important, and you should expect rational/irrational criticism.</li>
</ul>
<ul>
<li>Find fresh content. Many bloggers link to the same sites over and over. Wired probably has a link leading to it from 90% of all blogs. Finding fresh resources will not only help your blog be more interesting, but it will expose more of the web in the process.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/blog-etiquette/feed/</wfw:commentRss>
		</item>
		<item>
		<title>robots.txt</title>
		<link>http://joeko.net/blog/9/</link>
		<comments>http://joeko.net/blog/9/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 07:38:43 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Findability</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=9</guid>
		<description><![CDATA[It is easy to spot when a spider crawls your site simply by checking your access logs. Traces are left behind just as any IP address of a visitor that has requested a file from your server. Knowing what spiders crawl your site also helps determine if your web stats (pages visited) are accurate, or [...]]]></description>
			<content:encoded><![CDATA[<p>It is easy to spot when a spider crawls your site simply by checking your access logs. Traces are left behind just as any IP address of a visitor that has requested a file from your server. Knowing what spiders crawl your site also helps determine if your web stats (pages visited) are accurate, or if all the &#8216;visitors&#8217; you think you are getting are actually bots.</p>
<p>Spiders are often spotted by their names, for instance, HotBot&#8217;s spider is named slurp and Alta Vista&#8217;s spider is named scooter. Reviewing all requests of the robots.txt file is usually your best clue, as spiders request this file to check which pages are to be indexed (although some do not follow this convention).
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/9/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wiki Search?</title>
		<link>http://joeko.net/blog/wikipedia-vs-google/</link>
		<comments>http://joeko.net/blog/wikipedia-vs-google/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 23:29:27 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Search</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=20</guid>
		<description><![CDATA[Wikipedia founder Jimmy Wales announced yesterday that he will be pursuing a wiki-developed search engine. His intentions are to pursue the search market through his for-profit spinoff company, Wikia Inc. - Google, Microsoft and Yahoo! being the direct competitors which are all very heavily funded.
Investors will not be hard to win over when imagining the [...]]]></description>
			<content:encoded><![CDATA[<p>Wikipedia founder Jimmy Wales announced yesterday that he will be pursuing a wiki-developed search engine. His intentions are to pursue the search market through his for-profit spinoff company, Wikia Inc. - Google, Microsoft and Yahoo! being the direct competitors which are all <em>very </em>heavily funded.</p>
<p>Investors will not be hard to win over when imagining the dollar value of the non-profit site Wikipedia, <a onclick="target='_blank'" href="http://www.time.com/time/business/article/0,8599,1595184,00.html">the most often visited as a result of a Google search</a>. The traffic to Wikipedia has grown by 680% in the past two years. Amazon has already made an investment in the idea (other investors have also sent $4 million his way). A unique approach will be critical if Wiki is going to try and make a dent in the market this late in the game.
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/wikipedia-vs-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Criticisms of folksonomy</title>
		<link>http://joeko.net/blog/criticisms-of-folksonomy/</link>
		<comments>http://joeko.net/blog/criticisms-of-folksonomy/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 23:05:13 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Findability</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=19</guid>
		<description><![CDATA[Some critics suggest that leaving the categorization of content up to the user may be unreliable and inconsistent, creating &#8220;meta noise&#8221; as a result of an uncontrolled vocabulary. Web sites such as Flickr and del.icio.us allow users to tag content, with the intention of making not only text, but rich media findable.
Some of the shortcomings [...]]]></description>
			<content:encoded><![CDATA[<p>Some critics suggest that leaving the categorization of content up to the user may be unreliable and inconsistent, creating &#8220;<a title="meta noise" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Meta_noise">meta noise</a>&#8221; as a result of an uncontrolled vocabulary. Web sites such as <a title="Flickr" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Flickr">Flickr</a> and <a title="Del.icio.us" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Del.icio.us">del.icio.us</a> allow users to tag content, with the intention of making not only text, but rich media findable.</p>
<p>Some of the shortcomings of user-tagged content include:</p>
<ul>
<li>polysemy - words which have multiple related meanings.</li>
<li>synonyms- multiple words with the same or similar meanings.</li>
<li>word inflections - words with plural forms, ie &#8220;dog&#8221; versus &#8220;dogs&#8221;.</li>
</ul>
<p>wiki - <em>&#8220;The lack of a hierarchical or systematic structure for the tagging system makes the terms relevant to what they are describing, but they often fail to show their relevancy or relationship to other objects of the same or similar type.&#8221;</em>
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/criticisms-of-folksonomy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cost Per Click Services</title>
		<link>http://joeko.net/blog/cost-per-click-services/</link>
		<comments>http://joeko.net/blog/cost-per-click-services/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 09:00:07 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Search</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=18</guid>
		<description><![CDATA[An online presentation of Cost Per Click Services using Eric Meyers S5 tool compares the differences between Google Adwords, Yahoo! Search Marketing and MSN AdCenter.
Summary:

The biggest difference between the major players is the ranking system and how you pay per click.
With Yahoo!, you know exactly what you are paying for. Google does not reveal the [...]]]></description>
			<content:encoded><![CDATA[<p>An <a title="Presentation of Cost Per Click Services" onclick="target='_blank'" href="http://joeko.net/blog/_resource/cpc/">online presentation of Cost Per Click Services</a> using <a title="Eric Meyers S5 tool" onclick="target='_blank'" href="http://meyerweb.com/eric/tools/s5/">Eric Meyers S5 tool</a> compares the differences between <a title="Google Adwords" onclick="target='_blank'" href="http://adwords.google.com">Google Adwords</a>, <a title="Yahoo! Search Marketing" onclick="target='_blank'" href="http://searchmarketing.yahoo.com">Yahoo! Search Marketing</a> and <a title="MSN AdCenter" onclick="target='_blank'" href="http://startadcenter.com/lcoff2/">MSN AdCenter</a>.</p>
<p><strong>Summary:</strong></p>
<ul>
<li>The biggest difference between the major players is the ranking system and how you pay per click.</li>
<li>With Yahoo!, you know exactly what you are paying for. Google does not reveal the exact amount you are paying per click.</li>
<li>Google yields more page views - increasing your chance of a click though.</li>
<li>Yahoo! displays results incrementally according to bid. Google rewards advertisers with rank for better Click Though Rates(CTR).</li>
<li>Ultimately, You will pay less per click with Yahoo, but have better results using Google.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/cost-per-click-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drupal vs. Wordpress</title>
		<link>http://joeko.net/blog/drupal-vs-wordpress/</link>
		<comments>http://joeko.net/blog/drupal-vs-wordpress/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 08:32:04 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Findability</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=17</guid>
		<description><![CDATA[When considering using Drupal or Wordpress to manage your site, several important differentiating factors are to be considered. Although the functionality of the two may seem similar at first sight, they are very different.
Drupal and Worpress both produce search engine friendly content. These two open-source management systems are widely used and are both known for [...]]]></description>
			<content:encoded><![CDATA[<p>When considering using <a title="http://drupal.org" onclick="target='_blank'" href="http://drupal.org">Drupal</a> or <a title="http://wordpress.org" onclick="target='_blank'" href="http://wordpress.org/">Wordpress</a> to manage your site, several important differentiating factors are to be considered. Although the functionality of the two may seem similar at first sight, they are very different.</p>
<p>Drupal and Worpress both produce search engine friendly content. These two open-source management systems are widely used and are both known for their standards compliance. The similarities pretty much end there.</p>
<p>Drupal is not a blogging tool. It can be used for blogging, but has much more to it. In the case that you will simply need a blogging tool, Wordpress may be a better option seeing as it is much easier to install and get up and running. If you are looking for something with much more depth and focus on <a title="wtf is taxonomy" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Taxonomy">taxonomy</a>, Drupal far exceeds the limitations of Wordpress.</p>
<p><a title="Drupal Tour" onclick="target='_blank'" href="http://ftp.osuosl.org/pub/drupal/files/videocasts/5-tour.mov">Take a tour of Drupal</a></p>
<p><a title="From Ethan Zukerman's blog" onclick="target='_blank'">From Ethan Zukerman&#8217;s blog:<br />
</a>&#8220;WordPress is an open source weblogging platform. It’s the platform I use to manage this blog and the platform - with some modifications - that Global Voices runs on. It has a reputation for being very user friendly, but for having some underlying architectural problems that make it hard to scale. Drupal is an open source multi-purpose content management system designed for the support of complex websites with multiple authors. It has a reputation for being ludicriously flexible, ungodly powerful and far too complex for mere mortals to use.&#8221;
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/drupal-vs-wordpress/feed/</wfw:commentRss>
<enclosure url='http://ftp.osuosl.org/pub/drupal/files/videocasts/5-tour.mov' length='81027872' type='video/quicktime'/>
		</item>
		<item>
		<title>Drupal Clean URLs</title>
		<link>http://joeko.net/blog/drupal-clean-urls/</link>
		<comments>http://joeko.net/blog/drupal-clean-urls/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 07:48:02 +0000</pubDate>
		<dc:creator>joe.kocovsky</dc:creator>
		
		<category>Findability</category>

		<guid isPermaLink="false">http://blog.joeko.net/?p=16</guid>
		<description><![CDATA[Drupal is an open source content management system  written by Dries Buytaert originally as a bulletin board system. Many popular dynamic content driven web sites such as The Onion, Spread Firefox, Ourmedia, KernelTrap, and Defective by Design are all currently built using Drupal. The code produced by Drupal is search engine friendly, clean, and [...]]]></description>
			<content:encoded><![CDATA[<p><a title="drupal.org" onclick="target='_blank'" href="http://drupal.org/">Drupal</a> is an open source content management system  written by <a title="Dries Buytaert" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Dries_Buytaert">Dries Buytaert</a> originally as a bulletin board system. Many popular dynamic content driven web sites such as <a title="The Onion" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/The_Onion">The Onion</a>, <a title="Spread Firefox" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Spread_Firefox">Spread Firefox</a>, <a title="Ourmedia" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Ourmedia">Ourmedia</a>, <a title="KernelTrap" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/KernelTrap">KernelTrap</a>, and <a title="Defective by Design" onclick="target='_blank'" href="http://en.wikipedia.org/wiki/Defective_by_Design">Defective by Design</a> are all currently built using Drupal. The code produced by Drupal is search engine friendly, clean, and standards compliant. One of the larger quailities of Drupal is it&#8217;s effective use of search friendly URL&#8217;s. This is accomplished through the use of &#8220;clean_urls&#8221;.</p>
<p><strong>Clean URLs:</strong></p>
<p>Drupal passes path arguments to itself via its internally generated URLs. This results in URLs that look like the following: <em>&#8220;http://www.example.com/?q=node/64.&#8221;</em> This makes URLs difficult to read and also stops many search engines from indexing the pages. To avoid this, Drupal uses &#8220;clean URLs&#8221;, eliminating the &#8220;?q=&#8221; in internal URLs. Following is an example with Clean URLs enabled: <em>&#8220;http://www.example.com/my-nice-url&#8221;.</em></p>
<p>Note* It is better to enable URL rewrites though the httpd.conf  file as opposed to .htaccess when possible, as it provides better performance and security.
</p>
]]></content:encoded>
			<wfw:commentRss>http://joeko.net/blog/drupal-clean-urls/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
