Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a solution to convert html element and it's content into image object which I could send with email attachment. Most of the solutions and JavaScript libraries I've found are based on Canvas element (HTML5), but as IE8 doesn't support it - those solutions can't be used. Does anyone have any solutions which could be supported for all browsers from ie8?
I must tell you that I have researched a lot on this and I must tell you that html2canvas is the best among all to get the images of html content.
So you better change your browser.
I am just saying this so that you wont waste much of your valuable time.
Use Html2Canvas for taking screen shot .Its very easy .. just include the html2canvas js files.. you will get from Here
and some simple codes . Refer this -> Click Here
NOTE : Please download the latest release of html2canvas , now its very much improved in new realease , for eg:
1.supports transform images.
2.By far gives better quality images than before.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
There are a lot of good online JSON viewers where I can paste in the structure & it'll pretty-print it.. but one thing I'd find useful (for complex JSON structures) is to be able to click on an attribute and it display the JavaScript object path to get to it, e.g.
Example image showing what I mean :)
I've not found any online (or offline) viewer that'll do this.. I don't suppose anyone knows of one?
Thanks in advance.
You can visit my site: https://thisyogesh.github.io/jsonmaker/.
Hope this helps you!
You can try JSON Validator like JsonLint - you simply paste a well-formatted JSON text and it will validate and pretty-print/display it for you. There are also extensions for Chrome (JSON formatter as well as JSON viewer) - these will give you the expand/collapse features that you desire.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a webpage in which I need to realize something that looks like the following sketch:
As you can see, there are basically two sections:
a side-block (preferably) on the right that serves as image-thumbnails scroller;
a contents-block on the left (in my draw) in which there are text parts and an image that is selected from the right side-scroller.
Side scrolling may be achieved by a browser sidebar or (very much preferably better) by apposite up/down buttons.
When clicking on a different image on the side-scroller that image get shown in place of the previous one.
Last thing, clicking the image selected shall make it show in full-size (not larger than browser window anyway) with a lightbox-like-effect.
Anyone know of a jQuery plugin that already provide all this?
Thank you very much.
Swiper (http://www.idangero.us/swiper/demos/) should help you with this, it covers most (if not all with a bit of a creative layout on your part) of the things you're looking for. It's got some very thorough documentation, for the light box behaviour you're looking for - I'd use one of the baked-in methods to create your own event handler.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
What are the fundamentals to protect the source codes of commercial HTML/CSS and JavaScript files on their demos in a market?
Come on, please don't mark this question as off-topic as I know I can try to:
Disable the right click.
Disable the [Ctrl + Shift + i].
Disable the [Ctrl + u].
Learn and use a JavaScript obfuscator.
I want to know all the fundamentals to protect my commercial codes as we all need to know.
Is an obfuscator enough for JScript? How about for CSS3 animations and effects?
Any right way to do this? Is there a standard open source or any other tricks for this?
Obfuscating your JS/CSS will be your best bet. If the demo has to work, then those files have to be downloaded to the client's machine.
From then onward, your files are in possession of the client and you can't but just obfuscate those to give the client a hard time to figure your code out.
How can you disable F12 which launches Developer Console? And what about Context Menu key on the keyboard, which can be easily used to circumvent the disabled right click?
If you want fail-proof method, then just don't have a demo at all or have limited options available in it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've been playing with this rather spiffing online embeddable image editor from Aviary, and it does exactly what I need it to, namely:
embeddable in my site as HTML/JS
reasonably priced
only basic, fun features
completely idiot proof so even the most ham-fisted can thrash their way to something passable; or to put it another way, I don't want/need a traditional image editing interface like Photoshop - the way that Aviary have done it is pretty much spot on for my needs
However, in the documentation, they indicate that this is only suitable for web-resolution images, while I need to allow users to edit hi-res images as they will eventually be sent to a printer.
Does anyone know of anything comparable to this Aviary editor that can work with hi-res images?
Have you tried pixlr? As far as I'm aware, that editor is hi-res-capable.
In answer to my own question, it turns out that if you pay for the Enterprise version of the software, then full resolution is supported.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for a JavaScript based carousel such as absolute website. The main part that I am interested in is that it slides in a similar way to the main site flash, highlighting one item/image at a time and items are in a line.
Plug-in for any kind of library is welcome but indeed I would prefer jQuery based one as I have used it for my earlier works.
And yes I have done lots of googling but wasn't lucky enough :)
jCarousel is still a classic.
I can't open your example so I'm not sure it has all the features you want.
Check out the jQuery UI Carousel. It's still in development, but usable :)
MooFlow is beautiful!
EDIT: ImageFlow seems to a good alternative.
I'm a jQuery user. I've just used JCarousel w/ jQuery 1.3.2. on a Joomla 1.5.x.
It works fine even on Internet Explorer 6 (which is a pretty good thing, hehe). Hope it helps.