<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Get a result now! &#187; IT stuff</title>
	<atom:link href="http://getaresultnow.com/category/it-skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://getaresultnow.com</link>
	<description>Ignore the description. Start reading. For a description, you can see my Philosophy page. Now start reading!</description>
	<lastBuildDate>Thu, 22 Jul 2010 18:03:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to convert a table from an Excel file into a HTML table without poor data formatting?</title>
		<link>http://getaresultnow.com/2010/07/how-to-convert-a-table-from-an-excel-file-into-a-html-table-without-poor-data-formatting/</link>
		<comments>http://getaresultnow.com/2010/07/how-to-convert-a-table-from-an-excel-file-into-a-html-table-without-poor-data-formatting/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 18:38:47 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=935</guid>
		<description><![CDATA[Let&#8217;s say you have an Excel file you need to convert to HTML to put it on the web site. Below I&#8217;ll present some reasons why copy &#38; paste or saving as HTML (hypertext markup language) simply doesn&#8217;t work fine and a solution to do convert it fine. The situation described here implies that you [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have an Excel file you need to convert to HTML to put it on the web site. Below I&#8217;ll present some reasons why copy &amp; paste or saving as HTML (hypertext markup language) simply doesn&#8217;t work fine and a solution to do convert it fine.<span id="more-935"></span></p>
<p>The situation described here implies that you have a HTML page, a table that only changes its data (so it doesn&#8217;t change table header or anything else in the page, just the numbers inside the table) and you need to make a lot of changes fast.</p>
<p>Sure, the easy option would be saving the file in Microsoft Excel software, and dealing with the way it looks afterwards. Or just a copy &amp; paste from Excel to a CMS (Content Management System).</p>
<p>Say we have <a href="http://getaresultnow.com/wp-content/uploads/2010/07/2010.07.09-Games.xls" target="_blank">this file</a>.</p>
<p>Unfortunately, whether you do copy &amp; paste from Excel or you save as HTML, the result is <a href="http://getaresultnow.com/wp-content/uploads/2010/07/2010.07.09-Resulting-code-in-Excel.txt" target="_blank">this</a>.</p>
<p>As you can see, a lot specifications and numbers, which make the tables difficult to manipulate:<br />
&lt;td align=&#8221;right&#8221;&gt;1&lt;/td&gt;<br />
&lt;tr height=&#8221;21&#8243;&gt;<br />
&lt;td width=&#8221;47&#8243;&gt;Losses&lt;/td&gt;</p>
<p>Saving the file in Excel as HTML <a href="http://getaresultnow.com/wp-content/uploads/2010/07/2010.07.09-Resulting-sheet001.htm" target="_blank">doesn&#8217;t yield any better results</a>.</p>
<p>The code looks even uglier:<br />
&lt;tr height=20 style=&#8217;height:15.0pt&#8217;&gt;<br />
&lt;td height=20 style=&#8217;height:15.0pt&#8217;&gt;&lt;/td&gt;<br />
&lt;td&gt;Game A&lt;/td&gt;<br />
&lt;td align=right&gt;2&lt;/td&gt;<br />
&lt;td align=right&gt;1&lt;/td&gt;<br />
&lt;td align=right&gt;1&lt;/td&gt;<br />
&lt;td align=right&gt;3&lt;/td&gt;<br />
&lt;td align=right&gt;0&lt;/td&gt;<br />
&lt;td align=right&gt;4&lt;/td&gt;<br />
&lt;/tr&gt;</p>
<p>What to do?</p>
<p>One solution would be taking the code and using a solution to strip the unnecessary code (a HTML editor, a search &amp; replace macro in Word, etc.).</p>
<p>The solution below is different: I will take the data in Excel, place it in Word, run a macro, and get a valid code.</p>
<p>The very first thing to do is open up <a href="http://getaresultnow.com/wp-content/uploads/2010/07/2010.07.09-Macros-are-attached.doc" target="_blank">this file</a>. You should either allow macros to run if you&#8217;re on Microsoft Office 2007, or set the proper security level to allow macros (Tools =&gt; Options =&gt; Security =&gt; Macro Security will work for 2003 version).</p>
<p>Then you should copy the macros that are attached to the file to your local computer. How to do that?</p>
<p>In Word 2003: Tools =&gt; Macro =&gt; Macros =&gt; Organizer<br />
In Word 2007: View =&gt; Macros =&gt; View macros =&gt; Organizer</p>
<p>Here you copy from left to right:<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/04.jpg"><img class="size-medium wp-image-940 alignnone" title="04" src="http://getaresultnow.com/wp-content/uploads/2010/07/04-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>That&#8217;s it, now you have macros in your Word software.</p>
<p>(optional) You can assign an icon to the toolbar for fast launch of the macro you&#8217;ve just copied. For this, click the drop-down option in the ribbon, and select More commands (for Office 2007):<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/05.jpg"><img class="alignnone size-full wp-image-941" title="05" src="http://getaresultnow.com/wp-content/uploads/2010/07/05.jpg" alt="" width="198" height="336" /></a><br />
Or right-click a toolbar and select &#8220;Customize toolbars&#8221;;</p>
<p>For Office 2007, see below:<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/06.jpg"><img class="alignnone size-medium wp-image-943" title="06" src="http://getaresultnow.com/wp-content/uploads/2010/07/06-300x249.jpg" alt="" width="300" height="249" /></a><br />
and just copy from left to right and assign an icon;</p>
<p>For Office 2003, you go to Commands, then macros, and via drag &amp; drop, you drag the macro to the toolbar, rename it and give it an icon.</p>
<p>Details <a href="http://pubs.logicalexpressions.com/pub0009/LPMArticle.asp?ID=262" target="_blank">here</a>.</p>
<p>So, after the macro has been installed, see the solution:<br />
1. Select the table in Microsoft Excel and Copy;<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/01.jpg"><img class="alignnone size-full wp-image-944" title="01" src="http://getaresultnow.com/wp-content/uploads/2010/07/01.jpg" alt="" width="506" height="223" /></a></p>
<p>2. In Microsoft Word either do Paste (a small arrow underneath the button) =&gt; Paste Special in Microsoft Word 2007 or Edit =&gt; Paste Special &#8230; in earlier versions; Ctrl + Alt + V also works just fine;<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/02.jpg"><img class="alignnone size-full wp-image-946" title="02" src="http://getaresultnow.com/wp-content/uploads/2010/07/02.jpg" alt="" width="181" height="164" /></a><br />
Select Unformatted text, Ok;<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/03.jpg"><img class="alignnone size-medium wp-image-947" title="03" src="http://getaresultnow.com/wp-content/uploads/2010/07/03-300x243.jpg" alt="" width="300" height="243" /></a></p>
<p>3. Launch the macro via either the toolbar button or View =&gt; Macros =&gt; View macros =&gt; Select &#8220;Replace_table&#8221; =&gt; Run (for Office 2007) or Tools =&gt; Macros =&gt; Macro =&gt; Select the macro =&gt; Run (for Office 2003);</p>
<p>4. Copy the code into the CMS.</p>
<p>The code will look like this:<br />
<a href="http://getaresultnow.com/wp-content/uploads/2010/07/07.jpg"><img class="alignnone size-medium wp-image-945" title="07" src="http://getaresultnow.com/wp-content/uploads/2010/07/07-300x137.jpg" alt="" width="300" height="137" /></a></p>
<p>And this is how I would make a code based on an Excel file.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/07/how-to-convert-a-table-from-an-excel-file-into-a-html-table-without-poor-data-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are my thoughts on &#8220;How to work efficiently at a PC&#8221;?</title>
		<link>http://getaresultnow.com/2010/06/what-are-my-thoughts-on-how-to-work-efficiently-at-a-pc/</link>
		<comments>http://getaresultnow.com/2010/06/what-are-my-thoughts-on-how-to-work-efficiently-at-a-pc/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:16:46 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[efficient]]></category>
		<category><![CDATA[efficiently]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=902</guid>
		<description><![CDATA[On 22nd of June 2010, I went to British Council, for a Public Speaking Support Group. I held a presentation in English about &#8220;How to work efficiently at a PC?&#8221;. Below you&#8217;ll find the video at the event, the presentation and my side notes for the presentation. The presentation 2010.06.22 Olivian BREDA &#8211; How to [...]]]></description>
			<content:encoded><![CDATA[<p>On 22nd of June 2010, I went to <a href="http://www.britishcouncil.org/ro/romania.htm" target="_blank">British   Council</a>, for a <a href="http://public-speaking.ro/" target="_blank">Public Speaking Support Group</a>. I held a presentation in English about &#8220;How to work efficiently at a PC?&#8221;. Below you&#8217;ll find the video at the event, the presentation and my side notes for the presentation.<span id="more-902"></span></p>
<h3>The presentation</h3>
<div id="__ss_4582692" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="2010.06.22 Olivian BREDA - How to work efficiently at a PC" href="http://www.slideshare.net/O_Breda/20100622-olivian-breda-how-to-work-efficiently-at-a-pc">2010.06.22 Olivian BREDA &#8211; How to work efficiently at a PC</a></strong><object id="__sse4582692" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=2010-06-22olivianbreda-howtoworkefficientlyatapc-100623024521-phpapp02&amp;stripped_title=20100622-olivian-breda-how-to-work-efficiently-at-a-pc" /><param name="name" value="__sse4582692" /><param name="allowfullscreen" value="true" /><embed id="__sse4582692" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=2010-06-22olivianbreda-howtoworkefficientlyatapc-100623024521-phpapp02&amp;stripped_title=20100622-olivian-breda-how-to-work-efficiently-at-a-pc" name="__sse4582692" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/O_Breda">Olivian BREDA</a>.</div>
</div>
<p>You can download the presentation: <a href="http://getaresultnow.com/wp-content/uploads/2010/06/2010.06.22-Olivian-BREDA---How-to-work-efficiently-at-a-PC.ppt" target="_blank">PPT</a>, <a href="http://getaresultnow.com/wp-content/uploads/2010/06/2010.06.22-Olivian-BREDA---How-to-work-efficiently-at-a-PC.pptx" target="_blank">PPTX</a>, <a href="http://getaresultnow.com/wp-content/uploads/2010/06/2010.06.22-Olivian-BREDA---How-to-work-efficiently-at-a-PC.pdf" target="_blank">PDF</a>.</p>
<h3>The video</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="448" height="371" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="durataAudio=1026&amp;titluEmbed=2010.06.22%20Olivian%20BREDA%20-%20How%20to%20work%20efficiently%20at%20a%20PC" /><param name="src" value="http://embed.trilulilu.ro/video/OBreda/ee031d65993f95/0xe9eff4.swf" /><param name="flashvars" value="durataAudio=1026&amp;titluEmbed=2010.06.22%20Olivian%20BREDA%20-%20How%20to%20work%20efficiently%20at%20a%20PC" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="448" height="371" src="http://embed.trilulilu.ro/video/OBreda/ee031d65993f95/0xe9eff4.swf" flashvars="durataAudio=1026&amp;titluEmbed=2010.06.22%20Olivian%20BREDA%20-%20How%20to%20work%20efficiently%20at%20a%20PC" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<a title="Evenimente" href="http://www.trilulilu.ro/video/Evenimente">Vezi mai multe video din Evenimente</a></p>
<h3>The presentation outline (with <em>italics</em> you&#8217;ll see my annotations):</h3>
<p>How do YOU do it?</p>
<p>Contents</p>
<p><strong>A. Why there are no magical solutions?</strong></p>
<p><strong>B. The hardware</strong><br />
PC vs. smartphone<br />
PC vs. laptop<br />
<em>- An article on <a href="http://ergonomics.about.com/od/office/a/laptopasdesktop.htm" target="_blank">How to Ergonomically Set Up Your Laptop as a Desktop</a>; </em><br />
Monitor<em><br />
- Why wide screen? See this article &#8211; <a href="http://it.toolbox.com/blogs/webdev-for-socialmedia/benefits-of-widescreen-computer-monitors-20604" target="_blank">Benefits  Of Widescreen Computer Monitors</a>;</em><br />
<em>- Article &#8211; <a href="http://www.pcworld.com/article/120707/tips_and_tweaks_two_monitors_are_way_better_than_one.html" target="_blank">Tips &amp; Tweaks: Two Monitors Are Way Better Than One</a>;</em><br />
Keyboard<br />
<em>- The <a href="https://www.vexio.ro/tastatura-chicony-kb-9810-tastatura-standard_P3464" target="_blank">standard keyboard</a> I like;</em><br />
Camera &amp; microphone<br />
Chair<br />
<em>- You may want to read this article: <a href="http://www.ccohs.ca/oshanswers/ergonomics/office/chair.html" target="_blank">What is an &#8220;ergonomic&#8221; chair?</a> </em></p>
<p><strong>C. The habits</strong><br />
Multi tasking<br />
<em>- You can read <a href="http://www.npr.org/templates/story/story.php?storyId=112334449" target="_blank">Multitasking May Not Mean Higher Productivity</a>;</em><br />
Reading email<br />
<em>- See the <a href="http://inboxzero.com/video/" target="_blank">Inbox Zero video</a>;</em><br />
Typing<br />
<em>- I use <a href="http://en.wikipedia.org/wiki/Touch_typing" target="_blank">touch typing</a>;</em><br />
Learning shortcuts<br />
<em>- Windows XP <a href="http://www.windowsnetworking.com/articles_tutorials/Windows-XP-Keyboard-Shortcuts.html" target="_blank">keyboard shortcuts</a>;</em><br />
Learning software options<br />
<em>- You can read my <a href="http://fiieficient.com/2010/02/ghid-de-instalare-windows-xp-sp3-pas-cu-pas/" target="_blank">tutorial</a> (in Romanian) on installing Windows XP Service Pack 3; a lot of software options in there;</em><br />
Turning off distractions<br />
Running less programs<br />
Running more programs<br />
<em>- I mentioned <a href="http://www.rescuetime.com/download" target="_blank">Rescue Time</a>;<br />
- I talked about <a href="http://www.last.fm/download" target="_blank">Last.fm Scrobbler</a>;</em></p>
<p><strong>D. The knowledge</strong><br />
Reading:</p>
<ul>
<li><a href="http://lifehacker.com/" target="_blank">Lifehacker</a>;</li>
<li><a href="http://en.wikipedia.org/wiki/Getting_Things_Done" target="_blank">Getting Things Done</a>;</li>
<li><a href="http://zenhabits.net/" target="_blank">Zen Habits</a>;</li>
</ul>
<p>Research everything:</p>
<ul>
<li>how to search <em>- see <a href="http://www.google.com/search?num=100&amp;hl=ro&amp;client=firefox-a&amp;hs=uZL&amp;rlz=1R1GGLL_en&amp;q=searching+OR+search+google+intitle%3Atips&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" target="_blank">this search</a>; also, I plan a big article on this subject on <a href="http://getseoideas.com/" target="_blank">Get SEO ideas</a> in a few months;</em></li>
<li>how to research <em>- <a href="http://www.google.com/search?q=how+to+do+internet+research&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;client=firefox-a&amp;rlz=1R1GGLL_en" target="_blank">search like this</a>;</em></li>
<li>how to breathe better<em> &#8211; <a href="http://www.google.com/search?q=intitle%3Atips+OR+%22how+to%22+~breathe+OR+~breathing&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;client=firefox-a&amp;rlz=1R1GGLL_en" target="_blank">Google search</a>;</em></li>
<li>how to be more attentive<em> &#8211; <a href="http://www.google.com/search?num=100&amp;hl=ro&amp;client=firefox-a&amp;hs=FHg&amp;rlz=1R1GGLL_en&amp;q=be+more+attentive+%2Bhow+to&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" target="_blank">Google it</a>;</em></li>
<li>how to type<em> &#8211; <a href="http://www.google.com/search?num=100&amp;hl=ro&amp;client=firefox-a&amp;hs=fx0&amp;rlz=1R1GGLL_en&amp;q=%22types+of+typing%22&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=" target="_blank">search</a>;</em></li>
</ul>
<p>Contact</p>
<p>Any other ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/06/what-are-my-thoughts-on-how-to-work-efficiently-at-a-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to batch resize photos using IrfanView?</title>
		<link>http://getaresultnow.com/2010/06/how-to-batch-resize-photos-using-irfanview/</link>
		<comments>http://getaresultnow.com/2010/06/how-to-batch-resize-photos-using-irfanview/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 05:36:57 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[irfanview]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[resize]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=843</guid>
		<description><![CDATA[For various purposes (such as this one), you may sometimes need to resize a large number of photos. How to do it? 1. First step &#8211; download IrfanView (you can also get the plugins, but for the current operation you only need IrfanView); 2. Install it in your computer (be careful not to install also [...]]]></description>
			<content:encoded><![CDATA[<p>For various purposes (such as <a href="http://getaresultnow.com/2010/04/how-to-upload-1000-photos-to-facebook-in-30-minutes/" target="_blank">this one</a>), you may sometimes need to resize a large number of photos. How to do it?<span id="more-843"></span></p>
<p>1. First step &#8211; download IrfanView (you can also get the plugins, but for the current operation you only need IrfanView);<br />
2. Install it in your computer (be careful not to install also Google Toolbar); when installing, you don&#8217;t need to associate IrfanView with images (so, you may have IrfanView installed, but you don&#8217;t need to open images with it if you don&#8217;t like this);<br />
3. Start the program;<br />
4. File =&gt; Batch Conversion / Rename;<br />
5. Browse your folder with picture;<br />
6. Either select some photos and hit Add or hit Add all to add all the pictures for batch processing;<br />
7. Work as =&gt; Batch conversion;<br />
8. Output format =&gt; I generally prefer JPG, and go to options and set the quality to 80;<br />
9. Check &#8220;Use advanced options (for bulk resize &#8230;);<br />
10. Advanced; Set one or both sides to Width 604 and Height 480; Check both Preserve aspect ratio and Use resample function; Ok;<br />
11. Output directory for result file =&gt; In this I put some folder for output of the pictures;</p>
<p>You can see all the settings I&#8217;ve made here:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=02.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_02.png" border="0" alt="Photobucket" /></a></p>
<p><a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=01.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_01.png" border="0" alt="Photobucket" /></a></p>
<p>I hope you&#8217;ll find resizing photos easier now.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/06/how-to-batch-resize-photos-using-irfanview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My feedback for taskwriter.com</title>
		<link>http://getaresultnow.com/2010/05/my-feedback-for-taskwriter-com/</link>
		<comments>http://getaresultnow.com/2010/05/my-feedback-for-taskwriter-com/#comments</comments>
		<pubDate>Wed, 19 May 2010 11:29:51 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[feed-back]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[taskwriter]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=800</guid>
		<description><![CDATA[Hello, In this blog post I&#8217;ll share my views on taskwriter.com web site. What I like about the web site? 1. The Gmail-like interface in lite module; 2. Everything just works; this may sound as a typical thing, but I don&#8217;t think this is really true; I&#8217;ve seen countless times things that just don&#8217;t work [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>In this blog post I&#8217;ll share my views on <a href="http://www.taskwriter.com" target="_blank">taskwriter.com web site</a>.<span id="more-800"></span></p>
<h3>What I like about the web site?</h3>
<p>1. The Gmail-like interface in lite module;<br />
2. Everything just works; this may sound as a typical thing, but I don&#8217;t think this is really true; I&#8217;ve seen countless times things that just don&#8217;t work the way it should be; this web site does his job;<br />
3. I like the format of the links: blue text, underlined, on a white background; that&#8217;s just great!<br />
4. I love the keyboard short-cuts;<br />
5. I love the integration with Google Calendar;</p>
<h3>What I&#8217;d improve?</h3>
<p>1. I can&#8217;t properly use the Back button on my browser; Gmail uses AJAX, yet this problem is not there;<br />
2. Unlike Gmail, in the software I can&#8217;t delete a task, even if it was just an example created by you;<br />
3. Let&#8217;s say I add a task; in Gmail, I would always have the option of creating a label or folder, even in the &#8220;Add new task&#8221; mode; here I can&#8217;t seem to be able to add a new folder or label, while adding a new task;<br />
4. Look at this list:<br />
1<br />
2<br />
3<br />
4<br />
..<br />
9<br />
10<br />
You can sort this list in Linux way:<br />
1<br />
10<br />
2<br />
3<br />
..<br />
9<br />
Or you cans sort it it Windows way:<br />
1<br />
2<br />
3<br />
..<br />
9<br />
10<br />
As you see, Linux doesn&#8217;t know that 10 &gt; 9; in Linux 1, 10, 2, 3, is a perfectly fine order; if I were you; I&#8217;d adopt Windows-style sorting;<br />
To check the both systems, make folders from 1 to 10 and sort them by name in both Windows and Linux and see what I mean;<br />
<em>Note:</em> I have nothing against no operating system; not in this blog post;<br />
5. I would love to have an undo option after each operation I do;<br />
6. To me, the affiliate link is to obviously intrusive;<br />
7. When I want to go home, I tend to click on the logo; here, it doesn&#8217;t work;<br />
8. Opera browser has this great feature: let&#8217;s say they want to make a shortcut for something in a menu; but the menu for bookmarks is changeable; and they do this lovely thing: even if I have in the menu a set of bookmarks, they assign a keyboard shortcut for each menu entry; you can copy this by assigning keyboard shortcuts even for elements that continuously change;<br />
9. In lite view, in FireFox, if I have a lot of tasks displayed, it ruins the view; the bottom row of buttons (complete, archive, edit, move) doesn&#8217;t seem to be displayed nicely;<br />
10. Let&#8217;s say I&#8217;m in lite view mode for a specific list; when I switch to full-view, I&#8217;d prefer to have that specific list view again; this doesn&#8217;t happen;<br />
11.<br />
12.<br />
13.<br />
14.<br />
15.</p>
<p>_____<br />
Bottom line: I like the experience of <a href="http://www.taskwriter.com/" target="_blank">taskwriter.com web site</a> a lot. There are some things to be improved, but it&#8217;s a pretty nice web site. If you&#8217;d like to try the solution, by following <a href="http://www.taskwriter.com?coupon=taskwriter_16732_3_1604" target="_blank">this link</a> you get 3% off.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/05/my-feedback-for-taskwriter-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upload 1,000 photos to Facebook in 30 minutes?</title>
		<link>http://getaresultnow.com/2010/04/how-to-upload-1000-photos-to-facebook-in-30-minutes/</link>
		<comments>http://getaresultnow.com/2010/04/how-to-upload-1000-photos-to-facebook-in-30-minutes/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:29:23 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=719</guid>
		<description><![CDATA[Recently I&#8217;ve been to a trip in Europe. I had about 6,000 photos, from which I&#8217;ve selected 1,000 to put on Facebook. How did I do it? First of all, to understand the problem, a photo generally has 1-3 MB right from the camera. Even if compressed to 80% quality JPEG at a maximum 1600 [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve been to a <a href="http://getaresultnow.com/2010/04/with-photos-what-insights-did-i-get-by-traveling-via-romania-hungary-serbia-hungary-austria-slovakia-hungary-romania-again-with-photos/">trip in Europe</a>. I had about 6,000 photos, from which I&#8217;ve selected 1,000 to put on Facebook. How did I do it?<span id="more-719"></span></p>
<p>First of all, to understand the problem, a photo generally has 1-3 MB right from the camera. Even if compressed to 80% quality JPEG at a maximum 1600 pixels resolution, the picture still has a few hundred kilobytes (the compressed folder had 350 Megabytes, quite big). The problem is, thus, uploading large amount of data to Facebook (it takes time).</p>
<p>But Facebook is different &#8211; it only allows you to put pictures with a width of 720 pixels, and a height of 720. Thus, all I had to do was doing a batch resize (I used <a href="http://www.irfanview.com/main_download_engl.htm" target="_blank">Irfanview</a>, but there are plenty of other options) of all the pictures, with a maximum resolution of 604&#215;480. With some 80% JPEG compression, at the end I had this result:<br />
<strong>1,000 photos with 58 Megabytes!</strong></p>
<p>Thus, it was very easy to upload the photos &#8211; only 58 megabytes of data for 1,000 photos.</p>
<p>PS: If you don&#8217;t know how to batch resize photos using IrfanViews, see <a href="http://getaresultnow.com/2010/06/how-to-batch-resize-photos-using-irfanview/">this tutorial</a>.</p>
<p>Update: The old resolution of 604&#215;480 <a href="http://mashable.com/2010/01/19/facebook-photo-sizes/" target="_blank">has changed</a> to 720&#215;720. Cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/04/how-to-upload-1000-photos-to-facebook-in-30-minutes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to pick a WordPress theme? From colours to pricing, from number of columns to layout</title>
		<link>http://getaresultnow.com/2010/02/how-to-pick-a-wordpress-theme-from-colours-to-pricing-from-number-of-columns-to-layout/</link>
		<comments>http://getaresultnow.com/2010/02/how-to-pick-a-wordpress-theme-from-colours-to-pricing-from-number-of-columns-to-layout/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:33:43 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=534</guid>
		<description><![CDATA[First of all, you have to establish some things about your visitors profile &#8211; if you have business clients, you go with a business theme. If your clients are young hippies, you&#8217;ll pick a totally different WordPress theme. Let&#8217;s suppose that: a. You are looking for a business theme; b. You want to make a [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, you have to establish some things about your visitors profile &#8211; if you have business clients, you go with a business theme. If your clients are young hippies, you&#8217;ll pick a totally different WordPress theme.<span id="more-534"></span></p>
<p>Let&#8217;s suppose that:<br />
a. You are looking for a business theme;<br />
b. You want to make a web site, rather than a blog from WordPress;<br />
c. Your customers are very quiet, and calm and don&#8217;t appreciate aggressive tones;<br />
d. You have a simple web site.</p>
<p>How to pick?</p>
<h2>A. Number of columns</h2>
<p>If you have a very simple presentation web site, with no more than 10 pages, you should pick a layout with two-columns or even go for a theme with one-column only (for a presentation web site). Do you have a presentation web site with either more than 15 pages or you wish to have on each page things like a contact form, a slideshow with pictures? Then you may wish to pick for a three-column theme.</p>
<p>This is how various WordPress themes look in:<br />
a. <a title="One column web sites" href="http://wordpress.org/extend/themes/tags/one-column" target="_blank">One column</a> (in the list you will also see some two columns themes, ignore these);<br />
b. <a title="Two columns themes" href="http://wordpress.org/extend/themes/tags/two-columns" target="_blank">Two columns</a>;<br />
c. <a title="Three columns web sites" href="http://wordpress.org/extend/themes/tags/three-columns" target="_blank">Three columns</a>;</p>
<p>If you have a simple web site with 5 pages, you need a one-column theme. If you have between 5 and 15 pages, or you wish to have an element present on each page of the web site (an ad, a contact form, some call-to-action like a newsletter), opt for a two-column theme. Having a complex web site? Opt for a three-column web site.</p>
<p>Bottom line: look for one-column or two-column themes and avoid three columns themes for simple web sites. Do look for three-column themes on complex web sites.</p>
<h2>B. Color themes</h2>
<p>I suggest avoiding themes that put emphasis on dark colors. For further diving into the subject, I recommend these readings:</p>
<ul>
<li><a title="Color Preferences in Web Design" href="http://www.edsf.org/includes/downloads/_preferences_in_web_design.pdf" target="_blank">Color Preferences in Web Design</a></li>
<li><a title="Using Color in Web Design" href="http://www.bruceclay.com/design/color.htm" target="_blank">Using Color in Web Design</a></li>
<li><a title="Light text on dark background vs. readability" href="http://www.456bereastreet.com/archive/200608/light_text_on_dark_background_vs_readability/" target="_blank">Light text on dark background vs. readability</a></li>
</ul>
<p>Long story kept short, dark colored text on light backgrounds are easier to read and are generally considered more trustworthy.</p>
<p>I also prefer avoiding either high-contrast themes (black on white is a powerful contrast, while gray on white is a less powerful one) or powerful colors (intense yellow).</p>
<p>Bottom line: look for themes with predominantly light colored backgrounds.</p>
<h2>C. Things to consider</h2>
<p>If you have a web site with a lot of pictures (each page / blog post has a picture), you may wish to opt for a <a title="Magazine themes" href="http://wphacks.com/best-magazine-style-wordpress-themes/" target="_blank">magazine-style</a> WordPress theme.</p>
<p>Also, if you can cut something from a web site / blog design, then cut it. I personally like a simple web site &#8211; one menu? Fine. Two menus? Fine. Three menus? No-no. Also, avoid banners if you can, avoid adding a blogroll (put the blogroll in a separate page, with description of each link you give out), avoid using unimportant widgets (I have yet failed to find a useful widget). Make it easier for your reader to find information, thus don&#8217;t complicate the design. This doesn&#8217;t mean not having a single call-to-action. By all means, put a &#8220;Call us now&#8221; button, put a newsletter subscription service, add a link (link, not widget) to Facebook or Twitter, but keep things simple and not more than two (I recommend one) call-to-action on a page.</p>
<h2>D. What can be changed in a WordPress theme?</h2>
<p>If you see something in a WordPress theme that&#8217;s text, that usually can be changed / removed easily.</p>
<p>In this picture:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=Screenshot1.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_Screenshot1.png" border="0" alt="Photobucket" /></a></p>
<p>and this picture:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=Screenshot2.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_Screenshot2.png" border="0" alt="Photobucket" /></a></p>
<p>all you see is text. Even the search button is text. Text can easily be changed in WordPress themes. If you wish to remove any text, move it around, it&#8217;s fine and easy.</p>
<p>Now have a look at this:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=Screenshot3.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_Screenshot3.png" border="0" alt="Photobucket" /></a></p>
<p>and this:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=Screenshot4.png" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_Screenshot4.png" border="0" alt="Photobucket" /></a></p>
<p>I marked all the elements that are pictures (in the first picture the background, the title, the RSS / Twitter icons, the search button &#8211; not the search text, but the search button &#8211; the emoticon and the avatars, while in the second picture the Older entries button and again RSS / Twitter &#8211; only the icons, not the surrounding text).</p>
<p>Now, what can be changed in a theme?<br />
a. Text &#8211; easily anything;<br />
b. Images &#8211; if you wish to replace them with other images for which you have copyright &#8211; that&#8217;s easy;<br />
c. Images &#8211; if you wish to transform them (so for example, change the &#8220;Fii eficient&#8221; title to &#8220;Be efficient&#8221; &#8211; well, that&#8217;s a bit more complicated); Another not-so-easy transformation would involve changing the colors of images (making a blue image look red is easy; Making a blue image look red and still have a natural look, not a distorted one &#8211; that&#8217;s hard);<br />
d. Images &#8211; adding a logo; Not very easy, but not that hard; And since it&#8217;s important, it must be done; On the other hand, changing an existing image into a logo of same size &#8211; that&#8217;s easy;<br />
e. Structure &#8211; The themes above are two columns; Want to make them three columns or one column? That&#8217;s not that easy;<br />
f. Structure &#8211; Do you wish to remove the header (title) totally, do you wish to remove some parts of the columns? That&#8217;s rather easy;<br />
g. Colors &#8211; Do you wish to make the blue pink and the black gray? That&#8217;s a bit hard, but can be done; Pay attention to <a title="Color matching" href="http://www.colourlovers.com/" target="_blank">matching colours</a>;</p>
<h2>E. Paid or free themes</h2>
<p>If you aren&#8217;t bothered that your theme:<br />
a. Has no technical support;<br />
b. Must keep copyright notice in the footer (I&#8217;m assuming you&#8217;re ethical and don&#8217;t remove this, even if you technically can do that);<br />
c. Is used by other people in the world (we&#8217;re talking about thousand of other web sites for popular themes);<br />
Then you can opt for a free theme.</p>
<p>On the other hand, if you&#8217;re willing to pay for:<br />
a. Technical support and upgrades (though editing the themes will make updates hard to implement each time there is a theme update);<br />
b. Lack of copyright notice;<br />
c. Limited usage by other web sites (much fewer persons pay for themes);<br />
Then go for a premium theme.</p>
<p>If you really want your theme to be unique on the web, opt for a custom design.</p>
<h2>F. What free themes to pick?</h2>
<p>There are literally thousands of theme to pick from. I put only one criteria (to be released in 2009 or later) and got this list of themes:<br />
a. A collection of theme collections (yeah, that&#8217;s a lot) &#8211; <a title="2009 WordPress Themes Collection" href="http://www.socialh.com/2009/12/2009-wordpress-themes-collection.html" target="_blank">2009 WordPress Themes Collection</a>;<br />
b. A list of themes for 2009 &#8211; <a title="The Best Free WordPress Themes of 2009" href="http://webdesignledger.com/freebies/the-best-free-wordpress-themes-of-2009" target="_blank">The Best Free WordPress Themes of 2009</a>;<br />
c. A list of 10 themes of 2010 &#8211; <a title="Top 10 Free WordPress Themes for 2010" href="http://blog.taragana.com/index.php/archive/top-10-free-wordpress-themes-for-2010/" target="_blank">Top 10 Free WordPress Themes for 2010</a>.</p>
<h2>G. What paid themes to pick?</h2>
<p>If you want a custom design, have a look at <a title="Custom Design" href="http://www.google.com/search?hl=en&amp;num=100&amp;q=custom+wordpress+themes+design&amp;" target="_blank">this search</a>.</p>
<p>If you want a single theme, I suggest you to have a look at <a title="Template monster" href="http://www.templatemonster.com/wordpress-themes.php" target="_blank">Template monster</a> and look for <a title="Paid theme collections" href="http://www.google.com/search?hl=en&amp;q=best+OR+top+paid+OR+premium+wordpress+themes+collection+OR+list&amp;num=100" target="_blank">paid theme collections</a> on the web.</p>
<p>If you want to buy more than a single theme, I suggest you to have a look at this article on <a title="Top Premium WP themes providers" href="http://wpguerrilla.com/top-10-premium-wordpress-theme-providers/" target="_blank">Top 10 Premium WordPress Theme Providers</a> and choose a WordPress theme provider which can offer you a good price for buying more than one theme.</p>
<p>I also can&#8217;t help stop mentioning <a title="WP Zoom" href="http://www.wpzoom.com/" target="_blank">WP Zoom</a>, for their great support for my theme.</p>
<p>Finally, if you wish a see a demo on what you can do with a WordPress theme, see <a title="Fii eficient web site" href="http://fiieficient.com/sitedemonstrativ/" target="_blank">this web site</a>. (you can always pick another theme from the sidebar)</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/02/how-to-pick-a-wordpress-theme-from-colours-to-pricing-from-number-of-columns-to-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WinAmp skin ever?</title>
		<link>http://getaresultnow.com/2010/02/best-winamp-skin-ever/</link>
		<comments>http://getaresultnow.com/2010/02/best-winamp-skin-ever/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:57:18 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[winamp]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=541</guid>
		<description><![CDATA[The problem: Let&#8217;s say you want to listen to a list of 2,000 songs in WinAmp. You listen to it once, twice, three times maybe. And at the end you want to pass through the list one more time to check which songs you like best, to save them separately. And you start listening. One [...]]]></description>
			<content:encoded><![CDATA[<p>The problem: Let&#8217;s say you want to listen to a list of 2,000 songs in <a title="WinAmp" href="http://www.winamp.com/media-player" target="_blank">WinAmp</a>.<span id="more-541"></span> You listen to it once, twice, three times maybe. And at the end you want to pass through the list one more time to check which songs you like best, to save them separately. And you start listening. One song, two, three. Soon you notice that rather than wait for the song to get to the good part, you rather scroll through WinAmp. Wouldn&#8217;t it be great if there were a solution to listen to just 1/3 of the song, starting from, let&#8217;s say, 1/3 of the time? So if this was a song:<br />
AABBCC</p>
<p>You would only listen to BB parts, and AA and CC would be ignored.</p>
<p>The solution: Great news! The solution for this exists: just install <a href="http://www.topdownloads.net/winamp/eps-high-end-system-v-tes_2_7713.html?hl=" target="_blank">EPS High-End System</a> skin in WinAmp, activate it, and press the DEMO button (three buttons left of the horizontal scrollbar of the song). Chose your preferred option (mine is 1/3 of track length at middle).</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/02/best-winamp-skin-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Me &amp; WP Zoom, or how this blog has a new theme</title>
		<link>http://getaresultnow.com/2010/01/me-wp-zoom-or-how-this-blog-has-a-new-theme/</link>
		<comments>http://getaresultnow.com/2010/01/me-wp-zoom-or-how-this-blog-has-a-new-theme/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:29:33 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[magnet theme]]></category>
		<category><![CDATA[pavel ciorici]]></category>
		<category><![CDATA[wp zoom]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=530</guid>
		<description><![CDATA[On september 16th and 17th, I went to WordCamp Romania (read all about it). There were even some contests at that event, with (ta-da!) prizes. Lucky for me, I took part at those contests and won a free theme for my blog provided by WP Zoom. Find out below how I collaborated with WP Zoom. [...]]]></description>
			<content:encoded><![CDATA[<p>On september 16<sup>th</sup> and 17<sup>th</sup>, I went to <a title="Wordcamp" href="http://wordcamp.ro/" target="_blank">WordCamp</a> Romania (<a title="Blog post on WordCamp" href="http://getaresultnow.com/2009/09/what-i-learned-at-wordcamp-romania-codecs-20090916-17/">read all about it</a>). There were even some contests at that event, with (ta-da!) prizes. Lucky for me, I took part at those contests and won a free theme for my blog provided by <a title="WP Zoom" href="http://www.wpzoom.com/" target="_blank">WP Zoom</a>. Find out below how I collaborated with WP Zoom.<span id="more-530"></span></p>
<p>The theme I&#8217;ve won is <a title="Magnet theme demo" href="http://wpzoom.com/magnet/demo/" target="_blank">Magnet theme</a>.</p>
<p>My blog went through a dramatic change, see below:<br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=20090928Aftergetaresultnowcom.jpg" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_20090928Aftergetaresultnowcom.jpg" border="0" alt="Photobucket" /></a><br />
<a href="http://s271.photobucket.com/albums/jj139/OBreda/GetAResultNow/?action=view&amp;current=20090928Beforegetaresultnowcom.jpg" target="_blank"><img src="http://i271.photobucket.com/albums/jj139/OBreda/GetAResultNow/th_20090928Beforegetaresultnowcom.jpg" border="0" alt="Photobucket" /></a></p>
<p>As you can see, my blog looks much better with the new theme installed. How was my collaboration with WP Zoom?</p>
<ul>
<li>The team responded to all of my requests fast;</li>
<li>I got all the support I needed from them;</li>
<li>The timing was impecable;</li>
<li>The actual result of their work (the theme) looks great.</li>
</ul>
<p>I tweaked the theme quite a bit:<br />
a. Links are underlined in blog posts;<br />
b. Removed all the featured posts stuff;<br />
c. Removed the bar with categories;<br />
d. Removed the author info;<br />
e. Modified the sidebar quite a lot;<br />
f. Added subscribe by email in the footer;<br />
g. Modified the subscribe links in the footer (strangely, they are not the ones in the header, with Feedburner, they are the default blog&#8217;s feeds);<br />
h. Removed the &#8220;Add to Twitter&#8221; link (it used the long URL, and my blog posts have huge URLs, so I had to give it up);<br />
i. Edited the RSS links;<br />
j. Added a page for comments rules;<br />
k. Edited the header;<br />
l. Edited the social networks links;</p>
<p>I really enjoyed my collaboration with WP Zoom. Thanks <a title="Pavel CIORICI" href="http://www.ciorici.com/" target="_blank">Pavel CIORICI</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2010/01/me-wp-zoom-or-how-this-blog-has-a-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My gift for 2010: what I recommend you to read, listen and see</title>
		<link>http://getaresultnow.com/2009/12/my-gift-for-2010-what-i-recommend-you-to-read-listen-and-see/</link>
		<comments>http://getaresultnow.com/2009/12/my-gift-for-2010-what-i-recommend-you-to-read-listen-and-see/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 21:59:06 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[last fm]]></category>
		<category><![CDATA[Le Notti di Cabiria]]></category>
		<category><![CDATA[nicolae steinhardt]]></category>
		<category><![CDATA[robert feldman]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=504</guid>
		<description><![CDATA[This message is the gift from me to you for the year of 2010: what forms me as a person? A. Music You can see my Last FM profile to have an idea on what music I like. Especially look for top artists and top tracks. B. Articles on the Internet English-only: I share on [...]]]></description>
			<content:encoded><![CDATA[<p>This message is the gift from me to you for the year of 2010: what forms me as a person?<span id="more-504"></span></p>
<h3><strong>A. Music</strong></h3>
<p>You can see my <a title="Last FM profile - OBreda" href="http://www.last.fm/user/O_Breda" target="_blank"><strong>Last FM</strong> profile</a> to have an idea on what music I like. Especially look for <a title="Last FM top artists" href="http://www.last.fm/user/O_Breda/charts?rangetype=overall&amp;subtype=artists" target="_blank">top artists</a> and <a title="Last FM top tracks" href="http://www.last.fm/user/O_Breda/charts?rangetype=overall&amp;subtype=tracks" target="_blank">top tracks</a>.</p>
<h3><strong>B. Articles on the Internet</strong></h3>
<p>English-only: I share on <strong>Google Reader</strong> stuff about search engine optimization (<a title="Google Reader SEO" href="http://www.google.com/reader/shared/user%2F12504851836147350334%2Flabel%2FBloguri%20-%20profesional" target="_blank">link</a>). Other than SEO, I especially like these blogs: <a href="http://blog.penelopetrunk.com/" target="_blank">Penelope TRUNK&#8217;s Brazen Careerist</a> (<a href="http://feeds.feedburner.com/BrazenCareerist" target="_blank">feed</a>) and <a href="http://zenhabits.net/" target="_blank">Zen Habits</a> (<a href="http://zenhabits.net/feed/" target="_blank">feed</a>).</p>
<p>English and Romanian: But you can also see the things I share on <strong>Google Reader</strong> from other fields as well (<a title="Google Reader Olivian BREDA" href="http://www.google.com/reader/shared/12504851836147350334" target="_blank">link</a>). The top things I read and come across upon, I share on my <a title="Twitter page for Olivian BREDA" href="http://twitter.com/Olivian_BREDA" target="_blank"><strong>Twitter</strong> page</a>.</p>
<h3>C. Books</h3>
<p>Regarding books, to read, I strongly recommend &#8220;<strong><a title="Essentials of Understanding Psychology" href="http://www.amazon.com/Essentials-Understanding-Psychology-Robert-Feldman/dp/0072965037" target="_blank">Essentials of Understanding Psychology</a></strong>&#8221; by Robert S. Feldman (in English). In Romanian, you can see &#8220;<strong><a title="Article on Nicolae STEINHARDT" href="http://getaresultnow.com/2009/04/nicolae-steinhardt-the-orthodox-christian-that-means-the-most-to-me/" target="_blank">Happiness Diary</a></strong>&#8221; by Nicolae STEINHARDT.</p>
<h3><strong>D. Movies</strong></h3>
<p>From all the movies I&#8217;ve seen, I strongly recommend you to see <a title="Le Notti di Cabiria - The best movie I’ve seen. The one movie I recommend seeing to anyone I know over 15 years of age. Go see it now! blog post" href="../le-notti-di-cabiria-the-best-movie-ive-seen-the-one-movie-i-recommend-seeing-to-anyone-i-know-over-15-years-of-age-go-see-it-now/"><strong>Le Notti di Cabiria</strong></a> (another <a title="Olivian BREDA's IMDb comment for the movie" href="http://www.imdb.com/title/tt0050783/usercomments-56" target="_blank">comment on the movie</a> of mine).</p>
<p>That&#8217;s it. A Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/12/my-gift-for-2010-what-i-recommend-you-to-read-listen-and-see/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The best two psychological tests I&#8217;ve ever made (yeah, I&#8217;m kidding)</title>
		<link>http://getaresultnow.com/2009/10/the-best-two-psychological-tests-ive-ever-made-yeah-im-kidding/</link>
		<comments>http://getaresultnow.com/2009/10/the-best-two-psychological-tests-ive-ever-made-yeah-im-kidding/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 07:03:43 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=431</guid>
		<description><![CDATA[Hello, there are just two psychological tests I love to take again and again: a. You should start with a test that lets you pick between five fruits; b. (this might be a bit offensive, but it&#8217;s the same top-class quality as the test above) ShapeTest &#8211; I strongly suggest getting a Second Opinion (click [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Hello, there are just two psychological tests I love to take again and again:<br />
a. You should start with a <a title="Test that lets you pick between five fruits" href="http://www.slideshare.net/rahul/know-about-yourself-who-are-u" target="_blank">test that lets you pick between five fruits</a>;<br />
b. (this might be a bit offensive, but it&#8217;s the same top-class quality as the test above) <a title="ShapeTest" href="http://www.shapetest.com/" target="_blank">ShapeTest</a> &#8211; I strongly suggest getting a Second Opinion (click on the button); Then another one; Then another one; Yes, it&#8217;s addictive.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/10/the-best-two-psychological-tests-ive-ever-made-yeah-im-kidding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is, to me, the difference between virtual and real?</title>
		<link>http://getaresultnow.com/2009/04/what-is-to-me-the-difference-between-virtual-and-real/</link>
		<comments>http://getaresultnow.com/2009/04/what-is-to-me-the-difference-between-virtual-and-real/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:59:48 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[differences]]></category>
		<category><![CDATA[digital photography]]></category>
		<category><![CDATA[fine line]]></category>
		<category><![CDATA[headphones]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[real]]></category>
		<category><![CDATA[typing]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/what-is-to-me-the-difference-between-virtual-and-real/</guid>
		<description><![CDATA[Join me in my quest to find out if by sitting at a PC I&#8217;m having a real life experience or a virtual life one. I think that the difference between virtual and real life is mostly seen in communication (spoken in life versus written on the Internet). Why is that? In real life communication [...]]]></description>
			<content:encoded><![CDATA[<p>Join me in my quest to find out if by sitting at a PC I&#8217;m having a real life experience or a virtual life one.<span id="more-62"></span></p>
<p>I think that the difference between virtual and real life is <strong>mostly seen in communication</strong> (spoken in life versus written on the Internet). Why is that? In real life communication I can be happy and I can transmit with all my senses the way I&#8217;m feeling to the other person. On the Internet, I have, at most, some jokes, some bad words and some emoticons. But most of the time is a my-oh-my very much impersonal communication, mostly in a serious manner (or at least perceived that way). So the toughest difference comes from what is virtual life mostly about &#8211; communication.</p>
<p><strong> But where is it only a fine line between virtual and real?</strong> I think there are a few domains that follow this condition:<br />
a. <strong>Movies</strong> &#8211; yes, it&#8217;s better to see them at the cinema, you are on a chair, large room, some smell, some taste (pop corn and drinks), some social engagement (laughs, movements, scary moments); but all-in-all you can get an almost-as-good experience right from the comfort of your own home; Get some friends and it&#8217;s even better;<br />
b. <strong>Music</strong> &#8211; Sure, the atmosphere in a Opera house, in a disco or at a concert can&#8217;t be reproduce; But reproducing music in a digital era gets quite simpler; Again, social part can be a different experience in real life;<br />
c. <strong>Reading</strong> &#8211; Yes, I know, a book is generally better for the eye, for the posture, for the feeling of yet; And you might remember more things while reading a real book rather than an e-book; In the same time, finding things to read (not necessarily books) on the Internet is quite easy and find it one of the pleasures in life;<br />
d. <strong>Typing</strong> &#8211; I write pretty fast and I can type with about the same speed; It&#8217;s not the same thing, but I can get a good sensation while typing on the keyboard; But the structure of words that is formed inside my mind is pretty much the same;<br />
e. <strong>Digital photography</strong> &#8211; I have no photos in my room, other than those for diplomas and IDs; And I miss none; I can&#8217;t quite compare the sensation of watching a digital photograph or a printed one, but I do compare the space of a digital photo on my hard drive versus the space of a real stack of photos on my desk;<br />
f. <strong>Communicating via headphones and microphone versus meeting live</strong> &#8211; Communicating live has some obvious advantages (body language, a broader view, a clearer transmission of data, a better hearing option); But when talking with some very close persons like this, I can get a pretty real feeling; Anyhow, it&#8217;s much better than typing.</p>
<p>I think these are pretty much the most important things that are similar in life with those on the Internet.</p>
<p>Coming back to the experience of sitting in front of a PC &#8211; is it real or virtual? The chair I sit on, the desk, the computer, me &#8211; are all real -, but my imagination is trapped in a virtual world. I think that&#8217;s the difference. Or at least until I hear some loud sounds on my opened window.</p>
<p>How do you feel about this blog post on virtual and real life experiences?</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/04/what-is-to-me-the-difference-between-virtual-and-real/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to find out whether a Romanian online store is flexible or not?</title>
		<link>http://getaresultnow.com/2009/04/how-to-find-out-whether-a-romanian-online-store-is-flexible-or-not/</link>
		<comments>http://getaresultnow.com/2009/04/how-to-find-out-whether-a-romanian-online-store-is-flexible-or-not/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 18:00:31 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[less-than-usual]]></category>
		<category><![CDATA[online store]]></category>
		<category><![CDATA[pieces]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[reply]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[Romania]]></category>
		<category><![CDATA[Romanian]]></category>
		<category><![CDATA[shop]]></category>
		<category><![CDATA[sitatuion]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/how-to-find-out-whether-a-romanian-online-store-is-flexible-or-not/</guid>
		<description><![CDATA[In this blog post I&#8217;ll presume that you buy something from an online store in Romania and something bad happens (an unpredictable thing). I&#8217;ll give you two hints into discovering which online store can help you pass that unpredictable situation in a good manner. That&#8217;s simple, I can give you two solutions for that: 1. [...]]]></description>
			<content:encoded><![CDATA[<p>In this blog post I&#8217;ll presume that you buy something from an online store in Romania and something bad happens (an unpredictable thing). I&#8217;ll give you two hints into discovering which online store can help you pass that unpredictable situation in a good manner.<span id="more-63"></span></p>
<p>That&#8217;s simple, I can give you two solutions for that:<br />
1. <strong>Contact that online store via email</strong> and tell them you have a problem with the warranty of a product; See the response time, the way they handle the situation, the solution they offer to you; You&#8217;ll get a glimpse on what&#8217;s behind that store before you use it; You can use a fake e-mail for this;<br />
2. <strong>Ask the store owner for a less-than-usual solution</strong>; I personally asked two online stores for this: I wanted to gradually buy all the components from that online store, they should keep them for a 6 weeks tops, and when I get all those components, they should assembly my PC; One store was reluctant and answered my query after about two weeks, the other one answered fast and agreed to my request (it was a computer worth about 5-600 Euros and the store was not the cheapest in town).</p>
<p><strong>Both solution can fail</strong>: the owners of those stores can lie to you and only claim that they will solve the warranty and only claim that they will help you (pretend that they are in fact trustworthy when they&#8217;re not). But in most cases, I think that these are good solutions to find out how the employees of an online store will treat you.</p>
<p>Oh, and you can also just ask for this information from other sources (from real friends to virtual communities), you don&#8217;t really have to find out this on your own.</p>
<p>How do you feel about this blog post of mine?</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/04/how-to-find-out-whether-a-romanian-online-store-is-flexible-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new blog of mine in English, about Search Engine Optimization: Get SEO ideas</title>
		<link>http://getaresultnow.com/2009/03/a-new-blog-of-mine-in-english-about-search-engine-optimization-get-seo-ideas/</link>
		<comments>http://getaresultnow.com/2009/03/a-new-blog-of-mine-in-english-about-search-engine-optimization-get-seo-ideas/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 16:42:19 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[a better world]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[launching]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engine optimizators]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo dream]]></category>
		<category><![CDATA[seo idea]]></category>
		<category><![CDATA[seo ideas]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress blog]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/a-new-blog-of-mine-in-english-about-search-engine-optimization-get-seo-ideas/</guid>
		<description><![CDATA[Hello everybody, today I&#8217;ve launched a new blog of mine, in English: Get SEO ideas. I plan a exhaustive article on this blog on how to search (every great trick I know on searching will be there). So, if you&#8217;re into Search Engine Optimization, or just Google searching, or you just wish to read more [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everybody, today I&#8217;ve launched a new blog of mine, in English: <strong><a title="Get SEO ideas" href="http://getseoideas.com/" target="_blank">Get SEO ideas</a></strong>. I plan a exhaustive article on this blog on how to search (every great trick I know on searching will be there). So, if you&#8217;re into Search Engine Optimization, or just Google searching, or you just wish to read more blog posts of mine, you may wish to subscribe to this blog. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/03/a-new-blog-of-mine-in-english-about-search-engine-optimization-get-seo-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to click on a link in ThunderBird, link that opens in FireFox, without losing focus on ThunderBird?</title>
		<link>http://getaresultnow.com/2009/02/how-to-click-on-a-link-in-thunderbird-link-that-opens-in-firefox-without-losing-focus-on-thunderbird/</link>
		<comments>http://getaresultnow.com/2009/02/how-to-click-on-a-link-in-thunderbird-link-that-opens-in-firefox-without-losing-focus-on-thunderbird/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 06:27:35 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[mozilla firefox]]></category>
		<category><![CDATA[mozilla thunderbird]]></category>
		<category><![CDATA[opened]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[steal focus]]></category>
		<category><![CDATA[stealing focus]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/how-to-click-on-a-link-in-thunderbird-link-that-opens-in-firefox-without-losing-focus-on-thunderbird/</guid>
		<description><![CDATA[My blog posts starts with the following two assumptions: 1. You use Mozilla&#8217;s ThunderBird and FireFox as main applications for email and, respectively, opening links; also, my solution is tested on Windows only; but I remember the same problem when working on Linux for a year; 2. You are annoyed that each time you click [...]]]></description>
			<content:encoded><![CDATA[<p>My blog posts starts with the following two assumptions:<br />
1. You use Mozilla&#8217;s <strong><a title="ThunderBird's home page" href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">ThunderBird</a></strong> and <strong><a title="FireFox's home page" href="http://www.mozilla.com/en-US/firefox/" target="_blank">FireFox</a></strong> as main applications for email and, respectively, opening links; also, my solution is tested on <strong>Windows only</strong>; but I remember the same problem when working on Linux for a year;<br />
2. You are annoyed that each time you click on an link from an email in ThunderBird, the current application (ThunderBird) <strong>loses focus</strong> and immediately switches to FireFox;<br />
3. You need to click on <strong>a lot of links</strong> in ThunderBird, for my solutions to be worth the time spent on them.</p>
<p>So, how to solve the problem? <span id="more-33"></span></p>
<p>I have two simple solutions for this problem and they both involve one thing: <strong>don&#8217;t let FireFox steal focus on its startup</strong>. So when starting FireFox, it shouldn&#8217;t have focus, and the very first time you let FireFox have focus, my solution magically vanishes.</p>
<p>First of all, make sure FireFox is not running. Then, do the following. These are the <strong>two alternative solutions</strong> (different options):<br />
1. Open FireFox and very-very fast (or a bit slower if you have time) <strong>press Windows + D to show the desktop</strong>; alternatively, you can click the &#8220;Show Desktop&#8221; icon in the tray; if things go well, FireFox should start minimized and without focus;<br />
2. Open FireFox and then again very fast <strong>open another application</strong>. The new application should have focus, while FireFox launches in background.</p>
<p>Now you can switch to ThunderBird and no matter how many links you click on it, <strong>FireFox won&#8217;t steal focus</strong> (hopefully). Please remember not to switch to FireFox, or you&#8217;ll have to repeat the procedure of starting FireFox.</p>
<p>Does this help you?</p>
<p><strong>Update</strong>: another solution has been provided by ciccio in the comments: Open Firefox, type about:config, and, with care (you might want to do a back-up first), set <em>browser.tabs.loadDivertedInBackground</em> to <strong>True</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/02/how-to-click-on-a-link-in-thunderbird-link-that-opens-in-firefox-without-losing-focus-on-thunderbird/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Would you agree to be paid for some machine to be reading your emails?</title>
		<link>http://getaresultnow.com/2009/02/would-you-agree-to-be-paid-for-some-machine-to-be-reading-your-emails/</link>
		<comments>http://getaresultnow.com/2009/02/would-you-agree-to-be-paid-for-some-machine-to-be-reading-your-emails/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 19:29:56 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[draft]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email machine]]></category>
		<category><![CDATA[employer]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[letter]]></category>
		<category><![CDATA[lionbridge]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[persons]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[qualification]]></category>
		<category><![CDATA[quantity]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/would-you-agree-to-be-paid-for-some-machine-to-be-reading-your-emails/</guid>
		<description><![CDATA[The answer in the title of this blog post is daring: will you do this or not? If yes, you accept that a machine reads your emails for money, I have found an opportunity for you. Here&#8217;s the official announcment of this job title (I just formatted the text): &#8220;We at Lionbridge www.lionbridge.com are continuing [...]]]></description>
			<content:encoded><![CDATA[<p>The answer in the title of this blog post is daring: will you do this or not? If yes, <strong>you accept</strong> that a machine reads your emails for money, I have found an opportunity for you. <span id="more-32"></span></p>
<p>Here&#8217;s the official announcment of this job title (I just formatted the text):</p>
<blockquote><p>&#8220;We at <strong>Lionbridge</strong> <a href="http://www.lionbridge.com" title="LionBridge" target="_blank">www.lionbridge.com</a> are continuing to work to improve the quality and recognition of languages by expanding our collection of data (<strong>emails</strong>, reports (articles, thesis, and college reports), letters and blogs) to help develop language tools e.g. spell checker and increase the word count for your language. To do this, we are collecting data from many people world-wide.</p>
<p>To check if you qualify please answer the following questions:</p>
<ul>
<li>Do you write and save your sent emails <strong>in your native language</strong>?</li>
<li>Do you write or maintain <strong>a personal blog</strong>?</li>
<li>Are you in college in college and write / save your <strong>draft reports</strong>?</li>
<li>Are you a journalist and save your <strong>draft articles</strong>?</li>
<li><strong>Are you interested</strong> in earning additional money on work already completed?</li>
</ul>
<p>If you have answered yes to any of the above questions, then congratulations! You have passed <strong>the first step of qualification</strong>. Please contact <a href="mailto:datacol.bal@lionbridge.com" title="Contact LionBridge by email" target="_blank">datacol.bal@lionbridge.com</a>  and we will help you to find out more details and provide you with out FAQ. All replies must be returned in English please.&#8221;</p></blockquote>
<p>So, if you qualify, you know what to do. Let me give you a few hints on Lionbridge:<br />
1. From my experience, they are a <strong>serious employer</strong>, they will pay you for you results, no question asked; they are assertive, and will provide you with technical help;<br />
2. I don&#8217;t think they&#8217;d compromise their image, so <strong>your data is pretty much secure</strong>;<br />
3. You should <strong>choose carefully</strong> if you wish to enter the program for email data; the emails must have been written by you, they can&#8217;t be text that are found easily on the Internet;<br />
4. You should especially adhere to this program if you have a <strong>large quantity</strong> of emails written personally by you; the payment is proportional with the amount of emails you have;<br />
5. (if you&#8217;re a Romanian reading this) <strong>Romanian-language specific characters</strong> (ăîâşţ) are not a must, but they are preferred.</p>
<p>Having read all these, I wish you best of luck if you decide to apply for this program.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2009/02/would-you-agree-to-be-paid-for-some-machine-to-be-reading-your-emails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Botnets – first understand them and then fight them. A practical guide</title>
		<link>http://getaresultnow.com/2008/09/botnets-%e2%80%93-first-understand-them-and-then-fight-them-a-practical-guide/</link>
		<comments>http://getaresultnow.com/2008/09/botnets-%e2%80%93-first-understand-them-and-then-fight-them-a-practical-guide/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 14:12:37 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[botnet]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[click fraud]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[denial-of-service]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet activity]]></category>
		<category><![CDATA[intranet]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[viruses]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/botnets-%e2%80%93-first-understand-them-and-then-fight-them-a-practical-guide/</guid>
		<description><![CDATA[The article will lead you first on what&#8217;s a botnet. It will then present some typical actions of a botnet. You can then go behind the scenes and understand the mechanism of a botnet and who does it (not to mention how it is controlled). Finally, after you&#8217;ve understood what a botnet is, you will [...]]]></description>
			<content:encoded><![CDATA[<p>The article will lead you first on what&#8217;s a botnet. It will then present some typical actions of a botnet. You can then go behind the scenes and understand the mechanism of a botnet and who does it (not to mention how it is controlled). Finally, after you&#8217;ve understood what a botnet is, you will get a real life solution for protecting against botnets.<span id="more-28"></span><br />
Contents of this blog post:<br />
1. <a title="What’s a botnet?" href="#01">What&#8217;s a botnet?</a><br />
2. <a title="What does a botnet do?" href="#02">What does a botnet do?</a><br />
3. <a title="The story behind a botnet – how it’s made and who does it" href="#03">The story behind a botnet – how it&#8217;s made and who does it</a><br />
4. <a title="Who does a botnet?" href="#04">Who does a botnet?</a><br />
5. <a title="How can one control a botnet?" href="#05">How can one control a botnet?</a><br />
6. <a title="Real life solution for protecting against botnets" href="#06">Real life solution for protecting against botnets</a><br />
7. <a title="Bibliography" href="#07">Bibliography</a></p>
<p><a title="01" name="01"></a><strong>1. What&#8217;s a botnet?</strong><br />
In one sentence, botnets are software applications that are executed autonomously on a computer.</p>
<p>Botnets can be controlled from distance, and since they can run autonomously, their power is quite large. The power of a bot is usually used for criminal activity. In computer terms, a botnet is generally represented by programs such as worms and trojans. The criminal activity that worms and trojans can do are: sending SPAM messages (SPAM emails are bulk messages that are not solicited), installing spyware, installing malware, click fraud, denial-of-service or presenting advertisements on the victim&#8217;s computer.</p>
<p>The term &#8220;botnet&#8221; comes from a combination of &#8220;robot&#8221; and &#8220;network&#8221; (thus a &#8220;network of robots&#8221;).</p>
<p>You can compare a Botnet with a terrorist group: they have a leader, they act with a purpose and their actions are autonomous. The leader can control the group from distance, and in most cases the terrorist group has bad intentions. Like in the real world, for botnets and terrorists, measures can be taken. You will find more on this at the end of the article.</p>
<p><a title="02" name="02"></a><strong>2. What does a botnet do?</strong><br />
A botnet can be used to send SPAM messages via email to other computers. A computer infected by a botnet can also have a lot of advertisements for the owner of the computer itself (adware).</p>
<p>It can also be used to attacks on a computer, called denial-of-service (a lot of computers infected with bots access an Internet service, so that the target system becomes busy).</p>
<p>The owner of a computer infected with a bot can become a victim of spyware (these bots spy on the user&#8217;s activity, and provide to the owner of the bots private information).</p>
<p>Malware may also be installed. Malware is designed to damage a computer.</p>
<p>Yet another method is click fraud: the owner of a computer infected by a bot visits some web sites, just for the purpose of advertising (so the user not only sees an advertisement, but sees whole web sites).</p>
<p><a title="03" name="03"></a><strong>3. The story behind a botnet – how it&#8217;s made and who does it</strong><br />
How is a bot made? First a small recap: botnets are software applications that are executed autonomously on a computer. Thus, as you can imagine, the software application must be first programmed by someone. So, the very first step is for someone with bad intentions to write software that does bad things.</p>
<p>The second step is for that software to get into a victim&#8217;s PC. The botnet and viruses are similar in this aspect: you can get a botnet from a friendly-looking email, from a web site or via a software download. There are a lot of ways to get either a botnet or a virus.</p>
<p>After the victim user gets infected with the bot, the bot contacts a web server (or an IRC server). This server is called command-and-control (C&amp;C) server. Now the server can control the application on the victim&#8217;s computer.</p>
<p>The bot creator has some deals with persons with bad intentions: spammers, some advertisers, criminal organizations. Since the bot creator is in control of the bot on the victim&#8217;s computers, it can command it to do evil actions.</p>
<p>Finally, the bot server autonomously executes the given command.</p>
<p><a title="04" name="04"></a><strong>4. Who does a botnet? </strong><br />
A criminal organization can create a botnet by itself, but generally botnets are done by software programmers. They don&#8217;t mind making illegal software as long as they are paid heavily.</p>
<p>A famous example of a bot net is &#8220;The Storm botnet&#8221; or &#8220;Storm worm botnet&#8221;. This is a botnet that was linked by the Storm Worm, a Trojan horse spreading via email. The size of the Storm botnet is estimated to hundreds of thousands, perhaps millions of computer systems.</p>
<p>The Storm botnet was used for different criminal activities. Some of the main targets of the botnet have been the online operations of security vendors and researchers (because they attempted to investigate the botnet).</p>
<p><a title="05" name="05"></a><strong>5. How can one control a botnet?</strong><br />
The control of a botnet is done via Internet. A person holding a server (on a web page or IRC channel) commands a large number of botnets on the computers of victims via Internet.</p>
<p>Often when a Bot joins an IRC channel it will log in with a password. This prevents control from other people.</p>
<p><a title="06" name="06"></a><strong>6. Real life solution for protecting against botnets</strong><br />
The first thing to do is know about botnets. You can then take the decision if your personal data are important to you, if you want to let your computer be used for SPAM (to others and even to you), denial-of-service-attacks and click fraud. You may decide that these are not important to you, but knowing more about the risks is the first thing to do.</p>
<p>If you decide that you should be more attentive to botnets, you should have a better care over what you allow to run on your computer. You should have the latest version of the browser (and update it regularly) and most of all don&#8217;t visit just any web site. Crack and warez web sites are known for distributing malware software, including botnets. When you are on chat rooms you should not accept any file (a file with multiple extensions, like file.avi.zip or file.mp3.scr might be a botnet).</p>
<p>Even with care from your side, some software does get executed on your local machine. To add an extra security, you should use an Internet Security suite. This is a very good measure to protect your computer against botnets. Even better is to update your Internet Security from time to time, or let it automatically update.</p>
<p><a title="07" name="07"></a><strong>7. Bibliography</strong><br />
I&#8217;ve read and used resources from:<br />
1. <a title="Botnet article on Wikipedia" href="http://en.wikipedia.org/wiki/Botnet" target="_blank">Botnet article on Wikipedia</a>;<br />
2. <a title="Honeynet article on bots" href="http://www.honeynet.org/papers/bots/" target="_blank">Honeynet article on bots</a>;<br />
3. <a title="Definition of botnet on SearchSecurity.com" href="http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci1030284,00.html" target="_blank">Definition of botnet on SearchSecurity.com</a>;<br />
4. <a title="Article on Microsoft.com on zombies and botnets" href="http://www.microsoft.com/protect/computer/viruses/zombies.mspx">Article on Microsoft.com on zombies and botnets</a>;<br />
5. <a title="FAQ on botnets by techFAQ" href="http://www.tech-faq.com/botnet.shtml" target="_blank">FAQ on botnets by techFAQ</a>;<br />
6. <a title="Robot Wars – How Botnets Work" href="http://www.windowsecurity.com/articles/Robot-Wars-How-Botnets-Work.html" target="_blank">Robot Wars – How Botnets Work article</a>;<br />
7. <a title="Botnets, Hackers and SPAM (OH MY!) article on OnGuard Online" href="http://www.onguardonline.gov/topics/botnets-hackers-spam.aspx" target="_blank">Botnets, Hackers and SPAM (OH MY!) article on OnGuard Online</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/09/botnets-%e2%80%93-first-understand-them-and-then-fight-them-a-practical-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have a Web 2.0 web site? Some practical examples</title>
		<link>http://getaresultnow.com/2008/09/how-to-have-a-web-20-web-site-some-practical-examples/</link>
		<comments>http://getaresultnow.com/2008/09/how-to-have-a-web-20-web-site-some-practical-examples/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 15:59:42 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[interactions]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user generated]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[web 2]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/how-to-have-a-web-20-web-site-some-practical-examples/</guid>
		<description><![CDATA[In this blog post I&#8217;ll speak about Web 2.0 and how to create a Web 2.0 web site. I&#8217;ll show you some things on technology, some things on structure of a web site and, finally, some things on emotions. What&#8217;s for you to read in this blog post? 1. What would be a small, personal, [...]]]></description>
			<content:encoded><![CDATA[<p>In this blog post I&#8217;ll speak about Web 2.0 and how to create a Web 2.0 web site. I&#8217;ll show you some things on technology, some things on structure of a web site and, finally, some things on emotions.<span id="more-26"></span></p>
<p>What&#8217;s for you to read in this blog post?<br />
1. <a title="What would be a small, personal, definition of Web 2.0?" href="#01">What would be a small, personal, definition of Web 2.0?</a><br />
2. <a title="Some basic things on the Web 2.0 technology. Uuu, we're going into geeky stuff" href="#02">Some basic things on the Web 2.0 technology. Uuu, we&#8217;re going into geeky stuff</a><br />
3. <a title="What are some Web 2.0 functions and how to use them?" href="#03">What are some Web 2.0 functions and how to use them?</a><br />
4. <a title="Ok, ok, I wish to implement some Web 2.0. What's the first step to be made?" href="#04">Ok, ok, I wish to implement some Web 2.0. What&#8217;s the first step to be made?</a></p>
<p><a title="01" name="01"></a><span style="font-weight: bold">1. What would be a small, personal, definition of Web 2.0?</span><br />
Considering technology, a lot of Web 2.0 is done in AJAX. Very simple, the definition of Web 2.0 would have thus just one word: &#8220;AJAX&#8221;. But AJAX isn&#8217;t the defining term for Web 2.0, it&#8217;s just a widespread technology for such sites. You can have a Web 2.0 web site with no AJAX. So, it&#8217;s not a full definition.<br />
So, what&#8217;s the definition? &#8220;User generated content.&#8221; Hmm. I consider the definition itself rather boring, and I redefine it. &#8220;User involvement&#8221;. If you manage to involve your visitors and convert them into users that are active on your web site, you&#8217;re in the Web 2.0 world.</p>
<p><a title="02" name="02"></a><span style="font-weight: bold">2. Some basic things on the Web 2.0 technology. Uuu, we&#8217;re going into geeky stuff</span><br />
I like to think that JavaScript in general, and AJAX in particular, are specific to Web 2.0; Actually, they&#8217;re not; But you may wish to note that in the future, web will evolve, and AJAX is a likely direction; What does Web 2.0 imply right now in terms of technology? There&#8217;s two aspects I noticed:<br />
1. On one hand lack of new technology; &#8220;OK, you lost me there&#8221; (you might say), &#8220;how come a site has AJAX and is not filled with technology?&#8221; Well, think of it like this; What will an advanced-technology alternative to AJAX be? Flash you say? I think Flash is a bit more:<br />
a. power consuming;<br />
b. technology advanced;<br />
than AJAX; So, for old computers (or mobile devices?) with less computational power, AJAX is better; Lack of new technology (Flash) is great for the brand new (what a conflict!) Web 2.0;<br />
2. On the other hand, is one thing I like to call &#8220;lack of reload&#8221;; <a title="Google Mail " href="http://mail.google.com/" target="_blank">GMail</a> loads the interface once, and from time to time it refreshes the list of emails; But when going from one message to another, GMail doesn&#8217;t load the whole interface plus the message; Just like you would normally expect a desktop application, GMail only loads the messages itself; Or let&#8217;s take <a title="Google Maps" href="http://maps.google.com/" target="_blank">Google Maps</a>: You can scroll, zoom-in, navigate a map without ever reloading the page; That&#8217;s great on AJAX: you don&#8217;t need to refresh the page, you just bring in the useful stuff.</p>
<p>So, if I were to build a new site, taking advantage of new technologies, I&#8217;d skip trouble-with-loading-and-after-loading Flash, and go to easy-to-load-easy-to-process AJAX.</p>
<p><a title="03" name="03"></a><span style="font-weight: bold">3. What are some Web 2.0 functions and how to use them?</span><br />
1. RSS is not user generated content; but my definition of Web 2.0 is larger &#8211; if it involves the user (and RSS does this), then it&#8217;s Web 2.0; Ok, I consider RSS to be Web 2.0; This is for <span style="font-style: italic">reading</span>;<br />
2. Comments &#8211; this is rather boring and old, but I&#8217;d love to see more online shops have the guts to allow any comment on their web site; This is for <span style="font-style: italic">getting involved</span>;<br />
3. Interactive Maps &#8211; instead of just putting a map on the contact page, what about providing an embedded map with all the expected functions such as zoom? Isn&#8217;t it great? This is for <span style="font-style: italic">interaction in navigation</span>;<br />
4. &#8220;Send to&#8221;; This is easy; I visit a web site and I want to send to a friend some emotions after visiting the web site; I can send my friend the link to the page; I cand send it via email (and you, the creator of the web site, should make it very simple for me to this); This is for <span style="font-style: italic">spreading the message</span>.</p>
<p>Those are just some examples. Here are some others, following the above pattern:<br />
1. Reading; RSS can also be a boring newsletter or a more fresh blog; There are alternatives;<br />
2. Getting involved; Rather than just posting a comment, how about posting full-size articles? Wikipedia lets me do it, why don&#8217;t you?<br />
3. Interaction in navigation; Interactive maps? How about some YouTube clips on your web site? If you have an online shop, you can make small videos with your products; It takes some guts, doesn&#8217;t it?<br />
4. How about spreading the message? I can post it on other Web 2.0 web sites (social networks, social bookmarking web sites, social news); There are multiple ways to send the information from here; You should help me to this; I can send it via Instant Messaging; You can post the link to the page on Twitter (a combination between social network, microblogging, and instant messaging); You can have a huge list of options.</p>
<p><a title="04" name="04"></a><span style="font-weight: bold">4. Ok, ok, I wish to implement some Web 2.0. What&#8217;s the first step to be made?</span><br />
I think that the first thing to change if you wish for a Web 2.0 is your attitude. Technical skills come easy after this. So, what should you change?<br />
1. Change your attitude towards the visitor; Your visitor is something to be used, it&#8217;s a resource; Don&#8217;t treat it like the end of chain; it can integrate into your life;<br />
2. Change the attitude towards your web site; You should see it as something to load as few times as possible, using new technology, yet easy to computate; Finally, your web site should be interactive, and not static (did I hear you say &#8220;boring&#8221;?);<br />
3. Change the attitude towards you (and your company); You should have the guts to allow commenting on the web site; You should allow yourself to be present on YouTube clips.</p>
<p>If some of above seem to radical, lower the standards. But at least do try to find out more on Web 2.0!</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/09/how-to-have-a-web-20-web-site-some-practical-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: How to use wp-mail.php correctly in Gmail blog posts? This is my solution</title>
		<link>http://getaresultnow.com/2008/08/wordpress-how-to-use-wp-mailphp-correctly-in-gmail-blog-posts-this-is-my-solution/</link>
		<comments>http://getaresultnow.com/2008/08/wordpress-how-to-use-wp-mailphp-correctly-in-gmail-blog-posts-this-is-my-solution/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 15:38:33 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[progs]]></category>
		<category><![CDATA[soft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/olivian-breda/</guid>
		<description><![CDATA[Let&#8217;s say you wish to use the WordPress function for blogging via email posts. This work great for HTML emails in Yahoo Mail. It works great for Google&#8217;s Gmail in plain-text format. How about Gmail in HTML emails? Things get trickier. That&#8217;s why I present you my very first PHP small add-on.What ca you read [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you wish to use the WordPress function for blogging via email posts. This work great for HTML emails in <a title="Mail by Yahoo! com" href="http://mail.yahoo.com/" target="_blank">Yahoo Mail</a>. It works great for Google&#8217;s <a title="Gmail by Google" href="http://mail.google.com/mail" target="_blank">Gmail </a>in plain-text format. How about Gmail in HTML emails? Things get trickier. That&#8217;s why I present you my very first PHP small add-on.<span id="more-20"></span>What ca you read in this blog post?<br />
1. <a title="What's the best use for my software?" href="#01">What does my software do?</a><br />
2. <a title="What does my software doesn't do?" href="#02">What does my software doesn&#8217;t do?</a><br />
3. <a title="How can you personalize the blog to work only for your email address?" href="#03">How can you personalize the blog to work only for your email address?</a><br />
4. <a title="What's the best use for my software?" href="#04">What should you note?</a><br />
5. <a title="Ok, ok, where's the software? Download link?" href="#05">Ok, ok, where&#8217;s the software? Download link?</a><br />
6. <a title="How do you know it works?" href="#06">How do you know it works?</a><br />
Ok, now you know it. Let&#8217;s get going.</p>
<p><a title="01" name="01"></a><strong>1. What does my software do?</strong><br />
My PHP add-on does one single trick: helps you put HTML emails. It works great with Gmail (tested it a lot on some of my blogs, see the end of this blog post), and it works not-so-bad with Yahoo! Mail (only done a few tests, though).<br />
It also try to fix a bug of WordPress for breaking posts that contain Unicode characters.</p>
<p><a title="02" name="02"></a><strong>2. What does my software doesn&#8217;t do?</strong><br />
Unicode characters are a big pain for WordPress. There are some characters which are poorly converted. This problem is also common for sending emails. What&#8217;s the solution? I&#8217;ll present my case story: whenever I send an email that has Unicode characters, I first try to convert those Unicode characters into ASCII. This can be solved quite easily in Notepad (under Windows Operating System). Just create a blank document in Notepad, put the Unicode text in there. Save it. Notepad usually warns you that if you want don&#8217;t save as Unicode, you&#8217;ll lose some formatting. Hit Ok, then reopen the document. Most Unicode texts are gone. There are still some problems (quotes, for example, are not converted) and for those &#8230; I&#8217;ve created a different software. See the blog post in here.</p>
<p><a title="03" name="03"></a><strong>3. How can you personalize the blog to work only for your email address?</strong><br />
You can replace this line:<br />
<em>if (( is_email($author) ) &amp;&amp; ($author == &#8216;PUTYOUREMAILADDRESSINHERE@SOMEMAIL.COM&#8217;)) {</em></p>
<p>with this line:<br />
<em>if ( is_email($author) ) {</em></p>
<p>Also, replace these two lines:<br />
<em> // Author not found in DB, set status to pending.  Author already set to admin.<br />
$post_status = &#8216;publish&#8217;;</em><br />
with these two lines:<br />
<em> // Author not found in DB, set status to pending.  Author already set to admin.<br />
$post_status = &#8216;pending&#8217;;</em></p>
<p>Finally, replace these three lines:<br />
<em> if (!$userdata) {<br />
$post_author = 1;<br />
$author_found = false;</em><br />
with these three lines:<br />
<em> if (!$userdata) {<br />
$post_author = 1;<br />
$author_found = true;</em></p>
<p><a title="04" name="04"></a><strong>4. What should you note?</strong><br />
I am not responsible for errors you might encounter with your software. You can leave a comment below and explain your errors, and I&#8217;ll see what I can do, you can post your errors on <a title="WordPress support page" href="http://wordpress.org/support/" target="_blank">WordPress&#8217;s support page</a> or search its archives. Please note that this is my very first software in PHP and I&#8217;ve learned the commands mostly by trial and error.</p>
<p><a title="05" name="05"></a><strong>5. Ok, ok, where&#8217;s the software? Download link?</strong><br />
You can download my software in here:<br />
<a title="wp-mail.php made by Olivian BREDA. Use at your own risk" href="http://getaresultnow.com/wp-content/uploads/2008/08/wp-mail.zip">wp-mail.php made by Olivian BREDA. Use at your own risk</a></p>
<p>Use it at your own risk.</p>
<p><a title="06" name="06"></a><strong>6. How do you know it works?</strong><br />
Well, I&#8217;ve tested it for a few months now. These are the blogs where I&#8217;ve tested my software:</p>
<ul>
<li><a title="Ignora descrierea blogului. Incepe sa citesti acum!" href="http://fiieficient.com/">Fii eficient! &#8211; Blog despre eficienta</a></li>
<li><a title="Ignora descrierea blogului. Incepe sa citesti acum!" href="http://fiieficient.com/conferinte/">Conferinte. Blogul WordPress</a></li>
<li><a title="Ignora descrierea blogului. Incepe sa citesti acum!" href="http://fiieficient.com/gfic/">Grupul Fotografilor Interesati de Concursuri (gfic)</a></li>
<li><a title="Ignora descrierea blogului. Incepe sa citesti acum!" href="http://fiieficient.com/ortodoxie/">Ortodoxie &#8211; blog despre evenimente ortodoxe</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/08/wordpress-how-to-use-wp-mailphp-correctly-in-gmail-blog-posts-this-is-my-solution/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Software for changing files from Unicode into ASCII</title>
		<link>http://getaresultnow.com/2008/08/software-for-changing-files-from-unicode-into-ascii/</link>
		<comments>http://getaresultnow.com/2008/08/software-for-changing-files-from-unicode-into-ascii/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:25:15 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[blog post]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[borland pascal]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[old software]]></category>
		<category><![CDATA[pascal]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[text file]]></category>
		<category><![CDATA[texts]]></category>
		<category><![CDATA[turbo pascal]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/software-for-changing-files-from-unicode-into-ascii/</guid>
		<description><![CDATA[There are some cases when you need to convert Unicode texts into ASCII. I&#8217;ve created a small Borland Pascal software for this. See below. What can you read on this specific blog post? 1. What&#8217;s the best use for my software? 2. Alternative: How can you convert Unicode texts into ASCII fast? 3. What does [...]]]></description>
			<content:encoded><![CDATA[<p>There are some cases when you need to convert Unicode texts into ASCII. I&#8217;ve created a small Borland Pascal software for this. See below.<span id="more-22"></span></p>
<p><strong>What can you read on this specific blog post?</strong><br />
1. <a title="What's the best use for my software?" href="#01">What&#8217;s the best use for my software?</a><br />
2. <a title="Alternative: How can you convert Unicode texts into ASCII fast?" href="#02">Alternative: How can you convert Unicode texts into ASCII fast?</a><br />
3. <a title="What does my software do?" href="#03">What does my software do?</a><br />
4. <a title="How to install it?" href="#04">How to install it?</a><br />
5. <a title="How to use it? (basic)" href="#05">How to use it? (basic)</a><br />
6. <a title="How to change settings? (basic)" href="#06">How to change settings? (basic)</a><br />
7. <a title="How to change settings? (advanced)" href="#07">How to change settings? (advanced)</a><br />
8. <a title="Replacement matrix (what my software replaces)" href="#08">Replacement matrix (what my software replaces)</a></p>
<p><a title="01" name="01"></a><strong>1. What&#8217;s the best use for my software?</strong><br />
I greatly use this software for posting via email on my blogs.</p>
<p>You can also use it before sending emails. Mailing lists will just love your new messages.</p>
<p><a title="02" name="02"></a><strong>2. Alternative: How can you convert Unicode texts into ASCII fast?</strong><br />
First of all, don&#8217;t use my software if you want fast conversion.</p>
<p>This can be done quite easily in Notepad (under Windows Operating System). Just create a blank document in Notepad, put the Unicode text in there. Save it. Notepad usually warns you that if you want don&#8217;t save as Unicode, you&#8217;ll lose some formatting. Hit Ok, then reopen the document. Most Unicode texts are gone. There are still some problems (quotes, for example, are not converted) and for those &#8230; I&#8217;ve created this blog post.</p>
<p><a title="03" name="03"></a><strong>3. What does my software do?</strong><br />
My software does this trick: it looks for a text file on the desktop, file called a.txt, opens it, looks for some Unicode characters, and replaces them after a pattern. See the end of the file for the default replacement matrix.</p>
<p><a title="04" name="04"></a><strong>4. How to install it?</strong><br />
First, <strong>download</strong> my software from here:<br />
<a title="Software for changing files from Unicode into ASCII" href="http://getaresultnow.com/wp-content/uploads/2008/08/change-the-batch-file-then-use-my-software.rar">Software for changing files from Unicode into ASCII</a>.</p>
<p>After download, extract the archive. Place the resulting folder somewhere you won&#8217;t move often (Program Files is a good option. Another folder that won&#8217;t get removed after Windows reinstallations is even better).</p>
<p>What&#8217;s next? The file <em>&#8216;!Remove diacritics.bat &#8211; adapt the text in this file, then use it and put shortcut to it.bat&#8217;</em> can and should be edited. Right click on it and choose &#8220;Edit&#8221;. You&#8217;ll have to update the paths according to the paths on your hard drive. You can then rename the batch file to a shorter name like the simple <em>&#8216;diacritics.bat&#8217;</em>.</p>
<p>Then create a shortcut for the diacritics.bat and put it on the desktop (holding Ctrl + Shift and dragging the batch file to the desktop will do the trick). Move the shortcut where you&#8217;ll like it best (quick launch, start menu) or leave it on the desktop. Rename it if you wish, and you can pick another icon from the Properties of the software.</p>
<p>That&#8217;s it!</p>
<p><a title="05" name="05"></a><strong>5. How to use it? (basic)</strong><br />
Create a file called a.txt and put it on the desktop and close it. Launch my software via the shortcut. Open the brand new a.txt file. It&#8217;s now converted.</p>
<p><a title="06" name="06"></a><strong>6. How to change settings? (basic)</strong><br />
You can edit the replacement matrix yourself. There is a aschars.txt text file with the following structure: a long list of rows. In each row there are two codes: the first one is the character you wish to change, while the second code is the character you wish to change into. You can see the current replacement matrix at the end of this blog post.</p>
<p>Let&#8217;s say you wish to edit my matrix. How do you know what are the ASCII codes for the characters? Well, I&#8217;ve done an utility especially for that. In the self-explaining &#8220;Utility&#8221; folder you&#8217;ll find a new piece of software. All you have to do is edit a text file (named, again, a.txt). You put in there all the characters whose code you wish to know. You can simply put two chars: a character you wish to change (let&#8217;s have for example this one: „), and the resulting character (let&#8217;s say is this one: &#8220;). My software will then create a text file with the two ASCII codes. Only then you update the replacement matrix and that&#8217;s it.</p>
<p><a title="07" name="07"></a><strong>7. How to change settings? (advanced)</strong><br />
If you wish to edit the REMDIAC.PAS software, all you have to do is download the Pascal compile from the <a title="Antique Software: Turbo Pascal v5.5 " href="http://dn.codegear.com/article/20803" target="_blank">Antique Software: Turbo Pascal v5.5</a> page, extract the archive, install Pascal, and open the Pas file. You can then pick the Compilation destination to disk instead of memory and open my Pas file. Open the <em>.pas</em> file you wish to edit (that&#8217;s the source file for the software) and don&#8217;t forget to compile it after editing.</p>
<p>What you should note? My software does a little trick. For the &#8220;…&#8221; character, the program has to put three dots. It has a special procedure for this. If you wish to update the software, just add a new line below this one:<br />
<em>133: Begin c := Chr (46); Write (ies, c); Write (ies, c); End;</em><br />
The first number represents the Unicode code (133) and the second one is the ASCII code for the dot (46).</p>
<p>Another setting you may wish to change is the default path for Windows. My software assumes there is a &#8216;C:\windows\system32\cmd.exe&#8217; file, but you may wish to change this.</p>
<p>You can change other things in my software, as you wish.</p>
<p><a title="08" name="08"></a><strong>8. Replacement matrix (what my software replaces)</strong><br />
This is the characters my software replaces and the resulting characters. In the left there is the Unicode character, in the right the corresponding ASCII character:</p>
<blockquote><p><span style="font-family: Courier New;">„  →  &#8220;</span><br />
<span style="font-family: Courier New;"> „  →  &#8220;</span><br />
<span style="font-family: Courier New;"> …  →  ..</span>.<br />
<span style="font-family: Courier New;"> “  →  &#8220;</span><br />
<span style="font-family: Courier New;"> ”  →  &#8220;</span><br />
<span style="font-family: Courier New;"> •  →  *</span><br />
<span style="font-family: Courier New;"> –  →  -</span><br />
<span style="font-family: Courier New;"> «  →  &#8220;</span><br />
<span style="font-family: Courier New;"> ·  →  *</span><br />
<span style="font-family: Courier New;"> »  →  &#8220;</span><br />
<span style="font-family: Courier New;"> Â  →  A</span><br />
<span style="font-family: Courier New;"> É  →  E</span><br />
<span style="font-family: Courier New;"> Î  →  I</span><br />
<span style="font-family: Courier New;"> â  →  a</span><br />
<span style="font-family: Courier New;"> ã  →  a</span><br />
<span style="font-family: Courier New;"> é  →  e</span><br />
<span style="font-family: Courier New;"> î  →  i</span><br />
<span style="font-family: Courier New;"> ï  →  i</span><br />
<span style="font-family: Courier New;"> ó  →  o</span><br />
<span style="font-family: Courier New;"> ô  →  o</span><br />
<span style="font-family: Courier New;"> ö  →  o</span><br />
<span style="font-family: Courier New;"> ü  →  u</span></p></blockquote>
<p>Some of the chracters are specific for the Romanian language.</p>
<p>I hope you&#8217;ll enjoy using my software.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/08/software-for-changing-files-from-unicode-into-ascii/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My blog wins a blog competition!</title>
		<link>http://getaresultnow.com/2008/07/my-blog-wins-a-blog-competition/</link>
		<comments>http://getaresultnow.com/2008/07/my-blog-wins-a-blog-competition/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:25:08 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[1st place]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog competition. 9 entries]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[getaresultnow]]></category>
		<category><![CDATA[my blog]]></category>
		<category><![CDATA[my page]]></category>
		<category><![CDATA[my web site]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/an-easy-to-win-contest/</guid>
		<description><![CDATA[My blog won the very first blog competition it entered. There where 9 entries in the competition (see the entries in here &#8211; Romanian page). This is the page which shos the final results: Concurs de Blogger 2 &#8211; Romanian page). I&#8217;m happy.]]></description>
			<content:encoded><![CDATA[<p>My blog won the very first blog competition it entered. There where 9 entries in the competition (see the entries in <a href="http://www.thewraith.ro/concurs-de-blogger#comments" target="_blank">here</a> &#8211; Romanian page). This is the page which shos the final results: <a href="http://www.thewraith.ro/concurs-de-blogger-2" title="Concurs de Blogger 2" target="_blank">Concurs de Blogger 2</a> &#8211; Romanian page). I&#8217;m happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/07/my-blog-wins-a-blog-competition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial: how to create a RSS for Gmail Labs Random Signatures</title>
		<link>http://getaresultnow.com/2008/06/tutorial-how-to-create-a-rss-for-gmail-labs-signatures/</link>
		<comments>http://getaresultnow.com/2008/06/tutorial-how-to-create-a-rss-for-gmail-labs-signatures/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 14:36:41 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google mail]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[personal signatures]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[signature]]></category>
		<category><![CDATA[Subscribe now!]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips & tricks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/tutorial-how-to-create-a-rss-for-gmail-labs-signatures/</guid>
		<description><![CDATA[Gmail just introduced a great way to have random signatures in gmail &#8211; using a RSS feed. I&#8217;ll show in this email a step-by-step solution for having random signatures in gmail (details on creating the RSS feed). Read on for details. I&#8217;ve done a RSS file with my signatures that I wish to share with [...]]]></description>
			<content:encoded><![CDATA[<p>Gmail just introduced a great way to have random signatures in gmail &#8211; using a RSS feed. I&#8217;ll show in this email a step-by-step solution for having random signatures in gmail (details on creating the RSS feed). Read on for details.<span id="more-15"></span></p>
<p>I&#8217;ve done a RSS file with my signatures that I wish to share with you. Also the method for having it online.</p>
<p>My personal observations:<br />
<strong>Length of a line: 93 characters</strong> (with spaces included);<br />
<strong> Maximum signatures in the file: 9</strong>.</p>
<p>Here&#8217;s how you do it:<br />
First you might want to <strong>test</strong> my RSS file in your browser &#8211; set your signature RSS to this address:<br />
<a href="http://fiieficient.com/gfic/wp-admin/js/zzztestsignature.rss" target="_blank">http://fiieficient.com/gfic/wp<wbr></wbr>-admin/js/zzztestsignature.rss</a><br />
Press Compose once, then yet another time (Gmail first shows the original signature of yours; do a new compose, and another new compose)<br />
If no change, try to reload gmail in browser (FireFox 2+ or Internet Explorer 7, right?)<br />
After reload, try compose, then another compose. You should see the new 9 signatures randomly.</p>
<p>Did the test work? Now this is how you <strong>do your file by yourself</strong>:<br />
<strong>1. </strong>Put the line below (via copy paste) in a new Notepad document and create up to 9 signatures in there, no signature exceeding the number of characters below:<br />
1 2 3 4 5 6 7 8 9 0 abcdefghijklmnopqrstu vxyz Semnatura 11 2 3 4 5 6 7 8 9 0 abcdefghijklmno</p>
<p><strong>2. </strong>Update my file below to contain your up-to-9 signatures. Delete any extra blocks of data in it (so delete whole blocks of data; the blocks of data are 4 rows each)</p>
<p><strong>3. </strong>Put your file in a freehosting service (try Google Pages for example, like in the example below):<br />
<a href="http://cvolivian.googlepages.com/asig.rss" target="_blank">http://cvolivian.googlepages<wbr></wbr>.com/asig.rss</a></p>
<p>I&#8217;ve put the signature file in Google Pages also. Here&#8217;s Google Pages address:<br />
<a href="http://pages.google.com/" target="_blank">http://pages.google.com/</a></p>
<p><strong>4. </strong>Update Google Settings, click twice on Compose link and you&#8217;re ready to go. If errors occur, you might check the length of the signature line and reload the browser. Also pressing more than one time on Compose helps.</p>
<p>(oh, and i&#8217;ve done an error, there are 5 lines of text, not 4; whoops)</p>
<p>Here&#8217;s the file, below. If you have trouble creating it, any of the links above work fine &#8211; just download the file. If you can&#8217;t, for some reason, download RSS files, here&#8217;s two zip files with the archive (it&#8217;s the same file repetead, so only download once):<br />
1. <a href="http://www.filebox.ro/download.php?key=0738ecdd49ea1a5de41b63a0bd8887a9" target="_blank">http://www.filebox.ro/download<wbr></wbr>.php?key=0738ecdd49ea1a5de41b63<wbr></wbr>a0bd8887a9</a> OR<br />
<a href="http://tinyurl.com/6r4cb8" target="_blank">http://tinyurl.com/6r4cb8</a></p>
<p>2. <a href="http://s4.transfer.ro/storage/asig-6107c.zip" target="_blank">http://s4.transfer.ro/storage<wbr></wbr>/asig-6107c.zip</a> OR<br />
<a href="http://tinyurl.com/553y2k" target="_blank">http://tinyurl.com/553y2k</a></p>
<p>So, here&#8217;s the file you want to create by yourself:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243; ?&gt;<br />
&lt;rss version=&#8221;0.91&#8243;&gt;</p>
<p>&lt;channel&gt;<br />
&lt;title&gt;Gmail signatures (ignore this)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://fiieficient.com/" target="_blank">http://fiieficient.com/</a>&lt;/link&gt;<br />
&lt;description&gt;My Gmail sigs&lt;/description&gt;<br />
&lt;language&gt;en-us&lt;/language&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #1 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #2 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #3 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #4 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #5 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #6 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #7 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #8 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;item&gt;<br />
&lt;title&gt;PUT IN HERE SIGNATURE #9 OR DELETE THE ENTIRE BLOCK OF TEXT (all 4 lines of text)&lt;/title&gt;<br />
&lt;link&gt;<a href="http://getaresultnow.com//" target="_blank">http://getaresultnow.com/</a>&lt;/link&gt;<br />
&lt;description&gt;&lt;/description&gt;<br />
&lt;/item&gt;</p>
<p>&lt;/channel&gt;<br />
&lt;/rss&gt;</p>
<p>&lt;!&#8211;Optimal length for a signature (maximum length)</p>
<p>1 2 3 4 5 6 7 8 9 0 abcdefghijklmnopqrstu vxyz Semnatura 11 2 3 4 5 6 7 8 9 0 abcdefghijklmno</p>
<p>1 2 3 4 5 6 7 8 9 0 abcdefghijklmnopqrstu vxyz Semnatura 11 2 3 4 5 6 7 8 9 0 abcdefghijklmno</p>
<p>1 2 3 4 5 6 7 8 9 0 abcdefghijklmnopqrstu vxyz Semnatura 11 2 3 4 5 6 7 8 9 0 abcdefghijklmno</p>
<p>&#8211;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/06/tutorial-how-to-create-a-rss-for-gmail-labs-signatures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why FireFox and Opera are the top browsers</title>
		<link>http://getaresultnow.com/2008/03/why-firefox-and-opera-are-the-top-browsers/</link>
		<comments>http://getaresultnow.com/2008/03/why-firefox-and-opera-are-the-top-browsers/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 06:24:11 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[skins]]></category>
		<category><![CDATA[speed test]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=4</guid>
		<description><![CDATA[This blog post focuses on picking a good browser. At the end of this blog posts there are the conclusions and download links. Go directly there if you don&#8217;t care about my justification for the conclusions. Just get a result! What&#8217;s in this blog post? 1. Which browsers do people use? 2. What&#8217;s my experience [...]]]></description>
			<content:encoded><![CDATA[<p>This blog post focuses on picking a good browser. At the end of this blog posts there are the <a title="Conclusions" href="http://getaresultnow.com/why-firefox-and-opera-are-the-top-browsers/#12">conclusions</a> and <a title="Go download!" href="http://getaresultnow.com/why-firefox-and-opera-are-the-top-browsers/#13">download links</a>. Go directly there if you don&#8217;t care about my justification for the conclusions. Just get a result!<span id="more-4"></span></p>
<p><strong>What&#8217;s in this blog post?</strong><br />
1. <a title="Which browsers do people use?" href="#01">Which browsers do people use?</a><br />
2. <a title="What's my experience with browsers? (why do I write this blog post?)" href="#02">What&#8217;s my experience with browsers? (why do I write this blog post?)</a><br />
3. <a title="Why use Opera?" href="#03">Why use Opera?</a><br />
4. <a title="Why not use only Opera?" href="#04">Why not use only Opera?</a><br />
5. <a title="Why use FireFox?" href="#05">Why use FireFox?</a><br />
6. <a title="Why not use only FireFox?" href="#06">Why not use only FireFox?</a><br />
7. <a title="Why not Internet Explorer?" href="#07">Why not Internet Explorer?</a><br />
8. <a title="Why not any other browser?" href="#08">Why not any other browser?</a><br />
9. <a title="Guides for Opera" href="#09">Guides for Opera</a><br />
10. <a title="Why no guides for FireFox?" href="#10">Why no guides for FireFox?</a><br />
11. <a title="Things I've ignored" href="#11">Things I&#8217;ve ignored</a><br />
12. <a title="Conclusions" href="#12">Conclusions</a><br />
13. <a title="Go download!" href="#13">Go download!</a></p>
<p>My previous post was on <a title="How to remove blog ads?" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">removing the ads from this web site</a>. Now that you&#8217;ve done that, it should be nice to see a way in which to visit the web site (which browser to use).</p>
<p>Why is it so important to have a decision on what browser to pick? Well, if you spend 5 minutes a day just with reading emails, perhaps any browser will do. If you spend hours a day on the Internet, speed and comfort is crucial. Picking the right browser is thus very important for those spending lots of time on the Internet.</p>
<p><strong><a title="01" name="01"></a>1. Which browsers do people use?</strong><br />
According to <a title="Browser statistics from W3Schools" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">W3Schools web site on browser statistics</a>, Internet Explorer has a combined 54.7 market share for all versions (which is huge), FireFox comes second with 37.2 (average), while Opera has only 1.4 market share. Other browsers have market shares similar to Opera&#8217;s or below. I&#8217;d looks rather strange for me to say that Internet Explorer can&#8217;t really be defined as a serious browser (and you shouldn&#8217;t use it) and Opera can sometimes be considered the best browser out there. I&#8217;ll explain below. Please note that the W3Schools statistics refer to statistics on its own web site. The site users are generally Internet power users, mostly developers, and other than this web site FireFox has a lower penetration rate. Yet I consider the statistics relevant: it describes how the Internet would look like had it been filled with power users.</p>
<p><strong><a title="02" name="02"></a>2. What&#8217;s my experience with browsers?</strong> (why do I write this blog post?)<br />
Oh, only for about 10 years, and in the recent years my activities have mostly been based on the Internet.</p>
<p><strong><a title="03" name="03"></a>3. Why use Opera?</strong><br />
1. Opera is <em>fast display of web pages</em>. See the <a title="Browser speed comparisons page" href="http://www.howtocreate.co.uk/browserSpeed.html#winspeed" target="_blank">Browser speed comparisons page</a> (old test, but the data are kept up to date with recent versions of the browsers).<br />
2. Opera is a <em>very good browser for going a bit advanced</em>. If FireFox has a add-on for everything, but that add-on must first be installed, Opera has some built-in plugins that make it easier to use (you don&#8217;t have to look for plugins, install them, configure them &#8211; they&#8217;re all in Opera, no tweaking necessary). While FireFox with no add-ons might be an excellent start for a beginner, after a while, when the user gets experienced and needs some extra features, Opera will provide those extra features very nicely (they&#8217;re integrated). More time passes and the user gets even more experienced and puts add-ons into FireFox. Of course, even an advanced user will find Opera&#8217;s default plugins useful (but unfortunately can&#8217;t install user-generated add-ons, since one can only install add-ons created by Opera team, and that is a small number of add-ons). Surely, even a beginner might find Opera&#8217;s plugins useful or if they&#8217;re to complicated, might decide not to use them. But by default, I consider FireFox with no add-ons to be a browser for complete beginners, Opera for a bit more advanced users, and FireFox with add-ons a browser for power users;<br />
3. Opera is just wonderful in <em>doing a lot of things fast</em>. I can&#8217;t think of any other browser that lets me do this very fast: open a page with a lot of links, see a list with all the links in the page (and I can sort this list), open some or all of the links in the page very fast, view the pages, close all the pages except the generating page fast. FireFox has an add-on called Tab Mix Plus (see the <a title="Install page for Tab Mix Plus" href="https://addons.mozilla.org/firefox/addon/1122" target="_blank">install page for Tab Mix Plus on Mozilla web site</a>) which allows you to have a right click menu to open the links from a selected portion of a page in New Tabs. I will ignore the fact that this add-on must first be installed, and the option selected (so it&#8217;s not a default feature of FireFox). Unfortunately, FireFox loads pages slower, it closes them slower, and when selecting links it doesn&#8217;t have any other options for opening a different set of links (so you can&#8217;t easily pick which links to open). See the &#8220;Guides for Opera&#8221; section below for details on this.<br />
4. Opera is <em>great when not having any tabs opened at all</em>. This might look like a weird way of putting things (why would I use a browser when not having any tabs opened?), but look at it this way: you have a folder with some links you want to open from time to time fast (some no-good RSS forums, some news web sites with pictures and RSS is not good, overall just some pages you want to open rarely and RSS does not work for you or you don&#8217;t want to use it). How to open all of the links fast, view them fast, close them all fast? See the Guides section below. This is a wonderful thing on Opera, and it&#8217;s one of the main reasons I use it: open pages fast, view them quickly, close them in a snapshot. A lot of pages? Still fast.<br />
5. Opera is <em>the godfather of speed</em>. Keyboard shortcuts, mouse gestures, fast loading everything. Sure, you don&#8217;t have all the options of FireFox, but it&#8217;s great to do a lot of things very fast. Have a look at <a title="Speed Testing the Latest Web Browsers page on lifehacker.com web site" href="http://lifehacker.com/396048/speed-testing-the-latest-web-browsers" target="_blank">Speed Testing the Latest Web Browsers page on lifehacker.com web site</a> to see some speed testing for Opera 9.5 and FireFox 3 beta.</p>
<p><strong><a title="04" name="04"></a>4. Why not use only Opera?</strong><br />
1. If a site is <em>complicated</em>, Opera will look at it and say: Huh? Rich text formatting is with troubles; copy &amp; paste with formatted text &#8211; not possible (this is actually an advantage sometimes); some ads in Flash can interfere with web site navigation; Most pages are OK to view in Opera, but when they get tricky, switch the browser<br />
2. (somehow related to 1.) <em>Gmail and Opera don&#8217;t mix</em>. OK, you can use it, you have all the functions, but it&#8217;s slower, and it&#8217;s got no formatting;<br />
3. <em>No add-ons created by users</em>, just the default ones; You can&#8217;t have Login with BugMeNot if you want it.</p>
<p><strong><a title="05" name="05"></a>5. Why use FireFox?</strong><br />
1. <em>Compatibility with Internet Explorer</em> from the web sites perspective; It may sound strange to put this as a primary advantage, but if you&#8217;re switching from Internet Explorer, you will see FireFox is much better at compatibility than Internet Explorer; Also, web pages are generally designed for Internet Explorer and FireFox; Opera is fine, but those two browsers, having the largest market share, are generally to be accounted for when creating a web page; thus, you are more likely not to have a compatibility problem with a web site when viewing a page in FireFox;<br />
2. <em>Compatibility with Internet Explorer</em> from the users&#8217; perspective; There are a lot of options that are in Internet Explorer and are quite functional in FireFox (most In Opera you get no rich text formatting; In FireFox this is even better than Internet Explorer, and good enough in other cases; If you are expecting a feature in Internet Explorer, you are more likely to find in FireFox than in Opera; You can even get FireFox to look just like Internet Explorer with a some tweaking (see <a title="Make Firefox Look Like Internet Explorer" href="http://johnhaller.com/jh/mozilla/firefox_internet_explorer/" target="_blank">Make Firefox Look Like Internet Explorer</a> page);<br />
3. Even if compatible, the browser is, in my opinion, <em>much better than Internet Explorer</em>; beautiful, wonderful browser; Not as fast as Opera, but almost as compatible with any web site as Internet Explorer, and in most cases more pleasant to use;<br />
4. <em>Good for absolute beginners</em> (you need to install nothing, don&#8217;t care about anything in the browser, just make it work), and also for power users (you can even design your own add-on for your own taste, though it is more easy to find one that suits you in the huge list of add-ons);<br />
n. <em>A huge list of small reasons called add-ons</em>; Add-ons are THE feature for FireFox; You can&#8217;t like FireFox for one single reason if you have a lot of add-ons; You&#8217;ll just love FireFox for more than one reason; There are about 2,000 extensions on the <a title="Firefox Add-ons: Browse all Extensions page" href="https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:all" target="_blank">Firefox Add-ons: Browse all Extensions page</a>; You will like some, ignore most; But that&#8217;s what makes FireFox special: you can have your own, very special, unique-in-the-whole-world browser; They are that different; If I were to say two common things for these add-ons, these are: they make FireFox better and when having a lot of them they make it run slowly (so that&#8217;s a good reason for careful picking them up before installing); Most add-ons also take some time to be configured, so they&#8217;re a bit time consuming; It should be noted that you can save the installed add-ons and their settings if you reinstall the operating system (please see the <a title="Profile backup page" href="http://kb.mozillazine.org/Firefox_:_Tips_:_Backup" target="_blank">Profile backup page</a>); You just have to move some directories, or restore from a previous back-up;</p>
<p><strong><a title="06" name="06"></a>6. Why not use only FireFox?</strong><br />
1. Hadn&#8217;t been for Opera speed, there would be no other reason; it&#8217;s just that <em>it&#8217;s a bit slowly</em>;<br />
2. There are some <em>web sites that are only for Internet Explorer</em>.</p>
<p><strong><a title="07" name="07"></a>7. Why not Internet Explorer?</strong><br />
To keep things simple, I don&#8217;t consider Internet Explorer to be a browser. Sure, you must and you are forced to use it to view some pages that require only Internet Explorer pages (online antivirus scanners for example; some banking web site, for another example) . But generally, you can live without Internet Explorer just fine.</p>
<p>I will not give in reasons for you not to use it, other than &#8220;it&#8217;s not a browser in my opinion&#8221;. I&#8217;ve created this blog to show you what you can and should use, not on what you can&#8217;t and shouldn&#8217;t.</p>
<p><strong><a title="08" name="08"></a>8. Why not any other browser?</strong><br />
I have in my PC right now Apple&#8217;s Safari (for Windows) and Netscape Navigator. I&#8217;ve worked with Flock and also with some Linux browsers. I personally didn&#8217;t consider them to equal FireFox and Opera (even on Linux). I recommend that you use Opera and FireFox for a while and then use other browsers if you wish to compare them. More than one browser is fine for this reason: different logins. You can be logged in different browsers with different accounts on the same email address, for example.</p>
<p>The answer to the question &#8220;Why not another browser?&#8221; is simple: because you have a better option &#8211; FireFox and Opera.</p>
<p><strong><a title="09" name="09"></a>9. Guides for Opera</strong><br />
1. <em>How to open a lot of links in a new page in Opera?</em> The simple solution is: right click a link, and Open in background tab. But that&#8217;s so incredibly slowly for more than 10 links. My solution? If you have big a set of links as text format (just a set of links in Notepad, for example), first convert the links from plain text to HTML (self-send an email; create a forum post with the preview page &#8211; both of these solutions will convert your text from basic text to clickable links). After you have a natural web page with a list of links in them, go to Tools Links (Ctrl + Alt + L is a handy shortcut for this). Sort your links the way you want them (click on the links columns). Select links using Ctrl (for links that are not a long consecutive list, but just random occurrences), or with Shift (for a consecutive list of links). Right click and &#8220;Open in background tabs&#8221; or press Ctrl + Shift + Enter. Close the Links window. Now you will have the originating page and a long list of tabs. Navigate through tabs using 1 and 2 keys (or clicking on the tabs). When done, select the originating tab and press Ctrl + Shift + Alt + W (close all but active). Voila! The procedure may look a bit tricky to use, but please remember that I consider it to be the most important feature of Opera browser, and after some use you&#8217;ll certainly learn the keystrokes. This procedure is, in my opinion, the number one feature of Opera. Simply irreplaceable;<br />
2. <em>How to open from time to time some links in a folder?</em> First of all, organize your bookmarks: there might be links you will open daily (news), weekly (blogs), or at a different time frame. Organize them via this criteria into folders. Place the folder on the Personal toolbar (you can view this bar on View =&gt; Toolbars =&gt; Personal bar; to display a folder on the Personal bar, go to Bookmarks =&gt; Manage bookmarks =&gt; Right click on the folder =&gt; Show on personal bar). Now left click on the folder on the Personal bar =&gt; Open all folder items. Navigate between tabs with mouse or 1 and 2 keys. When done, hit Ctrl + Alt + W (Close all).</p>
<p><strong><a title="10" name="10"></a>10. Why no guides for FireFox?</strong><br />
FireFox is based on the community. If you have a question on FireFox, it&#8217;s probably been answered before in the <a title="MozillaZine forums" href="http://forums.mozillazine.org/index.php?c=4" target="_blank">MozillaZine forum</a>. Go read, go find.</p>
<p>I will tell you some tips &amp; advices, though:<br />
1. The list of extensions on the Mozilla site is huge. <em>How can you find the top extensions?</em> On the <a title="Firefox Add-ons: Browse all Extensions" href="https://addons.mozilla.org/en-US/firefox/browse/type:1/cat:all/sort:popular" target="_blank">Firefox Add-ons: Browse all Extensions page</a>, you can sort extensions by Popularity or by Ratng. Still no good? Use this <a title="Google search" href="http://tinyurl.com/27f59y" target="_blank">Google search</a> to find some lists made by Internet users. You can also search for lists on special fields or activities (like developers, sports, movies etc. etc. &#8211; you can also search like this in the FireFox Add-ons page);<br />
2. <em>I personally love these extensions</em>: <a title="AdBlock Plus" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">AdBlock Plus</a> (to block ads, in combination with <a title="Adblock Filterset.G Updater" href="https://addons.mozilla.org/firefox/addon/1136" target="_blank">Adblock Filterset.G Updater</a>, which updates the filters for ads), <a title="Auto Copy" href="https://addons.mozilla.org/firefox/addon/383" target="_blank">Auto Copy</a> (copies text automatically), <a title="BugMeNot" href="https://addons.mozilla.org/firefox/addon/6349" target="_blank">BugMeNot</a> (for easy login to popular web sites, so you don&#8217;t have to create an account, just use an account already created by a nice human being), <a title="ColorfulTabs" href="https://addons.mozilla.org/firefox/addon/1368" target="_blank">ColorfulTabs</a> (just adds color to tabs; did anyone said carnival?), <a title="CustomizeGoogle" href="https://addons.mozilla.org/firefox/addon/743" target="_blank">CustomizeGoogle</a> (tweaking Google search; lots and lots of options), <a title="Download Statusbar" href="https://addons.mozilla.org/firefox/addon/26" target="_blank">Download Statusbar</a> (improved download features), <a title="Gmail Manager" href="https://addons.mozilla.org/firefox/addon/1320" target="_blank">Gmail Manager</a> (able to access multiple Gmail accounts at once), <a title="Google Toolbar for FireFox" href="https://addons.mozilla.org/firefox/addon/33" target="_blank">Google Toolbar for FireFox</a> (features by Google), <a title="Tab Mix Plus" href="https://addons.mozilla.org/firefox/addon/1122" target="_blank">Tab Mix Plus</a> (a lot of add-ons on tabs).</p>
<p><strong><a title="11" name="11"></a>11. Things I&#8217;ve ignored</strong><br />
I can&#8217;t say anything on <em>security</em> but refer to past results or professional testing. If I claim to know what a secure browser is, you might still get an attack from this browser. If I give you a professional test, your one browser&#8217;s fault might be the one that will hurt your PC. To put it simple: no browser is secure. My personal choice for tricky web sites is Opera, because most hackers are likely to attack a more popular browser (also because it can&#8217;t deal well with very complex web sites, so it will not be attackable). But instead of focusing on what browser is more secure, you should focus on security to all browsers with an Internet security application (see my blog post <a title="How to remove blog ads?" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">removing the ads from this web site</a> for some tests on those applications). You should also use this <a title="Google search on security tips" href="http://tinyurl.com/2ab3dx" target="_blank">Google search on security tips</a> as a basic start to know more on Internet browsing security. Navigating safely should a bigger priority for you than for the browser.</p>
<p><em>I&#8217;ve also ignored a lot of features.</em> FireFox has a not-so-bad RSS reader, Opera has a basic torrent file handler. FireFox comes with a separate email application (ThunderBird), while Opera even has a chatting system. Why I ignore these? Because for RSS there are better Internet applications (I like Google Reader), and offline applications (see this list: <a title="News Aggregators for Windows" href="http://www.rss-specifications.com/rss-readers.htm" target="_blank">News Aggregators for Windows</a>). For torrent files there are external applications, most of them being better than Opera&#8217;s internal. There are (questionable) better email solutions than Mozilla&#8217;s ThunderBird (some even web based, like Gmail), there are better chatting features than Opera. I will not install Opera to chat, I will install it to browse fast. I strongly believe that there is no universal solution for every problem, and that specialized features are best to describe a browser. I just don&#8217;t care about the extra features of FireFox and Opera. A browser should, in my opinion, do just this: browse. And do that browsing extremely well.</p>
<p>The last thing I ignored are <em>system resources</em>. I considered it&#8217;s more efficient to buy some extra RAM for memory-hungry applications than use just one browser, or be bothered by memory leaks. If you care on system resources, it&#8217;s more efficient to buy a better piece of hardware (like RAM or whole PC), than care on what browser requires less resources (or at least that&#8217;s what I think).</p>
<p><strong><a title="12" name="12"></a>12. Conclusions</strong><br />
I&#8217;ve shown my reasons.  My conclusions are simple: <em>use both FireFox and Opera</em>. From time to time use Internet Explorer, when special installs required. If you want to, you can use some lesser popular websites, but it&#8217;s best to first test FireFox and Opera. My computer starts with a music software (WinAmp), two browsers (FireFox and Opera), an instant messaging software and a plugin to register what I listen to (Last.fm&#8217;s widget). So whenever I start the PC, two browsers pop up. 95% of the time they&#8217;re both opened and I used them both. Complementary.</p>
<p><strong><a title="13" name="13"></a>13. Go download!</strong><br />
<a title="Download Opera Web Browser" href="http://www.opera.com/download/" target="_blank">This is the download link for Opera</a> (I earn no money for this link). After install, you can customize it with skins. Go download.<br />
<a title="Download Firefox web browser | Faster, more secure, &amp; customizable" href="http://www.mozilla.com/en-US/firefox/" target="_blank">This is the download link for FireFox</a> (I earn no money for this link).  After you install it, it presents you ways to customize it with add-ons and themes.</p>
<p>What&#8217;s your thinking on my blog post? Please leave a comment below. It helps my web site&#8217;s Google Ranking, it helps my readers, it creates a bond between you and my blog. Leave a comment now.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/03/why-firefox-and-opera-are-the-top-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to remove blog ads?</title>
		<link>http://getaresultnow.com/2008/02/how-to-remove-blog-ads/</link>
		<comments>http://getaresultnow.com/2008/02/how-to-remove-blog-ads/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 12:26:13 +0000</pubDate>
		<dc:creator>Olivian BREDA</dc:creator>
				<category><![CDATA[IT stuff]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[antispyware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[pop-up blocker]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://getaresultnow.com/?p=1</guid>
		<description><![CDATA[This blog thrives on ads. It also thrives on getting people more information and practical uses of it. I see no conflict between the two, so this blog post is specifically on removing blog ads generally and for this blog specifically. Why should you block the ads? The answer is simple: they distract you from [...]]]></description>
			<content:encoded><![CDATA[<p>This blog thrives on ads. It also thrives on getting people more information and practical uses of it. I see no conflict between the two, so this blog post is specifically on removing blog ads generally and for this blog specifically.</p>
<p>Why should you block the ads? The answer is simple: they distract you from viewing the interesting content, and even if they are contextual ads (so they are related to the content), most of them are not what you would look for in a page. You might want to keep the ads just to see how other people would promote a web site in two lines. I personally remove ads from FireFox, and keep them in Opera.</p>
<p>Now that you know why should you remove ads, read on to see how to remove them.<span id="more-1"></span></p>
<p><strong>What can you read in here?</strong><br />
1. <a title="How to remove ads on web sites?" href="#01">How to remove ads on web sites?</a><br />
a. <a title="Internet security level" href="#1a">Internet security level</a><br />
b. <a title="Browser level" href="#1b">Browser level</a><br />
2. <a title="How to block the Google ads on this blog?" href="#02">How to block the Google ads on this blog?</a></p>
<p><strong><a title="01" name="01"></a>1. How to remove ads on web sites?</strong><br />
<strong><a title="1a" name="1a"></a>a. Internet security level</strong><br />
Most security solutions like antiviruses now include Internet ad blockers. Which to pick? This is a very broad information for me to analyze, so I will outsource this research. Please see the <a title="CNET Top 10 Antispyware apps 2007" href="http://reviews.cnet.com/4520-3688_7-6721518-1.html">CNET Top 10 Antispyware apps 2007 page</a> (March 2007), <a title="Top Antivirus Software by PC World" href="http://www.pcworld.com/article/124475-1/article.html" target="_blank">Top Antivirus Software by PC World</a> (January 2006), <a title="Anti-Virus Software Review 2008" href="http://anti-virus-software-review.toptenreviews.com/" target="_blank">Anti-Virus Software Review 2008</a> (2008 data).</p>
<p>I have had pleasant experiences with Kaspersky&#8217;s solution for blocking ads, but I haven&#8217;t tried anything else than that for blocking ads, so the test presented earlier are a much better data source than my personal test. Go install an antivirus and Internet protector! (not only for ads, but for general security of your PC)</p>
<p><strong><a title="1b" name="1b"></a>b. Browser level</strong><br />
FireFox has AdBlock Plus (see the <a title="AdBlock Plus page on Mozilla web site" href="https://addons.mozilla.org/en-US/firefox/addon/1865" target="_blank">AdBlock Plus page on Mozilla web site</a>), and you should also install FilterSet Updater (see <a title="FilterSet Updater page on Mozilla web site" href="https://addons.mozilla.org/en-US/firefox/addon/1136" target="_blank">FilterSet Updater page on Mozilla web site</a>) to get continuously updated filters for AdBlock Plus (so a recent ad server is also blocked). It also has a manual way of blocking images.</p>
<p>Opera  has a manual way of blocking images, and some filters to block the ads can be obtained from: <a title="Opera 9 Ad Blocking page" href="http://my.opera.com/Tamil/blog/ad-block" target="_blank">Opera 9 Ad Blocking page</a> and <a href="http://">Opera ad block filters page</a>.</p>
<p>In Internet Explorer 7 you can block ads via this tool &#8211; <a title="IE7PRO" href="http://www.ie7pro.com/ad-blocker.html" target="_blank">IE7PRO</a>.</p>
<p>For any other browser, do a search on Google for &#8220;[name and major version of the software] remove ads&#8221;. Example: <a title="Internet Explorer 6 remove ads" href="http://www.google.com/search?q=Internet+Explorer+6+remove+ads">Internet Explorer 6 remove ads</a>. Blocking ads also works for other applications, like Instant Messaging software ads.</p>
<p><strong><a title="02" name="02"></a>2. How to block the Google ads on this blog?</strong><br />
This article explains how to remove ads via the hosts file (Vista users, do a search in the Windows directory for the file):  <a title=" Removing Google Ads Using the Windows Hosts File" href="http://www.techsupportalert.com/adsense_windows_hosts_file.htm" target="_blank">Removing Google Ads Using the Windows Hosts File</a>.</p>
<p>Also, most of the methods described earlier should also work.</p>
<p>Now that you know it, go block the ads!</p>
<p>Do you know a better solution than this to block ads? Do you have a personal experience with blocking ads? Please post your comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://getaresultnow.com/2008/02/how-to-remove-blog-ads/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 11/21 queries in 0.369 seconds using disk

Served from: getaresultnow.com @ 2010-07-29 13:39:28 -->