LOREM IPSUM ITALIANO

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent velit nisi, luctus a mollis id, imperdiet eu nunc. Nullam placerat lobortis velit, sollicitudin fringilla odio auctor id. Cras cursus sodales neque, non laoreet libero semper sed. Nulla facilisi. Cras vitae sapien non dui condimentum aliquet. Morbi quis lorem tellus. Nullam sed massa egestas dolor ultrices dictum sit amet sed nunc. Praesent sed quam in justo dictum mollis. Vivamus nec tellus ac lacus posuere condimentum id vel metus. Mauris in consectetur nunc. Praesent vulputate iaculis augue condimentum mollis. Maecenas eu nulla mauris, vel fermentum turpis. Fusce gravida adipiscing sollicitudin. Nunc sapien lectus, porttitor in bibendum ac, fringilla sed nunc. Fusce et dui et tellus dapibus semper in vitae ligula.

Suspendisse potenti. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Quisque vel egestas est. Etiam scelerisque quam eu felis dapibus tempor. Sed gravida tincidunt porttitor. Donec viverra erat orci, eu gravida justo. Donec at leo blandit neque venenatis iaculis. Cras tincidunt feugiat libero. Nulla ac tellus in urna vulputate pharetra sed id mi. Phasellus id nulla arcu. Suspendisse sodales sollicitudin tellus, in vehicula nibh porttitor sed. Maecenas condimentum volutpat lorem, sit amet sodales mauris faucibus eu. Aliquam est lacus, fermentum ut vestibulum a, congue et nisi.

Vestibulum placerat lectus vitae nunc tristique ac pretium nisi sagittis. Integer vehicula aliquet est, in tempus est suscipit eu. Integer vel tortor scelerisque augue pulvinar cursus. Sed laoreet, massa vitae aliquam luctus, est ipsum elementum risus, id dictum augue nunc at eros. Curabitur pellentesque orci non odio elementum sed condimentum nisi lacinia. Donec dapibus interdum nunc nec venenatis. Maecenas mollis felis non nulla ultrices laoreet. Curabitur at quam turpis.

Duis mollis, nisl non tristique sodales, ipsum neque tincidunt lectus, sit amet scelerisque justo felis sed sapien. In feugiat nunc nec nibh mollis sagittis. Aliquam sit amet erat turpis, id congue dui. Nulla facilisi. Morbi eu metus ut arcu elementum porttitor. Sed molestie, dolor vel auctor molestie, turpis massa dictum leo, non adipiscing velit mauris et orci. Nullam in odio quis leo semper laoreet. Fusce mollis, dolor quis varius feugiat, metus nulla blandit enim, id tincidunt enim mi sit amet elit. Proin laoreet ornare sollicitudin. Morbi ligula risus, cursus ut elementum in, congue et est. Aliquam erat volutpat.

Aenean id tellus eget est dignissim auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut eu hendrerit nisi. Sed egestas volutpat tristique. Nulla sed metus sem, id tristique neque. Vivamus porta accumsan consequat. Fusce ultrices, nulla eget tempor dapibus, tortor libero laoreet sapien, et ultrices eros turpis ac mi.

Generati 5 paragrafi, 430 parole, 2883 byte di Lorem Ipsum

JQuery Lightbox Image Overlay Pop Out Effect For Blogger

Step 1. go to your Blogger dashboard click Design > Edit Html.
Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)
]]></b:skin>

And put this code directly Above the following code.

/*start css lightbox*/
/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
position: absolute;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
width: 49%;
height: 100%;
zoom: 1;
display: block;
}
#lightbox-nav-btnPrev {
left: 0;
float: left;
}
#lightbox-nav-btnNext {
right: 0;
float: right;
}
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
padding: 0 10px 0;
}
#lightbox-container-image-data {
padding: 0 10px;
color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
width: 70%;
float: left;
text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
display: block;
clear: left;
padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
width: 66px;
float: right;
padding-bottom: 0.7em;
}
/*end lightbox css*/

Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code)


</head>

And put this code directly Above the following code.

<!--Start lightbox scripts info from http://www.spiceupyourblog.com-->
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js' type='text/javascript'/>
<script src='http://suyb.googlecode.com/files/jquery.lightbox-0.5.min.js' type='text/javascript'/>
<script type='text/javascript'>
$(function() {
$(&#39;a.spicebox&#39;) .lightBox({

overlayOpacity: 0.6,
imageLoading: &#39;http://1.bp.blogspot.com/-E4eaouKn-VA/TdvW6y3ZZxI/AAAAAAAAEEM/6UHhujshJsg/s1600/lightbox-ico-loading.gif&#39;,
imageBtnClose: &#39;http://2.bp.blogspot.com/-akpfLVo73Zk/TdvW4dmQALI/AAAAAAAAEEA/jn9ZWXFrYcI/s1600/lightbox-btn-close.gif&#39;,
imageBtnPrev: &#39;http://3.bp.blogspot.com/-rWUtFwoKp3M/TdvW6VzTTpI/AAAAAAAAEEI/7afUa6r4H9Q/s1600/lightbox-btn-prev.gif&#39;,
imageBtnNext: &#39;http://3.bp.blogspot.com/-LFX48wGyrqc/TdvW6Md87dI/AAAAAAAAEEE/1gec9BHuVuc/s1600/lightbox-btn-next.gif&#39;,
containerResizeSpeed: 350,
txtImage: &#39;Image&#39;,
txtOf: &#39;Of&#39;
});
});
</script>
<!--end lightbox scripts-->


Save your template, that's the Css and Script added next we see how to add it to selected images.

When you add an image to your blog that you want to use the lightbox effect simply add class="spicebox" and title="Description Here".

<a class="spicebox" title="Image Description Here" href="http://image.jpg"><img src="http://image.jpg"></a>

Red - The Class Must Be Added To Images Were Shown.
Blue - Add Title And Replace Image Description Here With Your Description.

LOREM IPSUM ENGLISH

WHAT IS LOREM IPSUM?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

WHAT DOES IT COMING FROM?
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

WHY WE DO USE IT?
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.

WHERE I CAN GET SOME?
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.

The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.

Samsung Galaxy S II more fiture

With a smaller screen, the AT&T Galaxy S II sports a more manageable size and is easier to hold.
The touch screen is responsive. The smartphone offers several virtual keyboards, including Android, Samsung, and Swype. It registered all our taps, and we were able to easily navigate through the menus. In addition to using the standard touch interface, you can also use motion gestures. With the settings turned on, you can flip the phone to mute it. With two fingers on the screen, you can tilt to zoom in and out in the photo gallery and browser. Flicking your wrist left or right (panning) can move a home screen icon when you're holding it. However, panning and zooming weren't as responsive as we'd like. While most of the motion controls may not figure into your daily use, this type of gesture functionality adds welcome options in general. You can also perform certain tasks, such as composing and sending a message, calling a contact, and launching the music player, using voice commands with the Vlingo-powered Voice Talk app.
Below the screen, you'll find the menu, home, back, and search buttons. On the left side, there's a volume rocker and a power/lock button on the right. The top of the device houses a 3.5mm headphone jack, and the bottom features a Micro-USB port.

The Galaxy S II is AT&T's thinnest 4G smartphone.
Just above the screen in the left-hand corner is a 2-megapixel camera for video calls; the main 8-megapixel camera and flash sit on back. The microSD expansion slot is located behind the very flimsy plastic battery door. The latter aside, the Galaxy S II feels nice in the hand, and because of its more manageable size, we think it will be an attractive option for a wider audience than the Infuse 4G or other Galaxy S II models.
AT&T packages the Samsung Galaxy S II with just the basics: an AC adapter, a USB cable, and reference material.
User interface
The Samsung Galaxy S II runs Android 2.3.4 Gingerbread along with Samsung's latest TouchWiz 4.0 user interface. We're often less enthusiastic about custom interfaces; they sometimes add unwanted complexity and unremovable apps, and are usually slower to update to new OS versions. However, TouchWiz 4.0 has a few things going for it: some carryovers from previous versions of TouchWiz. There are seven home screens, for example, and the notification pull-down menu has icons for easily turning on Wi-Fi, Bluetooth, GPS, flight mode, and screen rotation.
Customizing the home screens is made easier with a carousel-like setup that lets you move through the various panels to add and remove shortcuts and widgets at the same time. Previously, you had to do a long-press on one screen to change it and then repeat the process if you wanted to change another page. You can also now resize Samsung Live Panel widgets, and there's a more fluid motion when scrolling through widget lists and home pages.