Sep 20 2009

How To Add And Customize Comment Avatars To Blogger Templates

Category: Blogging, Wordpressadmin @ 2:11 am

hi all, in my preceding place : Show Your Face, Display your Avatar / picture On Blogger Comments I said that i’ll add a tutorial presently most adding avatar to your blogspot model if it’s not hold or pass it. your model is performing same that because it’s a bespoken template, and to add the avatar to your Customize Blogger “Read More” / “Jump Breaks” Links With ikon Buttons, Text And Alignment. Embed Comment Box Below Posts

View example place here: 
How To Add And Customize Comment Avatars To Blogger Templates

Tags: , , , , , , ,


Sep 17 2009

How To Host Java Script Files in Blogger with Unlimited Bandwidth

Category: Uncategorizedadmin @ 5:45 am

As a blogger when you poverty to patron drinkable playscript files, you poverty to intend support from liberated .js hosting bourgeois same google sites .But here the difficulty is bandwidth limitations.If you crapper patron drinkable playscript files into blogger you crapper intend oceanic bandwidth for your .js files. So if you poverty to patron your .js files with oceanic bandwidth ingest the cipher below. <script type=’text/javascript’> //<![CDATA[ PASTE YOUR JAVASCRIPT CODE HERE //]]> </script> If you can’t see above cipher countenance at the warning below.

The rest is here:
How To Host Java Script Files in Blogger with Unlimited Bandwidth

Tags: , , , , , , , ,


Sep 15 2009

Customize Blogger “Read More” / “Jump Breaks” Links With image Buttons, Text And Alignment.

Category: Blogging, Uncategorized, Wordpressadmin @ 4:36 pm

Hi love friend, I promised you in a preceding tutorial, here ” Blogger Now officially Supports “Read more” links.

Read the example post: 
Customize Blogger “Read More” / “Jump Breaks” Links With ikon Buttons, Text And Alignment.

Tags: , , , , , , , , , , ,


Sep 13 2009

3 Issues / Problems With new Blogger Read Me / Jump Breaks And How To Fix It

Category: Blogging, Uncategorized, Wordpressadmin @ 12:38 am

I was so bright with blogger’s newborn constituent “Read more”.

View post:
3 Issues / Problems With newborn Blogger Read Me / Jump Breaks And How To Fix It

Tags: , , , , , , ,


Aug 22 2009

How To Add Slide Show to Blogger Using Mootools

Category: Uncategorizedadmin @ 3:21 am

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Don’t Click on “Expand Widget Templates” 3.Scroll downbound to where you wager ]]></b:skin> tag: 4.Copy beneath cipher and adhesive it meet before the ]]></b:skin> tag. /* slideshow */ .sample{padding:20px 10px; margin:4px 0 25px 0; border:1px solidified #e1e1e1} #box2{ position:absolute; } #box2 span{ display:block; float:left; } .buttons{text-align:center;padding:5px;} .buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana} .buttons span.active, .buttons span:hover{background:#0080FF;color:#fff} .mask2{ position:relative; width:240px; height:180px; overflow:hidden; } 5.Scroll downbound to where you wager </head> tag: 6.Copy beneath cipher and adhesive it meet before the </head> tag. <!– mootools –> <script src=’ http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js ‘ type=’text/javascript’/> <!– Slideshow –> <script type=’text/javascript’> //<![CDATA[ var noobSlide=new Class({initialize:function(a){this.items=a.items;this.mode=a.mode||'horizontal';this.modes={horizontal:['left','width'],vertical:['top','height']};this.size=a.size||240;this.box=a.box.setStyle(this.modes[this.mode][1],(this.size*this.items.length)+’px’);this.button_event=a.button_event||’click’;this.handle_event=a.handle_event||’click’;this.onWalk=a.onWalk||null;this.currentIndex=null;this.previousIndex=null;this.nextIndex=null;this.interval=a.interval||5000;this.autoPlay=a.autoPlay||false;this._play=null;this.handles=a.handles||null;if(this.handles){this.addHandleButtons(this.handles)}this.buttons={previous:[],next:[],play:[],playback:[],stop:[]};if(a.addButtons){for(var b in a.addButtons){this.addActionButtons(b,$type(a.addButtons[b])==’array’?a.addButtons[b]:[a.addButtons[b]])}}this.fx=new Fx.Tween(this.box,$extend((a.fxOptions||{duration:500,wait:false}),{property:this.modes[this.mode][0]}));this.walk((a.startItem||0),true,true)},addHandleButtons:function(a){for(var i=0;i<a.length;i++){a[i].addEvent(this.handle_event,this.walk.bind(this,[i,true]))}},addActionButtons:function(a,b){for(var i=0;i<b.length;i++){switch(a){case’previous’:b[i].addEvent(this.button_event,this.previous.bind(this,[true]));break;case’next’:b[i].addEvent(this.button_event,this.next.bind(this,[true]));break;case’play’:b[i].addEvent(this.button_event,this.play.bind(this,[this.interval,'next',false]));break;case’playback’:b[i].addEvent(this.button_event,this.play.bind(this,[this.interval,'previous',false]));break;case’stop’:b[i].addEvent(this.button_event,this.stop.bind(this));break}this.buttons[a].push(b[i])}},previous:function(a){this.walk((this.currentIndex>0?this.currentIndex-1:this.items.length-1),a)},next:function(a){this.walk((this.currentIndex<this.items.length-1?this.currentIndex+1:0),a)},play:function(a,b,c){this.stop();if(!c){this[b](false)}this._play=this[b].periodical(a,this,[false])},stop:function(){$clear(this._play)},walk:function(a,b,c){if(a!=this.currentIndex){this.currentIndex=a;this.previousIndex=this.currentIndex+(this.currentIndex>0?-1:this.items.length-1);this.nextIndex=this.currentIndex+(this.currentIndex<this.items.length-1?1:1-this.items.length);if(b){this.stop()}if(c){this.fx.cancel().set((this.size*-this.currentIndex)+’px’)}else{this.fx.start(this.size*-this.currentIndex)}if(b&&this.autoPlay){this.play(this.interval,’next’,true)}if(this.onWalk){this.onWalk((this.items[this.currentIndex]||null),(this.handles&&this.handles[this.currentIndex]?this.handles[this.currentIndex]:null))}}}}); //]]> </script> <script type=’text/javascript’> window.addEvent('domready',function(){ //SAMPLE 2 (transition: Bounce.easeOut) var nS2 = newborn noobSlide({ box: $('box2'), items: [0,1,2,3,4,5,6.7], interval: 3000, fxOptions: { duration: 1000, transition: Fx.Transitions.Bounce.easeOut, wait: simulated }, addButtons: { previous: $('prev1'), next: $('next1') } }); }); </script> 7.Now Click on “Save Templates” 8.Now go to Layout–> tender elements and Click on ‘Add a Gadget’.

Read more from the example source: 
How To Add Slide Show to Blogger Using Mootools

Tags: , , , , , , , , , , , , ,


Aug 20 2009

How To Create jQuery Content Slider in Blogger

Category: Uncategorizedadmin @ 8:11 pm

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Don’t Click on “Expand Widget Templates” 3.Scroll downbound to where you wager ]]></b:skin> tag: 4.Copy beneath cipher and adhesive it meet before the ]]></b:skin> tag. /* Slideshow call rules. */ #contentSlide { border: 1px solidified #000; background:#212421; height:263px; padding:10px 0; } #slideshow { margin:0 auto; width:640px; height:263px; background:transparent url( http://lh6.ggpht.com/_dfnTVAxeWMI/SlTPJpS_axI/AAAAAAAABYA/JS60KVWJ9GQ/bg_slideshow.jpg ) no-repeat 0 0; position:relative; } #slideshow #slidesContainer { margin:0 auto; width:560px; height:263px; overflow:auto; /* earmark scrollbar */ position:relative; } #slideshow #slidesContainer .slide { margin:0 auto; width:540px; /* turn by 20 pixels of #slidesContainer to refrain flat holograph */ height:263px; } .control { display:block; width:39px; height:263px; text-indent:-10000px; position:absolute; cursor: pointer; } #leftControl { top:0; left:0; background:transparent url( http://lh6.ggpht.com/_dfnTVAxeWMI/SlT8KH99FgI/AAAAAAAABZM/e9gXvHjzltU/control_left.jpg ) no-repeat 0 0; } #rightControl { top:0; right:0; background:transparent url( http://lh6.ggpht.com/_dfnTVAxeWMI/SlT8KMpFpxI/AAAAAAAABZQ/a207Rx0XuiU/control_right.jpg ) no-repeat 0 0; } .slide h2, .slide p { margin:15px; } .slide h2 { font:italic 24px Georgia, “Times New Roman”, Times, serif; color:#212421; letter-spacing:-1px; } .slide img { float:right; margin:0 15px; padding: 1px; background-color: #212421; border: 1px solidified #999; } 5.Scroll downbound to where you wager </head> tag: 6.Copy beneath cipher and adhesive it meet before the </head> tag.

See the rest here: 
How To Create jQuery Content Slider in Blogger

Tags: , , , , , , , , ,


Aug 20 2009

How To Add jQuery Text/Font Size Resizer to blogger

Category: Uncategorizedadmin @ 6:17 pm

1.Login to your blogger dashboard–> layout- -> Edit HTML 2.Don’t Click on ” Expand Widget Templates ” 3.Scroll downbound to where you wager ]]></b:skin> tag: 4.Copy beneath cipher and adhesive it meet before the ]]></b:skin> tag. /* resizeFont */ #resizeFont{ text-align:right; margin-right:10px; } 5.Scroll downbound to where you wager </head> tag: 6.Copy beneath cipher and adhesive it meet before the </head> tag. <script src=’ http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js ‘ type=’text/javascript’/> <!– begin ResizeFont –> <script type=’text/javascript’> $(function(){ $('input').click(function(){ var ourText = $('#content-wrapper'); var currFontSize = ourText.css('fontSize'); var finalNum = parseFloat(currFontSize, 10); var stringEnding = currFontSize.slice(-2); if(this.id == 'large') { finalNum *= 1.1; } added if (this.id == 'small'){ finalNum /=1.1; } added if (this.id == 'reset'){ finalNum =13; } ourText.animate({fontSize: finalNum + stringEnding},500); }); }); </script> 7.Now Click on “Save Templates” 8.Now go to Layout–> tender elements and Click on ‘Add a Gadget’

Read more from the example source:
How To Add jQuery Text/Font Size Resizer to blogger

Tags: , , , , , , , ,


 Page 1 of 2  1  2 »