Ze drem vil finali kum tru

European Union commissioners have announced that agreement has been reached to adopt English as the preferred language for European communications, rather than German, which was the other possibility.
As part of the negotiations, Her Majesty’s Government conceded that English spelling had some room for improvement and has accepted a five year phase plan for what will be known as EuroEnglish (Euro for short).
In the first year, “s” will be used instead of the soft “c”. Sertainly, sivill servants will resieve this news with joy. Also the hard “c” will be replaced with “k”. Not only will this klear up konfusion, but typwriters kan have one less letter.
There will be growing publik enthusiasm in the sekond year, when the troublesome “ph” will be replaced by “f”. This will make words like “fotograf” 20 per sent shorter.
In the third year, publik akseptanse of the new spelling kan be expekted to reach the stage where more komplikated changes are possible. Government will enkorage the removal of double letters, which have always ben a deterent to akurate speling.
Also, al wil agre that the horible mes of silent “e”’s in the languag is disgrasful, and they would go.
By the fourth year, peopl wil be reseptiv to steps such as replasing “th” by “z” and “w” by “v”. During ze fifz year, ze unesesary “o” kan be dropd from vords kontaining “ou” and similar changes vud of kors be aplid to ozer kombinations of leters.
After zis fifz yer, ve vil hav a reli sensibl riten styl. Zer vil be no mor trubls or difikultis and evrivon vil find it ezi tu understand ech ozer. Ze drem vil finali kum tru.

Similar Posts:


Anna Kournikova Penthouse

Richard Giles writes

?For 15 days I held the no.1 spot on Google for the term ‘Anna Kournikova Penthouse,’ the 3rd most popular search term. Obviously Google traffic is many times large that Overtures. Whilst that traffic was useless to me, imagine what a site selling Anna Kournikova posters could have done with my 40,000 plus Anna Kournikova Penthouse related visitors. Using a blog to jump on news stories, and then redirect traffic, does appear to me to be a feasible net marketing tactic. Bloggers will hate me saying that, but hey, I didn’t invent the technology, or decide how Google rates weblogs.”.

Wonder if that could happen to me? :-)

Similar Posts:


Eye Catching Headlines

  • The Secret To Making People Like You
  • How To Win Friends And Influence People
  • Do You Make These Mistakes In English?
  • How I Improved My Memory In 24 Hours
  • Throw Away Your Oars
  • 7 Steps To Freedom
  • Confessions Of A Disbarred Lawyer
  • How To Pay Zero Taxes

From http://blog.outer-court.com/pageboost/?url=http%3A%2F%2Fwww.robotii.co.uk%2F

I just saw www.robotii.co.uk.

(…)
It must have taken weeks to finalize the page. The page contains 119 links, a superb amount. The color scheme is influenced by tribal art. Seeing Images of Broken Light, I’m simply in awe. There are 43,721 characters in the source for this page, which is a splendid length for Yahoo. Just perfect. Another pro: setigermany.de put up a link to this page. What a superb page! Glorious. The underlying source is very professional. Yes, I expected the creator to succeed. The URL has 25 characters. That’s just the right size. If only IBM would have a superb page like that. So inspiring… one of the best works out there.”
– Gunther Miller, Top URLs

Similar Posts:


Gifts

I found this cool quote on the internet today at http://surinderxx.blogspot.com/2005/02/special-gifts.html

THE GIFT OF LISTENING…But you must REALLY listen. No interrupting, no daydreaming, no planning your response. Just listening.

THE GIFT OF AFFECTION…Be generous with appropriate hugs, kisses, pats on the back and handholds. Let these small actions demonstrate the love you have for family and friends.

THE GIFT OF LAUGHTER…Clip cartoons. Share articles and funny stories. Your gift will say, “I love to laugh with you.”

THE GIFT OF A WRITTEN NOTE…It can be a simple “Thanks for the help” note or a full sonnet. A brief, handwritten note may be remembered for a lifetime, and may even change a life.

THE GIFT OF A COMPLIMENT…A simple and sincere, “You look great in red,” “You did a super job” or “That was a wonderful meal” can make someone’s day.

THE GIFT OF A FAVOR…Every day, go out of your way to do something kind.

THE GIFT OF SOLITUDE…There are times when we want nothing better than to be left alone. Be sensitive to those times and give the gift of solitude to others.

THE GIFT OF A CHEERFUL DISPOSITION…The easiest way to feel good is to extend a kind word to someone, really it’s not that hard to say, “Hello” or “Thank you.”

hmmmm … :)

Similar Posts:


Valentines day

From Gmail

A Google approach to “V”-mail.

No, not voice-mail. Valentine’s Day mail. According to the Greeting Card Association, one billion valentine cards are sent each year. That’s a lot. Good thing we no longer give the large, hand-painted heart-shaped copperplate prints that they used to pass around during the 1800’s.

Still, that’s a lot of mail. And that doesn’t even include all the e-cards and emails that get sent around. It makes us smile to think about all the messages of friendship and love that people share on this day. And we wanted to share ours (we wanted to send chocolate too, but it was too hard).

Shame, I like my chocolate straight from the fridge! :-)

Happy Valentine’s Day from the Gmail Team

Similar Posts:


Asbestos

Apparently asbestos is big money these days.

This guy has set up a blog relating to asbestos to try and get some of the revenue from click through ads. Read the post about it here.

It seems interesting that someone would set up a blog just to make money, but it does seem to have relevent content, so it will be interesting to see where it goes. I will be keeping an eye on this I think. See this page for the story – it was also on slashdot a while back.

Similar Posts:


Leaving Comments

If you visit this site could you please leave a nice comment.

Thanks,
Pete.

Similar Posts:


Firefox Vulnerabilities

See here for http://justagirlintheworld.com/

And so it begins, indeed.

I think we’ll start to see more and more exploit vulnerability as these browsers gain more and more popularity. It will be interesting to see if FireFox is the tight browser choice that some die hard FF’ers have always claimed it to be.

Similar Posts:


How to make firefox tabs smaller

How to make firefox tabs smaller… put the following in userchrome.css

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

 /* Shrink tab titles by 10% */
.tabbrowser-tabs .tab-text {
  font-size: 90%;
}

/* make inactive tabs hardly visible :)  */
tab:not([selected="true"]) {
    -moz-opacity: 0.5 !important;
}

tab
{
  -moz-appearance: tab;
  margin-top: 2px !important;
  border-top: 2px solid !important;
  border-right: 2px solid !important;
  border-left: 2px solid !important;
  padding: 1px 2px 1px 4px !important;
}

.tab-text {
  margin: 1px !important;
}

tabpanels {
  -moz-appearance: tabpanels;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  padding: 0px !important;

}

Similar Posts:


Open Source

The following open source programs are those that I use on a regular basis

Open Office

£150 to £200 is a lot of money and why fork over the cash if you can get something that does the job just as well, can read and write MS word and excel files (.doc and .xls) and is free. There is even a mac version too!

Firefox

Firefox will work with most website and it has features that IE doesn’t like tabbed browsing, a pop up blocker and a great text search feature (hint – press Ctrl-F once you’ve installed it and look at the bottom of the browser window) So get it now.

Tip: Once you got it installed you can press ctrl-t and it’ll open up a new browser tab – this is one of the most valuable features
Resources: Reasons to switch from Mozilla website. FireFox Help website.

Similar Posts:


« Older |