<?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>Bobz&#039;s playground &#187; how to</title>
	<atom:link href="http://www.bobz.com.hr/blog/tag/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bobz.com.hr/blog</link>
	<description>Bobz&#039;s playground, tech stuff web related</description>
	<lastBuildDate>Mon, 07 Mar 2011 21:37:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to track banner clicks with Google Analytics</title>
		<link>http://www.bobz.com.hr/blog/banners/how-to-track-banner-clicks-with-google-analytics.php</link>
		<comments>http://www.bobz.com.hr/blog/banners/how-to-track-banner-clicks-with-google-analytics.php#comments</comments>
		<pubDate>Sun, 29 Mar 2009 15:01:25 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Banners]]></category>
		<category><![CDATA[Flash banner]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=377</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/banners/how-to-track-banner-clicks-with-google-analytics.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/ga-tracking-clicks-150x150.jpg" class="alignleft wp-post-image tfe" alt="How to track banner clicks with Google Analytics" title="How to track banner clicks with Google Analytics" /></a>There is a realy simple and free way to track your banner efficiency. If you don&#8217;t use any banner management system, or maybe doing a link/banner exchange with someone you will probably wanna see how much visitors did you get with that campaign. So, this should do the trick&#8230; Idea is to add some parametars [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/ga-tracking-clicks.jpg" alt="How to track banner clicks with Google Analytics" title="How to track banner clicks with Google Analytics" width="540" height="300" class="alignnone size-full wp-image-389" /><br />
There is a realy simple and free way to track your banner efficiency. If you don&#8217;t use any banner management system, or maybe doing a link/banner exchange with someone you will probably wanna see how much visitors did you get with that campaign.</p>
<p>So, this should do the trick&#8230;<br />
Idea is to add some parametars to URL of your landing page so Google Analytics can differ visits that came from clicks on your banner or link.<br />
You can do that by adding &#8216;?ref=MyBanner&#8217; at the end of URL of your landing page.<br />
For example, if you want your banner to point to address: </p>
<p><em><span class="tip">http://www.domain.com/my-product.html</span></em></p>
<p>then your tracking link would be:</p>
<p><em><span class="tip">http://www.domain.com/my-product.html?ref=MyBanner</span></em></p>
<p>Then, code for flash banner button (Actionscript 2.0) would be:</p>
<p><em><span class="tip">on(release) {<br />
getURL(&#8220;http://www.domain.com/my-product.html?ref=MyBanner&#8221;, &#8220;_blank&#8221;);<br />
}</span></em></p>
<p>You can also add some more parametars to your URL if you want, just seperate them with &#8216;&amp;&#8217;, Example:</p>
<p><em><span class="tip">http://www.domain.com/my-product.html?ref=MyBanner&#038;site=linkexchange&#038;banner=468x60_blue_banner</span></em></p>
<p>After some time login to Google Analytics and go to &#8216;Content overview&#8217; section, there are listed all your pages that have been visited.<br />
Filter your content with keyword that you added to your link, in this case: &#8216;ref=MyBanner&#8217;, and you will get number of page views that came form clicking on the banner<br />
1 page view = 1 click on banner.</p>
<p>I&#8217;v tested this with Google Analytics, but i think it should work with any other tool you use to mesure statistics of your site.</p>
<p>For more advanced way to track online campaigns with Google Analytics visit <a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&#038;answer=55540" target="_blank" title="Google Analytics help center">Google Analytics help center</a> and use <a href="http://www.google.com/support/googleanalytics/bin/answer.py?answer=55578&#038;hl=en" title="URL  Builder to generate your tracking links" target="_blank">URL  Builder to generate your tracking links</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/banners/how-to-track-banner-clicks-with-google-analytics.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create custom twitter theme</title>
		<link>http://www.bobz.com.hr/blog/twitter/how-to-create-custom-twitter-theme.php</link>
		<comments>http://www.bobz.com.hr/blog/twitter/how-to-create-custom-twitter-theme.php#comments</comments>
		<pubDate>Sun, 22 Mar 2009 21:04:54 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Twitter]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=350</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/twitter/how-to-create-custom-twitter-theme.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/twitt_post-150x150.jpg" class="alignleft wp-post-image tfe" alt="How to create custom twitter theme" title="How to create custom twitter theme" /></a>After some twitting you will probably wan&#8217;t to change something on your design and to personalize your profile. Twitter allready offers 12 predefined themes you can choose, but i think it&#8217;s better to personalize it and create your custom one. With a very few options this isn&#8217;t so hard to do. Let&#8217;s first check out [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/twitt_post.jpg" alt="How to create custom twitter theme" title="How to create custom twitter theme" width="540" height="300" class="alignnone size-full wp-image-361" /><br />
After some twitting you will probably wan&#8217;t to change something on your design and to personalize your profile. Twitter allready offers 12 predefined themes you can choose, but i think it&#8217;s better to personalize it and create your custom one. With a very few options this isn&#8217;t so hard to do.<br />
Let&#8217;s first check out what can there be done&#8230;<br />
Go to&#8230; Settings > Design<br />
We have several options to chose:</p>
<p>Images</p>
<ol>
<li>custom background image</li>
<li>tile background image</li>
<li>no image</li>
</ol>
<p>Colors</p>
<ol>
<li>background</li>
<li>text</li>
<li>links</li>
<li>sidebar</li>
<li>sidebar border</li>
</ol>
<p>What&#8217;s the catch with background image&#8230;<br />
If you wan&#8217;t to have nice profile with custom background image you will have to create image large enough to fit to largest screen resolutions.<br />
I suggest to make it around 2100x1300px.<br />
Other thing you can do, you can create a pattern and then tile background, or you can choose not to use background image at all.</p>
<p>&nbsp;</p>
<h3>Few things you should keep in mind</h3>
<ol>
<li>background image is positioned &#8216;top left fixed&#8217; by default and there is nothing you can do to change it</li>
<li>keep image under 800kb</li>
<li>if you type in something on image it&#8217;s better to save it in PNG format</li>
<li>don&#8217;t use font colors for text that are hard to read</li>
</ol>
<p>&nbsp;</p>
<p>Here are some nice examples from my twitter friends:<br />
<a href="http://twitter.com/stanislavbender" target="_blank" rel="nofollow" title="checkout this profile">@stanislavbender</a><br />
<a href="http://twitter.com/ivospigel" target="_blank" rel="nofollow" title="checkout this profile">@ivospigel</a><br />
<a href="http://twitter.com/snoopdogg" target="_blank" rel="nofollow" title="checkout this profile">@snoopdogg</a><br />
<a href="http://twitter.com/netmag" target="_blank" rel="nofollow" title="checkout this profile">@netmag</a><br />
<a href="http://twitter.com/mashable" target="_blank" rel="nofollow" title="checkout this profile">@mashable</a></p>
<p>As you can see with a very few options that we have, you can make really nice profiles.<br />
Also check out <a href="http://www.twitterimage.com/gallery/category/custom/" target="_blank" rel="nofollow">twitt backgrounds gallery</a> to get some inspiration for your custom theme.</p>
<p>You are ready, <a href="http://twitter.com" target="_blank" rel="nofollow" title="go to twitter">pimp you twitter</a>!</p>
<p>Follow <a href="http://twitter.com/Bobz_zg" target="_blank" rel="nofollow" title="Follow @Bobz_zg on twitter">Bobz on twitter</a> for more updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/twitter/how-to-create-custom-twitter-theme.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple URL rewrite to www domain</title>
		<link>http://www.bobz.com.hr/blog/of-topik/simple-url-rewrite-to-www-domain.php</link>
		<comments>http://www.bobz.com.hr/blog/of-topik/simple-url-rewrite-to-www-domain.php#comments</comments>
		<pubDate>Mon, 16 Mar 2009 19:26:35 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Of topik]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=336</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/of-topik/simple-url-rewrite-to-www-domain.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/url-rewrite-150x150.jpg" class="alignleft wp-post-image tfe" alt="Simple URL rewrite to www domain" title="Simple URL rewrite to www domain" /></a>If your domain can be reached trough domain.com and www.domain.com and you don&#8217;t want that, you can do simple rewrite with .htaccess file to change this. 1. Create new file with you favorite text editor and save it as: .htaccess 2. Copy/paste these lines in your file: RewriteEngine On RewriteCond %{HTTP_HOST} ^domain.com$ RewriteRule (.*) http://www.domain.com/$1 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/03/url-rewrite.jpg" alt="Simple URL rewrite to www domain" title="Simple URL rewrite to www domain" width="540" height="300" class="alignnone size-full wp-image-343" /><br />
If your domain can be reached trough domain.com and www.domain.com and you don&#8217;t want that, you can do simple rewrite with .htaccess file to change this.</p>
<p>1. Create new file with you favorite text editor and save it as: .htaccess<br />
2. Copy/paste these lines in your file:<br />
<em><br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^domain.com$<br />
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]<br />
</em><br />
3. Replace &#8220;domain&#8221; with your domain name</p>
<p>For example, rewrite for my domain (http://www.bobz.com.hr) would be:<br />
<em><br />
RewriteEngine On<br />
RewriteCond %{HTTP_HOST} ^bobz.com.hr$<br />
RewriteRule (.*) http://www.bobz.com.hr/$1 [R=301,L]<br />
</em><br />
4. Save file and upload it to your web site root directory (public_html)</p>
<p>Also you can revers this, if you want to display your domain as: http://domain.com, then you would use this:<br />
<em><br />
RewriteEngine on<br />
RewriteCond %{http_host} ^www.bobz.com.hr$<br />
RewriteRule ^(.*)$ http://bobz.com.hr/$1 [R=301,L]<br />
</em></p>
<p>I think all of modern CMS systems have url rewrite by default included, so you can use built in functions. This example is useful if you are working on a static HTML site.<br />
Be sure that you are using Apache web server and have enabled mod_rewrite module before using these rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/of-topik/simple-url-rewrite-to-www-domain.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

