Showing posts with label blogger tutorial. Show all posts
Showing posts with label blogger tutorial. Show all posts

Colorbox Jquery in Blogger Lightbox Alternative

colorbox, colorbox jquery, colorbox blogger, jquery blogger, lightbox blogger

Colorbox jQuery application lightbox is a very successful alternative. Application of various versions of previously colorbox told blogger integration process. Application developers have been working very well Colorbox jQuery and are constantly updated. Each new version is further enhanced optimization.

I published my writings in Turkish blog (www.teknomobi.net) and I'm very happy using Colorbox application. Users can also use for novice blogger who I do expression.


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/2863383/js/colorbox132/example1/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/2863383/js/colorbox132/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>


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/2863383/js/colorbox132/example2/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/2863383/js/colorbox132/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>


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/2863383/js/colorbox132/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/2863383/js/colorbox132/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>


Visit to Colorbox Example4 Demo

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

<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/2863383/js/colorbox132/example4/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/2863383/js/colorbox132/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>



Visit to Colorbox Example5 Demo

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

<link type="text/css" media="screen" rel="stylesheet" href="http://dl.getdropbox.com/u/2863383/js/colorbox132/example5/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/2863383/js/colorbox132/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>



Now that you publish your blog posts in your pictures, youtube videos and links with colorbox application can open.

Now one must add the code to your images.

elastic transition : rel="example1"

fade transition : rel="example2"

no transition + fixed width and height (75% of screen size) : rel="example3"

slideshow : rel="example4"

Must add the code above, one of your pictures. Demonstration is as follows.

<a href="http://i36.tinypic.com/nosp4x.jpg" imageanchor="1" rel="example2" title="Marylou on Cumberland Island" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="283" src="http://i36.tinypic.com/nosp4x.jpg" width="420" /></a>

With any application to open a web page colorbox must add the following code.

class='iframe'

This code after adding the following appearance will.

<a class='iframe' href="http://www.google.com/">Web Page - Iframed Content</a>

YouTube videos should use when adding the following methods.

Before

http://www.youtube.com/watch?v=AUiSF4C3alg

watch? would delete section = replace / put

After

http://www.youtube.com/v/AUiSF4C3alg

Sample

<a class='youtube' href="http://www.youtube.com/v/AUiSF4C3alg" title="Black Eyed Peas Meet Me Halfway">Flash / Video (Direct Link To YouTube)</a>

bx Error Codes to Blogger How to Fix

blogger bx-, blogger bx error code, bx error code fix


General Solution of the Errors Received Blogger

Blogger infrastructure with which broadcasts most of friends to worry about where they are installing new template Blogger bx-start errors that he is.

This error might be taken against the first measure to take a backup of your template, not to forget. In case of any error arising from the problem at hand in order to find the template that contains a backup of your job easier.

First, the reasons why Blogger template error when editing one template code to make the slightest mistake or lack of is to delete. To avoid this issue, edit your template after you preview them before saving the template of the error arising from just above the window will print in red. The cause of the error and save them from view so that the intervention was due will have the opportunity.

I really want to talk about the errors arising from users to install new template without removing the previous theme widgets for the solution of those mistakes are made.

Recommend using Firefox to install Blogger My new theme. Firefox webmaster functions are very good. Before uploading your new theme, Blogger has widgets on your old theme back to remove. Then clear your browser's cookies. If you do not get cookies Blogger error is inevitable. Restart your browser after clearing cookies. Theme any of Blogger's default templates to make them. After saving the template repeat the process a little earlier. So you used to clear the browser's cookies. After you restart your browser, you can install your new theme.

If you are installing warning Shortlist themes described above Blogger template error is reduced and take your chances you will be more clean and smooth. In addition to cookies, such as CCleaner can use external apps!.

Some bx-erorcode list: bX-dyj6kr, bX-f2r4wt, bX-42ldx6, bX-q8mnbv, bX-zbdnzi, bX-1ypvl0, bx r1ezpk, bX-53zo97, bx-11sx2z, bX-fv844k, bX-u01hr1, bX-xn6e55

Fancybox in Blogger Jquery Image Zomming Script

fancybox, fancybox lightbox alternative, jquery lightbox, fancybox blogger

Earlier Colorbox, Multibox , Lightbox and I was doing Fullsize expression extensions. Now, how to use blogs Blogger Fancybox plugin and optimize the files I needed.

Lightbox is an alternative application Fancybox application. Unlike application works with jQuery lightbox. This application, according to Lightbox Fancybox application performance one step ahead is making.

Application is the most beautiful side Fancybox picture on the blog, we've added an extra regulation is not needed. So that after you add pictures blog edit html section of the rel or class type class should not let us enter. Of course, if you want to add a title that you add the picture again in edit html section must include class title

Stages of implementation to integrate Blogger Fancybox in turn tell.

1. First, take a backup of our blog template code.

2. The following code between the template code we are looking for.

</head>

This code would add the following code immediately above.

<link href='http://dl.getdropbox.com/u/1704149/js-depo/jquery.fancybox-1.2.1/js/jquery.fancybox.css' media='screen' rel='stylesheet' type='text/css'/>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script src='http://dl.getdropbox.com/u/1704149/js-depo/jquery.fancybox-1.2.1/js/jquery.easing.1.3.js' type='text/javascript'/>
<script src='http://dl.getdropbox.com/u/1704149/js-depo/jquery.fancybox-1.2.1/js/jquery.fancybox-1.2.1.pack.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function() {
$(&quot;a&quot;).fancybox();
});
</script>


3. We save our template.

4. Now, the images you add blogs with fancybox application will open. The following extra editing codes.

To show pictures in groups in order to show that after adding the pictures from the summer section of the edit html files class codes must assign the following rel.

rel="group" title="image title"

Add your blog to link you want to display the page without leaving the class label must include the following link.

class="iframe"

Before

<a href="http://www.bloggergallery.com/" title="Blogger Templates Gallery">This goes to iframe link preview</a>

After

<a class="iframe" href="http://www.bloggergallery.com/" title="Blogger Templates Gallery">This goes to iframe link preview</a>

Application to see how it works Fancybox blogger blogs have been created for the Fancybox Demo page you can browse Fancybox.

Js files are hosted on my my private space. To avoid future problems in your own area here to download and install the file in the theme links to the js file, please replace the link! ..