Aug 21 2010

Unlimited iPhone and iPod Downloads at Ultra High Download Speeds

Category: Blog Resources, Videoadmin @ 1:22 am

Have you ever desired to download music, movies, tv shows, ringtones for your iPhone and iPod but you didn’t undergo how? Are you bushed to see on assorted sites for your music? Are you displeased of stipendiary likewise such for your iTunes music

See the rest here: 
Unlimited iPhone and iPod Downloads at Ultra High Download Speeds

Tags: , , , , , , ,


Jul 06 2010

30 Useful iPad Apps for Business & Presentation

Category: Applications, Blog Resources, Videoadmin @ 11:35 pm

Apple oversubscribed more than 1 meg copies of iPads in the prototypal 3 months. This gadget is definitely more than meet a large edition of iPhone or iPod touch

Go here to feature the rest:
30 Useful iPad Apps for Business & Presentation

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


May 30 2010

Mootools Featured Posts Auto Slider to Blogger/Websites

Category: Blog Resourcesadmin @ 10:25 pm

This tutorial module exhibit you how to add Mootools Featured Posts Slider into blogger or some another scheme site.You crapper countenance at the DEMO tender of this Mootools Featured Posts Slider.Now if you same to add this person to your place then study the steps presented below.

Go here to wager the original:
Mootools Featured Posts Auto Slider to Blogger/Websites

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



May 03 2010

How to Add FaceBook Fan/Like Box to Blogger

Category: Blog Resourcesadmin @ 5:15 am

Facebook Pages are a enthusiastic artefact to encourage blogs, websites or another businesses. It helps us to deal updates most our blogs to the fascinated facebook users who tie or embellish a follower or ‘ Like ‘ our facebook page. Facebook pages are null but a accord for your journal and ‘Liking’ effectuation null but connexion the accord by the user! This place helps you to add a Like Box widget of your facebook tender to your Blogger blog.

Go here to wager the original:
How to Add FaceBook Fan/Like Box to Blogger

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


May 02 2010

How To Add Flickr Photostream Blogger

Category: Blog Resourcesadmin @ 7:43 pm

This tutorials module exhibit you how to add a Flickr photostream to your blogger blog.If you same to add this widget to your blogger blog,then study the steps presented below. 1.First login to your Flickr account

See more here:
How To Add Flickr Photostream Blogger

Tags: , , , , , , ,


Aug 22 2009

How To Add Slide Show to Blogger Using Mootools

Category: Blog Resourcesadmin @ 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: , , , , , , , , , , , , ,


 Page 1 of 8  1  2  3  4  5 » ...  Last »