November 29

Hi all!

This blog is a new experience for me, although I work with the Internet now for over 10 years.

Then I began studying to learn a bit 'of techniques for promoting your blog. But the right techniques in this field I like to discover and experience them alone, on my skin.

Then there are web marketing and SEO techniques that are still valid, both for normal and for blog sites.

But blogs have something, but not all sites that have: I'm talking about the RSS feed.

What are these strangers? Well, RSS stands for Really Simple Syndication, and, like WikiPedia says, is "one of the most popular format for distributing web content is based on XML, which has inherited the simplicity, extensibility and flexibility. RSS defines a structure to hold a collection of news, each of which will consist of several fields (author name, title, text, summary, ...). "( visit website )

Instead the feed, according to WikiPedia, "is a unit of information, formatted according to specifications (Genesis XML) determined previously. This is to make content interoperable and interchangeable between different applications or platforms. "( visit website )

So in a nutshell, RSS feeds are nothing more than sources of information written in language feeds, which requires a common and precise information for writing so that they are then used by applications and systems, thanks to this standards can be easily read and integrate information.

To make a comparison less technical, it is as if the news of our site or blogs were rearranged and packaged for shipment anywhere. A bit 'like when she gets a package and you bring it in Mail.

So, if your blog or site has RSS, others can connect to your source of information (feed), for example, automatically import it into their site or application (see the numerous boxes or boxes with automatic news from Ansa or other channels).

But this argument only works if you are a source of "authoritative" as the newspapers or the most famous and popular sites. If you have a small blog, do not think anyone ever will do a boxino with your last post! This only happens to Beppe Grillo, whom I adore, and a few other bloggers!

But if you have an RSS feed and you want to spread a little 'because you think your news interesting, then you can always send the link to your feed to one of the many collectors of sources, and then categorize your blog posts by topic and spread your content to their users.

The problem is that now there are dozens and dozens of pickers feed!

Doing a little research, I came across this page that lists a lot and that really deserves to consult, if you also want to promote your blog:
http://www.rss-specifications.com/rss-submission.htm

Enrolling in one of these sites, have informed me that it was better to put in your pages a meta tag invisible to users but used by several spider (not only by them) that plumb the net hunting for RSS feeds.
Here is the tag to be inserted, do not know if and how it works, but does not affect neither the content nor on the positioning, so it is harmless:

<link rel="alternate" type="application/rss+xml" title=" TITLE OF THE BLOG "href="http:// address of your own RSS FEED" />

Obviously, you should be careful to put it inside of <head> and </ head> (like all meta-tags) and replace the bolded text with your information!

When I have to suggest other similar links, I'll add them to this post!

And remember now what the web has more original content and value are well made, but must also disclose, if not ... you just read them!

So if you have a blog or site with RSS and you think your news will interest a wider audience, began immediately to submit your feeds around the web! The link popularity of your site and accesses will be affected beneficially, that's for sure.

November 26

The title may seem a bit 'too "pompous" or advertising, in reality only reflects my personal thoughts! (Is or is not my blog?)

I work in web marketing and search engine rankings, the so-called SEO Search Engine Optimization, for the past 4 years (see also my page in the SEO contest " arcane factors "did last year, in 2006, where I am ranked between 7 th and 12 th place, according to Google data centers).

At one of the most frustrating things was to try and test tools to analyze the sites to be optimized, competition and trends of the network.

I tried one thousand software, some with a dubious bill that I have messed up the computer until I format it!

Then I discovered Webceo , wonderful program that I still use today with satisfaction: a must for experts SEO & Company!

What has Webceo special?

Well, almost everything you need to work in web marketing!

I'm talking about:

  • Keyword Suggestion and Research,
  • Directions for page optimization,
  • Registration in search engines and portals,
  • Ranking (ranking of the site selected according to research),
  • Link Popularity Analysis and Indexing,
  • Analysis of Traffic
  • Search for link exchange partners,
  • Campaign management on-line (pay per click),
  • FTP manager,
  • Uptime Monitoring

As you can see is really impressive, but the most amazing thing is that it's FREE!

Yes, you read that right. It 'really free!

At least in the basic functions, the most important and used. The only list that is not usable is the last, the uptime monitoring, unless you register the program (which has a very affordable price, from $ 250 to $ 400 I think).

The other functions are all active, have a few limitations.

What should I tell?

If you want to challenge themselves in web marketing, or you simply have to launch a site and time to do yourself, Webceo is definitely a tool to try!

Good optimizations at all!


November 22

Many times I have to work on the code of a site and maybe change a password of any web application made ​​in php or asp.

The problem is that many different platforms and scripts store the encrypted passwords (encrypted or encrypted if you prefer) in the configuration file. So to change your password please enter the so-called hash (result of the encryption) password.

In most cases the encryption algorithm used is the 'md5, although not quite as safe (if you search on google "md5 break" come out many sites that explain how to crack the algorithm.

But not alone: ​​other algorithms used are the 'safest MD4 and Sha-1.

Here I did a little research and I finally found one page where you can discover how to create the password hashes with these 3 algorithms on the fly.

He is so useful that it carried "live" down here, with lots of files. Zip code to insert it into your website or use it on your pc!

Encryption Tool

Password
Calculates the hash
Result

-

If you also want to integrate this script, you can follow this short tutorial:

  1. download the file encryption.js
  2. copy in the same folder as the html page where you want to put the script
  3. open the html page and enter the following code:

<h1> Password Encryption Tool </ h1>
src="encryption.js" <script type="text/javascript"> </ script>
<form>
<table border="0" cellpadding="4" cellspacing="1" bgcolor="#000000">
<tr>
<td style="color: white; font-weight: bold; padding:10px;"> Password </ td>
<td bgcolor="#32922D">
<input name="input" size="50" type="text">
</ Td>
</ Tr>
<tr>
<td style="color: white; font-weight: bold; padding:10px;"> Calculates the hash </ td>
<td align="center"> bgcolor="#32922D"
<input onclick="hash.value = hex_md4(input.value)" value="MD4" type="button">
<input onclick="hash.value = hex_md5(input.value)" value="MD5" type="button">
<input onclick="hash.value = hex_sha1(input.value)" value="SHA-1" type="button">
</ Td>
</ Tr>
<tr>
<td style="color: white; font-weight: bold; padding:10px;"> Result </ td>
<td bgcolor="#32922D"> <input name="hash" size="50" type="text"> </ td>
</ Tr>
</ Table>
</ Form>
<i> <font size="1"> Encryption Tool by <a href="http://blog.alancurtis.it/"> Alan Curtis Blog - software, scripts, web marketing & SEO </ a> </ font > </ i> <br /> <br /> <br />

This script can also be used locally, since it only requires the JavaScript enabled.
This is version. Zip download with this sample included: password_encryption_tool.zip

This example was created using the libraries to create hash made ​​by Paul Johnston, vai the author's website: http://pajhome.org.uk/crypt/md5
I have only restricted to merge algorithms in a file. Js only and did the small page html for example. If you use it and you feel like ... well let my link! Thank you!

Well, that's all!
Good encryption to all!

November 21

As mentioned in previous posts, who is in despair the death of Sunrise speed-o-meter, I began looking for other speed test for ADSL connections or speed test adsl broadband.

Well, I must say that things are a bit 'evolved and are now in network speed test of all kinds and for all tastes!

So in my research I focused on 3 key points:

  1. Must be in Flash (and do not install other plug-ins such as Java or similar)
  2. Must be accurate (for example by choosing the server to upload or download is testing)
  3. They must be beautiful (well, now there are so many that even the aesthetic is crucial!)

So here's what I found, starting from the "poor" if we want ...

5. Assiplan
http://www.assiplan.it/speedometer/
It 'very simple and has nothing special from a technical standpoint. Why did I put it in the list? Well, I gassed up noise from bikes that have developed during the test! hahaha

assiplan.jpg

4. PC911
http://www.pcnineoneone.com/speedtest.html
While this is nice, makes the test both upload and download but it does point to the server.

pc911.jpg

3. DslReports
http://www.dslreports.com/speedtest?flash=1
This is a very comprehensive speed test, the head is down and allows you to upload to choose the server with which to do the speed test servers are just ... too bad Americans!
In any case the JUDGEMENT is very good.

dslreport.jpg
2. Abeltronica
http://www.abeltronica.com/velocimetro/pt/?idioma=uk&newlang=uk
This test connection speed is very complete, you can choose the server from a considerable list of countries (including Italy) and do the test up and download.
The only flaw: it is graphically horrible!

abeltronica.jpg

1. Speedtest - Ookla Net Metrics
http://www.speedtest.net
Here's the best: great choice of servers (even 3 for Italy: Rome, Brescia and Torino!), A complete test of up / download and .... a very stylish 3D graphics
Continuing along on their site, I saw that this company Ookla Net Metrics resells speed test providers and the like, it has several types and some are very nice.
But this is definitely the best!

speedtest.jpg

November 21

After doing my research on the best free website speed test on the Internet, I wanted to see a little 'speed test adsl connection and not only those who tell you how fast your line is.

The results will be publishing shortly, and are also very interesting.

But in the meantime I made a big discovery: a test of my old favorites adsl is gone!

I'm talking about the famous speed-o-meter, which had this screen here:

test_sunrise.jpg

Here is the address that now is not working: http://internet.sunrise.ch/it/adsl/ads_ser_speed.asp
among other things, appears a beautiful page ... in German!
Basically the old speed-o-meter has been replaced by another very important fact in Java and works only for clients who think they are Swiss sunrise ...

What bad news! even if the network had read of doubts about its reliability, I really liked the graphic and animation! hehehe the eye wants its part!

Then from Flash developer I know that to do these tests do not serve pazzesci algorithms or actionscript code pages (the language of Flash, the program used to make the speed-o-meter).

The reliability depends on many things, first by the server to which it gets the test.

It 'obvious that if I do the speed test with a server behind my house, I will have more chances to reach the maximum banda than that with a server in India.

How do we know who we're doing the test?

In the next post I hope to answer with my little research!

November 19

In my work computer and creator of websites, one of the most important things is to create sites that are functional, beautiful and soprattutti quick to load.

Who wants to wait one, two or three minutes to load a page?
Very few. It must be very motivated to come!

After a site is important to check the performance of its load.
To do this not just upload page multiple times and see how fast empirically.

Of course, this is a method that gives the idea of ​​waiting times.

But if you want more information or analysis, observation pure and simple is not enough.

So here for you a list of the best, in my opinion, free website speed test online that do not require downloading or installing additional software.

Website Speed ​​Test rankings

1. Websiteoptimization.com
http://www.websiteoptimization.com/services/analyze/
The service offering is perhaps the most complete from the point of view of the components of the page and load times. Very detailed and precise, the better.

webspeedopt.jpg

2. Zeald.com
http://www.zeald.com/Resources/Free+Tools/Website+Speed+Checker.html
Very interesting and graphically pleasing, do not get to complete the first in the league but it's pretty close! Provides a comprehensive analysis of html, css, scripts and images that make up the page, by offering some recommendations for optimization. Very nice!

zeald.jpg

3. Host-tracker.com
http://host-tracker.com
Analysis only on HTML page. The interesting thing is that it gives the test with 21 servers that load the page from all over the world, providing a nice overview of how times change of loading according to geographic location.

host-tracker.jpg

4. Freespeedtest.com
http://www.freespeedtest.com/index.htm
Even this speed tester, which will redirect its true site internetsupervision.com, provides analysis only on HTML page. The thing that offers more than the other is the vision of the load times by as many as 10 servers located around the world, from Germany to the U.S., from Australia to China. Interesting only for this!
Small trick: the home page there is also sought for the mail, but does not actually insert serves to start the test!

freespeedtest1.jpg

freespeedtest2.jpg

5. Numion Stopwatch
http://www.numion.com/Stopwatch/index.html?
Speed ​​tester very simple, open the address to be tested in a page with a top frame, which shows the second loading.

numion.jpg

6. Iwebtool.com
http://www.iwebtool.com/speed_test
Very simple and fast, you will find it "camouflaged" in dozens of different sites offering the speed tests, but that really rely on him. But he has a serious Fault appearance, also found in other: only parses the HTML and not images, css and scripts!
A serious crisis that makes the instrument too limited.

iwebtool3.jpg

7. Linkvendor.com
http://www.linkvendor.com/seo-tools/speedtester.html
Analysis only of HTML and textual content of this page. It also provides load times depending on the type of connection (modem, ISDN, UMTS, ADSL, etc..). Nothing special.

linkvendor.jpg

8. Vertain.com
http://www.vertain.com/?sst
Here's another speed tester, but it seems like Iwebtools analyze only the HTML code, thus providing a very partial result.

vertain.jpg

Other sites with Website Speed ​​Test:

November 17

Skype, a program of VoIP (Voice Over Internet Protocol, ie the protocol for Internet telephony) is now widespread, with 10 million plus users always connected.

But perhaps not everyone knows that there are emoticons (smiley or drawings may be used in chat) secrets, not selectable from the menu of the program.

And there are compositions of emoticons that are called "Emoticons Art", the modern variant of the old Ascii Art, drawings consist of letters and characters of plain text made with Notepad.

In addition, I found a free little program to create your own custom emoticons art so simple, go www.raggioblu.com - "products" and choose SEA (Skype Emoticons Art). Here is the program window:

Skype Emoticons Art screenshot

Instead, here you will find a good selection to amaze your friends!
Just copy and paste the text next to the picture to appear in the chat!

Secret Skype Emoticons

  • skype-mooning (Mooning)
  • skype-smoking (Smoking)
  • skype-drunk (Drunk)
  • skype-bandit (Bandit)
  • skype-swear (Swear)
  • skype-finger (Finger)
  • skype-Poolparty (Poolparty)
  • skype-bug (Bug)
  • skype-rocking (Rock)
  • skype-fubar (Fubar)
  • Skype-TMI (Tmi)

Skype Emoticons Art


(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)
(F) (F) (F): *: *: * (F): *: *: * (F) (F) (F)
(F): *: * (h) (h): *: *: * (h) (h): *: * (F)
: *: * (H) (h) (h) (h): * (h) (h) (h) (h): *: *
: *: * (H) (h) (h) (h) (h) (h) (h) (h) (h): *: *
(F): *: * (h) (h) (h) (h) (h) (h) (h): *: * (F)
(F) (F): *: * (h) (h) (h) (h) (h): *: * (F) (F)
(F) (F) (F): *: * (h) (h) (h): *: * (F) (F) (F)
(F) (inlove) (F) (F): *: * (h): *: * (F) (F) (inlove) (F)
(F) (inlove) (F) (F) (F): *: *: * (F) (F) (F) (inlove) (F)
(F) (inlove) (inlove) (inlove) (F) (F): * (F) (F) (inlove) (inlove) (inlove) (F)
(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)



(Music) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (F) (h) (h) (F) (h) (h) (F) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (h) (F) (F) (h) (F) (F) (h) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (h) (F) (F) (F) (F) (F) (F) (F) (h) (F) (F) (F) (music )
(Music) (F) (F) (F) (h) (F) (F) (F): * (F) (F) (F) (h) (F) (F) (F) (music)
(Music) (F) (F) (F) (F) (h) (F) (F) (F) (F) (F) (h) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (F) (h) (F) (F) (F) (h) (F) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (F) (F) (h) (F) (h) (F) (F) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (F) (F) (F) (h) (F) (F) (F) (F) (F) (F) (F) (music )
(Music) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (music )


(Sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun)
(Sun) (sun) (sun) (h) (h) (h) (sun) (h) (h) (h) (sun) (sun) (sun)
(Sun) (h) (h) (inlove) (inlove) (h) (h) (h) (inlove) (inlove) (h) (h) (sun)
(H) (h) (inlove) (inlove): * (inlove) (inlove) (inlove): * (inlove) (inlove) (h) (h)
(H) (h) (inlove): *: *: * (inlove): *: *: * (inlove) (h) (h)
(H) (h) (inlove): *: *: *: *: *: *: * (inlove) (h) (h)
(Sun) (h) (h) (inlove): *: *: *: *: * (inlove) (h) (h) (sun)
(Sun) (sun) (h) (h) (inlove): *: *: * (inlove) (h) (h) (sun) (sun)
(Sun) (sun) (sun) (h) (h) (inlove): * (inlove) (h) (h) (sun) (sun) (sun)
(Sun) (sun) (sun) (sun) (h) (h) (inlove) (h) (h) (sun) (sun) (sun) (sun)
(Sun) (sun) (sun) (sun) (sun) (h) (h) (h) (sun) (sun) (sun) (sun) (sun)
(Sun) (sun) (sun) (sun) (sun) (sun) (h) (sun) (sun) (sun) (sun) (sun) (sun)
(Sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun)


(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)
(F) (F) (skype) (skype) (skype) (skype) (skype) (skype) (skype) (skype) (skype) (skype) (F) (F)
(F) (F): *: *: *: *: *: *: *: *: *: * (F) (F)
(F) (F) (skype): * (h) (h): *: * (h) (h): * (skype) (F) (F)
(F) (skype): * (h) (h) (h) (h) (h) (h) (h) (h): * (skype) (F)
(F) (skype): * (h) (h) (h) (h) (h) (h) (h) (h): * (skype) (F)
(F) (F) (skype): * (h) (h) (h) (h) (h) (h): * (skype) (F) (F)
(F) (F) (F) (skype): * (h) (h) (h) (h): * (skype) (F) (F) (F)
(F) (F) (F) (F) (skype): * (h) (h): * (skype) (F) (F) (F) (F)
(F) (F) (F) (F) (skype): *: *: *: * (skype) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (skype) (skype) (skype) (skype) (F) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)


(Flag: at) (flag: ae) (flag: af) (flag: ag) (flag: ai) (flag: at) (flag: am) (flag: an) (flag: ao) (flag: aq) (flag: ar) (flag: as) (flag: at) (flag: au) (flag: aw) (flag: az) (flag: ba) (flag: bb) (flag: bd) (flag: be)
(Flag: bf) (flag: bg) (flag: bh) (flag: bi) (flag: bj) (flag: bm) (flag: bn) (flag: bo) (flag: br) (flag: bs) (flag: bt) (flag: bv) (flag: bw) (flag: by) (flag: bz) (flag: ca) (flag: cc) (flag: cd) (flag: cf) (flag: cg)
(Flag: ch) (flag: us) (flag: ck) (flag: cl) (flag: cm) (flag: cn) (flag: co) (flag: cr) (flag: cu) (flag: cv) (flag: cx) (flag: cy) (flag: CZ) (flag: de) (flag: dj) (flag: dk) (flag: dm) (flag: do) (flag: dz) (flag: ec)
(Flag: ee) (flag: eg) (flag: eh) (flag: er) (flag: es) (flag: et) (flag: fi) (flag: fj) (flag: fk) (flag: FM) (flag: fo) (flag: fr) (flag: ga) (flag: gb) (flag: gd) (flag: ge) (flag: gf) (flag: gh) (flag: gi) (flag: gl)
(Flag: gm) (flag: gn) (flag: gp) (flag: gq) (flag: gr) (flag: GS) (flag: gt) (flag: gu) (flag: GW) (flag: gy) (flag: hk) (flag: hm) (flag: hn) (flag: hr) (flag: ht) (flag: hu) (flag: id) (flag: ie) (flag: a) (flag: in)
(Flag: I) (flag: iq) (flag: ir) (flag: is) (flag: it) (flag: jo) (flag: jp) (flag: ke) (flag: kg) (flag: kh) (flag: ki) (flag: km) (flag: kn) (flag: kp) (flag: kr) (flag: kw) (flag: ky) (flag: kz) (flag: la) (flag: lb)
(Flag: lc) (flag: li) (flag: lk) (flag: lr) (flag: ls) (flag: lt) (flag: lu) (flag: lv) (flag: ly) (flag: ma) (flag: mc) (flag: md) (flag: mg) (flag: mh) (flag: mk) (flag: ml) (flag: mm) (flag: mn) (flag: mo) (flag: mp)
(Flag: mq) (flag: mr) (flag: ms) (flag: mt) (flag: mu) (flag: mv) (flag: mw) (flag: mx) (flag: my) (flag: mz) (flag: na) (flag: nc) (flag: it) (flag: nf) (flag: ng) (flag: ni) (flag: nl) (flag: no) (flag: NP) (flag: nr)
(Flag: nu) (flag: nz) (flag: om) (flag: pa) (flag: pe) (flag: pf) (flag: pg) (flag: PH) (flag: pk) (flag: pl) (flag: PM) (flag: PN) (flag: pr) (flag: ps) (flag: pt) (flag: pw) (flag: py) (flag: qa) (flag: re) (flag: ro)
(Flag: ru) (flag: rw) (flag: sa) (flag: SB) (flag: sc) (flag: SD) (flag: if) (flag: sg) (flag: sh) (flag: it) (flag: sj) (flag: sk) (flag: sl) (flag: SM) (flag: sn) (flag: I) (flag: sr) (flag: st) (flag: sv) (flag: SY)
(Flag: sz) (flag: tc) (flag: td) (flag: tf) (flag: tg) (flag: th) (flag: tj) (flag: tk) (flag: tl) (flag: tm) (flag: tn) (flag: to) (flag: tr) (flag: tt) (flag: tv) (flag: tw) (flag: tz) (flag: ua) (flag: ug) (flag: um)


(Flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (h) (h) (flag: it) (h) (h) (flag: it) (flag: it) (flag: it) (flag: en)
(Flag: it) (flag: it) (h) (party) (party) (party) (party) (party) (h) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (h) (party) (party) (party) (party) (party) (h) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (h) (party) (party) (h) (party) (party) (h) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (h) (party) (party) (party) (h) (flag: it) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (h) (party) (party) (party) (h) (flag: it) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (h) (party) (h) (flag: it) (flag: it) (flag: it) (flag: it) ( flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it) (flag: it) (flag: it) (flag : it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it)


(Rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun)
(Rain) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (rain)
(Rain) (rain) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (sun) (rain) (rain)
(Rain) (rain) (rain) (sun) (sun) (sun) (sun) (sun) (sun) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (sun) (sun) (sun) (sun) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (rain) (sun) (sun) (rain) (rain) (rain) (rain) (rain)
(Rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain) (rain)


(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (sun) (sun) (F) (F) (F) (F) (F)
(F) (F) (F) (F) (sun) (F) (F) (sun) (F) (F) (F) (F)
(F) (F) (F) (sun) (F) (F) (F) (F) (sun) (F) (F) (F)
(F) (F) (sun) (F) (F) (^) (^) (F) (F) (sun) (F) (F)
(F) (sun) (F) (F) (^) (d) (d) (^) (F) (F) (sun) (F)
(F) (F) (sun) (F) (F) (^) (^) (F) (F) (sun) (F) (F)
(F) (F) (F) (sun) (F) (F) (F) (F) (sun) (F) (F) (F)
(F) (F) (F) (F) (sun) (F) (F) (sun) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (sun) (sun) (F) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)


(F) (F) (h) (h) (F) (F) (F) (F) (h) (h) (F) (F)
(F) (h) (h) (h) (h) (F) (F) (h) (h) (h) (h) (F)
(H) (h) (pi) (pi) (h) (h) (h) (h) (pi) (pi) (h) (h)
(H) (h) (pi) (pi) (pi) (h) (h) (pi) (pi) (pi) (h) (h)
(F) (h) (h) (pi) (pi) (pi) (pi) (pi) (pi) (h) (h) (F)
(F) (F) (h) (h) (pi) (pi) (pi) (pi) (h) (h) (F) (F)
(F) (F) (F) (h) (h) (pi) (pi) (h) (h) (F) (F) (F)
(F) (F) (F) (F) (h) (h) (h) (h) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (h) (h) (F) (F) (F) (F) (F)
(F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F) (F)


(Flag: it) (flag: it) (flag: it) (flag: it) (h) (h) (flag: it) (h) (h) (flag: it) (flag: it) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it) (h) (flag: it) (flag: it) (h) (flag: it) ( flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (h) (flag: it ) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it ) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (h) (flag: it) (h) (flag: it) (flag: it) (flag: it ) (flag: it) (flag: it)
(Flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (flag: it) (h) (flag: it) (flag: it) (flag: it) (flag : it) (flag: it) (flag: it)


(*) (*) (*) (*) (*) (*) (*) (*) (*) (*)
(*) 8-) 8-) 8-) (*) 8-) (*) (*) 8-) (*)
(*) 8-) (*) 8-) (*) 8-) (*) 8-) (*) (*)
(*) 8-) (*) 8-) (*) 8-) 8-) (*) (*) (*)
(*) 8-) (*) 8-) (*) 8-) 8-) (*) (*) (*)
(*) 8-) (*) 8-) (*) 8-) (*) 8-) (*) (*)
(*) 8-) 8-) 8-) (*) 8-) (*) (*) 8-) (*)


(Drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk)
(Drunk) (drunk) (drunk) (mooning) (mooning) (drunk) (mooning) (mooning) (drunk) (drunk) (drunk)
(Drunk) (drunk) (mooning) (headbang) (headbang) (headbang) (headbang) (headbang) (mooning) (drunk) (drunk)
(Drunk) (drunk) (mooning) (headbang) (headbang) (finger) (headbang) (headbang) (mooning) (drunk) (drunk)
(Drunk) (drunk) (mooning) (headbang) (headbang) (headbang) (headbang) (headbang) (mooning) (drunk) (drunk)
(Drunk) (drunk) (drunk) (mooning) (mooning) (mooning) (mooning) (mooning) (drunk) (drunk) (drunk)
(Drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk) (drunk)

Sources:
http://www.raggioblu.com
http://www.winaddons.com/skype-emoticons-art/
http://www.random-good-stuff.com/2007/10/13/skype-hidden-emoticons-list/

«Previous Entries

Improve the web with Nofollow Reciprocity.