It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Looking for an open source mapping tool.
I need to create an interactive map that'd I'd be able to highlight certain highways, buildings, and areas. The map would have to allow visitors to navigate around the area and click any of the highlighted objects for more information to appear.
I'm guessing something like this might be possible with google maps, I just didn't know if there's a better or easier tool I could use.
This seems like it will end up working - http://www.gethifi.com/blog/a-jquery-plugin-for-zoomable-interactive-maps
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
For now all my sql calls take place in the cs pages and its a lot of code my goal is to set a new class or whatever (i heard it is done right with dll's) that the class will store functions for every scenario i will need. So my question is how to accomplish it .. Suppose in a large scale site how it is supposed to be done?
I would suggest creating a Class Library Project, moving your shared code to those libraries, and then including those libraries in your Web Project.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I know about asp.net charts but I want to create graphs in a different style, like:
I've tried in asp.net but I'm unable to do this. I think this some API of google or something similar might help. If anyone knows how I can create this style of charts, please help me (preferable with examples).
I got this sample from http://www.brecorder.com/
http://www.brecorder.com/ use flash object for their chart. You can use Open Flash Chart on asp.net or use javascript chart like Highcharts. Look at demo charts.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am comfortable with Qt and want to learn game programming.
Can you please suggest Qt based open source games (I will read source code of it)?
First of all kde games. But they might written with the support of KDE specific libraries, not vanilla Qt.
e.g. knetwalk
or bomber
qgo
here is a list
another list
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Where to find website that i could do a report on that needs some usability. I have been looking and dont know where to look at.. Thanks
If you are performing usability testing of a website you can probably use most any website. You should probably specify criteria on how the website is supposed to be used and then test to see if those criteria are being met. There are several ways of doing this which may be outlined in your report rubric.
Are you trying to find bad websites?
Perhaps put this into your favorite search engine: best and worst of the web.
You will see "awards" for the worst of the web and also see some sites to help keep your site off the list.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to create organisation chart in flex using xml
The guys over at yWorks offer some good looking visulisation charts that might be just what you're looking for. These components can be easily used with Flex so that you can do other manipulations with the data.
Here's one I found that fits in with an Organisation Chart flow:
http://www.yworks.com/en/products_yfilesflex_about.html?gclid=CLT5wriG750CFeZr4wodz1OoMg
and here's a demo from their site of a company chart being fed by an XML document:
http://live.yworks.com/yfiles-flex/demo/orgchartdemo/
Take a look at the Visualizer component from KapLab (http://lab.kapit.fr/display/visualizer/Visualizer). Checkout their demos. An Awesome components with a lot of Graph Layouts (including Organization charts layout) and with high flexibility level, and Freeeeeeeeeeee. Hope it helps.