<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Artikel Komputer</title>
		<link>http://zbobsaid.ucoz.com/</link>
		<description></description>
		<lastBuildDate>Sat, 10 Mar 2012 17:20:44 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://zbobsaid.ucoz.com/news/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Generator CSS Border Radius</title>
			<description>&lt;style media=&quot;screen&quot; type=&quot;text/css&quot;&gt;
::-moz-selection{background:darkgreen;color:#fff;}
::selection{background:darkgreen;color:#fff;}
#main-wrapper{width:97.8% !important;}
#sidebar-wrapper,#taufik,#iklan-wrapper,#top-ribbon{display:none !important;}
 #container {
 width: 550px;
 margin: 0 auto;
 position: relative;
 }
 
 #container .input_wrapper {
 position: absolute;
 width: 100px;
 height: 50px;
 }
 
 #container .input_wrapper#input_wrapper_tl {
 top: -2px;
 left: -115px;
 text-align: right;
 }
 
 #container .input_wrapper#input_wrapper_tr {
 top: -2px;
 right: -115px;
 text-align: left;
 }
 
 #container .input_wrapper#input_wrapper_bl {
 bottom: -2px;
 left: -115px;
 text-align: right;
 }
 
 #container .input_wrapper#input_wrapper_br {
 bottom: -2px;
 right: -115px;
 text-align: left;
 }
 
 #container .input_wrapper input {
 text-align: right;
 position: absolute;
 top: 0;
 right: 0;
 color:#fff;
 width: 82px;
 padding: 2px 8px;
 border: 1px solid #2f2f2f;
 outline: none;
 backg...</description>
			<content:encoded>&lt;style media=&quot;screen&quot; type=&quot;text/css&quot;&gt;
::-moz-selection{background:darkgreen;color:#fff;}
::selection{background:darkgreen;color:#fff;}
#main-wrapper{width:97.8% !important;}
#sidebar-wrapper,#taufik,#iklan-wrapper,#top-ribbon{display:none !important;}
 #container {
 width: 550px;
 margin: 0 auto;
 position: relative;
 }
 
 #container .input_wrapper {
 position: absolute;
 width: 100px;
 height: 50px;
 }
 
 #container .input_wrapper#input_wrapper_tl {
 top: -2px;
 left: -115px;
 text-align: right;
 }
 
 #container .input_wrapper#input_wrapper_tr {
 top: -2px;
 right: -115px;
 text-align: left;
 }
 
 #container .input_wrapper#input_wrapper_bl {
 bottom: -2px;
 left: -115px;
 text-align: right;
 }
 
 #container .input_wrapper#input_wrapper_br {
 bottom: -2px;
 right: -115px;
 text-align: left;
 }
 
 #container .input_wrapper input {
 text-align: right;
 position: absolute;
 top: 0;
 right: 0;
 color:#fff;
 width: 82px;
 padding: 2px 8px;
 border: 1px solid #2f2f2f;
 outline: none;
 background: #393939;
 font: bold 15px Arial, Helvetica, sans-serif;
box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;
 }
 
 #container .input_wrapper#input_wrapper_tr input,
 #container .input_wrapper#input_wrapper_br input {
 text-align: left;
 right: auto;
 left: 0;
 }
 
 #container .input_wrapper#input_wrapper_bl input,
 #container .input_wrapper#input_wrapper_br input {
 top: auto;
 bottom: -1px;
 }
 
 #container .input_wrapper input.chars_1 { width: 10px }
 #container .input_wrapper input.chars_2 { width: 18px }
 #container .input_wrapper input.chars_3 { width: 26px }
 #container .input_wrapper input.chars_4 { width: 34px }
 
 #container #surface {
 background: #ddd;
 border: 2px solid #fff;
 padding: 44px 40px 20px 40px;
 width: 460px;
 color:#fff;
 margin: 0 auto 30px;
 text-align: center;
 box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
 -moz-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
 -webkit-box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
 }
 
 #container #surface textarea {
 background: #fafafc;
 border: 1px solid #a3a3a3;
 resize: none;
 width: 430px;
 height: 240px;
 outline: none;
 font: normal 15px Monaco, &apos;Courier New&apos;, monospace;
 line-height: 20px;
 padding: 9px 10px;
 color: #2f2f2f;
 overflow: hidden;
 }
 
 #container #surface #options {
 margin: 10px 0 0 0;
 }
 
 #container #surface #options input {
 margin-right: 2px;
 }
 
 #container #surface #options label {
 margin-right: 6px;
 color:#333;
 }
 
 #container #surface #options label.last {
 margin-right: 0;
 }
 
&lt;/style&gt; &lt;script src=&quot;http://hompimpa.googlecode.com/files/uncompresshompiradiusgenerator.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;&gt;
 var master_dir = false;
 var master_radius = 0;
 
 var is_master_radius = new Array();
 is_master_radius[&apos;tl&apos;] = true;
 is_master_radius[&apos;tr&apos;] = true;
 is_master_radius[&apos;br&apos;] = true;
 is_master_radius[&apos;bl&apos;] = true;
 
 var options = new Array();
 options[&apos;css3&apos;] = true;
 options[&apos;webkit&apos;] = true;
 options[&apos;gecko&apos;] = true; 
 
&lt;/script&gt; &lt;br /&gt;

&lt;div id=&quot;container&quot;&gt;&lt;div class=&quot;input_wrapper&quot; id=&quot;input_wrapper_tl&quot;&gt;&lt;input class=&quot;chars_1&quot; id=&quot;input_tl&quot; onkeypress=&quot;return observe_input_keypress(event)&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt; &lt;/div&gt;&lt;div class=&quot;input_wrapper&quot; id=&quot;input_wrapper_tr&quot;&gt;&lt;input class=&quot;chars_1&quot; id=&quot;input_tr&quot; onkeypress=&quot;return observe_input_keypress(event)&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt; &lt;/div&gt;&lt;div class=&quot;input_wrapper&quot; id=&quot;input_wrapper_br&quot;&gt;&lt;input class=&quot;chars_1&quot; id=&quot;input_br&quot; onkeypress=&quot;return observe_input_keypress(event)&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt; &lt;/div&gt;&lt;div class=&quot;input_wrapper&quot; id=&quot;input_wrapper_bl&quot;&gt;&lt;input class=&quot;chars_1&quot; id=&quot;input_bl&quot; onkeypress=&quot;return observe_input_keypress(event)&quot; type=&quot;text&quot; value=&quot;0&quot; /&gt; &lt;/div&gt;&lt;div id=&quot;surface&quot;&gt;&lt;textarea id=&quot;code&quot; readonly=&quot;readonly&quot;&gt;&lt;/textarea&gt; &lt;br /&gt;
&lt;div id=&quot;options&quot;&gt;&lt;input checked=&quot;true&quot; id=&quot;opt_webkit&quot; type=&quot;checkbox&quot; /&gt;&lt;label for=&quot;opt_webkit&quot;&gt; WebKit&lt;/label&gt; &lt;input checked=&quot;true&quot; id=&quot;opt_gecko&quot; type=&quot;checkbox&quot; /&gt;&lt;label class=&quot;last&quot; for=&quot;opt_gecko&quot;&gt; Firefox&lt;/label&gt; &lt;input checked=&quot;true&quot; id=&quot;opt_css3&quot; type=&quot;checkbox&quot; /&gt;&lt;label for=&quot;opt_css3&quot;&gt; CSS3&lt;/label&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type=&quot;text/javascript&quot;&gt;
 function update_input_class(dir) {
 value = $(&apos;input_&apos; + dir).value;
 
 if (value.length === 0 || value.length === 1) {
 $(&apos;input_&apos; + dir).className = &apos;chars_1&apos;;
 } else if (value.length == 2) {
 $(&apos;input_&apos; + dir).className = &apos;chars_2&apos;;
 } else if (value.length == 3) {
 $(&apos;input_&apos; + dir).className = &apos;chars_3&apos;;
 } else if (value.length == 4) {
 $(&apos;input_&apos; + dir).className = &apos;chars_4&apos;;
 } else {
 $(&apos;input_&apos; + dir).className = &apos;&apos;;
 }
 }
 
 function update_options() {
 options[&apos;css3&apos;] = $(&apos;opt_css3&apos;).checked;
 options[&apos;webkit&apos;] = $(&apos;opt_webkit&apos;).checked;
 options[&apos;gecko&apos;] = $(&apos;opt_gecko&apos;).checked;
 }
 
 function generate_code(option, master, tl_radius, tr_radius, br_radius, bl_radius) {
 var radii = [tl_radius, tr_radius, br_radius, bl_radius];
 
 var code_short = &apos;&apos;;
 var code_tl = &apos;&apos;;
 var code_tr = &apos;&apos;;
 var code_br = &apos;&apos;;
 var code_bl = &apos;&apos;;
 
 if (option == &apos;css3&apos;) {
 var declaration_short = &apos;border-radius: &apos;;
 var declaration_tl = &apos;border-top-left-radius: &apos;;
 var declaration_tr = &apos;border-top-right-radius: &apos;;
 var declaration_br = &apos;border-bottom-right-radius: &apos;;
 var declaration_bl = &apos;border-bottom-left-radius: &apos;;
 } else if (option == &apos;webkit&apos;) {
 var declaration_short = &apos;-webkit-border-radius: &apos;;
 var declaration_tl = &apos;-webkit-border-top-left-radius: &apos;;
 var declaration_tr = &apos;-webkit-border-top-right-radius: &apos;;
 var declaration_br = &apos;-webkit-border-bottom-right-radius: &apos;;
 var declaration_bl = &apos;-webkit-border-bottom-left-radius: &apos;;
 } else if (option == &apos;gecko&apos;) {
 var declaration_short = &apos;-moz-border-radius: &apos;;
 var declaration_tl = &apos;-moz-border-radius-topleft: &apos;;
 var declaration_tr = &apos;-moz-border-radius-topright: &apos;;
 var declaration_br = &apos;-moz-border-radius-bottomright: &apos;;
 var declaration_bl = &apos;-moz-border-radius-bottomleft: &apos;;
 }
 
 if (tl_radius || tr_radius || bl_radius || br_radius) {
 if (radii.uniq().length === 1) {
 master_radius = radii.uniq().reduce();
 
 if (master_radius != 0) code_short += declaration_short + master_radius + &quot;px;&amp;#92;n&quot;;
 } else if (radii.uniq().length == 2) {
 var non_master_radius = radii.without(master_radius);
 var non_master_radius_count = non_master_radius.size();
 non_master_radius = non_master_radius.uniq().reduce();
 
 if (non_master_radius_count === 1) {
 if (master_radius != 0) code_short += declaration_short + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 
 if (tl_radius &amp;&amp; tl_radius != master_radius) code_tl += declaration_tl + tl_radius + (tl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius &amp;&amp; tr_radius != master_radius) code_tr += declaration_tr + tr_radius + (tr_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius &amp;&amp; br_radius != master_radius) code_br += declaration_br + br_radius + (br_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius &amp;&amp; bl_radius != master_radius) code_bl += declaration_bl + bl_radius + (bl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 } else if (non_master_radius_count == 2) {
 if (non_master_radius == 0) {
 if (tl_radius &amp;&amp; tl_radius != 0) code_tl += declaration_tl + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius &amp;&amp; tr_radius != 0) code_tr += declaration_tr + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius &amp;&amp; br_radius != 0) code_br += declaration_br + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius &amp;&amp; bl_radius != 0) code_bl += declaration_bl + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 } else {
 if (master_radius != 0) code_short += declaration_short + master_radius + (master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 
 if (tl_radius &amp;&amp; tl_radius != master_radius) code_tl += declaration_tl + tl_radius + (tl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius &amp;&amp; tr_radius != master_radius) code_tr += declaration_tr + tr_radius + (tr_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius &amp;&amp; br_radius != master_radius) code_br += declaration_br + br_radius + (br_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius &amp;&amp; bl_radius != master_radius) code_bl += declaration_bl + bl_radius + (bl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 }
 } else if (non_master_radius_count == 3) {
 if (non_master_radius == 0) {
 if (tl_radius != 0) code_tl += declaration_tl + tl_radius + (tl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius != 0) code_tr += declaration_tr + tr_radius + (tr_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius != 0) code_br += declaration_br + br_radius + (br_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius != 0) code_bl += declaration_bl + bl_radius + (bl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 } else {
 if (non_master_radius != 0) code_short += declaration_short + non_master_radius + (non_master_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 
 if (tl_radius &amp;&amp; tl_radius != non_master_radius) code_tl += declaration_tl + tl_radius + (tl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius &amp;&amp; tr_radius != non_master_radius) code_tr += declaration_tr + tr_radius + (tr_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius &amp;&amp; br_radius != non_master_radius) code_br += declaration_br + br_radius + (br_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius &amp;&amp; bl_radius != non_master_radius) code_bl += declaration_bl + bl_radius + (bl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 }
 }
 } else if (radii.compact().uniq().length == 3 || radii.compact().uniq().length == 4) {
 if (tl_radius &amp;&amp; tl_radius != 0) code_tl += declaration_tl + tl_radius + (tl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (tr_radius &amp;&amp; tr_radius != 0) code_tr += declaration_tr + tr_radius + (tr_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (br_radius &amp;&amp; br_radius != 0) code_br += declaration_br + br_radius + (br_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 if (bl_radius &amp;&amp; bl_radius != 0) code_bl += declaration_bl + bl_radius + (bl_radius == 0 ? &apos;&apos; : &quot;px&quot;) + &quot;;&amp;#92;n&quot;;
 }
 }
 
 return code_short + code_tl + code_tr + code_br + code_bl;
 }
 
 function update_textarea() {
 var tl_radius = $(&apos;input_tl&apos;).value.strip();
 var tr_radius = $(&apos;input_tr&apos;).value.strip();
 var br_radius = $(&apos;input_br&apos;).value.strip();
 var bl_radius = $(&apos;input_bl&apos;).value.strip();
 
 master_radius = master_radius.strip();
 
 var code = &apos;&apos;;
 if (options[&apos;webkit&apos;]) code += generate_code(&apos;webkit&apos;, master_radius, tl_radius, tr_radius, br_radius, bl_radius);
 if (options[&apos;gecko&apos;]) code += generate_code(&apos;gecko&apos;, master_radius, tl_radius, tr_radius, br_radius, bl_radius);
 if (options[&apos;css3&apos;]) code += generate_code(&apos;css3&apos;, master_radius, tl_radius, tr_radius, br_radius, bl_radius);
 
 $(&apos;code&apos;).value = code.strip();
 }
 
 function apply_radii() {
 var tl_radius = $(&apos;input_tl&apos;).value &gt; 125 ? 125 : (! $(&apos;input_tl&apos;).value ? 0 : $(&apos;input_tl&apos;).value.strip());
 var tr_radius = $(&apos;input_tr&apos;).value &gt; 125 ? 125 : (! $(&apos;input_tr&apos;).value ? 0 : $(&apos;input_tr&apos;).value.strip());
 var br_radius = $(&apos;input_br&apos;).value &gt; 125 ? 125 : (! $(&apos;input_br&apos;).value ? 0 : $(&apos;input_br&apos;).value.strip());
 var bl_radius = $(&apos;input_bl&apos;).value &gt; 125 ? 125 : (! $(&apos;input_bl&apos;).value ? 0 : $(&apos;input_bl&apos;).value.strip());
 
 if ($(&apos;surface&apos;).style.borderTopLeftRadius != &apos;undefined&apos;) {
 $(&apos;surface&apos;).style.borderTopLeftRadius = tl_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.borderTopRightRadius = tr_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.borderBottomRightRadius = br_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.borderBottomLeftRadius = bl_radius + &apos;px&apos;;
 }
 
 if ($(&apos;surface&apos;).style.WebkitBorderTopLeftRadius != &apos;undefined&apos;) {
 $(&apos;surface&apos;).style.WebkitBorderTopLeftRadius = tl_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.WebkitBorderTopRightRadius = tr_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.WebkitBorderBottomRightRadius = br_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.WebkitBorderBottomLeftRadius = bl_radius + &apos;px&apos;;
 }
 
 if ($(&apos;surface&apos;).style.MozBorderRadiusTopright != &apos;undefined&apos;) {
 $(&apos;surface&apos;).style.MozBorderRadiusTopleft = tl_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.MozBorderRadiusTopright = tr_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.MozBorderRadiusBottomright = br_radius + &apos;px&apos;;
 $(&apos;surface&apos;).style.MozBorderRadiusBottomleft = bl_radius + &apos;px&apos;;
 }
 }
 
 function observe_input_value(dir, value) {
 if (! master_dir) {
 master_dir = dir;
 master_radius = $(&apos;input_&apos; + master_dir).value;
 }
 
 if (dir == master_dir) {
 master_radius = $(&apos;input_&apos; + master_dir).value;
 
 if (master_dir != &apos;tl&apos; &amp;&amp; is_master_radius[&apos;tl&apos;]) $(&apos;input_tl&apos;).value = master_radius;
 if (master_dir != &apos;tr&apos; &amp;&amp; is_master_radius[&apos;tr&apos;]) $(&apos;input_tr&apos;).value = master_radius;
 if (master_dir != &apos;br&apos; &amp;&amp; is_master_radius[&apos;br&apos;]) $(&apos;input_br&apos;).value = master_radius;
 if (master_dir != &apos;bl&apos; &amp;&amp; is_master_radius[&apos;bl&apos;]) $(&apos;input_bl&apos;).value = master_radius;
 
 } else if (value != master_radius) {
 is_master_radius[dir] = false;
 }
 
 update_input_class(&apos;tl&apos;);
 update_input_class(&apos;tr&apos;);
 update_input_class(&apos;br&apos;);
 update_input_class(&apos;bl&apos;);
 
 update_textarea();
 apply_radii();
 }
 
 function observe_input_keydown(e, dir) {
 var code = e.charCode ? e.charCode : e.keyCode;
 
 var increment = e.shiftKey ? 10 : 1;
 
 if (code == Event.KEY_UP) {
 $(&apos;input_&apos; + dir).value = parseInt($(&apos;input_&apos; + dir).value) + increment;
 } else if (code == Event.KEY_DOWN) {
 if ((parseInt($(&apos;input_&apos; + dir).value) - increment) &gt;= 0) {
 $(&apos;input_&apos; + dir).value = parseInt($(&apos;input_&apos; + dir).value) - increment;
 } else {
 $(&apos;input_&apos; + dir).value = 0;
 }
 }
 }
 
 function observe_input_keypress(e) {
 var code = e.charCode ? e.charCode : e.keyCode;
 
 if (! e.shiftKey &amp;&amp; ! e.ctrlKey &amp;&amp; ! e.altKey &amp;&amp; ! e.metaKey &amp;&amp; code != 46 &amp;&amp; (code &gt; 31 &amp;&amp; (code &lt; 48 || code &gt; 57))) return false;
 return true;
 }
 
 function observe_option(opt, checked) {
 update_options();
 if (master_radius) update_textarea();
 }
 
 function focus_textarea() {
 $(&apos;code&apos;).activate();
 setTimeout(&quot;$(&apos;code&apos;).activate()&quot;, 100);
 }
 
 new Form.Element.Observer(&apos;input_tl&apos;, 0.15, function (el, value) { observe_input_value(&apos;tl&apos;, value) });
 new Form.Element.Observer(&apos;input_tr&apos;, 0.15, function (el, value) { observe_input_value(&apos;tr&apos;, value) });
 new Form.Element.Observer(&apos;input_bl&apos;, 0.15, function (el, value) { observe_input_value(&apos;bl&apos;, value) });
 new Form.Element.Observer(&apos;input_br&apos;, 0.15, function (el, value) { observe_input_value(&apos;br&apos;, value) });
 
 $(&apos;input_tl&apos;).observe(&apos;keydown&apos;, function (e) { observe_input_keydown(e, &apos;tl&apos;) });
 $(&apos;input_tr&apos;).observe(&apos;keydown&apos;, function (e) { observe_input_keydown(e, &apos;tr&apos;) });
 $(&apos;input_bl&apos;).observe(&apos;keydown&apos;, function (e) { observe_input_keydown(e, &apos;bl&apos;) });
 $(&apos;input_br&apos;).observe(&apos;keydown&apos;, function (e) { observe_input_keydown(e, &apos;br&apos;) });
 
 $(&apos;input_tl&apos;).observe(&apos;click&apos;, function (e) { $(&apos;input_tl&apos;).activate() });
 $(&apos;input_tr&apos;).observe(&apos;click&apos;, function (e) { $(&apos;input_tr&apos;).activate() });
 $(&apos;input_bl&apos;).observe(&apos;click&apos;, function (e) { $(&apos;input_bl&apos;).activate() });
 $(&apos;input_br&apos;).observe(&apos;click&apos;, function (e) { $(&apos;input_br&apos;).activate() });
 
 new Form.Element.Observer(&apos;opt_css3&apos;, 0.15, function (el) { observe_option(&apos;css3&apos;, el.checked) });
 new Form.Element.Observer(&apos;opt_webkit&apos;, 0.15, function (el) { observe_option(&apos;webkit&apos;, el.checked) });
 new Form.Element.Observer(&apos;opt_gecko&apos;, 0.15, function (el) { observe_option(&apos;gecko&apos;, el.checked) });
 

&lt;/script&gt;
&lt;div style=&apos;clear:both;&apos;&gt;&lt;/div&gt;
&lt;div style=&apos;clear: both;&apos;&gt;&lt;/div&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/generator_css_border_radius/2012-03-10-11</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/generator_css_border_radius/2012-03-10-11</guid>
			<pubDate>Sat, 10 Mar 2012 17:20:44 GMT</pubDate>
		</item>
		<item>
			<title>Is your Home Network Safe From Viruses and Hackers? From Zbobs Site</title>
			<description>&lt;p class=&quot;MsoNormal&quot;&gt;Internet is definitely become the means for many of our
family activities like banking, social security, information for kids,
communication with IP telephones, Fax services, Entertainment with internet
radio and internet Television broadcasting station, Online music, games etc…The
computers that access the internet from home may be our PC or an office
computer of even a laptop. The connection you may use at home dial-up (now
outdated in most homes), DSL, Cable modems, and other broadband access
services.&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br&gt;
The motive of this document is to make you aware of the need for home network
Security. Laptop computer security is more important as this is a wireless
connecting device and can be compromised easier. Security of individual systems
is as essential as network security.&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@...</description>
			<content:encoded>&lt;p class=&quot;MsoNormal&quot;&gt;Internet is definitely become the means for many of our
family activities like banking, social security, information for kids,
communication with IP telephones, Fax services, Entertainment with internet
radio and internet Television broadcasting station, Online music, games etc…The
computers that access the internet from home may be our PC or an office
computer of even a laptop. The connection you may use at home dial-up (now
outdated in most homes), DSL, Cable modems, and other broadband access
services.&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br&gt;
The motive of this document is to make you aware of the need for home network
Security. Laptop computer security is more important as this is a wireless
connecting device and can be compromised easier. Security of individual systems
is as essential as network security.&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_6&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-7xPmh-F6NcM/TdtGF_1nwOI/AAAAAAAAAC0/DwFjTnIyrd0/s1600/2669425p.jpg&quot; style=&quot;width:450pt;height:419.25pt;visibility:visible;mso-wrap-style:square&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;01&amp;#92;clip_image001.jpg&quot; o:title=&quot;2669425p&quot;&gt;
&lt;/v:shape&gt;&lt;img width=&quot;600&quot; height=&quot;559&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;01&amp;#92;clip_image001.jpg&quot; alt=&quot;http://2.bp.blogspot.com/-7xPmh-F6NcM/TdtGF_1nwOI/AAAAAAAAAC0/DwFjTnIyrd0/s1600/2669425p.jpg&quot; v:shapes=&quot;Picture_x0020_6&quot;&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;b&gt;&lt;br&gt;
Is your Home Network Completely Secure?&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
You may ask &quot;&lt;i&gt;Why should I be bothered by such a thing? The computer guy
who sold me the product surely must have looked into all this before selling it
to me&lt;/i&gt;”. If you do not know whether your home network is secure or not;
there is something else you need to know&amp;nbsp;&lt;/p&gt;

&lt;ul style=&quot;margin-top:0in&quot; type=&quot;disc&quot;&gt;
 &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Nearly
 10,000 victims had home loans — totaling about $300 million — taken out in
 their name in 2002 and another 68,000 had new credit cards issued in their
 name&amp;nbsp;&lt;br&gt;
 (source : msnbc.msn.com)&lt;/li&gt;
 &lt;li class=&quot;MsoNormal&quot; style=&quot;mso-list:l0 level1 lfo1;tab-stops:list .5in&quot;&gt;Half a
 billion home PCs that are running unpatched, insecure Windows
 installs.&amp;nbsp;&lt;br&gt;
 (source : www.eweek.com)&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;If you do not have a home network security software then
intruders target your home computers first as it is likely to be least secured
when compared to company and enterprise computers. What do they search for?
They look for credit card numbers, bank account information, and any other
information that can bring them financial or any other gain. They use the
information to make purchases on your card.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
Well there is something more. Attackers use your computer to intrude other
computers so it would look like you are doing it and they will not get caught
or prosecuted. Yes! They use a large number of home PC’s they have intruded on
to form a private army of zombie computers that are called botnets. These are
used in Denial of Service attacks against enterprises which bring down their
networks and compromise their security.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
If you have broadband connections like DSL or cable modems you are favorite
targets and all this is because you have not kept your home computer or home
network secured from these attacks.&amp;nbsp;&lt;/p&gt;


&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/is_your_home_network_safe_from_viruses_and_hackers_from_zbobs_site/2011-09-29-10</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/is_your_home_network_safe_from_viruses_and_hackers_from_zbobs_site/2011-09-29-10</guid>
			<pubDate>Thu, 29 Sep 2011 13:25:52 GMT</pubDate>
		</item>
		<item>
			<title>Manage Your Customer Relationships or Perish From Zbobs Site</title>
			<description>&lt;div style=&quot;text-align: center;&quot;&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_26&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-qofHU6b3Q3o/Tml7Xm3Q_vI/A...</description>
			<content:encoded>&lt;div style=&quot;text-align: center;&quot;&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_26&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-qofHU6b3Q3o/Tml7Xm3Q_vI/AAAAAAAAAe8/twuXnueZb3Q/s320/kedirizone.jpeg&quot; style=&quot;width:240pt;height:197.25pt;visibility:visible;mso-wrap-style:square&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; o:title=&quot;kedirizone&quot;&gt;
&lt;/v:shape&gt;&lt;img width=&quot;320&quot; height=&quot;263&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; alt=&quot;http://2.bp.blogspot.com/-qofHU6b3Q3o/Tml7Xm3Q_vI/AAAAAAAAAe8/twuXnueZb3Q/s320/kedirizone.jpeg&quot; v:shapes=&quot;Picture_x0020_26&quot;&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;With an explosion of choice in product and service selection
winning more business is getting tougher each year. Reaching and nurturing
customer relations are essential for a small business to survival. Central to
managing any customer relationship is CRM or customer relationship management
software. Discover the necessary survival strategy of managing customer
relations with the technology of today.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; align=&quot;justify&quot;&gt;&lt;br&gt;
Gone are the days of marketing to your potential customer base and sitting back
to reap the rewards of a great ad campaign. Gone are the days of grabbing the
hottest leads and forgetting about the warmer less inclined to buy now clients.
Gone are the days of using a simple notebook or excel spreadsheet to collect
your lead list.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Customer Relationship Management: Share of Wallet&lt;/b&gt;.&lt;br&gt;
&lt;br&gt;
The late father of management Peter Drucker, simply stated, &quot;Shares in
disposable income are the foundation of all economic information. Businesses
keep figures on sales and know whether they go up or down. But practically none
knows the truly important figure: the share of the disposable income of their
customers that is being spent on the products or services that they produce and
sell.”&lt;br&gt;
&lt;br&gt;
The battle for customers is a zero sum game. No matter how wonderful your
product or service, your potential customers have a limited disposable income.
Their disposable income is in a state of change with rising and fall incomes
and living expenses. How can you get your share of their wallet?&lt;br&gt;
&lt;br&gt;
Companies poised to win their share of the wallet know customer relationship
management is not a luxury but an essential to being in business. According to
Forrester Research, businesses under 100 employees will account for more than
30% the CRM market reach in 2007. Is your small business CRM ready?&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Overcoming the Hurdles to Successful CRM Implementation&lt;/b&gt;.&lt;br&gt;
&lt;br&gt;
Customer relationship management or CRM is the methodology and tools of
finding, communicating, and retaining your best customers. Software programs
such as GoldMine or ACT! or subscription services like Salesforce.com help you
build lead lists, merge mail, handle contacts, and assess the results of your
marketing campaigns.&lt;br&gt;
&lt;br&gt;
Many larger corporations have failed at successful implementation of CRM. While
it’s easy to blame the software or incompetent staff, the real issue lies with
employee motives, time, and training. Use these success tactics for overcoming
the hurdles you will encounter with CRM.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Spot Check:&lt;/b&gt;&amp;nbsp;My own experiences with customer relationship
management tools found employees aren&apos;t only reluctant to adapt a new
technology but outright resist the sales lead component of CRM software. For
under performers, tracking leads reveals their true incompetence. I have
witnessed sales personal enter in fake names and numbers to avoid the scrutiny
of a sales manager. Successful implementation of CRM requires periodic spot
checking of lead entries and even calling leads to see if they exist.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Make Time:&lt;/b&gt;&amp;nbsp;Whether you are the only user of CRM software or have a
staff, it’s critical to set aside time each week for using the technology. Like
any new business application, regular use will reduce time and help you see the
rewards of CRM.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Get Trained:&lt;/b&gt;&amp;nbsp;A large part of setting aside time is learning the new
tools of CRM. Learning typically follows a U-shaped curve with the initial
phase being difficult till it peaks and learning accelerates. Be patient and in
no time you will master the must have tools of CRM.&lt;br&gt;
&lt;br&gt;&amp;nbsp;
Winning the customer game with customer relationship management tools is a
necessary for any small business today. The more you know your customers and
build a strong relationship, the greater your odds at winning the minds and
wallets of your customers in the competitive market.&amp;nbsp;&lt;br&gt;&lt;/p&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/manage_your_customer_relationships_or_perish_from_zbobs_site/2011-09-29-9</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/manage_your_customer_relationships_or_perish_from_zbobs_site/2011-09-29-9</guid>
			<pubDate>Thu, 29 Sep 2011 12:56:04 GMT</pubDate>
		</item>
		<item>
			<title>Beginning Ubuntu Linux - From Novice To Professional From Zbobs Site</title>
			<description>&lt;div style=&quot;text-align: center;&quot;&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_34&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-bSuEAlrU1Cs/Tmlt_CV2KXI/AAAAAAAAAdc/chi7qzvQ7H4/s320/kedirizone.jpg&quot; style=&quot;width:170.25pt;height:225pt;visibilit...</description>
			<content:encoded>&lt;div style=&quot;text-align: center;&quot;&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-no-proof:yes&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_34&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-bSuEAlrU1Cs/Tmlt_CV2KXI/AAAAAAAAAdc/chi7qzvQ7H4/s320/kedirizone.jpg&quot; style=&quot;width:170.25pt;height:225pt;visibility:visible;mso-wrap-style:square&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; o:title=&quot;kedirizone&quot;&gt;
&lt;/v:shape&gt;&lt;img width=&quot;227&quot; height=&quot;300&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; alt=&quot;http://2.bp.blogspot.com/-bSuEAlrU1Cs/Tmlt_CV2KXI/AAAAAAAAAdc/chi7qzvQ7H4/s320/kedirizone.jpg&quot; v:shapes=&quot;Picture_x0020_34&quot;&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Beginning Ubuntu Linux: From Novice to Professional is the
best-selling guide to the hottest new Linux distribution.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; align=&quot;justify&quot;&gt;Within its 600 in-depth pages, youll learn how to become a
pro-level Linux user.&lt;br&gt;
&lt;br&gt;
The book starts by introducing you to the world of Linux. Then it outlines
Ubuntu installation in illustrated steps, after which youll learn how to
configure every piece of everyday tech hardware such as your Internet
connection, printers, 3D graphics cards, Bluetooth devices, and much more.&lt;br&gt;
Then youll learn fun tasks such as listening to audio CDs and MP3s, watching
movies, performing office tasks, and even image editing.&lt;br&gt;
&lt;br&gt;
Additionally, theres a series of comprehensive tutorials on Linux internals and
the command-line promptessential for any Linux expertand the book includes
special sections on optimization, security, and system maintenance.&lt;br&gt;&amp;nbsp;
The book comes with a CD containing the complete Linux distribution. All you
need to do is insert the CD and follow the instructions in the book to install
this distribution.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/div&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/beginning_ubuntu_linux_from_novice_to_professional_from_zbobs_site/2011-09-29-8</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/beginning_ubuntu_linux_from_novice_to_professional_from_zbobs_site/2011-09-29-8</guid>
			<pubDate>Thu, 29 Sep 2011 12:53:26 GMT</pubDate>
		</item>
		<item>
			<title>A Programmer’s Introduction to PHP 4.0 From Zbobs Site</title>
			<description>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-WIx9R-liF2I/TmwpV9FeLWI/AAAAAAAAAjk/j9WOEZak-0E/s1600/kedirizone.jpg&quot; alt=&quot;&quot;&gt;&lt;/span&gt;&lt;/div&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;Seriously though, was there life before the Web? Growing up
today, one would hardly think so. The advent of the Internet has provided a
basis for communication unparalleled in the history of mankind, with people
both young and not so young using it as a means for shopping, learning, and
communicating. In just a few short years following its inception, aspiring
entrepreneurs have made it big, corporate empires have been built and lost, and
entire economies are booming, all due in part to the vision of Tim Berners-Lee
and his colleagues that the world might one day be interconnected via
hyperlinks.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Of course, the Web has progressed substantially over ...</description>
			<content:encoded>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-WIx9R-liF2I/TmwpV9FeLWI/AAAAAAAAAjk/j9WOEZak-0E/s1600/kedirizone.jpg&quot; alt=&quot;&quot;&gt;&lt;/span&gt;&lt;/div&gt;


&lt;p class=&quot;MsoNormal&quot;&gt;Seriously though, was there life before the Web? Growing up
today, one would hardly think so. The advent of the Internet has provided a
basis for communication unparalleled in the history of mankind, with people
both young and not so young using it as a means for shopping, learning, and
communicating. In just a few short years following its inception, aspiring
entrepreneurs have made it big, corporate empires have been built and lost, and
entire economies are booming, all due in part to the vision of Tim Berners-Lee
and his colleagues that the world might one day be interconnected via
hyperlinks.&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Of course, the Web has progressed substantially over the
last ten years, beginning largely as a tool for scientific research and soon
evolving to one capable of retrieving sometimes mind-boggling amounts of
information. Perhaps the single most important contributing agent to the
aggregation of this information is the ease in which it can be published to the
Web. With minimal knowledge, a person can download a text editor, FTP software,
and Web browsers and consequently be &quot;published&quot; to the electronic
media.&lt;br&gt;
However, the process behind the creation and maintenance of dynamic,
large-scale Web sites tends to be somewhat more complicated. Typically
incorporating features such as user interaction, database mining, and
multiplatform accessibility, development of a professional Web service can
quickly become a major undertaking.&lt;br&gt;
If you are interested in learning more about how these types of services can be
constructed and deployed, this book is for you.&lt;/p&gt;


&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/a_programmer_s_introduction_to_php_4_0_from_zbobs_site/2011-09-29-7</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/a_programmer_s_introduction_to_php_4_0_from_zbobs_site/2011-09-29-7</guid>
			<pubDate>Thu, 29 Sep 2011 12:50:53 GMT</pubDate>
		</item>
		<item>
			<title>10 Ways to Get Customers to Buy Now From Zbobs Site</title>
			<description>&lt;span style=&quot;font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;div style=&quot;text-align: center; &quot;&gt;&lt;/div&gt;&lt;font color=&quot;#333333&quot;&gt;You sent out the best direct mail piece you&apos;ve ever seen. Your catalog belongs in the Smithsonian. Your brochure is so great you framed it and put it next to the pictures of your kids.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;So why aren&apos;t you getting sales?&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Take a look at your call to action. With any advertising materials, it&apos;s crucial that you get potential customers to act. Now!&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Use the following techniques to create a call to action that will have your phones ringing off the hook and your profits reinventing your sales graphs:&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-wei...</description>
			<content:encoded>&lt;span style=&quot;font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;div style=&quot;text-align: center; &quot;&gt;&lt;/div&gt;&lt;font color=&quot;#333333&quot;&gt;You sent out the best direct mail piece you&apos;ve ever seen. Your catalog belongs in the Smithsonian. Your brochure is so great you framed it and put it next to the pictures of your kids.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;So why aren&apos;t you getting sales?&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Take a look at your call to action. With any advertising materials, it&apos;s crucial that you get potential customers to act. Now!&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Use the following techniques to create a call to action that will have your phones ringing off the hook and your profits reinventing your sales graphs:&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Give a Deadline for Ordering&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;We&apos;ve all received some sort of promotional material that has a deadline for ordering. The offer could end on that date.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Or you could use the deadline in conjunction with an upgrade or free gift. For example, order by the 15th and receive....&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Also, try to make the cut off date in the same month as your materials will be received. That way, your potential customers know they only have a limited time to respond and they won&apos;t fall victim to the &quot;I&apos;ll do it later&quot; syndrome.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Advise of a Price Increase&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;People want to get in on a good deal. If your price is going up on a specific date, let your customers know. They&apos;ll want to buy before your product&apos;s price increases.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Establish a Trial/Introductory Period&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Trial periods are a great way to get new customers. Offer a special deal, extra service or a lower price during your trial/introductory period.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Free Gift&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Nothing attracts new customers like free gifts. As an added incentive for ordering, offer your free gift to the first 100 or 1000 people that respond.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;&quot;No Risk&quot; Trial&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;People want to know there&apos;s no risk involved if they&apos;re not satisfied with the product/service. Let new customers know they can cancel for any reason before the trial period expires.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;&quot;Not Available in Stores&quot;&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Is your product exclusive to mail order? If your product&apos;s not available in stores, be sure to tell your customers. They&apos;ll know they can only order your product from you instead of visiting the local stores.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Offer an Upgrade&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;One simple line can boost your sales. &quot;Order within 10 days and we&apos;ll upgrade you to the deluxe model.&quot;&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Free Supplies/Accessories&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;You&apos;ve seen this technique used with computer sales. Buy a computer and receive a free printer. This works with a whole range of products. But be sure to include a date on your offer. This politely urges people to take advantage of your offer before time runs out.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Use Action Phrases&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;No matter how you approach your own call to action, be sure to include action phrases:&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Call Now. Toll Free. 24 Hours a Day. Mail this coupon today in the postage-paid envelope. Fax your response card.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-weight: bold; &quot;&gt;Avoid Passive Phrases&lt;/span&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Be sure to avoid passive phrases like:&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;You know how to reach us. Call when you&apos;re ready to order.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;font color=&quot;#333333&quot;&gt;Give your customers the perks of responding immediately. They&apos;ll grab their wallets. You&apos;ll see an increase in profits.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/10_ways_to_get_customers_to_buy_now_from_zbobs_site/2011-09-29-6</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/10_ways_to_get_customers_to_buy_now_from_zbobs_site/2011-09-29-6</guid>
			<pubDate>Thu, 29 Sep 2011 12:46:21 GMT</pubDate>
		</item>
		<item>
			<title>Make Money Blogging From Zbobs Site</title>
			<description>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;i&gt;Do you want to make money blogging?&amp;nbsp;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;If you do – you’re not alone. More and more bloggers are
finding that blogging is a profitable medium. Whether it be to earn a few extra
dollars a week to feed their coffee habit, or making enough money to stop them
having to get a part time job to get through college, or whether they’ve got it
to a point where they are able to make a full time living from their blogging –
there are tens of thousands of bloggers who make money blogging.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;How to Make Money Blogging&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
In this page I want to share some information for beginners on how to make
money blogging. For a very quick and broad visual intro – check out this Make
Money Blogging MindMap which visualizes just SOME of the ways bloggers make
money blogging.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
First – let me start by sharing my own top Money Making Methods (updated
regularly) but below that point you to some great resources and te...</description>
			<content:encoded>&lt;p class=&quot;MsoNormal&quot;&gt;&lt;i&gt;Do you want to make money blogging?&amp;nbsp;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;If you do – you’re not alone. More and more bloggers are
finding that blogging is a profitable medium. Whether it be to earn a few extra
dollars a week to feed their coffee habit, or making enough money to stop them
having to get a part time job to get through college, or whether they’ve got it
to a point where they are able to make a full time living from their blogging –
there are tens of thousands of bloggers who make money blogging.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;How to Make Money Blogging&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
In this page I want to share some information for beginners on how to make
money blogging. For a very quick and broad visual intro – check out this Make
Money Blogging MindMap which visualizes just SOME of the ways bloggers make
money blogging.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
First – let me start by sharing my own top Money Making Methods (updated
regularly) but below that point you to some great resources and teaching on how
to increase your income from blogging.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-l7-POjHQDeY/TkCmDgUJsZI/AAAAAAAAAPU/I-soyP4HN1c/s1600/top-income-streams.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;&gt;
 &lt;v:formulas&gt;
 &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 1 0&quot;&gt;
 &lt;v:f eqn=&quot;sum 0 0 @1&quot;&gt;
 &lt;v:f eqn=&quot;prod @2 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @0 0 1&quot;&gt;
 &lt;v:f eqn=&quot;prod @6 1 2&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;&gt;
 &lt;v:f eqn=&quot;sum @8 21600 0&quot;&gt;
 &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;&gt;
 &lt;v:f eqn=&quot;sum @10 21600 0&quot;&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638689312612135314&quot; o:spid=&quot;_x0000_i1033&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://2.bp.blogspot.com/-l7-POjHQDeY/TkCmDgUJsZI/AAAAAAAAAPU/I-soyP4HN1c/s320/top-income-streams.jpg&quot; href=&quot;http://2.bp.blogspot.com/-l7-POjHQDeY/TkCmDgUJsZI/AAAAAAAAAPU/I-soyP4HN1c/s1600/top-income-streams.jpg&quot; style=&quot;width:117pt;height:117pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; o:title=&quot;top-income-streams&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;156&quot; height=&quot;156&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image001.jpg&quot; alt=&quot;http://2.bp.blogspot.com/-l7-POjHQDeY/TkCmDgUJsZI/AAAAAAAAAPU/I-soyP4HN1c/s320/top-income-streams.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638689312612135314&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;How
I Make Money BloggingWhat follows is a quick summary of my main income streams
from blogging. Before you read it though – keep in mind that every blog is
unique in how it can make money. Some of the following income streams will work
on some blogs a lot better than others – the key is to experiment with as many
as possible and see what works best for you.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
The following income streams (from a number of blogs) have helped me to earn a
six figure income each year for the last 5 years from blogging. I’ve ranked
them from highest to lowest.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
I hope you find it useful to see the mix and variety of ways that I earn a
living from blogging.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;1. AdSense&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
AdsenseDespite not using it here at ProBlogger any more (here’s why)&amp;nbsp;&lt;a href=&quot;http://4.bp.blogspot.com/-9cyE_wtqqIw/TkCmc9qWBrI/AAAAAAAAAPc/u46ztujFMdM/s1600/adsense.gif&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638689749986576050&quot; o:spid=&quot;_x0000_i1032&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://4.bp.blogspot.com/-9cyE_wtqqIw/TkCmc9qWBrI/AAAAAAAAAPc/u46ztujFMdM/s320/adsense.gif&quot; href=&quot;http://4.bp.blogspot.com/-9cyE_wtqqIw/TkCmc9qWBrI/AAAAAAAAAPc/u46ztujFMdM/s1600/adsense.gif&quot; style=&quot;width:107.25pt;height:44.25pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image002.gif&quot; o:title=&quot;adsense&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;143&quot; height=&quot;59&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image002.gif&quot; alt=&quot;http://4.bp.blogspot.com/-9cyE_wtqqIw/TkCmc9qWBrI/AAAAAAAAAPc/u46ztujFMdM/s320/adsense.gif&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638689749986576050&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
I continue to use AdSense with amazing effect on my other blogs. I have them
all set to show image and text based ads and find that 250×300 pixel ads work
best (usually with a blended design). I don’t have much luck with their
‘referrals’ program but their normal ads work a treat and continue to be the
biggest earner for me.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;2. Affiliate Programs&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
miscellaneou&lt;a href=&quot;http://3.bp.blogspot.com/-4wD8pJmGJR8/TkCmxJvc8GI/AAAAAAAAAPk/O1B5WsYtlFg/s1600/images200711142317.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638690096826609762&quot; o:spid=&quot;_x0000_i1031&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://3.bp.blogspot.com/-4wD8pJmGJR8/TkCmxJvc8GI/AAAAAAAAAPk/O1B5WsYtlFg/s320/images200711142317.jpg&quot; href=&quot;http://3.bp.blogspot.com/-4wD8pJmGJR8/TkCmxJvc8GI/AAAAAAAAAPk/O1B5WsYtlFg/s1600/images200711142317.jpg&quot; style=&quot;width:100.5pt;height:96.75pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image003.jpg&quot; o:title=&quot;images200711142317&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;134&quot; height=&quot;129&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image003.jpg&quot; alt=&quot;http://3.bp.blogspot.com/-4wD8pJmGJR8/TkCmxJvc8GI/AAAAAAAAAPk/O1B5WsYtlFg/s320/images200711142317.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638690096826609762&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;s
affiliate programsI run a variety of affiliate programs on my blogs – most of
which bring in smaller amounts of money that don’t really justify a category of
their own (but which certainly add up).&amp;nbsp;&lt;br&gt;
&lt;br&gt;
These include recommending quality products like these here on ProBlogger:
Thesis WordPress theme, Yaro’s Blog Mastermind Coaching Program and How to
Launch the F*** out of your E-Book (and others) as well as some great products
on my photography blog including 123 of Digital Imaging, David DuChemin’s amazing
Photography E-Books and Mitchell Kanashkevich’s great ebooks.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
The great thing about many of these programs is that they are of such high
quality that they sell themselves and I am being emailed from readers who sign
up to them thanking me for the recommendation!&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;3. E-Book Sales&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
make-m&lt;a href=&quot;http://1.bp.blogspot.com/-hBxERSsuDQY/TkCm9KRah_I/AAAAAAAAAPs/-Qy6rdqCkTY/s1600/make-money-blogging-ebooks.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638690303127488498&quot; o:spid=&quot;_x0000_i1030&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://1.bp.blogspot.com/-hBxERSsuDQY/TkCm9KRah_I/AAAAAAAAAPs/-Qy6rdqCkTY/s320/make-money-blogging-ebooks.jpg&quot; href=&quot;http://1.bp.blogspot.com/-hBxERSsuDQY/TkCm9KRah_I/AAAAAAAAAPs/-Qy6rdqCkTY/s1600/make-money-blogging-ebooks.jpg&quot; style=&quot;width:103.5pt;height:99.75pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image004.jpg&quot; o:title=&quot;make-money-blogging-ebooks&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;138&quot; height=&quot;133&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image004.jpg&quot; alt=&quot;http://1.bp.blogspot.com/-hBxERSsuDQY/TkCm9KRah_I/AAAAAAAAAPs/-Qy6rdqCkTY/s320/make-money-blogging-ebooks.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638690303127488498&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;oney-blogging-ebooks.jpgLast
time I did a wrap up of how I make money blogging this category did not exist
for me – I didn’t really have any of my own products to sell at all. However in
the last year or so I’ve released 3 E-books – 31 Days to Build a Better Blog,
The Essential Guide to Portrait Photography and Photo Nuts and Bolts: Know Your
Camera and Take Better Photos. While these products all only sell for under $20
they certainly add up and some months this has been my biggest category of
income. The reason they were only ranking at #3 in the last month was that I
didn’t do a product launch (I wrote about one launch which brought in $72,000
in a week here). This is an income stream I see growing as I add more E-books
to my range (expect 3 in the coming few months).&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;4. Continuity Programs&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
make-money-bl&lt;a href=&quot;http://3.bp.blogspot.com/-K6hLiorxUQI/TkCnozZ9N7I/AAAAAAAAAP0/vRgxhX08CHM/s1600/make-money-blogging-continuity.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638691052903544754&quot; o:spid=&quot;_x0000_i1029&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://3.bp.blogspot.com/-K6hLiorxUQI/TkCnozZ9N7I/AAAAAAAAAP0/vRgxhX08CHM/s320/make-money-blogging-continuity.jpg&quot; href=&quot;http://3.bp.blogspot.com/-K6hLiorxUQI/TkCnozZ9N7I/AAAAAAAAAP0/vRgxhX08CHM/s1600/make-money-blogging-continuity.jpg&quot; style=&quot;width:103.5pt;height:99.75pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image005.jpg&quot; o:title=&quot;make-money-blogging-continuity&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;138&quot; height=&quot;133&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image005.jpg&quot; alt=&quot;http://3.bp.blogspot.com/-K6hLiorxUQI/TkCnozZ9N7I/AAAAAAAAAP0/vRgxhX08CHM/s320/make-money-blogging-continuity.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638691052903544754&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;ogging-continuity.jpgThis
is another newer category for me but one that continues to grow.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
A continuity program is a site where you earn a recurring income from people
who subscribe to a service you offer.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
For me this includes two sites – ProBlogger.com and Third Tribe Marketing. Both
programs are membership sites and generate monthly income from the thousands of
members that they have as a part of them.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;5. Private Ad Sales/Sponsorships&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
private-ad-salesPrivate ad sales directly to advertisers have fallen for me in
the last ye&lt;a href=&quot;http://3.bp.blogspot.com/-_AeL8oB-hc4/TkCnza9LEYI/AAAAAAAAAP8/iBsyGRTeVho/s1600/images200711142314.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638691235318927746&quot; o:spid=&quot;_x0000_i1028&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://3.bp.blogspot.com/-_AeL8oB-hc4/TkCnza9LEYI/AAAAAAAAAP8/iBsyGRTeVho/s320/images200711142314.jpg&quot; href=&quot;http://3.bp.blogspot.com/-_AeL8oB-hc4/TkCnza9LEYI/AAAAAAAAAP8/iBsyGRTeVho/s1600/images200711142314.jpg&quot; style=&quot;width:96.75pt;height:98.25pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image006.jpg&quot; o:title=&quot;images200711142314&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;129&quot; height=&quot;131&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image006.jpg&quot; alt=&quot;http://3.bp.blogspot.com/-_AeL8oB-hc4/TkCnza9LEYI/AAAAAAAAAP8/iBsyGRTeVho/s320/images200711142314.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638691235318927746&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;ar
(they previously ranked #3 on this list). This is partly due to a change in my
own focus but also partly due to the economy as it is. I should note that this
area does vary a little from month to month depending upon the campaigns we’re
asked to run – we’ve had a couple of months where it actually ranked #2 in the
last year.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
This includes ad sales of the 125 x 125 ads here at ProBlogger as well as a
campaign or two at Digital Photography School.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;6. Chitika&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
ChitikaChitka co&lt;a href=&quot;http://3.bp.blogspot.com/-n7G6-kGPrKI/TkCoD3U53II/AAAAAAAAAQE/3zxc3LHL0ew/s1600/chitika.png&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638691517812563074&quot; o:spid=&quot;_x0000_i1027&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://3.bp.blogspot.com/-n7G6-kGPrKI/TkCoD3U53II/AAAAAAAAAQE/3zxc3LHL0ew/s320/chitika.png&quot; href=&quot;http://3.bp.blogspot.com/-n7G6-kGPrKI/TkCoD3U53II/AAAAAAAAAQE/3zxc3LHL0ew/s1600/chitika.png&quot; style=&quot;width:132pt;height:47.25pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image007.png&quot; o:title=&quot;chitika&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;176&quot; height=&quot;63&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image008.jpg&quot; alt=&quot;http://3.bp.blogspot.com/-n7G6-kGPrKI/TkCoD3U53II/AAAAAAAAAQE/3zxc3LHL0ew/s320/chitika.png&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638691517812563074&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;ntinues
to be a great performer for me on my blogs. They traditionally have worked best
on product related blogs although their Premium ad units now convert well on a
larger range of blogs.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
While I’ve focused a little less on Chitika in the last 6 months (mainly as
I’ve released my own products and moved a little away from advertising) they do
continue to perform well where I use them and over the time I’ve been using
Chitika they’ve now earned me over a quarter of a million dollars – as a result
I can’t recommend them enough!&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;7. Amazon Associates&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
Amazon’s affiliate program has been one of my big movers in the last 12
months.&amp;nbsp;&lt;br&gt;
I&amp;nbsp;&lt;a href=&quot;http://3.bp.blogspot.com/-RmI8izD-QrU/TkCoVmaGuZI/AAAAAAAAAQM/PaBbZgYHQnw/s1600/amazon-logo-1.jpg&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638691822508620178&quot; o:spid=&quot;_x0000_i1026&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://3.bp.blogspot.com/-RmI8izD-QrU/TkCoVmaGuZI/AAAAAAAAAQM/PaBbZgYHQnw/s320/amazon-logo-1.jpg&quot; href=&quot;http://3.bp.blogspot.com/-RmI8izD-QrU/TkCoVmaGuZI/AAAAAAAAAQM/PaBbZgYHQnw/s1600/amazon-logo-1.jpg&quot; style=&quot;width:105pt;height:45pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image009.jpg&quot; o:title=&quot;amazon-logo-1&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;140&quot; height=&quot;60&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image009.jpg&quot; alt=&quot;http://3.bp.blogspot.com/-RmI8izD-QrU/TkCoVmaGuZI/AAAAAAAAAQM/PaBbZgYHQnw/s320/amazon-logo-1.jpg&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638691822508620178&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;used
to make a few odd dollars from it – however in recent times it has become a
significant earner for me (in fact it’s now earned me over $100,000 since I
started using it). Christmas time (and the lead up to it) is a particularly
good time for Amazon – last December it would have ranked #2 on this
list.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;8. ProBlogger Job Boards&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
make-money-blo&lt;a href=&quot;http://1.bp.blogspot.com/-mG6aSIiYLXk/TkCoo3dX8AI/AAAAAAAAAQU/3pzqzWPOyCc/s1600/Screen-shot-2010-11-03-at-10.33.23-PM.png&quot;&gt;&lt;span style=&quot;color:windowtext;mso-no-proof:yes;text-decoration:none;text-underline:
none&quot;&gt;&lt;v:shape id=&quot;BLOGGER_PHOTO_ID_5638692153503248386&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;http://1.bp.blogspot.com/-mG6aSIiYLXk/TkCoo3dX8AI/AAAAAAAAAQU/3pzqzWPOyCc/s320/Screen-shot-2010-11-03-at-10.33.23-PM.png&quot; href=&quot;http://1.bp.blogspot.com/-mG6aSIiYLXk/TkCoo3dX8AI/AAAAAAAAAQU/3pzqzWPOyCc/s1600/Screen-shot-2010-11-03-at-10.33.23-PM.png&quot; style=&quot;width:126.75pt;height:44.25pt;visibility:visible;mso-wrap-style:square&quot; o:button=&quot;t&quot;&gt;
 &lt;v:imagedata src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image010.png&quot; o:title=&quot;Screen-shot-2010-11-03-at-10.33.23-PM&quot;&gt;
&lt;/v:shape&gt;&lt;span style=&quot;mso-ignore:vglayout&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;169&quot; height=&quot;59&quot; src=&quot;file:///C:&amp;#92;DOCUME~1&amp;#92;ADMINI~1&amp;#92;LOCALS~1&amp;#92;Temp&amp;#92;msohtmlclip1&amp;#92;02&amp;#92;clip_image011.jpg&quot; alt=&quot;http://1.bp.blogspot.com/-mG6aSIiYLXk/TkCoo3dX8AI/AAAAAAAAAQU/3pzqzWPOyCc/s320/Screen-shot-2010-11-03-at-10.33.23-PM.png&quot; v:shapes=&quot;BLOGGER_PHOTO_ID_5638692153503248386&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;gging-job-board
The job boards here at ProBlogger continue to grow each month in the number of
advertisements that are being bought. This enabled me to invest most of the
money that they’d earned a while back into getting a new back end for the
boards and to redesign them. These job boards now bring in over $1000 a month
in revenue which is pretty nice considering that they are so low maintenance to
run. They also offer a service to readers and add value to the overall
blog.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
The only problem that I face with the job boards is that there are so many
bloggers looking for work that the demand for jobs far exceeds the supply. On
the good side of things is that advertisers are reporting getting amazing
quality of applications.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;9. Speaking Fees&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
I get asked to do a lot of speaking and increasingly they are paid
opportunities. I’m not able to do as many as I would like (mainly because I
live in Australia and most of what I’m asked to do is overseas and I only
travel 2-3 times a year) – however in April I did a couple of events and the
income was enough to include in this list.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Other Income&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
In addition to all of the above there are many smaller incomes. Many of these
are from smaller advertising programs that I test but none are big enough to
really rate a mention here.&amp;nbsp;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Useful Resources for Bloggers Wanting to Make Money Blogging&lt;/b&gt;&amp;nbsp;&lt;br&gt;
&lt;br&gt;
A lot has been written on the topic of making money online from blogs. There is
a lot of wonderful information out there – but also a lot of hype and sometimes
dangerous information.&amp;nbsp;&lt;br&gt;
&lt;br&gt;&amp;nbsp;
Below are a number of articles that I’ve written exploring some of the
different ways that bloggers make money.&amp;nbsp;&lt;br&gt;&lt;/p&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/make_money_blogging_from_zbobs_site/2011-09-29-5</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/make_money_blogging_from_zbobs_site/2011-09-29-5</guid>
			<pubDate>Thu, 29 Sep 2011 12:29:55 GMT</pubDate>
		</item>
		<item>
			<title>10 More Easy Ways to Improve Your Website From Zbobs Site</title>
			<description>&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-pBbWoiBzEHQ/TnAP6kbMU7I/AAAAAAAAAmk/naIWeJPp25M/s1600/kedirizone.jpg&quot; style=&quot;color: rgb(0, 0, 0); text-decoration: none; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-pBbWoiBzEHQ/TnAP6kbMU7I/AAAAAAAAAmk/naIWeJPp25M/s320/kedirizone.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5652035031234532274&quot; border=&quot;0&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(225, 225, 225); border-right-color: rgb(225, 225, 225); border-bottom-color: rgb(225, 225, 225); border-left-color: rgb(225, 225, 225); margin...</description>
			<content:encoded>&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-pBbWoiBzEHQ/TnAP6kbMU7I/AAAAAAAAAmk/naIWeJPp25M/s1600/kedirizone.jpg&quot; style=&quot;color: rgb(0, 0, 0); text-decoration: none; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-pBbWoiBzEHQ/TnAP6kbMU7I/AAAAAAAAAmk/naIWeJPp25M/s320/kedirizone.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5652035031234532274&quot; border=&quot;0&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(225, 225, 225); border-right-color: rgb(225, 225, 225); border-bottom-color: rgb(225, 225, 225); border-left-color: rgb(225, 225, 225); margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; max-width: 99%; display: block; text-align: center; cursor: pointer; width: 320px; height: 237px; &quot;&gt;&lt;/a&gt;Here then are ten more tweaks (presented as problems and fixes), bringing the total to twenty. Hope they’ll keep you busy for a while.&lt;br&gt;&lt;ol&gt;&lt;li&gt;Key Content Hidden &quot;Below the Fold” - You have seconds to capture a visitor’s attention. If visitors need to scroll down to view vital content, you’ll most likely lose them. Similarly, if you have an important widget, such as a Facebook fan page widget, place it where it will be visible without scrolling down.&lt;/li&gt;&lt;li&gt;Long Flash Intro - I hate sitting through flash intros designed to impress. Don’t you? Why would you want to subject your visitors to long (or even short) flash intros? Flash intros are dead time. Why not instead impress visitors with your knowledge and the relevance of your content?&lt;/li&gt;&lt;li&gt;Clutter - Some websites have too much going on; they look like patch quilts. Others have ads that fill every nook and cranny. What can I say? Such sites are overwhelming.&lt;/li&gt;&lt;li&gt;No Call to Action - What do you want your visitors to do when they visit your site? To buy? To subscribe? To leave a blog comment? Let them know what you expect, and if your request is reasonable, they may very well comply. If you don’t ask, they may not know what to do, and they’ll leave, perhaps forever, without taking action.&lt;/li&gt;&lt;li&gt;Distracting Ads - Pop-up ads, blinking ads, glaring banners, sexy ads, scripts that forward to advertisers’ sites after a few seconds, inappropriate auto-playing audio, etc. I dare say, these are &quot;the thousand natural shocks that flesh is heir to.” Make sure your ads don’t interfere with your content. If your ads are your content, then please disregard everything you’ve ever read on this blog.&lt;/li&gt;&lt;li&gt;Images Not Labeled - Make your visitors and the search engines happy. Whenever possible, describe your images using alt and title parameters in your img tags. If all this is gibberish to you, worry not. Your web development or HTML guru will know what to do.&lt;/li&gt;&lt;li&gt;Hard to Navigate Site - Don’t confuse your visitors. Keep your website simple and provide a site map if you can.&lt;/li&gt;&lt;li&gt;Difficult to Understand - Write for your audience. Not everyone will have an advanced degree, some could have nothing or as little as a certificate from an online school – unless of course such people are your target audience.&lt;/li&gt;&lt;li&gt;Spelling and Grammar Mistakes - There ain’t no excuse for bad spellin and grammar.&lt;/li&gt;&lt;li&gt;Stale Content - Fresh content is good for SEO and for attracting repeat visitors.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/10_more_easy_ways_to_improve_your_website_from_zbobs_site/2011-09-29-4</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/10_more_easy_ways_to_improve_your_website_from_zbobs_site/2011-09-29-4</guid>
			<pubDate>Thu, 29 Sep 2011 12:21:11 GMT</pubDate>
		</item>
		<item>
			<title>Mobile Tips and Tricks From Zbobs Site</title>
			<description>&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;div style=&quot;text-align: center; &quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-GjwB5eGlp5k/Tj4i2JePYuI/AAAAAAAAAKs/aR7N1Lga5po/s1600/mobile-phone-virus.jpg&quot; style=&quot;color: rgb(0, 0, 0); text-decoration: none; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-GjwB5eGlp5k/Tj4i2JePYuI/AAAAAAAAAKs/aR7N1Lga5po/s320/mobile-phone-virus.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5637982097165476578&quot; border=&quot;0&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(225, 225, 225); border-right-color: rgb(225, 225, 225); border-bottom-color: rgb(225, 225, 2...</description>
			<content:encoded>&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Tahoma; font-size: 13px; line-height: 18px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;div class=&quot;post-body entry-content&quot; style=&quot;text-align: justify; margin-top: 0em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1.4em; &quot;&gt;&lt;div style=&quot;text-align: center; &quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/-GjwB5eGlp5k/Tj4i2JePYuI/AAAAAAAAAKs/aR7N1Lga5po/s1600/mobile-phone-virus.jpg&quot; style=&quot;color: rgb(0, 0, 0); text-decoration: none; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://4.bp.blogspot.com/-GjwB5eGlp5k/Tj4i2JePYuI/AAAAAAAAAKs/aR7N1Lga5po/s320/mobile-phone-virus.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5637982097165476578&quot; border=&quot;0&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(225, 225, 225); border-right-color: rgb(225, 225, 225); border-bottom-color: rgb(225, 225, 225); border-left-color: rgb(225, 225, 225); margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; max-width: 99%; cursor: pointer; width: 320px; height: 153px; &quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;Mobile phone viruses, simple measures to protect yourself&amp;nbsp;&lt;br&gt;The Australian Mobile Telecommunications Association (AMTA) has developed consumer tips to assist users to protect themselves against the risk of mobile phone viruses.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-style: italic; &quot;&gt;This guide explains what viruses are, how they spread, and what can be done about them.&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;What’s a mobile phone virus?&lt;/span&gt;&lt;br&gt;A mobile phone virus or mobile malware - malicious mobile software - is a computer virus specifically adapted for the mobile phone environment and designed to spread from one vulnerable phone to another.&lt;br&gt;&lt;br&gt;A virus is a program code that replicates by being copied to another program. Viruses can be transmitted as attachments to an email or in a download file. Some viruses take effect as soon as their code is executed; other viruses can lie dormant. A virus that replicates by resending itself as an email attachment or as a part of a network message is known as a worm.&lt;br&gt;&lt;br&gt;Viruses can range from benign to quite harmful; they can erase data from the infected phone or send fake messages purporting to be from the phones owner. How prevalent are mobile phone viruses? The current security risk from mobile phone viruses and worms is low.&lt;br&gt;&lt;br&gt;Until many more smart phones or PDAs are in use, and users of these phones are regularly exchanging executable files, the risk will remain low. The mobile industry takes the threat of viruses very seriously and is continually monitoring its networks and working to protect users from any future risk from mobile phone viruses. There are also some simple measures that individual users can implement to protect themselves.&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-weight: bold; &quot;&gt;What can I do to protect my phone?&lt;/span&gt;&lt;br&gt;The following tips can help prevent problems with viruses on your phone:&lt;br&gt;&lt;ol&gt;&lt;li&gt;Switch to Bluetooth hidden mode. If your phone has Bluetooth capability, ensure that the Bluetooth capability is switched to hidden or invisible mode unless you specifically need it to be visible. This will help prevent other Bluetooth-enabled devices from finding your phone (unless you grant them the necessary permission) and will therefore help protect your phone from worms that spread using the Bluetooth wireless technology.&lt;/li&gt;&lt;li&gt;Exercise caution before opening attachments. When accepting applications sent via Bluetooth, or opening MMS attachments, exercise caution, just as you would when opening an email attachment on your PC, because they may include harmful software. Ensure the application or attachment comes from a known source, and is wary of opening files that have unfamiliar text attached to them, even if they come from someone you know.&lt;/li&gt;&lt;li&gt;Only download content from a trusted source. Trusted sources may include operator portals and other well-known brands that offer adequate protection against viruses and other harmful software. Be aware though that, as with emails, malicious or fraudulent users may be able to fake the appearance of a trusted source.&lt;/li&gt;&lt;li&gt;Consider anti-virus software. Some software is available to prevent phone viruses. You may wish to consider downloading this software.&lt;/li&gt;&lt;li&gt;Contact your phone manufacturer if concerned. If you think you have a virus, call the phone manufacturer’s care line. They can assist you confirm if it is a virus, and help fix the problem.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;/span&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/mobile_tips_and_tricks_from_zbobs_site/2011-09-29-3</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/mobile_tips_and_tricks_from_zbobs_site/2011-09-29-3</guid>
			<pubDate>Thu, 29 Sep 2011 12:08:43 GMT</pubDate>
		</item>
		<item>
			<title>Qur&apos;an Online</title>
			<description>&lt;embed allowscriptaccess=&quot;never&quot; flashvars=&quot;playList=http://www.tvquran.com/add/Al-Ghamdi.xml&amp;amp;ShowPlaylist=1&amp;amp;ShowEQ=1&amp;amp;firstTrack=0&amp;amp;initVol=100&quot; height=&quot;300&quot; menu=&quot;false&quot; name=&quot;index&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; quality=&quot;high&quot; src=&quot;http://www.tvquran.com/Player.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;300&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</description>
			<content:encoded>&lt;embed allowscriptaccess=&quot;never&quot; flashvars=&quot;playList=http://www.tvquran.com/add/Al-Ghamdi.xml&amp;amp;ShowPlaylist=1&amp;amp;ShowEQ=1&amp;amp;firstTrack=0&amp;amp;initVol=100&quot; height=&quot;300&quot; menu=&quot;false&quot; name=&quot;index&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; quality=&quot;high&quot; src=&quot;http://www.tvquran.com/Player.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;300&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</content:encoded>
			<link>https://zbobsaid.ucoz.com/news/qur_an_online/2011-05-16-2</link>
			<dc:creator>Zain</dc:creator>
			<guid>https://zbobsaid.ucoz.com/news/qur_an_online/2011-05-16-2</guid>
			<pubDate>Mon, 16 May 2011 01:21:19 GMT</pubDate>
		</item>
	</channel>
</rss>