CSS BOX Model.

One of the most important thing to understand about CSS is the Box Model. The Box Model how elements are displayed. Every element that we use in the page is considered to be a rectangular box. The properties for this box are as follow: content, padding, border and margin.

You can understand how this element interact from the following visual representation:

CSS BOX Model

(more…)

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: bordersboxCSSmarginspaddingtutorial
 

In this tutorial we will explain how to make coffee or espresso with an Italian Moka machine!

First of all let’s show how a Moka machine looks like:

Moka coffee machine.

(more…)

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: coffeemokatutorial
 

How to avoid SPAM attacks to your blog? How to improve the performance of your blog?

A common problem for bloggers is the time wasted checking and deleting SPAM comments that they get to their blogs, time that could be turned into content creation! this could be possible using an automated spam killer plugin that could do the job of controlling and marking new spam comments as SPAM.

feature AKISMET PLUGIN

One first simple solution for the SPAM problem is to use the Akismet plugin for WordPress!
(more…)

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: pluginspamtutorialWordpress
 

How Windows Live Messenger works.

How does Windows Live Messenger works? there are millions of users typing messages everyday but maybe few of them ever asked themselves how the messenger really works! so here I wrote a little post about it.

Windows Live Messenger it’s an hybrid Client-Server / Peer-to-Peer application.

It basically started as a client-server application.

Let’s say that the client A wants to contact the client B. The client A logs in a CS (Connection Server) through a persistent TCP connection (eventually using proxy,gateway..). Behind the CS there are the PS (Presence Server).

Each person get always the same particular PS, which is where your personal status message, description of your user photo and similar things are stored.

Windows Live Messenger architecture

Another element of the architecture is the Address Book. The client A gets directly from the Address Book his list of contacts.

Then the client A tells to his CS who his friends are, the CS subscribes to his friend’s PS to get the presence information that are sent up through the client server connection.

If the client A change his status to OffLine for example, the change goes up to the CS of A, then to the PS of A, then down to the CS of B through the subscription and then down to the client B.

CHAT

If the client A wants to chat, tells to his CS that wants to contact somebody, and the CS tells A to contact a Mixer, which sends IM traffic to a destination, for example to B (passing through the CS of B). Then A and B can communicate through the Mixer. (more…)

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: chatsoftwaretutorialWebWindows
 

How to draw an anime face. Tutorial 1

How to draw an anime face? it’s easy if you watch this tutorial!
I am not a professional but I believe that if you watch how to do something, it’s easier to understand how to do it yourself!
So I would suggest to watch the video, and try to do the same drawing, memorizing the sequence of steps. After few attempts you should be able to do it yourself! ;)
Here is the video:

Tell me how it goes!

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: artDrawingtutorial
 

Backlinks tutorial.

Backlinks are incoming links to a website or webpage. The popularity or importance of a website is strongly influenced by the number of backlinks to that website. Therefore, building high quality backlinks is important in the development of a website. It can be a boring process that requires a lot of time and patience, but it can definitely bring success to the website.

I did a simple image to explain better what a Backlink is:

Backlinks

1. Why Backlinks are so important?

First of all backlinks can increase traffic to your website, as they are a sort of advertisment for your website placed on other blogs or websites. In addiction, Search Engines use the number of backlinks to a website for determining that website’s Ranking (Google’s PageRank algorithm for example uses backlinks). You can check a site’s PageRank in a browser for example through the Google Toolbar, or through the Page Rank Bar Graph in Google’s directory, or others plugins.

1. How to build high quality Backlinks?

  1. Quality Content: essential. We cannot think of creating Backlinks to a website with poor content.
  2. Leave comments: the most simple way to build Backlinks to your website is to leave comments on other people’s blogs. It is important to leave thoughtful and interesting comments in order not to be considered a Spammer and draw some people to your website!
  3. Social Networking Websites: the list is really long.. MySpace, Lastfm, Flickr, Facebook, they all allow users to create a profile for themselves. You can “collect friends”, or try to be linked to as many friends as possible to promote your website. Here is a complete list of the most Social Networking websites.
  4. Exchange links: you may also like to look for blogs with the same topics as your own and exchange links. I suggest not to exaggerate and not go crazy with it though ;)

I hope this tutorial was helpful.

Enjoy!

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: browserhtmltutorialWeb
 

CSS Simple Layouts.

Ok. Before we start.. what is CSS?

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language as for example HTML, HTML or even XML. The CSS specifications are maintained by the World Wide Web Consortium (W3C).

The aim of CSS is then to position the content of a web page. CSS is used by the author (and even the readers!) of websites to define colors, fonts, layout, and other aspects of the presentation of a document.

CSS layouts

(more…)

DiggFacebookMySpaceTwitterTechnorati FavoritesEvernoteDeliciousShare
Tagged with: CSSdownloadhtmllayouttutorialw3cWebxml