<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1053123750376159665</id><updated>2012-02-16T14:27:35.078+01:00</updated><title type='text'>Highslide in Blogger</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://highslideinblogger.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1053123750376159665/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://highslideinblogger.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RoadRash</name><uri>http://www.blogger.com/profile/08546278152446076926</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1053123750376159665.post-4056375449662250773</id><published>2011-06-24T20:36:00.003+02:00</published><updated>2011-06-25T23:49:55.033+02:00</updated><title type='text'>Highslide for single images in Blogger</title><content type='html'>&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-BoUNCj9-PCs/TgTVH8VX-HI/AAAAAAAAAQI/5ZyuUUWDJnY/s1600/stones1.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="223" src="http://2.bp.blogspot.com/-BoUNCj9-PCs/TgTVH8VX-HI/AAAAAAAAAQI/5ZyuUUWDJnY/s400/stones1.jpg" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Stones - click to enlarge&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;First you need&lt;/b&gt;&lt;/u&gt; to have somewhere to store the highslide files – either your own domain or a file host. You can’t use any type of file host because Highslide needs to access the content of the folder in a special way. We know this file host works well: &lt;a href="http://www.fileave.com/"&gt;http://www.fileave.com/&lt;/a&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;Download Highslide&lt;/b&gt;&lt;/u&gt; from the &lt;a href="http://www.highslide.com/download.php"&gt;Highslide download page&lt;/a&gt; and unzip.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;If you have your own domain: &lt;/b&gt;&lt;/u&gt;&lt;br /&gt;Open &lt;i&gt;highslide.css&lt;/i&gt; and &lt;i&gt;highslide-ie.css&lt;/i&gt; in a text editor (do not use Word or smiliar! Notepad is fine) and change all paths for the graphics to full paths.&lt;br /&gt;&lt;u&gt;&lt;i&gt;Example:&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;a.highslide-full-expand {&lt;br /&gt;&amp;nbsp;&amp;nbsp; background: url(&lt;span style="background-color: yellow;"&gt;graphics/fullexpand.gif&lt;/span&gt;) no-repeat;&lt;br /&gt;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp; margin: 0 10px 10px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; width: 34px;&lt;br /&gt;&amp;nbsp;&amp;nbsp; height: 34px;&lt;br /&gt;}&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Change to (replace &lt;i&gt;your-domain.com&lt;/i&gt; with the name of your domain):&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;a.highslide-full-expand {&lt;br /&gt;&amp;nbsp;&amp;nbsp; background: url(&lt;span style="background-color: yellow;"&gt;http://www.your-domain.com/highslide/graphics/fullexpand.gif&lt;/span&gt;) no-repeat;&lt;br /&gt;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp; margin: 0 10px 10px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; width: 34px;&lt;br /&gt;&amp;nbsp;&amp;nbsp; height: 34px;&lt;br /&gt;}&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Do the same for all graphic files in both CSS files.&lt;br /&gt;Upload the highslide folder to the root of your domain.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;If you are going to use fileave.com:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;Create an account at fileave.com, log in and create the highslide folder. The url for this folder is http://your-user-name.fileave.com/highslide/&lt;br /&gt;Open highslide.css and highslide-ie.css in a text editor (do not use Word or smiliar! Notepad is fine) and change all paths for the graphics to full paths.&lt;br /&gt;&lt;u&gt;&lt;i&gt;Example:&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;a.highslide-full-expand {&lt;br /&gt;&amp;nbsp;&amp;nbsp; background: url(&lt;span style="background-color: yellow;"&gt;graphics/fullexpand.gif&lt;/span&gt;) no-repeat;&lt;br /&gt;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp; margin: 0 10px 10px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; width: 34px;&lt;br /&gt;&amp;nbsp;&amp;nbsp; height: 34px;&lt;br /&gt;}&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Change to (replace &lt;i&gt;your-user-name&lt;/i&gt; with your fileave user name):&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;a.highslide-full-expand {&lt;br /&gt;&amp;nbsp;&amp;nbsp; background: url(&lt;span style="background-color: yellow;"&gt;http://username.fileave.com/highslide/graphics/fullexpand.gif&lt;/span&gt;) no-repeat;&lt;br /&gt;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp; margin: 0 10px 10px 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; width: 34px;&lt;br /&gt;&amp;nbsp;&amp;nbsp; height: 34px;&lt;br /&gt;}&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Do the same for all graphic files in both CSS files.&lt;br /&gt;Upload all files and folders to the highslide folder at fileave.com&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;Go to your&lt;/b&gt;&lt;/u&gt; Blogger Dashboard =&amp;gt; Design =&amp;gt; Edit HTML =&amp;gt; find &lt;b style="background-color: yellow;"&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; in the code and paste this &lt;b&gt;right above&lt;/b&gt; (replace the highlighted XXX with either &lt;i&gt;www.your-domain.com&lt;/i&gt; or &lt;i&gt;username.fileave.com&lt;/i&gt;): &lt;br /&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;!-- Start Highslide stuff --&amp;gt;&lt;br /&gt;&amp;lt;script src='http://&lt;span style="background-color: yellow;"&gt;XXX&lt;/span&gt;/highslide/highslide-full.js' type='text/javascript'/&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;link href='http://&lt;span style="background-color: yellow;"&gt;XXX&lt;/span&gt;/highslide/highslide.css' rel='stylesheet' type='text/css'/&amp;gt;&lt;br /&gt;&amp;lt;!--[if lt IE 7]&amp;gt;&lt;br /&gt;&amp;lt;link rel="stylesheet" type="text/css" href="http://&lt;span style="background-color: yellow;"&gt;XXX&lt;/span&gt;/highslide/highslide-ie6.css" /&amp;gt;&lt;br /&gt;&amp;lt;![endif]--&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;//&amp;lt;![CDATA[&lt;br /&gt;hs.graphicsDir = 'http://&lt;span style="background-color: yellow;"&gt;XXX&lt;/span&gt;/highslide/graphics/';&lt;br /&gt;hs.wrapperClassName = 'borderless';&lt;br /&gt;hs.align = 'center';&lt;br /&gt;hs.dimmingOpacity = 0.65;&lt;br /&gt;hs.transitions = ['expand', 'crossfade'];&lt;br /&gt;hs.fadeInOut = true;&lt;br /&gt;&lt;br /&gt;// close button&lt;br /&gt;hs.registerOverlay({&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; html: '&amp;lt;div class="closebutton" onclick="return hs.close(this)" title="Close"&amp;gt;&amp;lt;/div&amp;gt;',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; position: 'top right',&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fade: 2 // fading the semi-transparent overlay looks bad in IE&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;hs.isUnobtrusiveAnchor = function(el) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (el.href &amp;amp;&amp;amp; /\.(jpg|gif|png)$/.test(el.href) &amp;amp;&amp;amp; !el.onclick) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; el.className = 'highslide'; // for the zoom-in cursor&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; el.title = 'Click to enlarge'; // for title&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; return 'image';&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;};&lt;br /&gt;//]]&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;!-- End Highslide stuff --&amp;gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;That’s it – now all the images will automatically open in a Highslide popup.&lt;br /&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-xPATGUr3Zos/TgSfuE-nCtI/AAAAAAAAAPo/U5hlF0tQsa0/s1600/waterdrop.jpg" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="223" src="http://2.bp.blogspot.com/-xPATGUr3Zos/TgSfuE-nCtI/AAAAAAAAAPo/U5hlF0tQsa0/s400/waterdrop.jpg" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Water drop - click to enlarge&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1053123750376159665-4056375449662250773?l=highslideinblogger.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://highslideinblogger.blogspot.com/feeds/4056375449662250773/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://highslideinblogger.blogspot.com/2011/06/highslide-for-single-images-in-blogger.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1053123750376159665/posts/default/4056375449662250773'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1053123750376159665/posts/default/4056375449662250773'/><link rel='alternate' type='text/html' href='http://highslideinblogger.blogspot.com/2011/06/highslide-for-single-images-in-blogger.html' title='Highslide for single images in Blogger'/><author><name>RoadRash</name><uri>http://www.blogger.com/profile/08546278152446076926</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-BoUNCj9-PCs/TgTVH8VX-HI/AAAAAAAAAQI/5ZyuUUWDJnY/s72-c/stones1.jpg' height='72' width='72'/><thr:total>3</thr:total></entry></feed>
