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
Let me tell you my requirements and see if anyone has some recommendations...
Cross browser (as much as realistically possible)
Be able to drag labeled objects around the screen (boxes and circles with labels in them)
Attach objects to each other by drawing lines (arrows) between them
Be able to "pick" any object on the screen (including those lines from #3)
I am not looking for a tool that just gives me all of that, I can program the logistics on top of it. But is seems to me I have basically described a scene graph. I know of cakejs - but was wondering of any other solutions out there.
Any help is greatly appreciated.
UmlCanvas might do what you need. It has a data definition language to describe graphs and relationships as well as a canvas to render those entities. Unfortunately it looks like something open-sourced by a startup before they decided to pursue other interests.
http://umlcanvas.org
http://blog.thesoftwarefactory.be
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 3 years ago.
Improve this question
I'm simply trying to find a 'heavy downwards arrow' symbol. It seems that all the resources I've checked so far has iterations of this heavy arrow that point to the right and left, but not down. So I was wondering if there was some 'official' resource out there that has a full list of symbols supported in HTML? I would imagine something like this exists, just can't seem to find it.
Simply using a Search Engine gives the results you seek. The below resources were found in under 30 seconds. It is quicker for you to use a Search Engine than to actually write your Stack Overflow question!
W3 Developer Listing (The canon):
https://dev.w3.org/html5/html-author/charref
Wikipedia:
https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
w3Schools:
https://www.w3schools.com/html/html_symbols.asp
https://www.w3schools.com/charsets/ref_utf_currency.asp
https://www.w3schools.com/charsets/ref_utf_arrows.asp
https://www.w3schools.com/charsets/ref_utf_symbols.asp
And others:
https://www.toptal.com/designers/htmlarrows/symbols/
https://www.freeformatter.com/html-entities.html
http://www.amp-what.com/
I'm not sure about "official" per se, but I like to use this site to search for codes. For example, one such arrow might be the "downwards black arrow": ⬇ (⬇). There are other arrows you can search for if this one isn't the one you're looking for.
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
Can anyone recommend some good tutorials for Away3D? In particular to create similar effects to those on their home page.
http://away3d.com/
Went to the tutorials page but nothing there...
http://away3d.com/tutorials
You would slice up your bitmap into equal squares, and then apply these slices to the front sides of an array of cubes.
Then simply tween the cubes with some random depth, and scale factors.
These aren't tutorials specifically for the effects you're looking for but these helped me get a better understanding of how to use Away3D when I first started playing with it.
http://www.flashmagazine.com/Tutorials/category/away3d/
Unfortunately, I don't recall ever seeing any tutorials specifically for the transition effects you're referencing.
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 quite new to web development so I wanted to ask people here if there exists any software which can convert JPG/PSD to its respective HTML/CSS equivalent?
I am not looking to embed the image in the HTML but want HTML/CSS source which will be equivalent of that JPG from which it is converted.
Thanks,
Saarthak
even I am quite new to designing because m a developer but ADOBE fireworks is the tool thet lets you convert jpg/jpeg in respective html/css Although it will not convert the whole for you but it'll convert atleast 60% of the layout to html/css.
more tutorials can be found Here
excuse me if i was wrong anywhere
Well, I had stumbled upon this a long time ago.
Try img2html. It seems to do what you want. text-image.com is another one, but the sample 'hand-holding-beer' file looks better when converted using img2html :)
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 5 years ago.
Improve this question
Does any of you know of any GIS IMS capability program that will allow multiple displays of data to be geo linked? For example, when one pans on one view, it should automatically relocate the extent on the corresponding linked viewer.
I don't full understand your question.
Do you want two have two map widgets which are synchronized? Something like that is displayed in http://apps.geomajas.org/showcase-beta/ (indicate layers, google layer in the left menu - you will see that when you drag/zoom one of the maps, the others follow).
If you want one a widget where any operations in that widget change to display of a map, that also sounds pretty easy to do by having a event listener on the one widget which sets the bounds on the map widget. If you want to use Java+GWT, this would be easy using Geomajas.
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 5 years ago.
Improve this question
Imagine a web-designer built several mock-up html pages. Now it is time to start development according to these mock-ups.
First of all I would like to know that all mock-ups are there, i.e. every link has corresponded mock-up page. I can't just click hyperlinks, because they are empty ('#' url).
And secondly, I would like to have kind of map, where developer can look at and figure out transitions from the page and hence fill it with appropriate urls.
Does any body know any tools that can help to make such documents which reflect my needs stated above?
Thanks in advance
MS Visio for Windows or OmniGraffle for OSX can help you build a scenario project where you can design an interactive diagram where each box represents a page. When you click a box it shows the page mockup associated with this box. You can also draw lines between each box that represents links to other pages from this page.
balsamiq a flex app
Axure windows desktop app
Expression blend 3 from Microsoft has Sketchflow.