<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>DuskoSavic.com</title>
	
	<link>http://duskosavic.com/blog</link>
	<description>Links and sites that I have visited and that I find remarkable</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WorldsOfDuskoSavic" /><feedburner:info uri="worldsofduskosavic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>WorldsOfDuskoSavic</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to Create a Horizontal Email Form for Aweber</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/IxLZj2VSsho/</link>
		<comments>http://duskosavic.com/blog/aweber/how-to-create-a-horizontal-email-form-for-aweber/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 13:20:37 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Aweber]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=263</guid>
		<description><![CDATA[As beautiful as they are, the email entry forms automatically created by aWeber are alway vertical. Why aweber has no option to create a horizontal opt-in form is beyond me, but there seems to be a way.  From Warrior forum I gathered this much: &#60;form method=&#8221;post&#8221; action=&#8221;http://www.aweber.com/scripts/addlead.pl&#8221; target=&#8221;_new&#8221;&#62; &#60;input name=&#8221;meta_web_form_id&#8221; value=&#8221;YOUR10Digit#&#8221; type=&#8221;hidden&#8221;&#62;&#60;input name=&#8221;meta_split_id&#8221; value=&#8221;" type=&#8221;hidden&#8221;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>As beautiful as they are, the email entry forms automatically created by aWeber are alway vertical. Why aweber has no option to create a horizontal opt-in form is beyond me, but there seems to be a way.  <a href="http://www.warriorforum.com/main-internet-marketing-discussion-forum/324517-horizontal-aweber-forms.html">From Warrior forum</a> I gathered this much:</p>
<blockquote><p>&lt;form method=&#8221;post&#8221; action=&#8221;http://www.aweber.com/scripts/addlead.pl&#8221; target=&#8221;_new&#8221;&gt;<br />
&lt;input name=&#8221;meta_web_form_id&#8221; value=&#8221;YOUR10Digit#&#8221; type=&#8221;hidden&#8221;&gt;&lt;input name=&#8221;meta_split_id&#8221; value=&#8221;" type=&#8221;hidden&#8221;&gt;<br />
&lt;input name=&#8221;unit&#8221; value=&#8221;CAMPAIGN-NAMEHERE&#8221; type=&#8221;hidden&#8221;&gt;&lt;input name=&#8221;redirect&#8221; value=&#8221;http://www.YOURSITEHERE.com&#8221; type=&#8221;hidden&#8221;&gt;<br />
&lt;input name=&#8221;meta_adtracking&#8221; value=&#8221;FORMNAME&#8221; type=&#8221;hidden&#8221;&gt;&lt;input name=&#8221;meta_message&#8221; value=&#8221;1&#8243; type=&#8221;hidden&#8221;&gt;<br />
&lt;input name=&#8221;meta_required&#8221; value=&#8221;from,name&#8221; type=&#8221;hidden&#8221;&gt;&lt;input name=&#8221;meta_forward_vars&#8221; value=&#8221;0&#8243; type=&#8221;hidden&#8221;&gt;<br />
&lt;table cellpadding=&#8221;0&#8243; cellspacing=&#8221;10&#8243;&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Name:&lt;/td&gt;&lt;td&gt;&lt;input name=&#8221;name&#8221; value=&#8221;" size=&#8221;20&#8243; type=&#8221;text&#8221;&gt;&lt;/td&gt;<br />
&lt;td&gt;Email:&lt;/td&gt;&lt;td&gt;&lt;input name=&#8221;from&#8221; value=&#8221;" size=&#8221;20&#8243; type=&#8221;text&#8221;&gt;&lt;/td&gt;<br />
&lt;td&gt;Phone:&lt;/td&gt;&lt;td&gt;&lt;input name=&#8221;custom Phone&#8221; value=&#8221;" size=&#8221;20&#8243; type=&#8221;text&#8221;&gt;&lt;/td&gt;<br />
&lt;td&gt;Website:&lt;/td&gt;&lt;td&gt;&lt;input name=&#8221;custom website&#8221; value=&#8221;http://&#8221; size=&#8221;20&#8243; type=&#8221;text&#8221;&gt;&lt;/td&gt;<br />
&lt;td colspan=&#8221;2&#8243; align=&#8221;center&#8221;&gt;&lt;input name=&#8221;submit&#8221; value=&#8221;CONTINUE &gt;&gt;&#8221; type=&#8221;submit&#8221;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;/form&gt;</p></blockquote>
<p>There is also a corresponding video:</p>
<p>&nbsp;<iframe width="560" height="315" src="http://www.youtube.com/embed/cncEcgqWW7E" frameborder="0" allowfullscreen></iframe><br /></p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/IxLZj2VSsho" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/aweber/how-to-create-a-horizontal-email-form-for-aweber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/aweber/how-to-create-a-horizontal-email-form-for-aweber/</feedburner:origLink></item>
		<item>
		<title>Create Your Own Blog Using Only Native Joomla 2.5 Resources</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/cETZANSifKQ/</link>
		<comments>http://duskosavic.com/blog/joomla/create-your-own-blog-using-only-native-joomla-2-5-resources/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 12:22:43 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=254</guid>
		<description><![CDATA[Here is a starting link, http://docs.joomla.org/How_to_create_a_blog_using_Joomla! &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>Here is a starting link, <a href="http://docs.joomla.org/How_to_create_a_blog_using_Joomla!">http://docs.joomla.org/How_to_create_a_blog_using_Joomla!</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/cETZANSifKQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/joomla/create-your-own-blog-using-only-native-joomla-2-5-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/joomla/create-your-own-blog-using-only-native-joomla-2-5-resources/</feedburner:origLink></item>
		<item>
		<title>How To Create a Custom Facebook Fan Page</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/M96g8eOrXMA/</link>
		<comments>http://duskosavic.com/blog/facebook/how-to-create-a-custom-facebook-fan-page/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:08:59 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=251</guid>
		<description><![CDATA[Here is a good article on creating perfect Facebook fan pages. Here are several videos on how to create a custom Facebook fan page: And then, there is this video:]]></description>
			<content:encoded><![CDATA[<p>Here is a good article on <a href="http://www.techipedia.com/2011/build-facebook-page/">creating perfect Facebook fan pages</a>.</p>
<p>Here are several videos on how to create a custom Facebook fan page:<br />
<iframe src="http://www.youtube.com/embed/m6nySmz484A" frameborder="0" width="420" height="315"></iframe></p>
<p>And then, there is this video:</p>
<p><iframe src="http://www.youtube.com/embed/uLzQF1Rg-U4" frameborder="0" width="420" height="315"></iframe></p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/M96g8eOrXMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/facebook/how-to-create-a-custom-facebook-fan-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/facebook/how-to-create-a-custom-facebook-fan-page/</feedburner:origLink></item>
		<item>
		<title>Joomla 1.7 to aWeber — Writing My First Joomla Plugin</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/vUtl5q19TPw/</link>
		<comments>http://duskosavic.com/blog/programming/joomla-1-7-to-aweber-writing-my-first-joomla-plugin/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 20:09:58 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=231</guid>
		<description><![CDATA[Ok, my personal blog should be used for my personal adventures in programming. Recently, I have started list building in earnest, through Aweber. That is not my first try, I already have one list of 1500 people and counting, but that list was gathered by people opening accounts and registering for a Jommla site. Now [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, my personal blog should be used for my personal adventures in programming. Recently, I have started list building in earnest, through <a title="aweber.com" href="www.duskosavic.com/aweber.html">Aweber</a>. That is not my first try, I already have one list of 1500 people and counting, but that list was gathered by people opening accounts and registering for a Jommla site. Now I want to email all those people through Aweber, and I want all new members of the site to bu automatically on an Aweber list. Therefore, there is a definite need for a plugin that will do add new Joomla members to an aWeber list. There is one such piece of software, and I&#8217;d just like to buy, but they sell only through PayPal, and that is not available in my country. So, I&#8217;d either be without it or I&#8217;d have to write it on my own. Being a programmer since 1976, I thought that writing my own module or Joomla plugin might be a good &#8220;software adventure&#8221; and fun.</p>
<p>Looking around I saw that there used to be a Joomla plugin doing exactly that, but it is left in the dark, not being supported by any means. But it was useful studying it, because I saw that I needed a plugin and not a module. From Joomla 1.5 the names of mandatory Joomla events changed quite a bit, and <a title="Convert Joomla plugins from 1.5 to 1.6" href="http://www.theartofjoomla.com/converting-old-extensions.html">here is the list</a>. Since the original plugin used event <code>onBeforeContentSave()</code>which now is called <code>onContentBeforeSave()</code>, the idea is to catch the event onUserAfterSave and see whether I could write a message &#8220;Hello, world!&#8221;.</p>
<p>BTW, you can also have a look at Adapting a <a href="http://docs.joomla.org/Adapting_a_Joomla_1.5_extension_to_Joomla_1.6#Renamed_events">Joomla 1.5 extension to Joomla 1.6</a>, which is a more formal introduction to the theme.</p>
<h2>Learning to Write a Joomla 1.7 Plugin</h2>
<p><a title="Plugins from 1.5 to 1.6" href="http://www.theartofjoomla.com/home/9-developer/112-upgrading-a-plugin-to-joomla-16.html">This link, from Andrew Eddie, caught my attention</a>. but it seems I was running before I learned to walk. So I typed &#8220;write a plugin in joomla from scratch&#8221; into Google and here&#8217;s an <a href="http://www.dcpagesapps.com/developer-resources/joomla/10-joomla-plugin-tutorial">excellent introduction to writing a Joomla 1.5 plugin</a>. (Once I learnt that, it would be just a matter of technicality to upgrade it to a Joomla 1.7 plugin.)</p>
<p>Still surfing, here is a <a href="http://docs.joomla.org/Plugin/Events/User">good explanation of what user events do in Joomla 1.5</a>.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/vUtl5q19TPw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/programming/joomla-1-7-to-aweber-writing-my-first-joomla-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/programming/joomla-1-7-to-aweber-writing-my-first-joomla-plugin/</feedburner:origLink></item>
		<item>
		<title>RadPHP and Database Development</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/MvFo8KbrpoI/</link>
		<comments>http://duskosavic.com/blog/radphp/radphp-and-database-development/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:18:12 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[RadPHP]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=244</guid>
		<description><![CDATA[Simple approach to using databases in RadPHP.]]></description>
			<content:encoded><![CDATA[<p>Simple approach to using databases in RadPHP.</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/yhJg-9KUTvU" frameborder="0" allowfullscreen></iframe></p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/MvFo8KbrpoI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/radphp/radphp-and-database-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/radphp/radphp-and-database-development/</feedburner:origLink></item>
		<item>
		<title>Programming with RadPHP Video Lesson 1</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/q_ZLU_PgU7A/</link>
		<comments>http://duskosavic.com/blog/programming/programming-with-radphp-video-lesson-1/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 15:46:55 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[radphp components]]></category>
		<category><![CDATA[radphp delphi for php]]></category>
		<category><![CDATA[radphp limitations]]></category>
		<category><![CDATA[radphp php framework]]></category>
		<category><![CDATA[radphp xe]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=240</guid>
		<description><![CDATA[Here is the introductory lesson about using RadPHP XE2. To learn programming in RadPHP, you can go to the Embarcadero help page. An example how to create a comboBox in Delphi.]]></description>
			<content:encoded><![CDATA[<p>Here is the introductory lesson about using RadPHP XE2.</p>
<p><iframe src="http://www.youtube.com/embed/fyLUvk1gtm4" frameborder="0" width="550" height="360"></iframe></p>
<p>To learn programming in RadPHP, you can go to the <a href="http://www.embarcadero.com/products/radphp/resource-center">Embarcadero help page</a>. </p>
<p><a href="http://docwiki.embarcadero.com/CodeSamples/en/TComboBox_%28Delphi%29">An example how to create a comboBox in Delphi</a>.</p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/q_ZLU_PgU7A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/programming/programming-with-radphp-video-lesson-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/programming/programming-with-radphp-video-lesson-1/</feedburner:origLink></item>
		<item>
		<title>How To Speed Up Firefox 9 Tweaking Guide</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/VdESPr4QSSs/</link>
		<comments>http://duskosavic.com/blog/firefox/how-to-speed-up-firefox-9-tweaking-guide/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 09:09:58 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[FireFox]]></category>
		<category><![CDATA[boost firefox speed video]]></category>
		<category><![CDATA[download speed firefox]]></category>
		<category><![CDATA[firefox speed tweaks]]></category>
		<category><![CDATA[increase firefox speed]]></category>
		<category><![CDATA[limit download speed firefox]]></category>
		<category><![CDATA[page speed firefox]]></category>
		<category><![CDATA[speed firefox 3]]></category>
		<category><![CDATA[speed test firefox]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=237</guid>
		<description><![CDATA[I have a Windows computer which is almost six years old and although it is not really slow, every bit of speed improvement is welcome. I regularly use FireFox, now in its version 9, and of lately, I also tend to use Google Chrome. I find FireFox very slow when browsing the administration panel of [...]]]></description>
			<content:encoded><![CDATA[<p>I have a Windows computer which is almost six years old and although it is not really slow, every bit of speed improvement is welcome. I regularly use FireFox, now in its version 9, and of lately, I also tend to use Google Chrome. I find FireFox very slow when browsing the administration panel of WordPress, so I use Chrome for that all the more.  But, it has always been possible to <strong>tweak FireFox</strong> a little and here is a post that I found useful. I have applied all <em>FireFox speed tweaks</em>  and it seems to me that this did speed FireFox up. I did not speed test FireFox so if there is improvement, it is not measured  scientifically.</p>
<h2>Speed Up FireFox 9 by Changing Preferences</h2>
<p>Here is the gist of the <a title="How to speed up FireFox 9" href="http://techlogon.com/2011/12/24/how-to-speed-up-firefox-9-tweaking-guide/">article </a>I used to increase FireFox speed:</p>
<blockquote><p><strong>Changing Preferences</strong></p>
<p>Change or add the following preferences to the new values shown. If the preference is already set to this value then skip it and move on the next. <em>If the preference does not exist then you need to add it</em>:</p>
<p>browser.display.show_image_placeholders: false</p>
<p>Stops the display of placeholders while images are loading to speed up the page. Default is True</p>
<p>browser.tabs.animate: false</p>
<p>Disables all tab animation features (e.g. when you click the ‘New Tab’ (+) button) to make the tab interface feel quicker. Default is True</p>
<p>network.prefetch-next: true</p>
<p>This allows Firefox to automatically prefetch (load) the contents of pages <em>linked to</em> by the page you are viewing e.g. this site uses prefetch to load the TechLogon homepage in the background, making it quicker for you to view next if you want to <img src="http://techlogon.com/wp-includes/images/smilies/icon_wink.gif" alt=";-)" /> For pure internet speed, keep this setting at the Default which is True.</p>
<p>network.http.max-persistent-connections-per-server: 8</p>
<p>Increases the maximum number of persistent connections per server which can help speed up loading of multimedia rich sites. Default is 6</p>
<p>network.http.pipelining: true</p>
<p>Can send multiple requests to a server together in order to speed up loading of webpages. This is not supported by ALL servers – some servers may even behave incorrectly if they receive pipelined requests. Default is False</p>
<p>network.http.pipelining.maxrequests: 8</p>
<p>Sets a maximum number of multiple requests that can be pipelined to prevent overloading the server. Higher values will cause a delay before the first request completes but will make the last request complete sooner. Higher values will also cause more of a delay if a connection fails. The maximum value is 8. Default is 4</p>
<p>network.dns.disableIPv6: true</p>
<p>Disables IPv6 DNS lookups to prevent a significant delay with poorly configured IPv6 servers. Default is False</p></blockquote>
<p>&nbsp;</p>
<p>The last time I did something similar was to <span style="text-decoration: underline;">speed up FireFox 3</span>, so I tried to find a video to make things easier.</p>
<h2>Video to Boost FireFox Speed</h2>
<h3>
<iframe src="http://www.youtube.com/embed/donLHg3DPPQ" frameborder="0" width="560" height="315"></iframe></p>
<p>Happy FireFoxing!</h3>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/VdESPr4QSSs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/firefox/how-to-speed-up-firefox-9-tweaking-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/firefox/how-to-speed-up-firefox-9-tweaking-guide/</feedburner:origLink></item>
		<item>
		<title>So Goodbye Yellow Twit Road and Goodbye Facebook as Well</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/nS_Ong41Pew/</link>
		<comments>http://duskosavic.com/blog/marketing/so-goodbye-yellow-twit-road-and-goodbye-facebook-as-well/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 20:39:32 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=227</guid>
		<description><![CDATA[Current wisdom has it that every Internet marketeer must have at least one Facebook and Twitter account. If you have more sites, you should have more accounts &#8212; but that is the point of view I have never subscribed to. It is as if you ought to have had a new account for every forum [...]]]></description>
			<content:encoded><![CDATA[<p>Current wisdom has it that every Internet marketeer must have at least one Facebook and Twitter account. If you have more sites, you should have more accounts &#8212; but that is the point of view I have never subscribed to. It is as if you ought to have had a new account for every forum out there. I do not deny that some people have done exactly that, but I also know that it is not for <em><strong>me</strong></em>.</p>
<p>There is that useful notion of the &#8220;brand of one&#8221;. I have first encountered it while studing the 10 day course from SiteSell.com, the famous SBI. It is a very powerful concept, but not for everyone. If you want to brand yourself, you should be honest and first convince yourself that you are worthy of being promoted as a brand. You must also be dedicated to such success, never faltering and doubting whether are you &#8220;the one&#8221; or not.</p>
<p>You should be able to be yourself and to be paid because of that, not because you are pretending to be someone else.</p>
<p>The case in point is the very notion of &#8220;Internet marketing&#8221; in which only marketing exists, and everything else &#8212; product creation in the first place &#8212; is expendable and neglibigle.</p>
<p>Anonimity is not the route to success. Creating false personas for this or that niche is a waste of time. You are either a succes or you are not a success. That fear of not being worthy is what brings so many people down.</p>
<p>You are better than you think you are. Start from there and see how you can help other people solve their problems. Give freely and create a debt, let them be forced to pay you and thus attract their energy to you, not yours towards them.</p>
<p>That is where you start getting rich, although that is not really the point here.</p>
<p>So Goodbye Yellow Twit Road and goodbye Facebook as well. Every link to your sites that I put on my site, is taking away my traffic towards you, <em><strong>away from me</strong></em>. That&#8217;s being sold cheap, for the &#8220;love of sharing&#8221; with friends and followers, 99.99% you have never and you will never, ever meet physically.</p>
<p>And oh, my dear visitor, I have nothing against you spending your time over there and <em><strong>talking about me</strong></em>.  46% of effective marketing is &#8220;through the grapewine&#8221; anyways.</p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/nS_Ong41Pew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/marketing/so-goodbye-yellow-twit-road-and-goodbye-facebook-as-well/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/marketing/so-goodbye-yellow-twit-road-and-goodbye-facebook-as-well/</feedburner:origLink></item>
		<item>
		<title>Eight Tips And A PHP Hack To Make Your Website Mobile Friendly</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/nnx71hrnnCo/</link>
		<comments>http://duskosavic.com/blog/mobile-sites/eight-simple-tips-to-make-your-website-mobile-friendly/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 08:15:02 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Mobile sites]]></category>
		<category><![CDATA[mobile compatible sites]]></category>
		<category><![CDATA[mobile sites]]></category>
		<category><![CDATA[mobile version]]></category>
		<category><![CDATA[php hack]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=219</guid>
		<description><![CDATA[It is obvious now that your site has to be mobile friendly. One of my sites, for instance, has the following proportion of visitors from mobile devices within a couple of days: &#160; Operating System Visits % Visits Android 68 52 iPad 57 28.93 iPhone 53 26.90 iPod 6 3.05 BlackBerry 5 2.54 SymbianOS 4 [...]]]></description>
			<content:encoded><![CDATA[<p>It is obvious now that your site has to be mobile friendly. One of my sites, for instance, has the following proportion of visitors from mobile devices within a couple of days:</p>
<p>&nbsp;</p>
<table width="40%" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<th class="style1" scope="col" width="42%">
<div align="right">
<h3 align="left">Operating System</h3>
</div>
</th>
<th class="style1" scope="col" width="26%">
<div align="right">
<h3>Visits</h3>
</div>
</th>
<th class="style1" scope="col" width="32%">
<div align="right">
<h3>% Visits</h3>
</div>
</th>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>Android</strong></div>
</td>
<td class="style1">
<div align="right">68</div>
</td>
<td class="style1">
<div align="right">52</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>iPad</strong></div>
</td>
<td class="style1">
<div align="right">57</div>
</td>
<td class="style1">
<div align="right">28.93</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>iPhone</strong></div>
</td>
<td class="style1">
<div align="right">53</div>
</td>
<td class="style1">
<div align="right">26.90</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>iPod</strong></div>
</td>
<td class="style1">
<div align="right">6</div>
</td>
<td class="style1">
<div align="right">3.05</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>BlackBerry</strong></div>
</td>
<td class="style1">
<div align="right">5</div>
</td>
<td class="style1">
<div align="right">2.54</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>SymbianOS</strong></div>
</td>
<td class="style1">
<div align="right">4</div>
</td>
<td class="style1">
<div align="right">2.03</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>Samsung</strong></div>
</td>
<td class="style1">
<div align="right">2</div>
</td>
<td class="style1">
<div align="right">1.02</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>Nokia</strong></div>
</td>
<td class="style1">
<div align="right">1</div>
</td>
<td class="style1">
<div align="right">0.51</div>
</td>
</tr>
<tr>
<td class="style1">
<div align="left"><strong>Windows</strong></div>
</td>
<td class="style1">
<div align="right">1</div>
</td>
<td class="style1">
<div align="right">0.51</div>
</td>
</tr>
</tbody>
</table>
<p>So, here are the tips from various sources on how to make your site more appealing to the mobile users out there. The first take is from site <a title="How To Make Your Site Mobile Friendly" href="http://www.cbsnews.com/8301-505143_162-47744641/8-simple-tips-to-make-your-website-mobile-friendly/">CBSNews.com</a>, written by <a title="Jeff Haden on Twitter" href="https://twitter.com/#!/jeff_haden">Jeff Haden</a>.</p>
<blockquote>
<h1>Eight Simple Tips to Make Your Website Mobile-Friendly</h1>
<p>(MoneyWatch)  My neighbor is 72. She uses her iPhone for shopping.<br />
Do I have to say more about ensuring your small business website is mobile friendly? It&#8217;s fairly easy, and you don&#8217;t need to develop an app or spend thousands on programming and site redesign. Just take care of a few basics:</p>
<ul>
<li><strong>Focus on critical needs.</strong> Mobile users typically won&#8217;t browse for more than a few minutes. Most just want a specific piece of information. Make sure major services, major products, phone numbers, addresses &#8212; the basics of what you do and who you are &#8212; are easy to find and view. A friend who runs a chain of retail stores estimates that at least 30% of mobile visitors to his site only come for locations, phone numbers, and store hours.</li>
<li><strong>Take out the Flash.</strong> Flash is cool in normal browsers but won&#8217;t display on many mobile devices. Consider removing Flash on pages mobile users are likely to visit; if you can&#8217;t, use Javascript, embed YouTube links, or ask your Web designer for other possible workarounds.</li>
<li><strong>Limit images.</strong> While product photos are important, &#8220;atmosphere&#8221; images are irritating to mobile users and typically increase page load times. Mobile users are more interested in the fast food approach to website visits: They know what they want, they want it fast, and they won&#8217;t pay (in this case, in terms of time and use of browsing) for ambiance. Make sure critical pages are to the point and clutter free.</li>
<li><strong>Simplify navigation.</strong> Links are not always easy to &#8220;click&#8221; on a smart phone, so a cluttered navigation scheme is definitely frustrating. (Admit it; you&#8217;ve occasionally struggled to click the right link on your mobile device.) Keep the number of links to a minimum and make overall navigation easy and intuitive. Don&#8217;t expect any mobile users to &#8220;figure out&#8221; how your site works; they&#8217;ll leave instead.</li>
<li><strong>Avoid forms when possible.</strong> Forms are a pain to fill out on smart phones (at least they are for me.) If you must use forms, only ask for the information you absolutely need.</li>
<li><strong>Take advantage of plugins.</strong> If your website was built using a CMS (content management system), check out the mobile plugins available. Some are free, others cost less than $50. A good plugin will optimize your site for mobile viewers without the need for a manual re-design.</li>
<li><strong>Use CSS.</strong> Cascading Style Sheets can control the look and feel of your site, ensuring it appears the way you want it to across multiple browsers and platforms. If your site wasn&#8217;t built using CSS, it makes sense to do so even if you aren&#8217;t worried about being mobile-friendly. Your content can stay the same, but how it is displayed will change based on the device and browser used to view it.</li>
<li><strong>Test.</strong> Check out your site on a number of devices. And try some of the online testing sites, like <a href="http://validator.w3.org/mobile/">this one</a>. Never assume your site looks great or works well across multiple platforms and devices, because it probably doesn&#8217;t &#8212; and if it doesn&#8217;t, you may lose potential customers.</li>
</ul>
</blockquote>
<p>Here is how to get your feet wet with PHP and .htaccess on your site. The following quotation is from a site called Mike Industries, from this post called<a href="http://www.mikeindustries.com/blog/archive/2005/07/make-your-site-mobile-friendly"> Make Your Site Mobile-Friendly in Two Minutes</a>, written by <a title="Mike Davidson bio" href="http://www.mikeindustries.com/blog/about">Mike Davidson</a>.</p>
<blockquote>
<h1>Make Your Site Mobile-Friendly in Two Minutes</h1>
<h3>Four easy steps</h3>
<p>Outlined below are the four steps to get this done in a matter of minutes, provided you are in an Apache environment and can run PHP. If you’re not, these steps can easily be adaptable to other technologies.</p>
<h4>Step 1: Set up a domain mirror</h4>
<p>If your site lives at <code>www.myawesomeblog.com</code>, you’re going to want to set up a subdomain at <code>mobile.myawesomeblog.com</code>. How you accomplish this is usually pretty straightforward but differs depending on your host. I use <a href="http://www.mikeindustries.com/blog/dreamhost-web-hosting">Dreamhost</a> and from their control panel, I can add subdomains effortlessly until I pass out from excitement. You want to set up your subdomain as a “mirror” of your main site, meaning the subdomain is really just pointing to your existing site.</p>
<h4>Step 2: Create global_prepend file</h4>
<p>The next thing we’re going to do is a create a PHP file which will be automatically prepended to every page of our site. Call this file something like <code>"global_prepend.php"</code> and throw it at the root of your server:</p>
<div><code><textarea>&lt;br /&gt; &lt;?php&lt;br /&gt; function callback($buffer) {&lt;br /&gt; if ($_SERVER['SERVER_NAME'] == 'mobile.myawesomeblog.com') {&lt;br /&gt; $buffer = str_replace('http://www.myawesomeblog.com', 'http://mobile.myawesomeblog.com', $buffer);&lt;br /&gt; $buffer = preg_replace('/[\n\r\t]+/', '', $buffer);&lt;br /&gt; $buffer = preg_replace('/\s{2,}/', ' ', $buffer);&lt;br /&gt; $buffer = preg_replace('/(&lt;a[^&gt;]*&gt;)(&lt;img[^&gt;]+alt=")([^"]*)("[^&gt;]*&gt;)(&lt;\/a&gt;)/i', '$1$3$5&lt;br /&gt;', $buffer);&lt;br /&gt; $buffer = preg_replace('/(&lt;link[^&gt;]+rel="[^"]*stylesheet"[^&gt;]*&gt;|&lt;img[^&gt;]*&gt;|style="[^"]*")|&lt;script[^&gt;]*&gt;.*?&lt;\/script&gt;|&lt;style[^&gt;]*&gt;.*?&lt;\/style&gt;|&lt;!--.*?--&gt;/i', '', $buffer);&lt;br /&gt; $buffer = preg_replace('/&lt;\/head&gt;/i', '&lt;meta name="robots" content="noindex, nofollow"&gt;&lt;/head&gt;', $buffer);&lt;br /&gt; }&lt;br /&gt; return $buffer;&lt;br /&gt; }&lt;br /&gt; ob_start("callback");&lt;br /&gt; ?&gt;</textarea></code></div>
<p>This code uses a PHP function called <code>ob_start()</code> to read in your entire HTML source, run some rules on it, and then send the output to users’ web browsers… all in real time. The first <code>"if"</code> statement simply checks to see if the user is coming from our special “mobile” URL, and if so, runs seven replace statements on the code. Here’s what each line does:</p>
<ol>
<li>Changes all URLs to “mobile”-ized URLs.</li>
<li>Strips all linefeeds, carriage returns, and tabs.</li>
<li>Trims multiple spaces down to one (HTML doesn’t recognize more than one space in a row).</li>
<li>Changes any anchored images with alt text to plain text anchors.</li>
<li>Strips all stylesheets, images, inline styles, scripts, and comments (including RDF).</li>
<li>Tells search engine robots not to index or crawl the mobile version of the site so as to not create duplicate listings.</li>
</ol>
<h4>Step 3: Create global_append file</h4>
<p>Next, we need to create a tiny PHP file which will automatically get added to the <em>end</em> of every file on our site. This is the code that actually outputs the page to the browser. So the flow is like so: Suck code into buffer, siphon fat away, spit contents of buffer into browser.</p>
<p>The code for the global_append file is below. Call it something like <code>"global_append.php"</code> and throw it at the root of your server:</p>
<div><code><textarea>&lt;br /&gt; &lt;?php&lt;br /&gt; ob_end_flush();&lt;br /&gt; ?&gt;</textarea></code></div>
<h4>Step 4: Enable prepends and appends using .htaccess</h4>
<p>If you don’t already have an <code>.htaccess</code> file at the root of your server, open up a new text file and add these lines to it:</p>
<p><code>php_value auto_prepend_file /localfilepath/global_prepend.php<br />
php_value auto_append_file /localfilepath/global_append.php</code></p>
<p>Then save it to the root of your server with the filename <code>".htaccess"</code>. If you already have an .htaccess file, just add the above lines to it.</p>
<p><em>* Important Note: If you copy these two lines from your web browser, you might need to delete the carriage return and make your own. Sometimes a browser’s carriage return will cause your .htaccess file to fail (you’ll know immediately if it has failed because your site won’t come up).</em></p>
<p>Assuming your subdomain is live, you should now be able to hit your site in a web browser using the special mobile URL and see a nice, compact, imageless, styleless, scriptless version of your site. Voila!</p></blockquote>
<p>Here is in an excellent infographic for the above process:</p>
<blockquote>
<h1><a href="http://www.intac.net/how-to-make-your-site-compatible-for-cell-phones/" rel="bookmark">How To Make Your Site Compatible For Cell Phones</a></h1>
</blockquote>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/nnx71hrnnCo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/mobile-sites/eight-simple-tips-to-make-your-website-mobile-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/mobile-sites/eight-simple-tips-to-make-your-website-mobile-friendly/</feedburner:origLink></item>
		<item>
		<title>Links And Resources</title>
		<link>http://feedproxy.google.com/~r/WorldsOfDuskoSavic/~3/BuoTKQWQbpI/</link>
		<comments>http://duskosavic.com/blog/ubuntu/links-and-resources/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:02:53 +0000</pubDate>
		<dc:creator>Dusko</dc:creator>
				<category><![CDATA[Links and resources]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu download]]></category>

		<guid isPermaLink="false">http://duskosavic.com/blog/?p=203</guid>
		<description><![CDATA[This here will be a not so large but growing list of the links that I like and visit: Download Ubuntu &#160;]]></description>
			<content:encoded><![CDATA[<p>This here will be a not so large but growing list of the links that I like and visit:</p>
<p><a href="http://www.ubuntu.com/download/ubuntu/download">Download Ubuntu</a></p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/WorldsOfDuskoSavic/~4/BuoTKQWQbpI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://duskosavic.com/blog/ubuntu/links-and-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://duskosavic.com/blog/ubuntu/links-and-resources/</feedburner:origLink></item>
	</channel>
</rss>

