<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.3" -->
<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/"
	>

<channel>
	<title>Ask Michel Komarov</title>
	<link>http://askmichel.icoder.com</link>
	<description>i Code to help you profit!</description>
	<pubDate>Mon, 05 May 2008 11:53:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>
	<language>en</language>
			<item>
		<title>Bogo-Pogo AntiSPAM game</title>
		<link>http://askmichel.icoder.com/2008/05/05/bogo-pogo-antispam-game/</link>
		<comments>http://askmichel.icoder.com/2008/05/05/bogo-pogo-antispam-game/#comments</comments>
		<pubDate>Mon, 05 May 2008 11:53:40 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>Anti-Spam</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/05/05/bogo-pogo-antispam-game/</guid>
		<description><![CDATA[After a month I've been trying to contact one of my correspondent I get an autoreply saying: <em>"Thank You for contacting me, but due to the increasing amount of spam I started to receive at this e-mail address, I decided to close it."</em>

Guess many people suffer of spam as they send all this excuses: <em>"Hello, This email address is not monitored."</em>;
<em>"Hello, You have contacted an email that is no longer checked."</em>;
<em>"Due to a large amount of spam I no longer have time to wade through all of the email I receive to get to the legitimate messages. So if you have a need to contact me please do so at my helpdesk at..."</em>.
<span style="padding-left:1em;">&#160;</span>Others use various services like <code>spamarrest.com</code> so you need to fill in a form with CAPTCHA to prove you're not a spam-bot.
<!--more-->
And now I thought why do I use the same email-address for 5 years without changing it or a spamarrest service?...
<span style="padding-left:1em;">&#160;</span>Yes, I remember I was annoyed too much with spam last year. I had no a filter like <code>spamassassin</code> on my server and decided to create my own.
<span style="padding-left:1em;">&#160;</span>My spam-filter script reads the mail-box on time basis and wipes spam emails out. It filters out <em>Asian spam</em> (with <code>Content-Type</code> like <code>iso-2022-jp</code>, <code>iso-2022-kr</code>, <code>euc-kr</code>, <code>gb2312</code>, <code>ks_c_5601-1987</code> or <code>Shift_JIS</code>), some <em>Watch, Bank</em> and <em>Pharm spam</em> (with <code>Rolex,Replica Watches</code>, <code>Royal,Regions,NatWest Bank</code> and <code>Drugs,Pills Pharma</code> words). The script filtered: <table cellpadding="0" cellspacing="0" style="padding:0;margin:0;font-size:11px;">
<tr><td width="200" align="right"><div style="background-color:brown;width:40px;height:3px;"></div></td><td style="padding-left:1em;"><em>400+</em> emails in May 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:40px;height:3px;"></div></td><td style="padding-left:1em;"><em>400+</em> in Jun 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:50px;height:3px;"></div></td><td style="padding-left:1em;"><em>500+</em> in Jul 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:50px;height:3px;"></div></td><td style="padding-left:1em;"><em>500+</em> in Aug 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:40px;height:3px;"></div></td><td style="padding-left:1em;"><em>400+</em> in Sep 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:80px;height:3px;"></div></td><td style="padding-left:1em;"><em>800+</em> in Oct 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:60px;height:3px;"></div></td><td style="padding-left:1em;"><em>600+</em> in Nov 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:70px;height:3px;"></div></td><td style="padding-left:1em;"><em>700+</em> in Dec 07,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:70px;height:3px;"></div></td><td style="padding-left:1em;"><em>700+</em> in Jan 08,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:60px;height:3px;"></div></td><td style="padding-left:1em;"><em>600+</em> in Feb 08,</td></tr>
<tr><td align="right"><div style="background-color:brown;width:100px;height:3px;"></div></td><td style="padding-left:1em;"><em>1000+</em> in Mar 08 and</td></tr>
<tr><td align="right"><div style="background-color:brown;width:120px;height:3px;"></div></td><td style="padding-left:1em;"><em>1200+</em> in Apr 08.</td></tr>
</table> This reduced amount of spam by half. However I'm still getting spam into my inbox.

<h3>BogoFilter</h3>
After I migrated to <em><a href="http://www.kubuntu.com/" target="extra" title="KDE based Ubuntu linux">Kubuntu</a> linux</em> this year I was surprised with <strong>BogoFilter</strong> integrated with <a href="http://kontact.kde.org/kmail/" target="extra" title="KMail: Kontact Mail">KMail</a> application. BogoFilter detects spam almost like I were read it myself.

<em><a href="http://bogofilter.sourceforge.net/" title="Bogofilter Home Page" target="extra">Bogofilter</a> is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections.</em>
The statistical technique is known as the Bayesian technique and its use for spam was described by Paul Graham in his article <a href="http://www.paulgraham.com/spam.html" title="A Plan For Spam" target="extra">A Plan For Spam</a> in August 2002.
<blockquote>The real advantage of the Bayesian approach, of course, is that you know what you're measuring. Feature-recognizing filters like SpamAssassin assign a spam "score" to email. The Bayesian approach assigns an actual probability. The problem with a "score" is that no one knows what it means. The user doesn't know what it means, but worse still, neither does the developer of the filter.
</blockquote>

<h3>KMail with Bogofilter</h3>
KMail provides you with 2 additional buttons: a circle with green recycle icon and a green tick. When you see a spam message in your inbox, click the recycle button to mark the message as spam. The Bogofilter analyses the message to learn from it and move it to the trash folder.
<span style="padding-left:1em;">&#160;</span>So you have 2 buttons to delete emails now. The general "Del" button to delete old non-spam emails and the "Recycle" button to delete spam emails.
<div align="center"><img src="http://askmichel.icoder.com/wp-content/uploads/2008/05/bogofilter1.png" width="350" height="321" /></div>
You also need to check your Trash (junk) folder for the first time to save non-spam emails. You click the green tick to let Bogofilter learn it's not a spam. The Filter learns fast. After the first 2 weeks I didn't see legitimate emails inside the junk folder.
<div align="center"><img src="http://askmichel.icoder.com/wp-content/uploads/2008/05/bogofilter2.png" width="350" height="303" /></div>

All your custom filters work before the Bogofilter. So when you create a filter to move messages of your permanent correspondent into a separate folder, it works like a <em>WhiteList</em> for BogoFilter as well.
<span style="padding-left:1em;">&#160;</span>You don't need to manage a <em>BlackList</em> at all. The Bogofilter does it for you automatically.

Bogofilter is supported by Linux, FreeBSD, Solaris, OS X, HP-UX, AIX, RISC OS, SunOS, OS/2. But not by Windows...

<h3>Outlook with Junk Email filter</h3>
Outlook 2003 and 2007 include Junk Email filter that directs suspect messages to the Outlook Junk folder. The filter calculates "score" for a message to make decision it's spam or not. You're able to set the filter level from <em>Low</em> to <em>High</em> and manage <em>"safe senders"</em> and <em>"blocked senders"</em> lists.

<h3>Outlook with Spam Reader</h3>
There are many 3-rd party add-on's for Outlook to filter spam emails. One of them looks similar to Bogofilter. <a href="http://www.spam-reader.com/" target="extra" title="Spam Filter for Microsoft Outlook"><b>Spam Reader</b></a> uses the most reliable approach to spam filtering &#8212; Bayesian algorithm based on statistical analysis, capable to be adjusted to user’s needs and detect up to 98% of spam messages.

The <em>Spam Reader</em> provides you with additional buttons to train the filter.
<div align="center"><img src="http://askmichel.icoder.com/wp-content/uploads/2008/05/spam-reader.gif" width="351" height="33" /></div>
<div align="center"><img src="http://askmichel.icoder.com/wp-content/uploads/2008/05/spam-reader-01.gif" width="460" height="323" vspace="8" /></div>

If you work with Outlook Express you may want to take a look at yet another Bayes filter &#8212; <a href="http://spam-bully-3-for-outlook-express.spam-bully.qarchive.org/" target="extra" title="Spam Bully 3 for Outlook Express">Spam Bully</a>.

&#160;
<div align="right">by Michel Komarov, &#169; Copyright 2008. iCoder.com</div>
&#160;]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/05/05/bogo-pogo-antispam-game/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>How Not to Send Your E-Mails Into a JUNK folder</title>
		<link>http://askmichel.icoder.com/2008/04/07/how-not-to-send-into-junk-folder/</link>
		<comments>http://askmichel.icoder.com/2008/04/07/how-not-to-send-into-junk-folder/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 18:27:52 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>Opt-in Lists</category>
	<category>Anti-Spam</category>
	<category>AutoResponse Plus™ Tips</category>
	<category>marketing</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/04/07/how-not-to-send-into-junk-folder/</guid>
		<description><![CDATA[<div style="line-height:11px;font-size:11px;color:gray;padding-left:30px;"><ul style="padding-left:20px;">THE MENU:
<li>Egg and bacon</li>
<li>Egg, sausage and bacon</li>
<li>Egg and <span style="color:black;">spam</span></li>
<li>Egg, bacon and <span style="color:black;">spam</span></li>
<li>Egg, bacon, sausage and <span style="color:black;">spam<span></li>
<li><span style="color:black;">Spam</span>, egg, sausage and <span style="color:black;">spam</span></li>
<li><span style="color:black;">Spam</span>, egg, <span style="color:black;">spam, spam</span>, bacon and <span style="color:black;">spam</span></li>
<li><span style="color:black;">Spam, spam, spam</span>, egg, and <span style="color:black;">spam</span></li>
<li><span style="color:black;">Spam, spam, spam, spam, spam, spam</span>, baked beans, <span style="color:black;">spam, spam, spam</span> and <span style="color:black;">spam</span></li>
<li>Lobster thermidor aux crevettes with a Mornay sauce garnished with truffle pate, brandy and with a fried egg on top and <span style="color:black;">spam</span></li>
<li><span style="color:black;">Spam</span>, sausage, <span style="color:black;">spam, spam, spam</span>, bacon, <span style="color:black;">spam</span>, tomato and <span style="color:black;">spam</span></li>
</ul>
<i>&#8212; Have you got anything without <span style="color:black;">spam</span>?</i>
&#8212; Well, there's <span style="color:black;">spam</span> egg sausage and <span style="color:black;">spam</span>, that's not got MUCH <span style="color:black;">spam</span> in it.
<i>&#8212; <b>I don't like <span style="color:black;">spam</span>!</b></i><div align="right" style="color:black;">from Monty Python <a href="http://home.triad.rr.com/spamchef/spamskit.html" title="The Original Monty Python SPAM Skit" style="color:black;text-decoration:underline;">SPAM Skit</a></div>
</div>

Do you like spam? We all hate spam!
This is why many of us, ISPs and email hosts use <em>spam-filters</em> to stop receiving unsolicit emails. This is so clever...

But now you're going to send a newsletter to your subscribers / prospects list. Are you sure your newsletter arrive your recipients? It can be rejected by some of these <em>spam-filters</em> as well. This is the back of a coin.

And now what?
You can use the free <a href="http://spamcheck.sitesell.com/" title="Use SpamCheck To Keep Your E-Mail Out Of The Junk Folder">SpamCheck</a> service to test your newsletter before you send the email out. This tool analyzes your message is less likely to be considered spam by the <em>filters</em>.

<!--more-->
<h3>Test request via email</h3>
Start the Subject with the word <strong>TEST</strong> (in UPPER CASE) and send your newsletter to <a href="mailto:makemy-spamcheck@sitesell.net">makemy-spamcheck@sitesell.net</a> or <a href="mailto:spamcheck@sitesell.net">spamcheck@sitesell.net</a> addresses.
You'll get a report back telling you how good or bad your email is, from a <em>spam-filter</em> point of view.

I've sent this test message:
<pre><textarea style="width:498px;border:1px solid gray;" cols="100" rows="10">Subject: TEXT How To Create Money In 7 Days
--------------------------------------
Seven.

It’s a perfect number, the Prime number.

It is said God created the heavens and the earth in 7 days.
The human brain remembers information in 7 digit chunks.
7 is a prime number, mersenne number, octahedral number,
heptagonal number, hexagonal pyramidal number and the
sum of the first 4 finonacci numbers = 1 + 1 + 2 + 3 = 7

There are 7 colors of the rainbow, 7 chakras and 7 classical
planets.

So what if you could create money in 7 days? Seven is obviously
a special number. It could be 7 days, 7 weeks or 7 months. That
choice is up to you.

I suggest you start with 7 days for your idea and set a goal of
7 weeks for the product launch to bring your idea into fruition.

So you are 7 days away from creating the idea for money and 7
weeks from transmuting the idea into reality.

What you’re gonna do in the next 7 days is just look for an idea
that:

1. Sparks the imagination.
2. That excites.
3. That is unique.
4. That gets a specific.

Where do you look for ideas? Go to the bookstore and just start
thumbing through ANY magazine that grabs your interest, regardless
of the topic.

Talk to people. Observe. Get out of the house.

It’s true that common ideas are a dime a dozen. But uncommon ideas
that have that bit of uniqueness or excitement to them aren’t common.

You’ll recognize your good idea when you find it because you’ll get
excited about it.</textarea></pre>
The report was:
<div style="padding:1ex;border:1px solid gray; background-color:#fefefe;font-size:0.8em;"><strong>Your SiteSell.com SpamCheck Report</strong>
Here is your SiteSell SpamCheck Report for the e-mail that
you sent to us with the subject of...

<em>How To Create Money In 7 Days</em>

Use it to check and improve (if needed) your e-zine, to
ensure that it  makes it into your subscriber's INBOX.

<em>Your TOTAL SPAM SCORE for your e-mail was 0.</em>

How To Interpret Your Score: 
--------------------------------------------------
The higher the score, the more likely the e-mail
will be considered spam by ISPs, which means the
more likely it is to get filtered.  Levels...

0.0 - 4.5 - nice and clean, no problems except tiny
ones below; no action required
--------------------------------------------------

In order of importance, here are the mistakes that we found
in your e-mail...

Nothing to report.
</div>

<strong>Now let's try something from the Junk folder:</strong>
<pre><textarea style="width:498px;border:1px solid gray;" cols="100" rows="10">Subject: TEST Cyails, Vaygra adn Levtyra at Bargain Prices - We Have It All!
--------------------------------------
Now You Can Enhance Your Sex Life. We offer it to do after a Half price.
 Confidentially trasnpor tde to yuor ohuse. N0 docotr serviecs requierd.

Order Now Pensi Grwoth Pack. ePnis Gorwth Pills 1 bottle x 60caps and Pensi rGowth iOl 1 tube x 2oz - 
179.95$

Order Now Viagar + Cailis . 10 x Vyarga 100mg and 10 x Cailis 20mg - 
69.99$

Order Now Viarga 120 pills x 100mg + 4 Pills Free - 
225.61$

Extra offer -- free samples!

Staying informed and aware of diseases and conditions can help aid in their prevention and alleviate anxiety or concerns.
#wnpmCJTADirection of doctor is not needed for the purchase of medications.
Lowest price guaranteed, discreet packing and secure ordering online.
Delivery worldwide. 
Satisfaction Guaranteed.
 Accept VISA, Master.
We offer to you over six kinds diversified products which will be cares of Your health at lowest prices.
Antidiabetic drugs are medicines that help control blood sugar levels in people with diabetes mellitus (sugar diabetes).
Antibiotics are effective against bacterial infections, but they can't combat infections caused by viruses.
Anti-Allergic/Asthma is needed in treatment of allergy and bronchial asthma.
Anti-Depressant/Anti-Anxiety - used for alleviating depression or dysthymia ('milder' depression).
Anti-Fungus - which deliver medications from fungi of above-ground on the body of man.</textarea></pre>

The report now says:
<div style="padding:1ex;border:1px solid gray; background-color:#fefefe;font-size:0.8em;"><strong>Your SiteSell.com SpamCheck Report</strong>
Here is your SiteSell SpamCheck Report for the e-mail that
you sent to us with the subject of...

<em>Cyails, Vaygra adn Levtyra at Bargain Prices - We Have It All!</em>

Use it to check and improve (if needed) your e-zine, to
ensure that it  makes it into your subscriber's INBOX.

<strong>Your TOTAL SPAM SCORE for your e-mail was 0.3.</strong>

How To Interpret Your Score: 
--------------------------------------------------
The higher the score, the more likely the e-mail
will be considered spam by ISPs, which means the
more likely it is to get filtered.  Levels...

0.0 - 4.5 - nice and clean, no problems except tiny
ones below; no action required

4.6 - 7.0 - the strictest may object; clean up the
easy-to-find issues (below)

7.1 - 10.0 - getting into dangerous territory; clean 
up any big issues and the easy-to-find smaller ones

10.1 - 13.0  likely over ISP limits; requires good
review and cleaning up

13.1+ major problems; overhaul needed --
systematically clean, point by point and then
re-test (this may require two or three checks).
--------------------------------------------------

In order of importance, here are the mistakes that we found
in your e-mail...

<strong>(0.3 points) BODY: Encourages you to waste no time in ordering</strong>

Eliminate mistakes by removing any common "spammer habits"
from your e-mail. You'll find it's a useful style check at
the same time. We all tend to repeat some words too often.
The net result is a cleaner (no-spam-triggers) e-mail, that
will be opened and read by more people.</div>

<h3>SpamCheck Special Tips</h3>
<div style="padding-left:1em;margin-top:1em;border-left:3px solid silver;">The SpamCheck <a href="http://spamcheck.sitesell.com/report-help.html">Report</a> reports ONLY on mistakes you're making. Use the Report to eliminate that bad stuff...

Avoid any of the "telltale" triggers that might label your mailing as spam. Some of the most obvious negatives to avoid in your e-mails... 
<ul style="background-color:#fff0f0;font-size:0.9em;padding:1ex 1ex 1ex 20px;">
<li>The excessive use of ALL CAPS in the subject line and message body of your e-mail.</li>

<li>The use of trigger words like "free" (used alone, or in combination with any number of words like "trial," "money," "quote," "sample," "membership," "access," and so on), "sex," "XXX," "spam," "$$$," "checks," "money orders," "extra income," "as seen on TV," and so on. Even using seemingly harmless words like "search engine listings," "cable converter", and "reverses aging" will penalize your e-mail.</li>

<li>The excessive use of punctuation "!!!"</li>

<li><em>If you think of using a trick to avoid detection (like putting a * in certain words to disguise them or adding 50 spaces in your subject to push a code out of sight), it's only a matter of time until you are ESPECIALLY determined to be a spammer. Because "normal business people" don't use tricks -- they just do business.</em></li>
</ul>
On the other hand, there are certain elements of an e-mail that qualify it as being "bona fide" correspondence. With that said...

Here are some tips for staying on the "good" side of the various spam checkers, filters, etc. that stand between your e-mail and your reader's INBOX. Use as many of these "good triggers" as possible, to prove that yours is a real, justifiable mailing...
<ul style="background-color:#f0fff0;font-size:0.9em;padding:1ex 1ex 1ex 20px;">
<li>Use of the words "news", "newsletter", or "list" in your subject line.</li>

<li>Indication of publishing frequency in the subject line -- weekly, daily, monthly.</li>

<li>Inclusion of date of newsletter in the subject.</li>

<li>Inclusion of the issue number in the subject line.</li>

<li>Make sure your newsletter has some substance -- when was the last time you saw spam that had more than a few lines of text?</li>
</ul>
Above and beyond that, use your own common sense. You know what spam looks like -- do not make your e-zine look like spam. And you know what a "VALID, GOOD" e-zine looks like -- that should be your role model! And especially...

<strong>... NO TRICKS.</strong>  Just do your business and keep it real.</div>]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/04/07/how-not-to-send-into-junk-folder/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>How to Make a 2-Steps Opt-In form</title>
		<link>http://askmichel.icoder.com/2008/03/28/how-to-make-a-2-steps-opt-in-form/</link>
		<comments>http://askmichel.icoder.com/2008/03/28/how-to-make-a-2-steps-opt-in-form/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 20:51:12 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>JavaScript Tips</category>
	<category>HTML Tips</category>
	<category>Opt-in Lists</category>
	<category>Web-Forms</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/03/28/how-to-make-a-2-steps-opt-in-form/</guid>
		<description><![CDATA[If you like the KISS principle you may want to have short opt-in forms on your pages. But what if you need to capture more details then just name and email?
You can split the form into 2 parts with a simple javascript to have the name and email fields only on the opt-in page. The script allows them to fill in their details at the first step and shows the rest fields before the form submitted.]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/03/28/how-to-make-a-2-steps-opt-in-form/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>If Dr.House were an Internet marketer&#8230;</title>
		<link>http://askmichel.icoder.com/2008/03/13/if-drhouse-were-an-internet-marketer/</link>
		<comments>http://askmichel.icoder.com/2008/03/13/if-drhouse-were-an-internet-marketer/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 18:00:44 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>marketing</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/03/13/if-drhouse-were-an-internet-marketer/</guid>
		<description><![CDATA[You can think I&#8217;m wrong, but that&#8217;s no reason to quit thinking.
Dr. Gregory House
Each business takes unique talents and abilities. You need knowledge about something to make it! In order for you to find success, you will need to become an expert about something!
We&#8217;re missing something.
Dr. Gregory House
Find a group of people who are searching [...]]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/03/13/if-drhouse-were-an-internet-marketer/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux migration. Part V. Windows Applications</title>
		<link>http://askmichel.icoder.com/2008/03/06/linux-migration-5-windows-applications/</link>
		<comments>http://askmichel.icoder.com/2008/03/06/linux-migration-5-windows-applications/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 21:45:42 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/03/06/linux-migration-5-windows-applications/</guid>
		<description><![CDATA[<p>We have learned how to setup a <a href="http://askmichel.icoder.com/2008/01/30/linux-migration-2-dual-boot-system/" title="Linux migration. Part II. Dual-Boot System">Dual-Boot System</a> with both Windows&#8482; and Linux on your PC, what the <a href="http://askmichel.icoder.com/2008/02/08/linux-migration-3-what-you-get-from-box/" title="Linux migration. Part III. What you get From Box">Linux applications</a> could be used in replacement of the Windows' ones, and how to <a href="http://askmichel.icoder.com/2008/02/28/linux-migration-3-moving-emails/" title="Linux migration. Part IV. Moving Emails">move emails</a> from Outlook&#8482; into KMail Linux-application. Now we need to know how to run native Windows applications on a Linux system.</p>

<p>I have some Windows-only programs I can't live without.<br />
The first of them is a <em>special banking program</em> I use to access my bank account. It works like a local proxy-server to encrypt the traffic between the bank and my PC.<br />
At the second I need <em>Internet Explorer</em> to test the sites I'm working on.<br />
We also can try Windows version of <em>Adobe Photoshop&#174;</em> as a complicated Windows application.</p>]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/03/06/linux-migration-5-windows-applications/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux migration. Part IV. Moving Emails</title>
		<link>http://askmichel.icoder.com/2008/02/28/linux-migration-3-moving-emails/</link>
		<comments>http://askmichel.icoder.com/2008/02/28/linux-migration-3-moving-emails/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 20:45:41 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/02/28/linux-migration-3-moving-emails/</guid>
		<description><![CDATA[You have created a Dual-Boot System on your PC and looked at what we get &#8216;from Box&#8217; with Ubuntu Linux. Now we need to move our emails from Outlook&#8482; or Outlook Express into KMail email Linux-application.
I had been struggling with readPST utility. I was hope for smooth converting my 3Gb Outlook PST file into KMail-compatible [...]]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/02/28/linux-migration-3-moving-emails/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux migration. Part III. What you get &#8216;From Box&#8217;</title>
		<link>http://askmichel.icoder.com/2008/02/08/linux-migration-3-what-you-get-from-box/</link>
		<comments>http://askmichel.icoder.com/2008/02/08/linux-migration-3-what-you-get-from-box/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 08:26:27 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/02/08/linux-migration-3-what-you-get-from-box/</guid>
		<description><![CDATA[In the previous post I show how to create a Dual-Boot System on your PC. Lets&#160;now reboot computer with our fresh Linux and see what we get &#8216;from Box&#8217;.
Kubuntu desktop looks similar to Windows&#8482;. You&#8217;ll find the Start button in the form of &#8220;K&#8221; and the System menu with installed applications.


Office Applications
Kubuntu (Ubuntu) distribution has [...]]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/02/08/linux-migration-3-what-you-get-from-box/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux migration. Part II. Dual-Boot System</title>
		<link>http://askmichel.icoder.com/2008/01/30/linux-migration-2-dual-boot-system/</link>
		<comments>http://askmichel.icoder.com/2008/01/30/linux-migration-2-dual-boot-system/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 09:48:28 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/01/30/linux-migration-2-dual-boot-system/</guid>
		<description><![CDATA[As I have wrote I decide to try Linux. I ordered and received Kubuntu CDs.
Now I need to create a Dual-Boot system on my computer to test applications I&#160;need with Linux and to be able to roll back on my current system if Linux fails&#160;me.

Backup important files
It is vital to do backup before your experiments!
When [...]]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/01/30/linux-migration-2-dual-boot-system/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Linux migration. Part I. WHY</title>
		<link>http://askmichel.icoder.com/2008/01/21/linux-migration-1-why/</link>
		<comments>http://askmichel.icoder.com/2008/01/21/linux-migration-1-why/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 14:30:49 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>linux</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2008/01/21/linux-migration-1-why/</guid>
		<description><![CDATA[I&#8217;ve been using Windows&#8482; for fifteen years. And now I decide to try Linux.
What the benefit do I expect from Linux? Let me explain.

&#160;I have a lot of customers and work on various projects for them. The project&#8217; files are placed inside appropriate folders of a customer. This helps me to interact with several customers [...]]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2008/01/21/linux-migration-1-why/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Magic Numbers for Your Marketing</title>
		<link>http://askmichel.icoder.com/2007/12/31/magic-numbers-for-your-marketing/</link>
		<comments>http://askmichel.icoder.com/2007/12/31/magic-numbers-for-your-marketing/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 16:30:57 +0000</pubDate>
		<dc:creator>michel</dc:creator>
		
	<category>`Chaos</category>
	<category>Sales Pages</category>
		<guid isPermaLink="false">http://askmichel.icoder.com/2007/12/31/magic-numbers-for-your-marketing/</guid>
		<description><![CDATA[<p style="font: italic 1.6em Serif;">2007 is almost over. But there is a time for one more post.</p>

<p><div style="color:gray;font-style:italic;padding-left:50px;">If the stars are lit, then someone needs it, of course?
<div style="text-align:right;">Antoine de Saint-Exupery</div></div>
Have you seen those <em><nobr>"<strong>3</strong> Ways to ..."</nobr>, <nobr>"<strong>5</strong> Steps to ..."</nobr>, <nobr>"<strong>7</strong> Secrets of ..."</nobr>, <nobr>"<strong>12</strong> Tips for ..."</nobr></em> articles? Sure you have. Did you think about <em>WHY</em> exactly these <em>3, 5, 7, 9, 12</em> numbers were used? Yes! These are the <strong><em>Magic Numbers</em></strong>!
It's hard to understand How the <em>magic numbers</em> were appeared... But they exist and work :-)
</p>]]></description>
		<wfw:commentRSS>http://askmichel.icoder.com/2007/12/31/magic-numbers-for-your-marketing/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
