<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>CSSReflex &#187; Blogger</title> <atom:link href="http://www.cssreflex.com/tag/blogger/feed" rel="self" type="application/rss+xml" /><link>http://www.cssreflex.com</link> <description>The CSSReflex blog covers all of Tutorials, Design News, Web Development, Showcases, Freebies, WordPress Tutorials And Blogger Templates.</description> <lastBuildDate>Wed, 08 Sep 2010 02:51:13 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>SexyBookmarks v2 For Blogger</title><link>http://www.cssreflex.com/2009/08/sexybookmarks-v2-for-blogger.html</link> <comments>http://www.cssreflex.com/2009/08/sexybookmarks-v2-for-blogger.html#comments</comments> <pubDate>Fri, 21 Aug 2009 18:57:59 +0000</pubDate> <dc:creator>Naeem Noor</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[sexybookmark]]></category> <category><![CDATA[Tutorial]]></category><guid isPermaLink="false">http://www.cssreflex.com/?p=615</guid> <description><![CDATA[I being a blogger user for quite a long time, still love to give back to the community one way or other. This time again, I have tried to give back to the community by making the new version of Sexy Bookmarks compatible with blogger. The Sexy Bookmarks V1 was a huge hit and many [...]]]></description> <content:encoded><![CDATA[<div id="attachment_616" class="wp-caption aligncenter" style="width: 582px"><a href="http://www.cssreflex.com/wp-content/uploads/2009/08/sexy-bookmarks-for-blogger.PNG"><img class="size-full wp-image-616" title="sexy-bookmarks-for-blogger" src="http://www.cssreflex.com/wp-content/uploads/2009/08/sexy-bookmarks-for-blogger.PNG" alt="Sexy bookmarks for Blogger v2" width="572" height="109" /></a><p class="wp-caption-text">Sexybookmarks for Blogger v2</p></div><p>I being a blogger user for quite a long time, still love to give back to the community one way or other. This time again, I have tried to give back to the community by making the new version of Sexy Bookmarks compatible with blogger. The <a href="http://www.cssreflex.com/2009/03/add-sexy-bookmarks-to-blogger.html" target="_blank">Sexy Bookmarks V1</a> was a huge hit and many folks are still using it. I feel really happy and thankful to all who supported me last time. Looking forward for same support this time also.  Hope you like this new version.</p><p><strong>You may be interested in these older posts</strong><a title="13 Magnificent Free WordPress Portfolio Themes" href="http://www.cssreflex.com/2009/07/13-magnificent-free-wordpress-portfolio-themes.html"><br /> 13 Magnificent Free WordPress Portfolio Themes</a><br /> <a title="15 Free Awesome Social Bookmark Icons Sets" href="http://www.cssreflex.com/2009/06/15-free-awesome-social-bookmark-icons-sets.html">15 Free Awesome Social Bookmark Icons Sets<br /> </a><a title="5 Essential Google Cheat Sheets Which Surely Will Come in Handy" href="http://www.cssreflex.com/2009/07/5-essential-google-cheat-sheets-which-surely-will-come-in-handy.html" target="_self">5 Essential Google Cheat Sheets Which Surely Will Come in Handy</a></p><p><strong>Update</strong>: 27/Jan/2010</p><h3>Preview</h3><p><span style="font-weight: normal; font-size: 13px;">See the Demo <a href="http://naeem2-test-blog.blogspot.com/2009/08/sexy-bookmarks-v2-preview.html">Here</a></span></p><h3>Now, Lets begin.</h3><p>NOTE: <em>!Before changing your template, don’t forget to backup your template and your widgets!</em></p><p>1. First, of course go to your template editor and tick the &#8220;Expand Widget Template&#8221;.<br /> 2. Put the following code before <strong>&lt;/head&gt;</strong></p><p><code class="javascript"><br /> &lt;script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/&gt;<br /> &lt;script type='text/javascript'&gt;<br /> jQuery(document).ready(function() {<br /> // xhtml 1.0 strict way of using target _blank<br /> jQuery('.sexy-bookmarks a.external').attr("target", "_blank");<br /> // this block sets the auto vertical expand when there are more than<br /> // one row of bookmarks.<br /> var sexyBaseHeight=jQuery('.sexy-bookmarks').height();<br /> var sexyFullHeight=jQuery('.sexy-bookmarks ul.socials').height();<br /> if (sexyFullHeight&gt;sexyBaseHeight) {<br /> jQuery('.sexy-bookmarks-expand').hover(<br /> function() {<br /> jQuery(this).animate({<br /> height: sexyFullHeight+'px'<br /> }, {duration: 400, queue: false});<br /> },<br /> function() {<br /> jQuery(this).animate({<br /> height: sexyBaseHeight+'px'<br /> }, {duration: 400, queue: false});<br /> }<br /> );<br /> }<br /> // autocentering<br /> if (jQuery('.sexy-bookmarks-center')) {<br /> var sexyFullWidth=jQuery('.sexy-bookmarks').width();<br /> var sexyBookmarkWidth=jQuery('.sexy-bookmarks:first ul.socials li').width();<br /> var sexyBookmarkCount=jQuery('.sexy-bookmarks:first ul.socials li').length;<br /> var numPerRow=Math.floor(sexyFullWidth/sexyBookmarkWidth);<br /> var sexyRowWidth=Math.min(numPerRow, sexyBookmarkCount)*sexyBookmarkWidth;<br /> var sexyLeftMargin=(sexyFullWidth-sexyRowWidth)/2;<br /> jQuery('.sexy-bookmarks-center').css('margin-left', sexyLeftMargin+'px');<br /> }<br /> });<br /> &lt;/script&gt; </code></p><p>And this one too,</p><p><code class="css"><br /> &lt;style type="text/css"&gt;<br /> div.sexy-bookmarks{margin:20px 0 0 0; border: 0;outline: none;clear:both !important}<br /> div.sexy-bookmarks-expand{height:29px; overflow:hidden}<br /> .sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-love{background-image:url('http://img31.imageshack.us/img31/176/sexytrans.png') !important; background-repeat:no-repeat}<br /> div.sexy-bookmarks-bg-love{padding:26px 0 0 10px; background-position:left -1148px !important}<br /> div.sexy-bookmarks ul.socials{width:100% !important; margin:0 !important; padding:0 !important; float:left}<br /> div.sexy-bookmarks ul.socials li{display:inline !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:60px !important; cursor:pointer !important; padding:0 !important}<br /> div.sexy-bookmarks ul.socials li:before, div.sexy-bookmarks ul.socials li:after, div.sexy-bookmarks ul.socials li a:before, div.sexy-bookmarks ul.socials li a:after{content:none !important}<br /> div.sexy-bookmarks ul.socials a{display:block !important; width:60px !important; height:29px !important; text-indent:-9999px !important; background-color:transparent !important}<br /> div.sexy-bookmarks ul.socials a:hover{background-color:transparent !important}<br /> .sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumbleupon, .sexy-stumbleupon:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoobuzz, .sexy-yahoobuzz:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-scriptstyle, .sexy-scriptstyle:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-comfeed, .sexy-comfeed:hover, .sexy-newsvine, .sexy-newsvine:hover, .sexy-linkedin, .sexy-linkedin:hover, .sexy-google, .sexy-google:hover, .sexy-friendfeed, .sexy-friendfeed:hover{background:url('http://img717.imageshack.us/img717/3006/sexyspritenew.png') no-repeat !important;border: 0;outline: none;}<br /> .sexy-digg{background-position:-980px bottom !important}<br /> .sexy-digg:hover{background-position:-980px top !important}<br /> .sexy-reddit{background-position:-700px bottom !important}<br /> .sexy-reddit:hover{background-position:-700px top !important}<br /> .sexy-stumbleupon{background-position:-630px bottom !important}<br /> .sexy-stumbleupon:hover{background-position:-630px top !important}<br /> .sexy-delicious{background-position:-1190px bottom !important}<br /> .sexy-delicious:hover{background-position:-1190px top !important}<br /> .sexy-yahoobuzz{background-position:-1120px bottom !important}<br /> .sexy-yahoobuzz:hover{background-position:-1120px top !important}<br /> .sexy-blinklist{background-position:-1260px bottom !important}<br /> .sexy-blinklist:hover{background-position:-1260px top !important}<br /> .sexy-technorati{background-position:-560px bottom !important}<br /> .sexy-technorati:hover{background-position:-560px top !important}<br /> .sexy-myspace{background-position:-770px bottom !important}<br /> .sexy-myspace:hover{background-position:-770px top !important}<br /> .sexy-twitter{background-position:-490px bottom !important}<br /> .sexy-twitter:hover{background-position:-490px top !important}<br /> .sexy-facebook{background-position:-1330px bottom !important}<br /> .sexy-facebook:hover{background-position:-1330px top !important}<br /> .sexy-mixx{background-position:-840px bottom !important}<br /> .sexy-mixx:hover{background-position:-840px top !important}<br /> .sexy-scriptstyle{background-position:-280px bottom !important}<br /> .sexy-scriptstyle:hover{background-position:-280px top !important}<br /> .sexy-designfloat{background-position:-1050px bottom !important}<br /> .sexy-designfloat:hover{background-position:-1050px top !important}<br /> .sexy-newsvine{background-position:left bottom !important}<br /> .sexy-newsvine:hover{background-position:left top !important}<br /> .sexy-google{background-position:-210px bottom !important}<br /> .sexy-google:hover{background-position:-210px top !important}<br /> .sexy-comfeed{background-position:-420px bottom !important}<br /> .sexy-comfeed:hover{background-position:-420px top !important}<br /> .sexy-linkedin{background-position:-70px bottom !important}<br /> .sexy-linkedin:hover{background-position:-70px top !important}<br /> .sexy-friendfeed{background-position:-1750px bottom !important}<br /> .sexy-friendfeed:hover{background-position:-1750px top !important}<br /> .sexy-link{ margin-left:25px; float:left}<br /> .sexy-link A{padding:10px 0; width:470px; text-align:right; border:0; outline:none}&lt;/style&gt;</code></p><p>3. Now Put the below code after <strong>&lt;data:post.body/&gt;</strong></p><p><code class="html">&lt;div class='sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love' style='margin:20px 0 0 0 !important; padding:25px 0 0 10px !important; height:29px;/*the height of the icons (29px)*/ display:block !important; clear:both !important;'&gt;<br /> &lt;ul class='socials'&gt;<br /> &lt;li class='sexy-delicious'&gt;&lt;a class='external' expr:href='&amp;quot;http://del.icio.us/post?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on del.icio.us'&gt;Share this on del.icio.us&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-digg'&gt;&lt;a class='external' expr:href='&amp;quot;http://digg.com/submit?phase=2&amp;amp;url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Digg this!'&gt;Digg this!&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-stumbleupon'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.stumbleupon.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Stumble upon something good? Share it on StumbleUpon'&gt;Stumble upon something good? Share it on StumbleUpon&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-reddit'&gt;&lt;a class='external' expr:href='&amp;quot;http://reddit.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Reddit'&gt;Share this on Reddit&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-google'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.google.com/bookmarks/mark?op=add&amp;amp;bkmk=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Add this to Google Bookmarks'&gt;Add this to Google Bookmarks&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-twitter'&gt;&lt;a class='external' expr:href='&amp;quot;http://twitter.com/home?status=Reading: &amp;quot; + data:blog.title + &amp;quot; - &amp;quot; + data:post.url + &amp;quot; (@NAME)&amp;quot;' rel='nofollow' title='Tweet This!'&gt;Tweet This!&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-facebook'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.facebook.com/share.php?u=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Facebook'&gt;Share this on Facebook&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-mixx'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.mixx.com/submit?page_url=&amp;quot; + data:post.url' rel='nofollow' title='Share this on Mixx'&gt;Share this on Mixx&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-comfeed'&gt;&lt;a class='external' expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' title='Subscribe'&gt;Subscribe&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-yahoobuzz'&gt;&lt;a class='external' expr:href='&amp;quot;http://buzz.yahoo.com/submit/?submitUrl=&amp;quot; + data:post.url' rel='nofollow' title='Buzz up!'&gt;Buzz up!&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-linkedin'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Linkedin'&gt;Share this on Linkedin&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-designfloat'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.designfloat.com/submit.php?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Submit this to DesignFloat'&gt;Submit this to DesignFloat&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-technorati'&gt;&lt;a class='external' expr:href='&amp;quot;http://technorati.com/faves?add=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Technorati'&gt;Share this on Technorati&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-scriptstyle'&gt;&lt;a class='external' expr:href='&amp;quot;http://scriptandstyle.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Submit this to Script &amp;amp; Style'&gt;Submit this to Script &amp;amp; Style&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-myspace'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.myspace.com/Modules/PostTo/Pages/?u=http&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Post this to MySpace'&gt;Post this to MySpace&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-blinklist'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Blinklist'&gt;Share this on Blinklist&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-friendfeed'&gt;&lt;a class='external' expr:href='&amp;quot;http://friendfeed.com/?url=&amp;quot; + data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on FriendFeed'&gt;Share this on FriendFeed&lt;/a&gt;&lt;/li&gt;<br /> &lt;li class='sexy-newsvine'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.newsvine.com/_tools/seed&amp;amp;save?u=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Seed this on Newsvine'&gt;Seed this on Newsvine&lt;/a&gt;&lt;/li&gt;<br /> &lt;/ul&gt;<br /> &lt;div style='clear:both;'/&gt;<br /> &lt;/div&gt;<br /> &lt;div class='sexy-link'&gt; Widget by &lt;a href='http://www.cssreflex.com/' title='Web Design Blog, Blogger Hacks and Blogger templates'&gt;Css Reflex &lt;/a&gt;|&lt;a href='http://www.tutzone.org/' title='Tutorials, Rare Downloads, Link Heaven, Tips Tricks, Hacks, Make How, Blogger Tricks And Tutorials, Internet, News, And Many More'&gt; TutZone&lt;/a&gt;&lt;/div&gt;</code></p><p>I no longer host the images on my server due to limited bandwidth  please kindly upload the images on your own server and replace the  links.<br /> <a href="http://www.cssreflex.com/wp-content/uploads/downloads/2010/02/SexyBookmarks-Images.zip">Mirror 1</a></p><p>For any query please reply here</p> ]]></content:encoded> <wfw:commentRss>http://www.cssreflex.com/2009/08/sexybookmarks-v2-for-blogger.html/feed</wfw:commentRss> <slash:comments>122</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/6 queries in 0.014 seconds using disk
Object Caching 126/229 objects using disk

Served from: www.cssreflex.com @ 2010-09-09 04:58:19 -->