Gnocchetti pasta recipe.

Hi! Here is a video that shows how to cook Gnocchetti pasta with a sauce made of bacon, onion, eggplant and cherry tomatoes.

Direct link: Gnocchetti recipe from MilkAddict on Vimeo.

I shot the video today and here is also a photo of the final result:

Gnocchetti

Gnocchetti pasta

So let’s see now what you need for this recipe! (more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: italylifetutorial
 

Tiramisu recipe

Tiramisu is among the most popular Italian cakes, being an important and tasty dessert but prepared with simple ingredients.

It’s a cake made of biscuits dipped in coffee, layered with a whipped mixture of egg yolks and mascarpone cheese, and flavored with liquor like Amaretto di Saronno or Rum and cocoa. Here is a photo of a tiramisù I baked some time ago, it’s a single portion from the left over of a bigger tiramisu!

Tiramisu

Tiramisù

There are several recipes for Tiramisu but here are the instructions that I usually follow. (more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: italylifetutorial
 

Web crawlers. Googlebot.

A Web Crawler is a computer program that automatically browses the World Wide Web in a methodical way. Web Crawlers is also called ant, bot, worm or Web spider. The process of scanning the WWW is called Web crawling or spidering.

What Web Crawlers do?

Web Crawling is used by Search engines to provide up-to-date data to the users. What Web Crawlers essentially do is to create a copy of all the visited pages for later processing by a Search Engine. The search engine will then index the downloaded pages in order to provide fast searches.

Web Crawlers are also used for automating tasks on websites such as checking links or validating HTML code.

A Web crawler usually starts with a list of URLs to visit (called the seeds). As the crawler visits these URLs, it identifies all the hyperlinks in the page and adds them to the list of URLs to visit (crawl frontier). URLs from the frontier are then recursively visited according to a set of policies.

Here is a picture that I did to show you the architecture of a Web Crawler:

Web Crawler architecture

Web Crawler architecture

(more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: browsersoftwaretutorialWeb
 

Ninite Multi-App Installer

Ninite is a great solution for Windows that provides you a very easy way to get multiple applications installed on a computer with a single click! All you have to do is to select the apps you want installed from the list available at the Ninite’s homepage, start the customized installer that you get from the website and you’re done!

Ninite Multi-App Installer homepage

Ninite Multi-App Installer homepage

Ninite runs on Windows XP/Vista/7, it allows to install up to 59 different programs (all installed with default values). Therefore especially if you have to set up more than a single computer with a set of basic programs, Ninite will make life easier .

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: browsersoftwaretutorialWebWindows
 

CSS Cheat Sheet.

A CSS cheat sheet is a very useful instrument for coders since it’s a simple one-page reference sheet, listing all CSS selectors (as of CSS 2.1) and properties. It also includes a visual example of the box model and unit reference for CSS units:

CSS cheat sheet by AddedBytes.com

CSS cheat sheet by AddedBytes.com

The CSS cheat sheet features at least the following sections: Selectors, Pseudo-Selectors and Pseudo-Classes, Sizes and Colours, Positioning, Dimensions, Color/Background, Text, Fonts, Boxes, Tables, Paging, Interfaces.

Many thanks to AddedBytes.com for this!

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: CSStutorialWeb
 

Syntax Highlighter WordPress Plugin is a WordPress syntax highlighter plugin.
For Example, using this plugin some CSS code in your blog post would show like this:

p.margin
{
margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:50px;
}

(more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: plugintutorialWebWordpress