myTechpartner Join Me On Facebook
Join Me On Facebook

Blogroll

Saturday, 22 June 2013

Floating Share Button Widget for Blogger

 

floating

step 1 :  Login To your blogger account

step 2 :  Click on Layout

step 3 :  Add gadget----->Html/JavaScript

step 4 : Cpoy Paste the below code

Edit the appropriate url’s  int code

…………………………………….…………………………………………………………………………………………….

<!-- Floating social media buttons by mytechpartner.blogspot.com--><style>
#floatingbuttons{background:#F9F9F9;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #F9F9F9));background:-moz-linear-gradient(top, #fff, #F9F9F9);border:1px solid #ccc;float:left;padding:0 0 3px 0;position:fixed;bottom:15%;left:0;z-index:10;border-radius:0 5px 5px 0;box-shadow:2px 2px 5px rgba(0,0,0,0.3);} #floatingbuttons .floatbutton{float:left;clear:both;margin:5px 4px 0 4px;} .addbuttons{clear:both;text-align:center;padding-top:5px;} .addbuttons a span.getfloat, .addbuttons a span.sharebuttons{color:#000;background:none;font-family:arial, sans-serif;display:block;font-size:9px;font-weight:bold;text-decoration:none;line-height:11px;} .addbuttons a:hover span{color:#fff;background:none;text-decoration:underline;}</style>
< div id='floatingbuttons' title="Share this post!"><script type="text/javascript"> (function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); </script><!-- Medium Button --><script src='http://platform.twitter.com/widgets.js' type="text/javascript"></script>
< script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><div class='floatbutton' id='facebook'><fb:like layout="box_count" show_faces="false" font=""></fb:like></div><div class='floatbutton' id='stumbleupon'><script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script></div><div class='floatbutton' id='digg'><a class="DiggThisButton DiggMedium"></a></div><div class='floatbutton' id='twitter'><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" >Tweet</a></div><div class='floatbutton' id='linkedin'><script type="text/javascript" src="http://platform.linkedin.com/in.js"></script><script type="in/share" data-counter="top"></script></div><div class='sbutton' id='gplusone'>
< script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
< g:plusone size="tall"></g:plusone>
< /div>
< div class="addbuttons"><a href="url" title="Add floating social media share buttons to your blog!"><span class="getfloat">Get floating</span><div style="clear:both"></div><span class="sharebuttons">share buttons</span></a> </div> </div><!-- end Floating social media buttons by mytechpartner.blogspot.com –>

……………………………………………………………………………………………………………………………………

Friday, 21 June 2013

Internet Download Manager 6.15 Full Version Download Free

dfg

Download   IDM 6.15    

New Features Of IDM 6.15

Added a workaround for YouTube changes
Added the feature to stop and save live stream broadcasts
Fixed bugs

Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.

Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done.

Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.

Version 6.15 adds Windows 8 compatibility, adds IDM download panel for web-players that can be used to download flash videos from sites like YouTube, MySpaceTV, and Google Videos. It also features complete Windows 7 and Vista support, YouTube grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE 10 and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.

GOM AUDIO

gom

Only for audio play back developers of gom player Developed new software GOM AUDIO  it is very simple and light software to handle your all song format

Supported Format

.ape            Monkey’s Audio                                                     .flac                             FLAC Audio

.asx             Playlist File                                                             .m3u                           Playlist File

.cda             CD Audio                                                                 .m3u8                        Playlist File

.m4a            MPEG-4 Audio                                                       .mid                            MIDI

.mp1            MPEG Audio                                                           .mp2                          MPEG Audio

.mp3            MPEG Audio                                                          .mpc                           Musepack

.mpga         MPEG-4 Audio                                                       .ogg                            Ogg Vorbis Audio

.pls             Playlist File                                                              .wav                            Windows audio

.wma          Windows Media Audio

Thursday, 20 June 2013

Slide Down or Up the panel


Click to slide the panel down or up
mytechpartner


Copy below code and paste it

<!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js">
</script>
<script>
$(document).ready(function(){
  $("#flip").click(function(){
    $("#panel").slideToggle("slow");
  });
});
</script>

<style type="text/css">
#panel,#flip
{
padding:5px;
text-align:center;
background-color:#66FF33;
border:solid 1px #66FF33;
}
#panel
{
padding:50px;
display:none;
}
</style>
</head>
<body>

<div id="flip">Click to slide the panel down or up</div>
<div id="panel">Hello world!</div>
</body>
</html>


if like this then share it on your wall

Simple FB Share Button Code

 

Looking for simple FB share button for your blog with number of count in a single code:

Untitled

Copy below code and paste any where you want appear the FB Share button

……………………………………………………………………………………………………………………………

<div style="float: left; padding: 3px;">
<a expr:share_url="data:post.url" href="http://www.facebook.com/sharer.php" name="fb_share" type="box_count">
  Share
</a>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript">
</script>
  </div>

…………………………………………………………………………………………………………………………………

Do you like this then share it on your wall

Share

Wednesday, 19 June 2013

SkyDrive


pop
1:- SkyDrive
       1
2:- Play slide show
3:- Download    to download album photos
4:- View original
5:- Sharing photo or folder
6:- Embed
        2
7:- manage  move / delete
8:- People tags    you can tag peoples to your photo
9:- Information about your photo

Integrate SkyDrive To Your Blog

I recommend bloggers to use Windows Live Writer to write your good quality blog contentlive

Here i show How To create web album in your blog (slide show) using Windows Live writer With SkyDrive

Before you need a Windows live ID address

hj

click and choose Create Online Album

image

Drag your Photos and name to album

and insert button that's it you finished the steps

y

 

Contributors

Online Marketing

Do you Like this Article?

rss twitter facebook