Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you: To get that vintage Instagram effect for your pictures you don't have to use a program, now you can use CSS and get a similar result! We will apply a shadow inside the image, add a border, we will put a color in it, and on top of our image, we will add another semitransparent image with a grunge style that will give a vintage touch.

You can see the example in this picture below, moving the cursor changes to normal but keeps the edge.

vintage images blogger

Obviously there will be images that will fit better these effects than others, but regardless of that we do, there should be made a few observations:
  1. It is made with CSS styles so as some of you might already know, it will not recognize browsers, specifically Internet Explorer, so using IE browser does not show any effect.
  2. Hovering around the image will change with a transition effect, but only in Firefox.
  3. The images are not centered, you will have to align to left (default), or right.
Having clarified the above, let's start adding the CSS code to our template.

Adding a Vintage Effect to Blogger Images

Step 1. Go to Template > Edit HTML


Step 2. Select the "Expand widget templates" box

 Step 3. Search for the following piece of code:

]]></b:skin>

Step 4. Just above it, add the following CSS code:

/* Vintage Images
----------------------------------------------- */
.vintage img {
padding:0;
float:left;
}
.vintage {
border:10px solid #000;
position: relative;
float: left; /* Change to right if you want the images to be aligned to the right */
margin-right: 20px;
margin-bottom: 20px;
}
.vintage:before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255,102,0, 0.6); /* sepia */
background-image:url(http://www.matrixar.com/-Qva8IVtO25k/UFejhDww-zI/AAAAAAAADAY/RnlCb7JO0xs/s000/grunge.png);
background-size: cover;
box-shadow: inset 0 0 50px #000, inset 0 0 50px #000, inset 0 0 50px #000;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}
.vintage:hover:before {
background: none;
box-shadow:none;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}

Note: In the first code, you see in bold the line that corresponds to the color of the image, you can change it to any other color, these are some examples of traditional vintage:

background-color: rgba(0,0,255, 0.5); /* blue */
background-color: rgba(0,255,0, 0.5); /* green */
background-color: rgba(0,255,255, 0.5); /* cyan */
background-color: rgba(255,0,0, 0.5); /* red */
background-color: rgba(255,0,240, 0.5); /* violet */

If you want the image to not change to its original state on mouse hover, then remove the last code:

.vintage:hover:before {
background: none;
box-shadow:none;
-moz-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all .1s;
}

Step 5. After you've made your changes, click on Save Template

Step 6. Finally, add this code inside your posts each time you want to apply the vintage effect to an image (switch to HTML tab if you want to use this code inside your post)

<div class="vintage">
<img border="0" src="URL of the image" /></div>
<div style="clear: both;"/>

And add the URL of the image to where is the text in blue.

And that's it, with this little experiment you can have your vintage-style images using CSS only. Enjoy!
2013, By: Seo Master
Seo Master present to you:
Agar Konten Cepat Terindeks - Sungguh membuat malas sekali jika sudah susah payah menulis artikel atau konten panjang dan lebar. Sialnya, konten berkualitas yang kita tulis belum sama sekali terjamah oleh pengunjung. Apalagi konten yang dibuat menurut kita adalah konten yang ditulis dengan hati untuk memberikan manfaat kepada pengunjung atau pengguna online.

Agar Konten Cepat Terindeks


Merugikan sekali, jika konten yang banyak, namun satu pun belum ada yang terindeks dalam mesin pencarian. Bagaimana tidak membuat hati lemah, konten hanya dibaca pemiliknya sendiri. Oleh sebab itu, pembahasan kali ini insyaAllah akan mengakhiri keluh kesah Anda ketika Anda membuat konten.

Konten yang berkualitas namun tidak terindeks adalah masalah besar dan harus diatasi. Bagaimana cara agar  konten cepat terindeks..

- Tulis Konten Minimal 300 kata

Konten berkualitas bukan konten yang asal nulis atau abal-abal, melainkan harus menggunakan kata-kata panjang. Konten yang sedikit, bisa saja terindeks namun tidak secepat konten yang disi artikel dengan kata-kata panjang. Buatlah artikel minimal 300 kata.

- Banyak Keyword Bayangan

Keyword bayangan adalah kata kunci berulang-ulang dengan kata bolak balik. Jika kata-kata selalu sama bisa jadi dianggap spam. Namun gunakan keyword bayangan, agar google mengindeksnya semakin banyak. Sebelum menulis, pahami dulu ciri-ciri kata kunci yang tepat, untuk mengisi konten Anda. 

Misalkan saja Anda akan membuat postingan dengan judul "Bagaimana Agar Postingan Terindeks?" nah, pada isi konten sebaiknya ada beberapa keyword yang sama dengan kata berbeda, seperti:: Tips postingan terindeks, agar konten mudah terindeks oleh google, trik konten masuk ke dalam mesin pencari, dsb.

- Ping

Setelah selesai membuat konten, hendaknya mengisi label dengan kata kunci yang sesuai dengan isi konten. Setelah itu ping di layanan pingler.com atau yang lainnya. Yang di ping jangan url home page melainkan postingan yang sudah dipublish.

- Bookmark

Bokkmarking fungsinya untuk memperkuat dan mempercepat konten ada di mesin pencari, bisa juga postingan akan berada di urutan teratas. Bookmark postingan kelayanan bookmark yang terpercaya menurut Anda.

- Social Media

Social media merupakan alat pelengkap kedua setelah bookmark, postingan yang Anda sebar di media social seperti facebook, juga akan mempengaruhi indeksitas konten.

Demikian pembahasan tentang "Agar Konten Cepat Terindeks." Semoga bermanfaat bagi Anda semuanya dan salam blogger.
2013, By: Seo Master
Seo Master present to you:

A common contact list has helped power applications like Gmail, Google Reader, and Google Calendar. And now, with the launch of the Google Contacts Data API, we're opening up this contact list to your applications as well.

Based on AtomPub, the Contacts API can be used to safely read, create, edit, and delete contact information stored with Google, all while keeping users' passwords private via delegated authentication and authorization. Learn the details from Sebastian Kanthak in his announcement post on the Google Data APIs blog, and join the conversation on the Contacts API Group.2013, By: Seo Master
Powered by Blogger.