<?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</title>
	<atom:link href="http://www.bobz.com.hr/blog/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>Feedwordpress strip selected tags</title>
		<link>http://www.bobz.com.hr/blog/wordpress/feedwordpress-strip-selected-tags.php</link>
		<comments>http://www.bobz.com.hr/blog/wordpress/feedwordpress-strip-selected-tags.php#comments</comments>
		<pubDate>Tue, 08 Feb 2011 18:55:19 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=498</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/wordpress/feedwordpress-strip-selected-tags.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2011/02/fwp-strip-150x150.gif" class="alignleft wp-post-image tfe" alt="Feedwordpress strip selected=" title="Feedwordpress strip selected=" /></a>A little hack for &#8220;FWP+: Strip HTML Tags from Posts&#8221; plugin. If you are using Feedwordpress plugin to aggregate and import RSS in your posts, the you probably sometimes need a feature to strip some tags from syndicated content. FWP+: Strip HTML Tags from Posts plugin is a right thing then, because with this plugin [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bobz.com.hr/blog/wp-content/uploads/2011/02/fwp-strip.gif"><img class="alignnone size-full wp-image-503" title="Feedwordpress strip selected=" src="http://www.bobz.com.hr/blog/wp-content/uploads/2011/02/fwp-strip.gif" alt="Feedwordpress strip selected=" width="540" height="265" /></a></p>
<p>A little hack for &#8220;<a title="FWP+: Strip HTML Tags from Posts" href="http://projects.radgeek.com/fwp-strip-html-tags-from-posts/" target="_blank">FWP+: Strip HTML Tags from Posts</a>&#8221; plugin.<br />
If you are using <a title="Feedwordpress" href="http://feedwordpress.radgeek.com/" target="_blank">Feedwordpress</a> plugin to aggregate and import RSS in your posts, the you probably sometimes need a feature to strip some tags from syndicated content.<br />
<a title="FWP+: Strip HTML Tags from Posts" href="http://projects.radgeek.com/fwp-strip-html-tags-from-posts/" target="_blank">FWP+: Strip HTML Tags from Posts</a> plugin is a right thing then, because with this plugin you can enable/disable strip tags function.</p>
<p>Only one thing about this plugin is that if it&#8217;s active, then it strips all HTML tags from a feed and sometimes that is not the right choice.<br />
By editing line 120 of a plugin you can define which tags you don&#8217;t want to strip from content.</p>
<p>Find line:</p>
<p>$text = &#8216;&lt;p&gt;&#8217;.strip_tags($text).&#8217;&lt;/p&gt;&#8217;;</p>
<p>And replace it with:</p>
<p>$text = &#8216;&lt;p&gt;&#8217;.strip_tags($text, &#8216;&lt;a&gt;&lt;p&gt;&lt;br&gt;&#8217;).&#8217;&lt;/p&gt;&#8217;;</p>
<p>where &lt;a&gt;, &lt;p&gt; and &lt;br&gt; are allowd tags, and they will not be striped from html.</p>
<p>You can see on image above right place in plugin where this should be added. And remember if you sometime update you plugin, then you will have to manualy update this line again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/wordpress/feedwordpress-strip-selected-tags.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoicing for Freelancers</title>
		<link>http://www.bobz.com.hr/blog/software/invoicing-for-freelancers.php</link>
		<comments>http://www.bobz.com.hr/blog/software/invoicing-for-freelancers.php#comments</comments>
		<pubDate>Tue, 04 Jan 2011 23:10:18 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[invoicing]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=479</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/software/invoicing-for-freelancers.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2011/01/invoicing-for-freelancers-150x150.jpg" class="alignleft wp-post-image tfe" alt="invoicing-for-freelancers" title="invoicing-for-freelancers" /></a>If you are going to start your own business, invoicing is something you will have to do love it or not. Last few days I spent testing online apps and here is a little round-up to help you choose perfect one for you. What I expect from my app is to have following functionalities: Create [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2011/01/invoicing-for-freelancers.jpg" alt="invoicing-for-freelancers" title="invoicing-for-freelancers" width="540" height="292" class="alignnone size-full wp-image-493" /></p>
<p>If you are going to start your own business, invoicing is something you will have to do love it or not. Last few days I spent testing online apps and here is a little round-up to help you choose perfect one for you.<br />
What I expect from my app is to have following functionalities:</p>
<ol>
<li>Create invoices / estimates</li>
<li>Track expense</li>
<li>Create reports</li>
<li>Custom invoice template</li>
<li>Translation</li>
<li>Mobile/iPhone app</li>
<li>Contact management</li>
<li>Look and feel</li>
<li>Price</li>
<li>Support</li>
</ol>
<p>I&#8217;m not hater, but i will mention only things what i don&#8217;t like about app, so app with a fewer comments wins :)<br />
Maybe you will notice that price is almost at the end of my list, but I&#8217;m sure that all of us is willing to pay a few dollars more to have a great service.</p>
<h2><a target="_blank" href="http://lessaccounting.com/">Lessaccounting</a></h2>
<p>At first it looked nice, but when i tested it there were few things missing for me:<br />
- Server was kind of slow and the last thing i want to do when working is wait for something to load<br />
- Interface looks nice at first, but it&#8217;s a little bit clumsy, everything loads in floating divs, which is a little bit to much scrollbars. I have large screen, why to use only 20% of it?<br />
- It supports multiple currencies, but i can&#8217;t translate invoice to my language<br />
- Contact management has to less fields, only basic stuff</p>
<p><span class="tip">Price:</span> 24$ / month for Small Businesses plan, but i wouldn&#8217;t pay for that</p>
<h2><a target="_blank" href="http://www.freshbooks.com/">Freshbooks</a></h2>
<p>Freshbooks is a little more richer app, i opened account there twice, because i forgot why i don&#8217;t like it, now i remember :)<br />
- Only 2 templates for invoices<br />
- Translation should be built in, but it&#8217;s little bit complicated, you should send you translation and wait for them to install it, it can be done in a better way.<br />
- You have to pay for iPhone app 14.99$ to have full functionality. Why if I already pay you for the service?</p>
<p><span class="tip">Price:</span> 19.95$ / month for 25 clients or 29,95$ for unlimited</p>
<h2><a target="_blank" href="http://curdbee.com/">Curdbee</a></h2>
<p>Looks nice, feels nice to use it.<br />
- No expense tracking, even they said <a href="http://twitter.com/curdbee/status/22073764934066177" target="_blank">module should be ready by the end of January 2011.</a><br />
- No iPhone app, but same version is working fine on Safari<br />
- No custom invoice templates, you can brand default</p>
<p><span class="tip">Price:</span> 10$ / month for PRO version</p>
<h2><a target="_blank" href="http://www.getharvest.com/">Harvest</a></h2>
<p>Pretty good service, you should definitely give this a try, 30 days free trial.<br />
Only thing this one is missing is custom templates for invoices (you can brand default), and it would be nice to have some custom fields in contact management.</p>
<p><span class="tip">Price:</span> 12$ / month. It worths more.</p>
<h2><a target="_blank" href="http://www.freeagentcentral.com/">FreeAgent</a></h2>
<p>Lack of translation, it has predefined languages you can choose from, but no custom editing of translated fields.<br />
If you&#8217;re not from small Country give it a try.</p>
<p><span class="tip">Price:</span> 20$ / month</p>
<h2><a target="_blank" href="http://www.invoicera.com/?rid=MTYyNzc=">Invoicera</a></h2>
<p>This was like love on first login.<br />
Only thing I&#8217;m missing here is iPhone app, but surely it will be developed soon.</p>
<p><span class="tip">Price:</span> 9,95$ / month for 25 clients or 19.95$ for unlimited.</p>
<p>There are some other services i found, but didn&#8217;t have much time to test and compare, here are some worth looking at:</p>
<p><a target="_blank" href="http://www.blinksale.com/">Blinksale</a><br />
<a target="_blank" href="http://www.simplyinvoices.com/">SimplyInvoices</a><br />
<a target="_blank" href="http://www.getcashboard.com/">Cashboard</a><br />
<a target="_blank" href="http://www.invoiceplace.com/">InvoicePlace</a><br />
<a target="_blank" href="http://billingmanager.intuit.com/billing/welcome.url">Billing Manager</a><br />
<a target="_blank" href="http://www.xero.com/">Xero</a></p>
<p>For me best buy would be:</p>
<ol>
<li><a target="_blank" href="http://www.invoicera.com/?rid=MTYyNzc=">Invoicera</a></li>
<li><a target="_blank" href="http://www.getharvest.com/">Harvest</a></li>
<li><a target="_blank" href="http://www.freshbooks.com/">Freshbooks</a></li>
<li><a target="_blank" href="http://www.freeagentcentral.com/">FreeAgent</a></li>
<li><a target="_blank" href="http://curdbee.com/">Curdbee</a></li>
</ol>
<p>Are you using one of these services, have a different opinion? Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/software/invoicing-for-freelancers.php/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Simple fields repeatable field groups</title>
		<link>http://www.bobz.com.hr/blog/codeing/simple-fields-repeatable-field-groups.php</link>
		<comments>http://www.bobz.com.hr/blog/codeing/simple-fields-repeatable-field-groups.php#comments</comments>
		<pubDate>Sun, 07 Nov 2010 20:04:20 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Codeing]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=452</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/codeing/simple-fields-repeatable-field-groups.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/simple-fields-1-150x150.gif" class="alignleft wp-post-image tfe" alt="" title="simple-fields-1" /></a>This tutorial shows how to get content from repeatable field groups for WordPress plugin Simple fields. It will not cover creating of fields because process is pretty streight forward, so you should visit developers site for info on how to create and manage custom fields. Ok, now&#8230; I have created repetable field with 2 fields [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows how to get content from repeatable field groups for <a href="http://eskapism.se/code-playground/simple-fields/" target="_blank">WordPress plugin Simple fields</a>. It will not cover creating of fields because process is pretty streight forward, so you should <a href="http://eskapism.se/code-playground/simple-fields/" target="_blank">visit developers site</a> for info on how to create and manage custom fields.</p>
<p>Ok, now&#8230; I have created repetable field with 2 fields Image and URL.<br />
I&#8217;m going to use this with <a href="http://nivo.dev7studios.com/" target="_blank">jquery nivo slider</a> so what I need is ability to add image and link.</p>
<p>Here is how it looks in my post&#8230; Very nice i know :)<br />
<img class="alignnone size-full wp-image-456" title="simple-fields-1" src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/simple-fields-1.gif" alt="" width="540" height="292" /></p>
<p>So, when we have inserted image and URL, it&#8217;s time to get those values into our loop. You can do that just like this:</p>
<pre class="brush: php">
$sliderID = $post-&gt;ID;
$slider = simple_fields_get_post_group_values($sliderID, &quot;Homepage slide&quot;, false, 2);

foreach ($slider as $value) {
echo &#039;&lt;a href=&quot;&#039;.$value[2].&#039;&quot;&gt;&#039;.wp_get_attachment_image($value[1], $size=&#039;full&#039;).&#039;&lt;/a&gt;&#039;;
}
</pre>
<p>Let me explain this a little bit&#8230;</p>
<pre class="brush: php">
$sliderID = $post-&gt;ID;
$slider = simple_fields_get_post_group_values($sliderID, &quot;Homepage slide&quot;, false, 2);
</pre>
<p>With this piece of code, we get all values for all fields in a field group at the same time and it is returned as an array.<br />
Next what we will do is print out values, like this:</p>
<pre class="brush: php">
foreach ($slider as $value) {
echo &#039;&lt;a href=&quot;&#039;.$value[2].&#039;&quot;&gt;&#039;.wp_get_attachment_image($value[1], $size=&#039;full&#039;).&#039;&lt;/a&gt;&#039;;
}
</pre>
<p>where $value[1] is Image and $value[2] is URL.</p>
<p>What i get printed from my example above is:</p>
<pre class="brush: html">
&lt;a href=&quot;http://www.bobz.com.hr&quot;&gt;&lt;img width=&quot;720&quot; height=&quot;275&quot; src=&quot;http://path-to-my-image.jpg&quot; class=&quot;attachment-full&quot; alt=&quot;name-of-my-image&quot; title=&quot;name-of-my-image&quot; /&gt;&lt;/a&gt;
</pre>
<p>And, that&#8217;s all folks!<br />
You can add as much images and URLs as you want, they will be printed one below other.<br />
And don&#8217;t forget, if you like this post, share it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/codeing/simple-fields-repeatable-field-groups.php/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>eShop custom cart widget</title>
		<link>http://www.bobz.com.hr/blog/codeing/eshop-custom-cart-widget.php</link>
		<comments>http://www.bobz.com.hr/blog/codeing/eshop-custom-cart-widget.php#comments</comments>
		<pubDate>Mon, 01 Nov 2010 21:19:50 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Codeing]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=440</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/codeing/eshop-custom-cart-widget.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/eshop-preview-150x150.gif" class="alignleft wp-post-image tfe" alt="" title="eshop-preview" /></a>Custom eShop cart widget, for use with eShop WordPress plugin. To make this work, you need to: 1. Download eshop_widget_custom.php file 2. Edit eshop.php file on line 83. 3. Paste this: include_once &#8216;eshop_widget_custom.php&#8217;; 4. Upload file eshop_widget_custom.php in eshop plugin folder 5. Go to &#8220;Appearance > Widgets&#8221; and you should see your custom widget named: [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/eshop-preview.gif" alt="" title="eshop-preview" width="540" height="265" class="alignnone size-full wp-image-445" /><br />
Custom eShop cart widget, for use with <a href="http://quirm.net/" target="_blank">eShop WordPress plugin</a>.</p>
<p>To make this work, you need to:<br />
1. <a href='http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/eshop_widget_custom.php_.zip'>Download eshop_widget_custom.php file</a><br />
2. Edit eshop.php file on line 83.<br />
3. Paste this: <em>include_once &#8216;eshop_widget_custom.php&#8217;;</em><br />
4. Upload file eshop_widget_custom.php in eshop plugin folder<br />
5. Go to &#8220;Appearance > Widgets&#8221; and you should see your custom widget named: eShop Cart (Custom)</p>
<h2>[Update]</h2>
<p>Better solution would be to:<br />
1. Upload file <a href='http://www.bobz.com.hr/blog/wp-content/uploads/2010/11/eshop_widget_custom.php_.zip'>eshop_widget_custom.php</a> to your theme directory<br />
2. In your <em>functions.php</em> file add <em>include_once &#8216;eshop_widget_custom.php&#8217;;</em></p>
<p>This would be better solution, because when you upgrade eShop plugin to newer versions you will not have to change anything</p>
<p>Then all you need to do is edit eshop_widget_custom.php file and adjust it for your needs.<br />
And last but not the least, <a href="http://quirm.net/download/" target="_blank">support the developer of this greate plugin</a> with some donations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/codeing/eshop-custom-cart-widget.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver like color syntax for Coda text editor</title>
		<link>http://www.bobz.com.hr/blog/codeing/dreamweaver-like-color-syntax-for-coda-text-editor.php</link>
		<comments>http://www.bobz.com.hr/blog/codeing/dreamweaver-like-color-syntax-for-coda-text-editor.php#comments</comments>
		<pubDate>Sun, 31 Oct 2010 12:26:00 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Codeing]]></category>
		<category><![CDATA[HTML&CSS]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=433</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/codeing/dreamweaver-like-color-syntax-for-coda-text-editor.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/10/coda-color-syntax-150x150.jpg" class="alignleft wp-post-image tfe" alt="Dreamweaver like color syntax for Coda text editor" title="Dreamweaver like color syntax for Coda text editor" /></a>Switching to Coda from dreamweaver? Here is color syntax for PHP + HTML + CSS + Javascript similar like in Dreamweaver. Import and enjoy. Dreamweaver like color syntax for Coda (seestyle)]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2010/10/coda-color-syntax.jpg" alt="Dreamweaver like color syntax for Coda text editor" title="Dreamweaver like color syntax for Coda text editor" width="540" height="265" class="alignnone size-full wp-image-437" /><br />
Switching to Coda from dreamweaver?<br />
Here is color syntax for PHP + HTML + CSS + Javascript similar like in Dreamweaver. Import and enjoy.</p>
<p><a href='http://www.bobz.com.hr/blog/wp-content/uploads/2010/10/PHP-HTML.seestyle.seestyle.zip'>Dreamweaver like color syntax for Coda (seestyle)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/codeing/dreamweaver-like-color-syntax-for-coda-text-editor.php/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to reset your lost WordPress password with PhpMyAdmin</title>
		<link>http://www.bobz.com.hr/blog/wordpress/how-to-reset-your-lost-wordpress-password-with-phpmyadmin.php</link>
		<comments>http://www.bobz.com.hr/blog/wordpress/how-to-reset-your-lost-wordpress-password-with-phpmyadmin.php#comments</comments>
		<pubDate>Sun, 17 May 2009 17:15:52 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=414</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/wordpress/how-to-reset-your-lost-wordpress-password-with-phpmyadmin.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/05/reset-wp-pass-phpmyadmin-150x150.gif" class="alignleft wp-post-image tfe" alt="reset-wp-pass-phpmyadmin" title="reset-wp-pass-phpmyadmin" /></a>Here is a simple way of reseting your lost password with phpmyadmin. This is method is useful if you have trouble with your mail settings and you can not resend yourself password in default way. So here is what you have to do: Login to your cpanel and go to PhpMyAdmin Open your WordPress databes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bobz.com.hr/blog/wp-content/uploads/2009/05/reset-wp-pass-phpmyadmin.gif" onclick="return hs.expand(this)" class="highslide"><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/05/reset-wp-pass-phpmyadmin.gif" alt="reset-wp-pass-phpmyadmin" title="reset-wp-pass-phpmyadmin" width="540" height="265" class="alignnone size-full wp-image-416" /></a>Here is a simple way of reseting your lost password with phpmyadmin. This is method is useful if you have trouble with your mail settings and you can not resend yourself password in default way. So here is what you have to do:</p>
<ol>
<li>Login to your cpanel and go to PhpMyAdmin</li>
<li>Open your WordPress databes</li>
<li>Browse tabel &#8220;wp_users&#8221;</li>
<li>Edit username for which you want to reset password</li>
<li>For the Field &#8220;user_pass&#8221; change &#8220;Function&#8221; to &#8220;MD5&#8243;</li>
<li>In text &#8220;Value&#8221; enter your new password</li>
<li>Click &#8220;Go&#8221;</li>
</ol>
<p>And you just got a new password, go to your WordPress login page and try to login with your new password, it should work now.<br />
Next time write down your password, not every time reset will be simple as this.<br />
Also consider to use one of password manager tools it will simplify your everyday work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/wordpress/how-to-reset-your-lost-wordpress-password-with-phpmyadmin.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac shortcuts to daily routine</title>
		<link>http://www.bobz.com.hr/blog/mac/mac-shortcuts-to-daily-routine.php</link>
		<comments>http://www.bobz.com.hr/blog/mac/mac-shortcuts-to-daily-routine.php#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:25:59 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mac shortcuts]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=367</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/mac/mac-shortcuts-to-daily-routine.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/04/shortcuts-illustrtion-150x150.png" class="alignleft wp-post-image tfe" alt="shortcuts-illustrtion" title="shortcuts-illustrtion" /></a>Working with keyboard and using shortcuts to do things is much faster so it would be very good for you to start useing it. Not only that it&#8217;s much faster way of doing things, you will also be cool in front of your firends. When they see taht you don&#8217;t use mouse at all, they [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/04/shortcuts-illustrtion.png" alt="shortcuts-illustrtion" title="shortcuts-illustrtion" width="540" height="300" class="alignnone size-full wp-image-401" /><br />
Working with keyboard and using shortcuts to do things is much faster so it would be very good for you to start useing it. Not only that it&#8217;s much faster way of doing things, you will also be cool in front of your firends.<br />
When they see taht you don&#8217;t use mouse at all, they will think that you are somekind of magician. </p>
<p>You can also leave an impression on a business meetings and make people think that you are a geniuos, and they will have more trust in you when they see how you are using your computer (i&#8217;m not saying taht you are not a genius).<br />
Here are the most common i use in my everyday work:</p>
<p><span class="tip">Cmd + Backspace</span> = Delete selected file/folder<br />
<span class="tip">Cmd + Shift + Backspace</span> = Empty the trash<br />
<em>(Finder should have focus for this shortcut to work)</em><br />
<span class="tip">Cmd + Shift+ 3</span> = Print screen<br />
<span class="tip">Cmd + Shift + 4</span> = Print screen selected area</p>
<p><span class="tip">Fn + Backspace</span> = Delete<br />
<span class="tip">Cmd + Arrow (left/right)</span> = move to start/end of line<br />
<span class="tip">Cmd + Shift + Arrow (left/right)</span> = select all to start/end of line<br />
<span class="tip">Alt + Arrow (left/right)</span> = Move cursor left/right by one word<br />
<span class="tip">Alt + Shift + Arrow (left/right)</span> = Move cursor left/right by one word<br />
<span class="tip">Cmd + Arrow down</span> = Default action for selected file<br />
<em>(eg. Folder = Open folder, Image = Open image with defult viewer&#8230;)</em><br />
<span class="tip">Cmd + Arrow up</span> = Up one folder<br />
<span class="tip">Space</span> = Scroll page down<br />
<span class="tip">Shift + Space</span> = Scroll page up</p>
<p>Firefox:<br />
<span class="tip">Alt+L</span> = Address bar focus<br />
<span class="tip">Alt+K</span> = Search bar focus<br />
<span class="tip">Shift + Cmd + Backspace</span> = Clear private data<br />
<em>(Firefox should have focus for this shortcut to work)</em><br />
<span class="tip">Cmd + 1</span> = first tab, <span class="tip">Cmd + 2</span> = second tab &#8230;</p>
<p>Las&#8217;t but not the least, if you haven&#8217;t allready try <a href="http://docs.blacktree.com/quicksilver/quicksilver" target="_blank" rel="nofollow">Quicksilver</a>.<br />
Cheers to developers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/mac/mac-shortcuts-to-daily-routine.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Connect to MS Exchange with Entourage</title>
		<link>http://www.bobz.com.hr/blog/mac/connect-to-ms-exchange-with-entourage.php</link>
		<comments>http://www.bobz.com.hr/blog/mac/connect-to-ms-exchange-with-entourage.php#comments</comments>
		<pubDate>Sun, 22 Feb 2009 15:40:05 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=305</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/mac/connect-to-ms-exchange-with-entourage.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/02/entourage-150x150.jpg" class="alignleft wp-post-image tfe" alt="Entourage" title="Entourage" /></a>Connecting to Exchange from Mac has been a trouble. Because my company usese exchange server best solution i&#8217;v found is to use Entourage. Now even this wasn&#8217;t easy becuase there was one (like there always is :P) thing i didn&#8217;t found in manual (yes, rtfm!). Very important thing is to add your email address in [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Entourage" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/02/entourage.jpg" alt="Entourage" width="540" height="300" /></p>
<p>Connecting to Exchange from Mac has been a trouble. Because my company usese exchange server best solution i&#8217;v found is to use Entourage. Now even this wasn&#8217;t easy becuase there was one (like there always is :P) thing i didn&#8217;t found in manual (yes, rtfm!). Very important thing is to add your email address in path to exchange server.</p>
<p>Here are parametaras i used to setup account to work:</p>
<h3>Step 1</h3>
<p>Entourage &gt; Account settings.. &gt; New Account</p>
<h3>Step 2</h3>
<p>Chose ‘Exchange’<br />
(This opens a window with account settings)</p>
<h3>Step 3</h3>
<p><span class="tip">Tab:</span> Account settings<br />
<span class="tip">Account name:</span> My Account Name<br />
<span class="tip">Name:</span> My Name<br />
<span class="tip">E-mail address:</span> myaccountid@mydomain.net</p>
<p><span class="tip">Account ID:</span> myaccountid<br />
<span class="tip">Domain:</span> mydomain.net<br />
<span class="tip">Password:</span> mypassword</p>
<p><span class="tip">Exchange server:</span> https://webmail.mydomain.net/exchange/myname@mydomain.net<br />
<span class="tip">SSL:</span> Yes</p>
<p><span class="tip">Tab:</span> Advanced</p>
<p><span class="tip">Public folder server:</span> https://webmail.mydomain.net/exchange/<br />
<span class="tip">SSL:</span> Yes</p>
<p><a href="http://www.bobz.com.hr/blog/wp-content/uploads/2009/02/entourage-account-settings.jpg" onclick="return hs.expand(this)" class="highslide"><img class="aligncenter size-medium wp-image-323" title="Entourage Account settings" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/02/entourage-account-settings-260x300.jpg" alt="Entourage Account settings" width="260" height="300" /></a></p>
<h3>Step 4</h3>
<p>Send/Recieve, it should work</p>
<h3>Note</h3>
<p>If you are connecting from outside local network, then you will be unable to connect to address book. You must be connected on local netowrk or over VPN.<br />
If you are connecting over Internet you can use GAL search software to find addresses.<br />
Software that i use for this is <a title="OWA GAL Search" rel="nofollow" href="http://www.xutils.com/owagalsearch/" target="_blank">OWA GAL Search</a>.<br />
Cheers to <a title="OWA GAL Search" rel="nofollow" href="http://www.xutils.com/owagalsearch/" target="_blank">developers</a>.</p>
<p>Many useful stuff about Entourage you can find on: <a title="The Entourage Help Page is provided as a resource to help Entourage:mac users." rel="nofollow" href="http://www.entourage.mvps.org/" target="_blank">http://www.entourage.mvps.org/</a>.</p>
<p>If this doesn&#8217;t help, provide feedback with your experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/mac/connect-to-ms-exchange-with-entourage.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox pluginovi</title>
		<link>http://www.bobz.com.hr/blog/firefox/firefox-pluginovi.php</link>
		<comments>http://www.bobz.com.hr/blog/firefox/firefox-pluginovi.php#comments</comments>
		<pubDate>Tue, 17 Feb 2009 11:39:30 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[extension]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=6</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/firefox/firefox-pluginovi.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/11/firefox-plugins-150x150.jpg" class="alignleft wp-post-image tfe" alt="Firefox pluginovi" title="Firefox pluginovi" /></a>Nekolicina Firefox pluginova koje koristim i koji olakšavaju život i rad&#8230; 1Password Integrira 1password u Firefox Adblock Plus Blokiranje oglasa. Listu koja blokira oglase na domaćim sajtovim možete pronaći ovdje. Better Gmail 2 Nekoliko dodataka za gmail. Preživio bi i bez ovog, ali nek se nađe. Cooliris 3d pregledavanje slika, vijesti, shopping &#8211; cool! Customize [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/11/firefox-plugins.jpg" alt="Firefox pluginovi" title="Firefox pluginovi" width="540" height="300" class="alignnone size-full wp-image-289" /><br />
Nekolicina Firefox pluginova koje koristim i koji olakšavaju život i rad&#8230;</p>
<ol>
<li><a href="http://agilewebsolutions.com/products/1Password">1Password</a><br />
Integrira 1password u Firefox</li>
<li><a title="AdBlock Plus homepage" href="http://adblockplus.org/en/" target="_blank">Adblock Plus</a><br />
Blokiranje oglasa. Listu koja blokira oglase na domaćim sajtovim možete pronaći <a href="http://www.bobz.com.hr/blog/firefox/surfanje-bez-oglasa-sa-adblock-plus.php" title="AdBlock Plus lista za Hrvatske portale">ovdje</a>.</li>
<li><a title="Better Gmail 2" href="http://lifehacker.com/software/exclusive-lifehacker-download/better-gmail-2-firefox-extension-for-new-gmail-320618.php" target="_blank">Better Gmail 2</a><br />
Nekoliko dodataka za gmail. Preživio bi i bez ovog, ali nek se nađe.</li>
<li><a title="Cooliris" href="http://www.cooliris.com/" target="_blank">Cooliris</a><br />
3d pregledavanje slika, vijesti, shopping &#8211; cool!</li>
<li><a title="Customize Google" href="http://www.customizegoogle.com/" target="_blank">Customize Google</a><br />
Nekoliko postavki Google-a &#8211; neloše.</li>
<li><a title="Firebug" href="http://getfirebug.com/" target="_blank">Firebug</a><br />
Za analizu HTML, CSS i Javascripta stranice</li>
<li><a title="Foxmarks" href="http://www.foxmarks.com/" target="_blank">Foxmarks</a><br />
Savea bookmarke na server i sinkronizira ih automatski.<br />
Više se neću udarat u glavu kad formatiram komp, a nisam spremio bookmarke :)</li>
<li><a title="Gmail Manager" href="http://www.longfocus.com/firefox/gmanager/" target="_blank">Gmail Manager</a><br />
Manager za gmail-ove</li>
<li><a title="Google Redesigned" href="http://www.globexdesigns.com/gr/" target="_blank">Google Redesigned</a><br />
Tema za gmail. Odnedavno su se pojavile i google teme, al ova mi je i dalje #1</li>
<li><a title="MR Tech Toolkit" href="http://mrtech.com/extensions/local_install/" target="_blank">MR Tech Toolkit</a><br />
Postavke firefoxa</li>
<li><a title="Sothink SWF Catcher" href="http://www.sothink.com/product/swfcatcher/firefox/" target="_blank">Sothink SWF Catcher</a><br />
Za jednostavnije spremanje flasha embedanog u stranice</li>
<li><a title="Tab Mix Plus" href="http://tmp.garyr.net/" target="_blank">Tab Mix Plus</a><br />
Postavke tabova. Vrlo korisno za prilagodit i olakšat suživot sa Firefoxom</li>
<li><a title="Web Developer (toolbar)" href="http://chrispederick.com/work/web-developer/" target="_blank">Web Developer (toolbar)</a><br />
Standardna oprema za svakog web developera</li>
<li><a title="YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a><br />
Yahoo alat za analiziranje stranice, integrira se sa ekstenzijom Firebug. Vrlo korisno.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/firefox/firefox-pluginovi.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instaliranje WinXP na laptop za početnike</title>
		<link>http://www.bobz.com.hr/blog/software/instaliranje-winxp-na-laptop-za-pocetnike.php</link>
		<comments>http://www.bobz.com.hr/blog/software/instaliranje-winxp-na-laptop-za-pocetnike.php#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:05:27 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[WinXP]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=270</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/software/instaliranje-winxp-na-laptop-za-pocetnike.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/bsod-150x150.jpg" class="alignleft wp-post-image tfe" alt="BSOD" title="bsod" /></a>Da, jedan brand new HP laptop kupljen u Vemilu i da bi se uštedilo nešta para, naravno vlasnik (nisam ja) nije kupio original Windowse. I završio dotični kod mene da instaliram windowse. I naravno posegno ja za svojom kopijom LastXP. Prvi pokušaj instalacije, naoko sve prolazi normalno i pojavi se &#8216;Setup is starting Windows&#8217;, kad [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/bsod.jpg" alt="BSOD" title="bsod" width="540" height="300" class="size-full wp-image-295" /><br />
Da, jedan brand new HP laptop kupljen u Vemilu i da bi se uštedilo nešta para, naravno vlasnik (nisam ja) nije kupio original Windowse.</p>
<p>I završio dotični kod mene da instaliram windowse. I naravno posegno ja za svojom kopijom <a href="http://www.bobz.com.hr/blog/software/windowsi-kakvi-bi-trebali-biti-lastxp.php" title="Windows LastXP" rel="nofollow">LastXP</a>.</p>
<p>Prvi pokušaj instalacije, naoko sve prolazi normalno i pojavi se &#8216;Setup is starting Windows&#8217;, kad ono Error. Pa reko, štaje ovo sigurno je DVD oštećen.<br />
Drugi pokušaj instalacije, ista stvar.<br />
Treći pokušaj instalacije sa original CD-om, opet ista stvar.</p>
<p>Hm.. Novi je, HP-ov, trebalo bi sve bit u redu.<br />
Hm.. Iz Vemila je.. Šta sad?</p>
<p>I kopam ja kopam i naravno zmrdam sve, ni DOS više ne radi.</p>
<p>Sva sreća da LastXP imaju Partition Magic, koji se može koristiti kada se boota komp sa CD-a.<br />
I upalim ja to i skužim da mi C disk na koji uporno pokušavam instalirat Windowse ima oko 500mb :D<br />
Damn!<br />
Kaj se tog nisam prije sjetio&#8230; Uštedio bi par sati.</p>
<p>Format all, convert to NTSF.<br />
Četvrti pokušaj&#8230;<br />
Radi!</p>
<p>Poučak: Kad kupite laptop bez operativnog sustava, prvo formatirajte cijeli disk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/software/instaliranje-winxp-na-laptop-za-pocetnike.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google me špijunira</title>
		<link>http://www.bobz.com.hr/blog/of-topik/google-me-spijunira.php</link>
		<comments>http://www.bobz.com.hr/blog/of-topik/google-me-spijunira.php#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:47:34 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Of topik]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[privatnost]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=208</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/of-topik/google-me-spijunira.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/google-150x150.jpg" class="alignleft wp-post-image tfe" alt="google" title="google" /></a>Koliko su se ljudi žalili na Microsoft da zadire u privatnost ljudi, šalje anonimne statistike navika svojih korisnika etc&#8230; Kad malo bolje pogledamo, istu stvar radi i Google, samo u &#8220;web 2.0 okruženju&#8221;. Google omogućuje ljudima da sve rade online. Više skoro i nije potrebno imati hard disk veći od 50gb (i to samo za [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/google.jpg" alt="google" title="google" width="540" height="300" class="alignnone size-full wp-image-299" /><br />
Koliko su se ljudi žalili na Microsoft da zadire u privatnost ljudi, šalje anonimne statistike navika svojih korisnika etc&#8230; Kad malo bolje pogledamo, istu stvar radi i Google, samo u &#8220;web 2.0 okruženju&#8221;.</p>
<p>Google omogućuje ljudima da sve rade online. Više skoro i nije potrebno imati hard disk veći od 50gb (i to samo za muziku, filmove i igre; znam da nije dosta, al karikiram), jer sve se može raditi sa Google online alatima.<br />
Tu su:</p>
<ol>
<li>E-mail</li>
<li>Kontakti, ili ti adresar&#8230;</li>
<li>Google docs/li>
<li>Picasa</li>
</ol>
<p>Zamisli&#8230;<br />
Google, kako bi pružio najbolju uslugu svojim korisnicima (koji ga i tako obožavaju zbog svih blagodati koje nudi), da bi pružio što bolju uslugu, radi isto što je i Microsoft radio ilegalno &#8211; prikuplja sve informacije korisnika, njihove navike surfanja, e-mailove, kontakte i poslovne dokumente.</p>
<p>Upitno je koliko ljudi zapravo koristi u poslovne svrhe njihove alate, ali vjerojatno je pitanje vremena kada će Google početi nuditi svoje usluge, proizvode i aplikacije poduzećima i kompanijama. Sudeći prema sadašnjoj popularnosti Googlea, mislim da ne postoji netko ko bi odbio njihove proizvode.</p>
<p>Zamislite da koristite sve Googleove proizvode za svoje poslovanje, što bi sve oni znali o vama, vašoj firmi, zaposlenicima, navikama&#8230;?<br />
Ne bi li bilo čudno kad bi svakih nekoliko mjeseci došli sa nekom novom super idejom, koja baš vama najbolje odgovara i baš vama pomaže u poslu&#8230;<br />
A kako oni to znaju?? Baš su inovativni&#8230;</p>
<p>Pitanje je sad na kraju samo, dokle seže sve to, gdje je kraj web 2.0 aplikacija? Kad malo bolje razmislim, ipak ne želim da su baš toliko pametne.. Ipak ne želim autocomplete, ipak ne želim web history na serverima, ipak ne želim da svi moji dokumenti stoje na nečijim serverima.</p>
<p>Ako su web 2.0 aplikacije koje se prilagođavaju korisnicima, ipak pustimo korisnicima da biraju koliko žele da im se te aplikacije prilagode.<br />
Da, sve se te opcije mogu i isključiti, da Google ne prati vaše navike, ali ajmo realno pogledat, koliko ljudi uopće zna da Google to sve prikuplja, i koliko ljudi to uopće zna isključit..</p>
<p>Kad još malo bolje promislim, na ovu temu &#8216;krađe&#8217; navika korisnika, osjećam se nesigurno, sva sreća da imam mac, pa barem nema virusa :P</p>
<p>Očito je da je trenutno situacija takva da se razvija tako da sve ide prema tome da ljudi doma imaju samo nekakvu konzolu ili terminal, s kojim bi se onda spajali, na svoj nekakav account, gdje onda imaju pristup svim svojim podacima.<br />
Gdje nas to sve vodi i dali će to stvarno biti tako, ostaje tek da vidimo&#8230;<br />
Barem ja više volim da je moja kanta kod mene doma, jer doma je najljepše.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/of-topik/google-me-spijunira.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generator brojeva kreditnih kartica</title>
		<link>http://www.bobz.com.hr/blog/software/generator-brojeva-kreditnih-kartica.php</link>
		<comments>http://www.bobz.com.hr/blog/software/generator-brojeva-kreditnih-kartica.php#comments</comments>
		<pubDate>Wed, 07 Jan 2009 21:48:51 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ccg]]></category>
		<category><![CDATA[credit card generator]]></category>
		<category><![CDATA[credit wizard]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=223</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/software/generator-brojeva-kreditnih-kartica.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/crdit-card-generator-150x150.jpg" class="alignleft wp-post-image tfe" alt="crdit-card-generator" title="crdit-card-generator" /></a>Na nekim stranicama potrebno je upisati broj kreditne kartice kako bi verificirali da ste stariji od 18, ili kako bi se uopće mogli registrirati. To je onak prilično tricky stvar da negdje ostavljate broj svoje kartice. Ono što vam nitko neće reći je to da će vam se nakon isteka probnog perioda vrlo vjerojatno automatski [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2009/01/crdit-card-generator.jpg" alt="crdit-card-generator" title="crdit-card-generator" width="540" height="300" class="alignnone size-full wp-image-301" /><br />
Na nekim stranicama potrebno je upisati broj kreditne kartice kako bi verificirali da ste stariji od 18, ili kako bi se uopće mogli registrirati. To je onak prilično tricky stvar da negdje ostavljate broj svoje kartice.<br />
Ono što vam nitko neće reći je to da će vam se nakon isteka probnog perioda vrlo vjerojatno automatski produžiti &#8216;pretplata&#8217; i naravano naplatiti to sa vaše kartice, osim ako ne isključite tu opciju. A ta opcija je vjerojatno negdje dobro skrivena, tako da ju i ne skužite.</p>
<p>Iako se možda radi o provjerenim stranicama, nema smisla da baš svagdje ostavljate broj svoje kartice, nakon 2-3 godine već ćete i zaboravit gdje ste ga sve upisali. Zato doskočite problemu i poslužite se generatorom broja kreditnih kartica. Dovoljno je kliknuti &#8216;Generate&#8217; i voila! Potpuno funkcionalan broj kartice i svi potrebni podaci.<br />
Naravno s tom karticom ne možete u shopping ili nekakve slične aktivnosti, ali možete ga koristiti zbog zašite privatnosit ili za testiranje software-a.</p>
<p>Jedan takav pod imenom Credit wizard možete downloadati <a href="http://tools.bobz.com.hr/ccg/creditcard-gen.zip" title="Download Credit wizard">ovdje</a>. Zajedno u paketu dolazi još nekoliko fileova koji su potrebni da bi programčić ispravno radio (virus clean).  Ukoliko vam fali još neki od fajlova, možete ih google-at i snimite ih u isti folder gdje se nalazi CCG i stvar će raditi. </p>
<p>Ovaj tekst i popratni software namjenjen je isključivo u informativne svrhe. Autor ovog teksta ograđuje se od bilo kakvog pokušaja prevere i ne može se smatrati odgovornim kako pojedini posjetitelj koristi dane informacije. Downloadanjem ovog software-a, prihvaćate i ove uvjete korištenja.</p>
<p><b style="color:#ffd18b;">Download info</b><br />
File: <a href="http://tools.bobz.com.hr/ccg/creditcard-gen.zip" title="Download Credit wizard">creditcard-gen.zip</a><br />
Uključuje: cmdialog.vbx, credit.exe, threed.vbx, vbctl3d.vbx, vbrun300.dll</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/software/generator-brojeva-kreditnih-kartica.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password manager Roboform i 1password</title>
		<link>http://www.bobz.com.hr/blog/software/password-manager-roboform-i-1password.php</link>
		<comments>http://www.bobz.com.hr/blog/software/password-manager-roboform-i-1password.php#comments</comments>
		<pubDate>Wed, 24 Dec 2008 10:55:46 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[1password]]></category>
		<category><![CDATA[preporuka]]></category>
		<category><![CDATA[roboform]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=40</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/software/password-manager-roboform-i-1password.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/roboform1pass-ilustracija-150x150.jpg" class="alignleft wp-post-image tfe" alt="Roboform i 1password" title="Roboform i 1password" /></a>Ako imate problema sa pamćenjem pristupnih podataka za razne servise kojima se koristite možda je vrijeme da isprobate jedan od password managera. Osim što pamte login podatke, moguće je kreirati i vlastiti profil, tako da prilikom registracije možete popuniti sva polja na jedan klik &#8211; cool. Naravno preporučljivo je napraviti jedan lažni i jedan pravi [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/roboform1pass-ilustracija.jpg" alt="Roboform i 1password" title="Roboform i 1password" width="540" height="300" class="alignnone size-full wp-image-242" style="border:1px solid #fff;" /><br />
Ako imate problema sa pamćenjem pristupnih podataka za razne servise kojima se koristite možda je vrijeme da isprobate jedan od password managera.<br />
Osim što pamte login podatke, moguće je kreirati i vlastiti profil, tako da prilikom registracije možete popuniti sva polja na jedan klik &#8211; cool. Naravno preporučljivo je napraviti jedan lažni i jedan pravi profil i ne bih preporučio upisivanje broja kartice i sličnih podataka.<br />
Iako su svi podaci kriptirani i zaštićeni šifrom, nećemo pretjerivat.</p>
<p>Za mac korisnike jedan takav je <a title="Posjeti homepage autora" href="http://agilewebsolutions.com/products/1Password" target="_blank">1password</a> koji se integrira u browser, bez potrebe za instaliranjem dodatnih pluginova. Podržani su uglavnom svi browseri, kompletnu listu možete pronaći na stranici autora.<br />
<strong>Cijena:</strong> $39.95, update: besplatno</p>
<p>Za Windows korisnike to je <a title="Posjeti homepage autora" href="http://www.roboform.com" target="_blank">Roboform</a>.<br />
Također postoji i portable verzija programa <a title="Robofor portable verzije" href="http://www.roboform.com/pass2go.html" target="_blank">Roboform2Go</a> koju je moguće instalirati na USB, tako da sve podatke uvijek imate pri ruci i možete ih koristiti sa bilo kojeg računala.<br />
<strong>Cijena:</strong> $29.95, update: besplatno</p>
<p>Za korisnike Opere nažalost nijedan od ova dva programčića ne funkcionira. Hoće li i kada biti omogućeno nije poznato.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/software/password-manager-roboform-i-1password.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surfanje bez oglasa sa Adblock Plus</title>
		<link>http://www.bobz.com.hr/blog/firefox/surfanje-bez-oglasa-sa-adblock-plus.php</link>
		<comments>http://www.bobz.com.hr/blog/firefox/surfanje-bez-oglasa-sa-adblock-plus.php#comments</comments>
		<pubDate>Sun, 14 Dec 2008 13:41:36 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[adblock plus]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=5</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/firefox/surfanje-bez-oglasa-sa-adblock-plus.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/11/adblockplus-150x150.jpg" class="alignleft wp-post-image tfe" alt="adblockplus" title="adblockplus" /></a>Blokiranjem svih bannera i ostalog active contenta surfanje će biti znatno brže, te s time štedite vrijeme i internet promet. Danas je već lagano vrijeme flat rate interneta, pa sam promet i nije toliko bitan, ali definitivno je ugodnije čitati tekstove, bez hrpe blještećih bannera sa svih strana. Ili možda vam je jednostavno dosta toga [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/11/adblockplus.jpg" alt="adblockplus" title="adblockplus" width="540" height="300" class="size-full wp-image-170" /></p>
<p>Blokiranjem svih bannera i ostalog active contenta surfanje će biti znatno brže, te s time štedite vrijeme i internet promet. Danas je već lagano vrijeme flat rate interneta, pa sam promet i nije toliko bitan, ali definitivno je ugodnije čitati tekstove, bez hrpe blještećih bannera sa svih strana.<br />
Ili možda vam je jednostavno dosta toga da netko zarađuje na vama tako da vam prikazuje hrpe bannera koje uredno naplati, a uz sve to usporava učitavanje stranice i bode za oči na svakom slobodnom dijelu stranice.</p>
<p>Ono što je prvo potrebno napravit je instlirati <a href="http://www.mozilla.com/en-US/firefox/" target="_blank" title="Download Firefox" rel="nofollow">Firefox</a>, a zatim instalirati <a href="https://addons.mozilla.org/en-US/firefox/addon/1865" rel="nofollow" title="Download extenzija Adblock Plus">extenziju Adblock Plus</a>.</p>
<p>Homepage autora Firefox ekstenzije: <a href="http://adblockplus.org/en/" title="Posjeti homepage autora Firefox ekstenzije AdBlock plus" target="_blank" rel="nofollow">http://adblockplus.org/en/</a>, gdje možete saznti više o samom pluginu, instalaciji i svemu ostalom što vas možda zanima.</p>
<p>Sam Adblock Plus po defaultnim filterima blokira oko 80% oglasa, no uvijek postoje oni fixni oglasi koji su smješteni na raznim adresama, pa ih defaultni filteri na prepoznaju.<br />
Također ponegdje je problem što blokira i css stil koji je vezan za aplikaciju ili ponekad zna blokirati video playere, pa je za takve stranice potrebno dodati exception.</p>
<p>Preuzmite update za <a href="http://tools.bobz.com.hr/adblock/adblock-croatian-list.txt" target="_blank" title="Adblock plus listu za Hrv portale" rel="nofollow">Adblock plus listu za Hrv portale</a> (Desni klik > Save as) ili se <a href="abp:subscribe?location=http://tools.bobz.com.hr/adblock/adblock-croatian-list.txt&amp;title=ABP Croatian list [by Bobz | www.bobz.com.hr]">pretplatite na automatsko updateanje liste</a> ukoliko već imate instaliran ABP.<br />
Blokira oko 95% oglasa na više od 100 najposjećenijih siteova u Hrvatskoj. Dodani su exceptioni za localhost adresu i za fileove koje učitavate sa HDD.</p>
<p>Ukoliko bude nekakvih problema sa blokiranjem sadržaja koji možda nije oglas <a href="http://www.bobz.com.hr/kontakt.php" title="Pošalji upit u vezi AdBlock plus liste" rel="nofollow">kontaktirajte me</a> ili pošaljite update za listu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/firefox/surfanje-bez-oglasa-sa-adblock-plus.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcuti i posebni znakovi za Macintosh</title>
		<link>http://www.bobz.com.hr/blog/mac/shortcuti-za-macintosh.php</link>
		<comments>http://www.bobz.com.hr/blog/mac/shortcuti-za-macintosh.php#comments</comments>
		<pubDate>Mon, 08 Dec 2008 20:52:09 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[keyboard viewer]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=18</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/mac/shortcuti-za-macintosh.php"><img align="left" hspace="5" width="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/keyboard-viewer-300x118.png" class="alignleft wp-post-image tfe" alt="" title="Keyboard viewer" /></a>Shortcuti na tipkovnici umnogo olakšavaju i ubrzavaju svakodnevni posao. Kada se jednom navikne na njih, kasnije je nezamislivo radit bez. Prije nego ih se počne koristiti prvo treba odgonetnu di se koji nalazi ili ako ne postoji kreirati neki vlastiti. Slična stvar je i kod nekih posebnih znakova koji se često koriste, npr: @ (at) [...]]]></description>
			<content:encoded><![CDATA[<p>Shortcuti na tipkovnici umnogo olakšavaju i ubrzavaju svakodnevni posao. Kada se jednom navikne na njih, kasnije je nezamislivo radit bez. Prije nego ih se počne koristiti prvo treba odgonetnu di se koji nalazi ili ako ne postoji kreirati neki vlastiti.</p>
<p>Slična stvar je i kod nekih posebnih znakova koji se često koriste, npr: @ (at) ili | (pipe). Za to postoji super stvar, a zove se Keyboard viewer . Ovo je vrlo korisna stvar posebno za mac &#8216;početnike&#8217;. Posebni znakovi se nalaze iza kombinacija tipki Alt, Shift, Ctrl i cmd i sa keyboard viewerom, vrlo brzo vidite gdje je što &#8216;skriveno&#8217;.
</p>
<p><a class="highslide" onclick="return hs.expand(this)" href="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/keyboard-viewer.png"><img class="size-medium wp-image-77 aligncenter" title="Keyboard viewer" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/keyboard-viewer-300x118.png" alt="" width="300" height="118" /></a></p>
<p>Postavite ju u menu bar, tako da je uvijek lako dostupna. Nalazi se u System preferences &raquo; International &raquo; Input menu<br />
Potrebno je kliknuti checkbox: &#8216;Show input menu in menubar&#8217; i nakon toga ju je moguće odabrati iz izbornika kao na slici (gore). Ukoliko na macbook prikopčate vanjsku tipkovnicu Keyboard viewer će ju prepoznat i proširit na punu tipkovnicu.<br />
<br />Evo i nekoliko često korištenih simbola:</p>
<ul class="infobox">
<li class="info1">Alt + Shift + 2</li>
<li class="info1">@ (at)</li>
<li class="info2">Alt + ž</li>
<li class="info2"> (backslash)</li>
<li class="info1">Alt + Shift + ž</li>
<li class="info1"> | (pipe)</li>
<li class="info2">Alt + š</li>
<li class="info2">[ (uglata zagrada otvorena)</li>
<li class="info1">Alt + đ</li>
<li class="info1">] (uglata zagrada zatvorena)</li>
<li class="info2">Alt + Shift + š</li>
<li class="info2">{ (vitičasta zagrada otvorena)</li>
<li class="info1">Alt + Shift + đ</li>
<li class="info1">} (vitičasta zagrada zatvorena)</li>
</ul>
<p></p>
<p>Druga stvar koja je mene mučila prilikom prelaska na mac je prebacivanje između prozora. Kombinacija tipki &#8216;Command-Tab&#8217; služi za prebacivanje između aplikacija, ali kada su npr. otvorena dva Firefox prozora, između njih se nije moguće prebacivati tim shortcutom. Prema Apple supportu, za prebacivanje prozora iste aplikacije shortut je Command-`. Kad se keyboard postavi na Hrvatski, ovo je prilčno nezgodno, pa je najbolje rješenje kreirati svoj shortcut:</p>
<p></p>
<h2>Kreiranje shortcuta</h2>
<ol>
<li>System Preferences</li>
<li>Keyboard &amp; Mouse</li>
<li>Keyboard Shortcuts</li>
<li>Move focus to next window in active application (dvoklik na shortcut)</li>
<li>Odaberite kombinaciju tipki koja vam najviše odgovara<br />Prijedlog: Command &#8211; “ (Nalazi se iznad tipke &#8216;tab&#8217;)</li>
</ol>
<p style="text-align: center;"><a class="highslide" onclick="return hs.expand(this)" href="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/keyboard-shortcuts.png"><img class="size-medium wp-image-90 aligncenter" title="Keyboard shortcuts editor" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/keyboard-shortcuts-300x270.png" alt="" width="300" height="270" /></a></p>
<p>Alternativa shortcutu na tipkovnici je expose &#8211; tipka &#8216;F3&#8242;. Prisitkom F3, prikazuju se svi otvoreni prozori na desktopu i klikom odaberete prozor, pa šta je kome lakše.</p>
<p>Ostale shortcute moguće je pronaći na <a title="Mac shortucts" href="http://support.apple.com/kb/HT1343" target="_blank">Apple stranici</a> ili na <a href="http://guides.macrumors.com/Keyboard_shortcuts" title="Mac shortucts" target="_blank">Macrumors</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/mac/shortcuti-za-macintosh.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windowsi kakvi bi trebali biti &#8211; LastXP</title>
		<link>http://www.bobz.com.hr/blog/software/windowsi-kakvi-bi-trebali-biti-lastxp.php</link>
		<comments>http://www.bobz.com.hr/blog/software/windowsi-kakvi-bi-trebali-biti-lastxp.php#comments</comments>
		<pubDate>Thu, 04 Dec 2008 11:57:34 +0000</pubDate>
		<dc:creator>Bobz</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[lastxp]]></category>
		<category><![CDATA[preporuka]]></category>
		<category><![CDATA[WinXP]]></category>

		<guid isPermaLink="false">http://www.bobz.com.hr/blog/?p=45</guid>
		<description><![CDATA[<a href="http://www.bobz.com.hr/blog/software/windowsi-kakvi-bi-trebali-biti-lastxp.php"><img align="left" hspace="5" width="150" height="150" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/2ptp1de-150x150.jpg" class="alignleft wp-post-image tfe" alt="Windows LastXP distribucija - Install wizard" title="Windows LastXP distribucija - Install wizard" /></a>Windowsi ovo, Windowsi ono&#8230; Nevalja ovo, nevalja ono&#8230; E pa ima nešta što i valja i ja zadovoljan. Skupila se grupica dobrih ljudi i odlučili napravit te Windowse kak spada, možda već znate to je LastXP distribucija Windowsa. O čem se radi? Radi se o nekoliko ljudi koji su odlučili spakirat sve što je potrebno [...]]]></description>
			<content:encoded><![CDATA[<p><a class="highslide" onclick="return hs.expand(this)" href="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/2ptp1de.jpg"><img class="size-medium wp-image-131 alignleft" title="Windows LastXP distribucija - Install wizard" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/2ptp1de-300x225.jpg" alt="Windows LastXP distribucija - Install wizard" width="300" height="225" /></a>Windowsi ovo, Windowsi ono&#8230;<br />
Nevalja ovo, nevalja ono&#8230;</p>
<p>E pa ima nešta što i valja i ja zadovoljan.<br />
Skupila se grupica dobrih ljudi i odlučili napravit te Windowse kak spada, možda već znate to je LastXP distribucija Windowsa.</p>
<p>O čem se radi?</p>
<p>Radi se o nekoliko ljudi koji su odlučili spakirat sve što je potrebno u WinXP, kako ne bi nakon instaliranja OS-a morali potrošiti još par sati (dana) na snimanje ostatka zakrpa, patcheva i updateove.</p>
<p>Izrađen je kompletno novi wizard (čarobnjak :P) za instalaciju, sve što je valjalo u Windowsima je ostalo, ono što nije je izbačeno ili unaprijeđeno toliko da nakon instaliranja više nije potrebno instaliravati razne programčiće za podešavanje &#8216;skrivenih opcija Windowsa&#8217;. Ono što je najbitnije, imate jedan DVD za sve,  a ne kao do sada da je uvijek potrebno imati pokoji Bug DVD sastrane.</p>
<p>Iz osobnog iskustva, dok formatiram komp i vratim ga u prvobitno stanje potrebno je 2-3 dana (i ne, ne želim nikakav System restore, niti ghost, image i slične stvari).</p>
<p><a class="highslide" onclick="return hs.expand(this)" href="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/5yaviq.jpg"><img class="aligncenter size-medium wp-image-134" title="Windows LastXP distribucija - Install wizard" src="http://www.bobz.com.hr/blog/wp-content/uploads/2008/12/5yaviq-300x225.jpg" alt="Windows LastXP distribucija - Install wizard" width="300" height="225" /></a></p>
<p>Na distribuciji se nalazi priličan broj dodataka raznoraznih, neki su besplatni ali ostali su svi pune verzije sa pripadajućim serijskim brojevima (ilegalnim). No, nije nužno da instaliravate taj software, možete taj dio preskočiti i instalirati original verzije koje sam siguran da posjedujete.</p>
<p>Budući da ima toliko dodatnog softwarea LastXP teže oko 3,8 Gb.<br />
Trenutno aktualna verzija je 21.1, downloadajte ju na najbližem trackeru. Jedan dobri stari format c: /s, zatim instalirajte i aktivirajte sa svojom WinXP original licencom.</p>
<p>Za Vista fanove, tu je također i Last V, dotičnog nisam imao prilike isprobati, ali sa LastXP distribucijom sam prezadovoljan i nema sumnje da je i Vista verzija jednako kvalitetno odrađena.</p>
<p>Homepage grupe autora je neko vrijeme već nedostupna, nadamo se da nije otišla u mirovinu zajedno sa Bill Gatesom. Adresa je: www.appzpoint.net.<br />
Evo i popis svega što se nalazi ukomponirano na DVD-u LastXP:</p>
<h4>Features</h4>
<ul>
<li>Install From DVD or USB</li>
<li>Use DVD/USB Autorun to Install Applications</li>
<li>Optional Boot Menus</li>
<li>Fully Automated (Optional)</li>
<li>Component Removal Selection</li>
<li>Language And TimeZone Selection</li>
<li>Select Only the Driver Packs You Need</li>
<li>ssWPI Selection Menu Options and Apps</li>
<li>RocketDock Available During Setup</li>
<li>Fader Screens for Visual Effects</li>
<li>Post Install Settings</li>
<li>Up To Date</li>
<li>Tweaked To Perfection</li>
<li>Visually Improved</li>
<li>Addon Tools</li>
<li>Customize Your ISO</li>
<li>Create Your Own Silent and Portable Apps</li>
</ul>
<h4>Autorun Menu Features:</h4>
<ul>
<li>Install Apps (ssWPI)</li>
<li>Tweaks and Services</li>
<li>Settings (Re run settings even on non LastXP machines)</li>
<li>Browse DVD</li>
<li>Install Office 2007 (Hidden if not found on the DVD)</li>
<li>CDDVD ISO Builder (Customize your ISO before U burn it)</li>
<li>Hiren’s Win Tools (Runs Hiren’s Menu)</li>
<li>Run ppApps From Disk &#8211; Lists all the exe files in the ppApps)</li>
<li>Make USB &#8211; Creates a USB Bootable Installer of LastXP</li>
</ul>
<h4>ISO Builder Features:</h4>
<ul>
<li>Copy from a Virtual or Real DVD to a folder you Create on your PC (any drive)</li>
<li>Change the default settings for all included tools available during install</li>
<li>Apply a default theme to your ISO</li>
<li>Add new Apps/Updates/Mods and Themes by dragging and dropping them onto the Special Box</li>
<li>Make Presets for your Default or other optional Presets for the ssWPI</li>
<li>Set the Default Workgroup, Owners etc</li>
<li>Disable the Fader and other effect to suit Older machines</li>
<li>Test the Theme you just applied by using the Preset builder</li>
<li>Make ISO to a location you set and chose the boot option that best suits you</li>
<li>Set default Driverpack Selection and Language/Location/Timezone</li>
</ul>
<h4>Things Available on Dos Boot Menu:</h4>
<ul>
<li>LiveXP Micro</li>
<li>LiveXP Soporific SDI Boot</li>
<li>LastXP (Extra SATA/RAID support)</li>
<li>LastXP (Standard XP Drivers Only)</li>
<li>Hiren’s BootCD 9.5</li>
<li>True Image</li>
<li>Disk Director</li>
<li>And many other tools</li>
</ul>
<h4>Contents</h4>
<ul>
<li>Boot Tools</li>
<li>Windows XP SP3 Eth0 Base</li>
<li>Applications</li>
<li>Windows Live XP</li>
</ul>
<h4>Addons:</h4>
<ul>
<li>AIO Black Theme Addon by LUZR4LIFE</li>
<li>DirectX 9.0c AddOn 0.4.0 &#8211; redxii</li>
<li>IE7-WindowsXP-x86-enu</li>
<li>Kels Runtimes addon v4.3</li>
<li>LXP AlkyXP1.1 Update2 AddOn</li>
<li>xable MicrosoftUpdateEngine-v1.2 addon</li>
<li>xable WGAN-v1.2 addon</li>
<li>xable-SP3-UpdatePack-July-v1.0.2a</li>
<li>MyOEM Addon Base v5 Nightwolf81</li>
<li>PatchAddon HIVESYS v13c</li>
<li>PatchAddon SYSSETUP InfSkip v14</li>
<li>Ricks BlueXP SP3 taskmgr 80511</li>
<li>Usb2-compatibility Addon</li>
<li>xable AdobeFlashPlayer-v1.5 addon</li>
<li>Media Player 11</li>
<li>XPTool Theme and Resources</li>
<li>CD Shell + EasyBoot Menus</li>
</ul>
<h4>Drivers:</h4>
<ul>
<li>Broadband 70416</li>
<li>Chipset 803</li>
<li>CPU 804</li>
<li>Graphics A 804</li>
<li>Graphics B 804</li>
<li>Graphics C 804</li>
<li>Input 070923</li>
<li>LAN 8053</li>
<li>MassStorage 806F</li>
<li>Misc 71216</li>
<li>Modem 80327</li>
<li>Monitor 07111</li>
<li>Phone 80207</li>
<li>Scanner 60831</li>
<li>SmartCardReader 80228</li>
<li>Sound A 805</li>
<li>Sound B 805</li>
<li>TouchScreen 708</li>
<li>TV 80201</li>
<li>USB 80224</li>
<li>Virtual 708</li>
<li>WebCam 80210</li>
<li>WLAN 806</li>
</ul>
<h4>Applications (SetupS):</h4>
<ul>
<li>Latest Hotfixes (Required)</li>
<li>Don’t Sort Startmenu from SetupS</li>
<li>Sort as LastXP/V Startmenu v4</li>
<li>Sort as Kazz Startmenu</li>
<li>Keep Accessories Startmenu</li>
<li>Custom Documents Icons v6</li>
<li>SPTD Driver 1.56</li>
<li>ReOrder Startmenu Alphabetical</li>
<li>ppApps Shortcut Creations v2.1</li>
<li>ppGames Shortcut Creations v1</li>
<li>Dot.NET AIO</li>
<li>DirectX 10 for XP TR</li>
<li>Kels CPL Addons 8.2.8</li>
<li>LastXP Context Menu Extras 1.2</li>
<li>NOD32 2.70.39</li>
<li>140+ XP Themes</li>
<li>RONs Wallpapers (100 Pics)</li>
<li>270 Arty Farty Fonts (by AnneAardvark)</li>
<li>7-Zip 4.57</li>
<li>ASPI 4.6</li>
<li>Autoit 3.2.12.1 with SciTE4AutoIt3</li>
<li>Crap Cleaner 2.09.600</li>
<li>CloneCD 5.3.1.3</li>
<li>CloneDVD2919</li>
<li>ConvertXtoDVD31234</li>
<li>Daemon Tools 4.10</li>
<li>EzBoot 5.12.586</li>
<li>Firefox 3.0.1</li>
<li>Firefox 2.0.0.16</li>
<li>Shockwave and Adobe Flash</li>
<li>Free Download Manager 2.5.755</li>
<li>Hard Disk Tool Box 2008</li>
<li>IE Spell Checking</li>
<li>IncrediMail 5.80.3647</li>
<li>Irfanview 4.20</li>
<li>Install Shield Runtimes</li>
<li>Java Runtime 6 Update 7</li>
<li>K-Lite Mega CodeC 4.0.0</li>
<li>LimeWire 4.14.8</li>
<li>Media Files Toolbox Apr 2008</li>
<li>Microsoft Silverlight v1.13.113.0</li>
<li>MSN Live Messenger 8.5</li>
<li>Microsoft Office 2003 SP3</li>
<li>Nero v8.3.6.0 Lite (Build: 1.17.0.1)</li>
<li>Opera 9.51</li>
<li>PE Explorer 1.99</li>
<li>PhotoZoom Pro 2.6.6</li>
<li>Screen Savers XP</li>
<li>SetupS SendTo Extension v7</li>
<li>Slysoft AnyDVD v6.4.5.0</li>
<li>Sound Schemes</li>
<li>Sysinternals Tools</li>
<li>TuneUp Utilities 2008 7.0.8002</li>
<li>Ultra Defragmenter 1.0.5</li>
<li>Universal Extractor 1.6.1</li>
<li>Kels Universal Silent Switch Finder</li>
<li>uTorrent 1.8.9704</li>
<li>Vista Drive Addon 5.1.0.22</li>
<li>Vista Mouse Cursors Addons</li>
<li>Vista Sidebar(SP1)</li>
<li>Vista Sidebar Gadgets</li>
<li>VMware Workstation v6.0.3</li>
<li>VMware Tools v6.0.3</li>
<li>Winamp 5.5.4.2157</li>
<li>WinAVI 8 Retail</li>
</ul>
<h4>Aplications (ppApps):</h4>
<ul>
<li>Post ppApps Shortcut Creations v2.1</li>
<li>Post ppGames Shortcut Creations v1.2.9</li>
<li>Nirsoft Utilities</li>
<li>Ad-Aware 6 Pro</li>
<li>Adobe Audition 3.0</li>
<li>Adobe Illustrator CS3</li>
<li>Adobe Photoshop CS3</li>
<li>Fab’s Autobackup for Windows 2.2.0.0</li>
<li>Autoruns 9.30</li>
<li>AWIcons Pro 9.4.0</li>
<li>BetterJPEG 1.72</li>
<li>CD-Label Print 1.3.0</li>
<li>Corel Paint Shop Pro Photo X2</li>
<li>DVD Decrypter 3.5.4.0</li>
<li>DVDFab 4.0.6.2</li>
<li>DVDShrink 3.2.0.15</li>
<li>Dynamic Photo 1.8</li>
<li>FileFacts 5.0.86</li>
<li>Flash CS3</li>
<li>Flashget 1.9.6</li>
<li>FoxIt Reader 2.3.2923</li>
<li>Free Commander 2007 .10a</li>
<li>GLUE</li>
<li>Inno Setup 5</li>
<li>Launchy 2.0</li>
<li>LinkLuster 2.1.114</li>
<li>Link Luster Clean 2.1.0.46</li>
<li>Liquid Resize .67</li>
<li>Media Player Classic 6.4.9.1</li>
<li>Memories On TV 4</li>
<li>PC INSPECTOR File Recovery 4</li>
<li>PowerMenu 1.51</li>
<li>Process Explorer 11.10</li>
<li>Process Monitor 1.25</li>
<li>Partition Table Doctor 3.5</li>
<li>PTGui 7.8</li>
<li>Quick Memory Editor</li>
<li>Rapid Uploader 1.2</li>
<li>RegShot 2.0.1.63</li>
<li>ResourceHacker 3.4</li>
<li>RocketDock 1.3.5</li>
<li>ssWPI App Builders v3</li>
<li>ssWPI Game Builders v1</li>
<li>SureThing CD Labeler Deluxe 5</li>
<li>Tag&amp;Rename 3.3.5</li>
<li>Vista TopDesk 1.6</li>
<li>UltraEdit 14.00+2</li>
<li>UltraISO 9.3.0.2600</li>
<li>Unknown Device Identifier 5.02</li>
<li>Unknown Devices</li>
<li>VideoLAN Client 0.8.6i</li>
<li>VirtualDub 1.8.2</li>
<li>Virtual Floppy Drive 2.1</li>
<li>Vista Visual Task Tips 3.4</li>
<li>WheresMySpaceAIO 1</li>
<li>WinRAR 3.70</li>
<li>Wireless Navigator 2.3.2</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bobz.com.hr/blog/software/windowsi-kakvi-bi-trebali-biti-lastxp.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

