Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a Mindtouch powered website that seems to hate jQuery. If I load it up it comes in conflict site some CMS native JavaScript and makes my site navigation stop functioning.
I have been looking for days for a nice lightbox written in JavaScript not jQuery that will automatically lightbox all links to images that have an image as content.
<a href='someimage.jpeg,jpg,png,gif'><img src='thumb.jpeg,jpg,png,gif'/></a>
If anyone can point out at least one plese.
Google was not good help for me as all results are jQuery based except some ancient ones that just look terrible.
Shutter Reloaded
Not very animated but very nice lightbox.
I made some changes to the bottom buttons but I love the real full-screen feature.
More importantly it's small compact and no jQuery required.
http://www.laptoptips.ca/javascripts/shutter-reloaded/
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I was browsing through random websites when i came across this site called canva.com and its homepage interested me a lot. It has a blurred background and when you hover through it, it becomes sharp. I tried to check out its source code but, could not figure out how they did it?
I tried to check the background image when the mouse is hovered and every time i check it, it is a different background image for different position. I don't think that the designer made all possible images and uploaded, that would not be efficient perhaps. I think that the images are dynamically generated.
Anyone else have any idea as to how it can be done?? Please check it out.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am writing my own theme based on Twitter Bootstrap 3.x and want to be sure that I implement all styles for all elements properly. So I have decided that it would be great to have a html page with all elements included, which I can use as "check list" of what has to be done.
Does anybody have or see such or similar page?
You can go to the twitter bootstrap and get html source and test your css and other functionality there.
This page http://bootswatch.com/default/ has the whole lot on one page. Easier than downloading the official docs, and it's updated when bootstrap changes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know some things in HTML5 and jQuery, but I don't know where to start so I can create a landing page like this one: http://www.getblogo.com/
Can you give me tips or suggest articles so I can do the same?
PS: I don't want anyone to do a search at Google for me. I just don't know what to search (how this feature is called, to be more specifically).
I think the search term you are looking for is "parallax scrolling" , or "parallax scrolling with animation".
You can find some tutorials here: http://inspiretrends.com/parallax-scrolling-tutorials/
In order to build a website you need to know some basic things:
CSS
HTML
Javascript
Some server side language like PHP
a Content management system like wordpress (not a must but most sites use it)
these are the basics you must have.
The site was made with Adobe Muse without writing code
A Quick Demo of Parallax Scrolling in Adobe Muse CC
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Because it is not possible to force the iPhone to bookmark a webpage, I want a little arrow/bow to drop down to notify people to bookmark my mobile web page.
For any future viewers I would like to add http://cubiq.org/add-to-home-screen
I don't think your question is limited to the iPhone. There are several implementations of "sliding" panels/boxes implemented in jQuery.
Check out this one. It's a login panel that slides when you click it, but I'm sure you could adapt it to be a ribbon that slides down after the page is rendered.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
What's a good jQuery library where I can click the button, and a box (<div>) drops down, for options? Just a regular box, not too big not too small.
For what you're asking you don't need any additional library, as $('.divclass').slideDown() is a good starting point.
jQuery Thickbox has a lot of flexibility. It can show inline content, iframe content, simple images, AJAX and more. It would be easy to implement your own options form within an instance of it.