Colorbox Jquery Lİgthbox in Blogger - Section Two

| | Comments

Application to both the second part Colorbox jQuery Lihgtbox start.

Colorbox Example2

Visit to Colorbox Example2 Demo

</head> Add the following code immediately above the code





<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/example2/colorbox.css" />
<!--
This example has no IE-Only Stylesheet because the theme uses no transparent png files.
-->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/js/jquery.colorbox-min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='example1']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".single").colorbox({}, function(){
alert('Howdy, this is an example callback.');
});
$(".colorbox").colorbox();
$(".youtube").colorbox({iframe:true, width:650, height:550});
$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
$(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});

//Example of preserving a JavaScript event for inline calls.
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>


If you are using a lightbox at the top to your blog within the code rel = 'example1' instead rel = "lightbox" is simply put. In this way, in your old article without having to make changes in the lightbox code compatible with the application colorbox have become


Colorbox Example3

Visit to Colorbox Example3 Demo

</head> Add the following code immediately above the code

<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/example3/colorbox.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/js/jquery.colorbox-min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='example1']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".single").colorbox({}, function(){
alert('Howdy, this is an example callback.');
});
$(".colorbox").colorbox();
$(".youtube").colorbox({iframe:true, width:650, height:550});
$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
$(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});

//Example of preserving a JavaScript event for inline calls.
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>


If you are using a lightbox at the top to your blog within the code rel = 'example1' instead rel = "lightbox" is simply put. In this way, in your old article without having to make changes in the lightbox code compatible with the application colorbox have become


Visit to : Colorbox js v1.2.9 in Blogger Section One , Colorbox js v1.2.9 in Blogger Section Three , Colorbox js v1.2.9 in Blogger Section Four

Colorbox Jquery Ligthbox in Blogger - Section One

| | Comments

Learn how to use the platform before colorbox told blogger application. Application of the most familiar application of Colorbox lightbox is a clone. Colorbox application and speed, and usability, but also work seamlessly in all browsers because of my profile, my priority.

One of the most advanced derivative lightbox Multibox application that has integrated one of the blogger platform 100% I decided to use the application colorbox.

Multibox application of the integration of Turkish blogger can visit here for installation guide ...

Wordy blogger platform integrated into the application and use colorbox tell methods.

Describes five different types of application separately Colorbox will. First, I will at the beginning of explanation: I recommend you take a look at the demo. So you may decide to use which kind of colorbox.

After the application code Colorbox types of images, video, or you can use links within the page also will describe the code. Please give example from 1 until 5 of the example of my code wait. The last course I will tell them ...

Colorbox Example1

Visit to Colorbox Example1 Demo

</head> Add the following code immediately above the code

<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/example1/colorbox.css" />
<!--[if IE]>
<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/example1/colorbox-ie.css" title="example" />
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://dl.getdropbox.com/u/1704149/Colorbox1.2.9/js/jquery.colorbox-min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='example1']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".single").colorbox({}, function(){
alert('Howdy, this is an example callback.');
});
$(".colorbox").colorbox();
$(".youtube").colorbox({iframe:true, width:650, height:550});
$(".iframe").colorbox({width:"80%", height:"80%", iframe:true});
$(".inline").colorbox({width:"50%", inline:true, href:"#inline_example1"});

//Example of preserving a JavaScript event for inline calls.
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>


If you are using a lightbox at the top to your blog within the code rel = 'example1' instead rel = "lightbox" is simply put. In this way, in your old article without having to make changes in the lightbox code compatible with the application colorbox have become

Visit to : Colorbox js v1.2.9 in Blogger Section Two , Colorbox js v1.2.9 in Blogger Section Three , Colorbox js v1.2.9 in Blogger Section Four

Ormeggiare Blogger Template by TeknoMobi

| | Comments

Yeni bir Css tema çevirisi ile karşnızdayım. Blogger için çevirisini yaptığım temamızın adı Ormeggiare.

Ormeggiare teması turuncu ve beyaz renk ağırlıklı olarak tasarlanmış. Renk uyumu çok güzel olmuş. İki sütunlu yapıya sahip ve sidebar sağ taraftadır.

Tarayıcı uyumluluğu : Firefox 3-3,5,Google Chrome 2-3, Safari 3-4, Opera 9-10, İnternet Explorer 6-7-8

Lisans Koşulları : Creative Commons Attribution 2.5 License

blogger temaplate, css template, ormeggiare templateblogger temaplate, css template, ormeggiare template

Kurulum Klavuzu

1. Menü bölümünde düzenleme yapmak için html kodlarında aşağıdaki bölümü bulun ve gerekli değişikliği isteğinize göre yapın.

<div id='menu'>
<ul>
<li class='current_page_item'><a alt='home' expr:href='data:blog.homepageUrl' title='Home'>Home</a></li>
<li><a href='#'>Blog</a></li>
<li><a href='#'>About</a></li>
<li><a href='http://www.blogcuforum.net/' title='BlogcuForum'>Forum</a></li>
<li><a href='#'>Contact</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
</ul>
</div>


2. Temaya otomatik devamını oku eklentisi standart olarak eklenmiştir. Bu eklenti ile ilgili detaylı bilgiye bu yazımdan ulaşabilirsiniz.

Ormeggiare Blogger Tema: Demo/Önizleme , İndir

English Statement

With a new translation Css At your theme. The theme for the blogger's name Ormeggiare translation.

Predominantly orange and white color theme Ormeggiare designed. Tonality was very good. Two-column structure, and the sidebar on the right side.

Browser Compatibility : Firefox 3-3.5, Google Chrome 2-3, Safari 3-4, Opera 9-10, İnternet Explorer 6-7-8

Lisans Conditions : Creative Commons Attribution 2.5 License

İnstallation Guide

1. Menu to edit the html code in the following section and make necessary changes according to your request.

<div id='menu'>
<ul>
<li class='current_page_item'><a alt='home' expr:href='data:blog.homepageUrl' title='Home'>Home</a></li>
<li><a href='#'>Blog</a></li>
<li><a href='#'>About</a></li>
<li><a href='http://www.blogcuforum.net/' title='BlogcuForum'>Forum</a></li>
<li><a href='#'>Contact</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
</ul>
</div>


2. Theme as a standard plug-in automatically read more added. Detailed information about this plugin can be found in this.

Ormeggiare Blogger Template : Demo/Preview , Download

Blogger'e Otomatik Devamını Oku Özelliği Eklentisi

| | Comments

Daha önce TamBirBlog'da Blogger Otomatik Devamını Oku Bağlantısı-2 adı altında yayınlanan eklentiyi bazı blogger kullanıcılarından gelen istek üzerine biraz daha kullanışlı hale getirmeye çalıştım.

Devamını oku kısmının arka planına css kodları ile kullanışlı bir arkaplan atadım. Şimdi bazıları çıkıp biz kendimiz direk resim ile de yapabilirdik diyebilirler. Ama resim ile eklendiğinde w3 doğrulamasında hata olarak görebiliyor. En temizi css kodları ile arkaplan (backround)belirlemek.

Otomatik Devamını Oku Eklentisinin Kurulum Aşamaları

1. Css kodlarınızın en altına aşağıdaki kodları ekleyin.

/* Devamını oku */
.links {
display: block;
width: 130px;
height: 33px;
margin-top: 20px;
padding-top: 7px;
background: url(http://i30.tinypic.com/papo5.gif) no-repeat right top;
text-align: center;
text-transform: uppercase;
font-size: 10px;
color: #F3F4F4;
}
/* -------------------------------- */


Arkaplanda kullandığım resmi değiştirmek isterseniz. Üstteki http://i30.tinypic.com/papo5.gif resim dosyasının yerine kendi hazırladığınız resmin bağlantısını verebilirsiniz.

2. Tema kodları arasında </head&gt; kodunun hemen üstüne aşağıdaki kodları yerleştiriyoruz.

<script type='text/javascript'>var thumbnail_mode = "no-float" ;
summary_noimg = 430;
summary_img = 340;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script src='http://tm52.weebly.com/uploads/1/3/6/1/1361393/summary-post.js' type='text/javascript'/>


Yukarıdaki kodda bulunan summary-post javascript dosyasını buraya sağ tıklayıp farklı kaydet diyerek summary-post.js dosyasını bilgisayarınıza indirin. Ardından kendi googlepages sayfanıza veya alternatif bir hosta yükleyip yukarıda bulunan http://tm52.weebly.com/uploads/1/3/6/1/1361393/summary-post.js bağlantı linki ile değiştirin.

3. Son aşama olarak temanızın kodları arasında <data:post.body/> kodunu bulup aşağıdaki kod ile değiştirin.


<b:if cond='data:blog.pageType != "item"'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url' class='links'> Devamını oku "<data:post.title/>"</a></span>
</b:if>
<b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>


Yukarıdaki aşamalar tarafımdan test edilerek yayınlanmıştır. Bütün tarayıcılarda sorunsuz çalışmaktadır.

Bu yazı hazırlanırken yararlanılan kaynaklar : TamBirBlog (Blogger Otomatik Devamını Oku Bağlantısı-2)

Metamorph Rainbow Blogger Template/Tema

| | Comments

Blogger kullanıcıları için yeni bir css tema çevirisi yaptım. Metamorph Rainbow css temasını Blogger için çevirdim. Umarım beğenilir.

Metamorph Rainbow Blogger temasının özellikleri ; 2 sütunlu, mavi ve yeşil renk ağırlıklı, sağ sidebar,

Tarayıcı Uyumluluğu : Firefox 3/3.5 , Chrome 3 , Safari 4 , İnternet Explorer 6/7/8

blogger,blogger template,css templateblogger,blogger template,css template

Kurulum Klavuzu

  • Header altındaki menüde düzenleme yapmak için HTML kodlarının içinde aşağıdaki kod öbeğini bulup gerekli değişikliği yapabilirsiniz.

<div id='buttons'>
<ul>
<li class='first'><a alt='home' expr:href='data:blog.homepageUrl' title='Home'>Home</a></li>
<li><a href='#' title=''>Blog</a></li>
<li><a href='#' title=''>Gallery</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
</ul>
</div>


Metamorph Rainbow Blogger Tema : Demo/Önizleme , İndir

English Statement

Blogger users who've made a new translation css theme. Have converted to Blogger Metamorph Rainbow theme css . I hope I will be like.


Metamorph Rainbow Blogger theme features; 2-column, blue and green color-weighted, right sidebar,

Browser Compatibility : Firefox 3/3.5 , Chrome 3 , Safari 4 , İnternet Explorer 6/7/8

Installation Manuals

  • To edit the menu under the header of the HTML code below to find the code phrases and can make the necessary changes.

<div id='buttons'>
<ul>
<li class='first'><a alt='home' expr:href='data:blog.homepageUrl' title='Home'>Home</a></li>
<li><a href='#' title=''>Blog</a></li>
<li><a href='#' title=''>Gallery</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;'>Posts RSS</a></li>
<li><a expr:href='data:blog.homepageUrl + &quot;feeds/comments/default&quot;'>Comments RSS</a></li>
</ul>
</div>

Metamorph Rainbow Blogger Template : Demo/Preview , Download

YouTube'a Giriş Yöntemleri

| | Comments

youtube,youtube giriş,youtube erişim
Dünyanın en fazla tıklanan video paylaşım sitesi YouTube'a erişim ülkemizde uzun süredir engellenmiş durumda. Yasağın ilk başladığı zamanlar DNS engelleme yöntemiyle uygulandığından bilgisayarınızdaki internet bağlantı ayarlarından DNS ayarlarını Open DNS veya başka bir DNS servisine yönlendirdiğinizde YouTube'a kolaylıkla erişebiliyordunuz. Fakat DNS engelleme yönteminin işe yaramadığı görülünce IP tabanlı engelleme yoluna gidildi.

Peki YouTube'a hiç mi erişilmez. Tabi ki bir şekilde erişebilirsiniz. Ben YouTube video paylaşım sitesine genellikle beğendiğim şarkıcıların kliplerini izlemek için giriyorum.

Neyse konuyu birazcık toparlayayım. YouTube erişebilmek için bir kaç alternatif yöntemden bahsedeyim.
  1. ShiftDelete yazarlarından Hakkı Alkan'ın "Başbakan YouTube'a Böyle Giriyor" başlıklı makalesinde anlattığı ufak bir host dosyası değişikliği ile,
  2. Benim yazdığım "Tor Kullanarak Blogge'e Güvenli Erişin" başlıklı makalede anlattığım yöntem ile,
  3. Birde Tunnel siteleri aracılığıyla
Benim yukarıda verdiğim yöntemlerin haricinde başka bildiğiniz yöntemler var ise yorumlarınızda belirtebilirsiniz.