TestimonialsThis is the single best usability improvement I've seen in image viewing since the digital age. For instance, the company [XXX] just bought [YYY], for all the whiz-bang, simply cannot (in my opinion) rival the elegant and beautiful, yet powerful simplicity of your creation. I congratulate and thank you sincerely. It is an added bonus that you have made your creation available under such a non-restrictive licence. I hope your usability talent is well-appreciated.
Highslide is an outstanding piece of work, and I’m particularly impressed by how you’ve dealt with issues such as browser compatibility and accessibility without compromising on functionality. I’ve been trying all weekend to find where the limitations are, but you seem to have covered everything, and in an elegant manner too – well done!
Again, I am truly appreciative and impressed by your quality of product, level of support, technical abilities, and willingness to help. It is for all these reasons that I am enamored by your product and customer support. It is also for these reasons that I am purchasing a license for your software.
We've been looking at a way to enhance our ecommerce and photography software for some time, and were lucky enough to stumble upon Highslide JS. Integration was incredibly straight forward, the documentation and examples meant that we could very quickly decide on the best way forward for our own application, and within an hour we had rewritten our own software to include the Highslide JS functionality as standard. We've tested it on several browsers across several platforms and it works perfectly so far, with no hanging around waiting for java applets to install or inconvenient cabfile installations. We would have no hesitation whatsoever in recommending Highslide to anyone who is considering taking a huge leap forward with their image galleries. Excellent work Torstein, thank you!
First of all: this is one of the best javascripts I've ever encountered. Very useful, customizable and rock solid. You are doing a fantastic job, Torstein. (...)
(...) And that's not all ... you're on this forum answering all those questions with such patience. What a saint.
|
What is Highslide JS?
Highslide JS is an open source JavaScript software, offering a Web 2.0 approach to popup windows.
It streamlines the use of thumbnail images and HTML popups on web pages. The library offers these features and advantages:
ExamplesHighslide JS coreWith GalleryWith HTMLMore examples
License
Highslide JS is licensed under a Creative Commons Attribution-NonCommercial 2.5 License. This means you need the author's permission to use Highslide JS on commercial websites.
Redistribution: You are allowed to distribute Highslide JS with non-commercial packages given that you a) emphasize on your download page that Highslide JS is not free for commercial use, and b) provide a link back to this web page on your download page. Installation
ExampleIn this example the zip archive is unzipped to the root of your website. In addition, the CSS code from your favourite example is copied and pasted into a file called highslide.css and placed in the /highslide directory.1) Put this code in the head tag of your HTML page.
<script type="text/javascript"
2) This is how you mark up the thumbnail
src="/highslide/highslide.js"></script> <link rel="stylesheet" type="text/css" href="/highslide/highslide.css" /> <script type="text/javascript"> // override Highslide settings here // instead of editing the highslide.js file hs.graphicsDir = '/highslide/graphics/'; </script>
<a href="images/full-image.jpg" class="highslide"
onclick="return hs.expand(this)"> <img src="images/thumbnail.jpg" alt="Highslide JS" title="Click to enlarge" height="120" width="107" /></a> Compatibility - tested with:
|
ShowcaseSee how developers implemented Highslide on their own sites in this thread. PluginsFind third party plugins for Highslide into other systems in this thread. Get HighslideNewsVersion 4.0 releasedWed Aug 06, 2008 5:07 pm
Finally version 4.0 is here. As Highslide's complexity is growing, it took me months to write a stable implementation with all the new options like slideshow, crossfade, image map, headings, better overlays and the other things you can see in the Changelog. And of course, if you are afraid Higshlide is becoming bloated, you still have the Configurator to help you strip out the features you don't use.
Translations neededFri Jul 25, 2008 1:36 pm
I am working on the documentation on versioin 4.0, and as I go on I fix the last bugs before the final release. I am now aiming for August 1st as the release date. So while documenting the new hs.lang object it struck me that I should ask the community for contributions. The next step will obviously be to let the implementor choose language in the Configurator and in the planned code generator. So hereby I invite all of you non-English speaking users to post your translations.
Version 4.0 beta publishedWed Jun 25, 2008 1:32 pm
I am happy to invite you all to test the first beta for version 4.0. I have set up a test page that shows some of the new stuff. If you study the source code you will get an idea of what new options are available. There is still some way to go before the stable version, but from this demo you know what you can expect, and you can download the file and play with the options.
|
View comments, Post new