Highlight street sections with Google Map API or OpenStreetMap? - label

So I am a novice with coding, but I have found my way around everything enough to run a web design and development freelance operation that builds wordpress sites for news companies, blogs and small non-php websites for local artists, scientists, and writers. So while I am a novice, I think I can figure a lot of stuff out. Maybe you all can show me the beginning of where to start to find out how to do this mini project of mine...
I want to use google map api or openstreetmap to highlight specific sections of streets throughout my city, Philadelphia. I want the highlighted streets to be categorized as "awesome streets" or "shitty streets" and I want each side of the street to be recognized as such. How do I do this? What article or example can I run at and see if I can make it work?
I also need these "street labels" to searchable in the future so that someone might come in and say "Find the nearest shitty street" and then get directions to the nearest point on the nearest shitty street. This second part can be done in the future... but my first task is to label all the streets and all the street sides.
Any thoughts? Google Maps the best for this? Or OpenStreetMap?
THANKS!

Related

How To Get The Near By places of a specific items they are saved on a local database

I have a List i want only the Near By places to show up on it ,
lets say in one mile radius.
How can i do so? i searched the Internet A lot didn't find what i'm after i red a few topics about geo-financing but i couldn't make it happen i just want a plugin
or a logic to build one i tried many plugins no thing is working as i expected and they are not well documented i'm sure some of u have done it so please share it with me
can anyone help me please i'm working on Xamarin forums
thanks in advance
Use nearby places to geat the nearby places near the value that you want and place the marker using Xamarin Form Maps if you wish to do so.

Trying to visualize country wise report using d3 geo chart

I am trying to create a country-wise revenue split up report, I am planning to visualize it with d3.
The drill down would be like region and then countries. I thought it would be cool to visualize it with a map. Are there any examples or 'how to' blogs out there?
You probably want to look at TopoJSON which is from Mike Bostock (same guy as D3).
There are a number of examples but I recommend you start first looking at Let's make a map which includes using it with D3. Whilst it is not US states it will get you started on the concepts you will need to use it.
Once you have got the basics you can then look at some of the more advanced examples listed in the gallery.

How to know Which Regions are Near Some Location in Google Map

Say I am in a location.
Near that location there are regions and famous buildings
like region, kepaduri, wisconsin street, etc.
Is there a way to query google and get info what are the close things near me?
Basically I am making an IPhone apps and I want to populate the autocomplete
If you're looking for a webservice where you send coordinates and it returns a list of "regions" that are nearby I don't beleive Google provides that, and if they did, it's got nothing to do with MKMapView.

Making A Gameshow like application?

my friend is holding a charity quiz night and I was wondering if there was any software that would be good to create an application where the user can choose from two categories and then see a question from that category, then move on to the next two categories and so on.
I thought of Powerpoint or Keynotes for this but they have a very linear slideshow structure is it possible to link to different slideshow from buttons maybe like macros?
Or is there any better software out there that would be a better tool for the job? Bearing in mind it needs to be able to be shown on a projector and without internet access.
Any help would be really great as Im not sure whats the best way to go about this?
Thankyou.
You could use a series of powerpoint slides with buttons for each option. You can splice in a little bit of VBScript to have to buttons keep track of the choises a user made, so that you can present the results in the end.
However with only a trivial bit of searching you could find out that there are dozens of quiz maker applications. I'm not sure which ones are good or bad. But try this query string. To find apps like "Multiple Choise" which looks pretty much like what you are looking for.

What is needed in a web site's wireframe?

I'm going to be going to be meeting with a number of programmers and custom software companies to get bids on creating a website for a company that I'm involved with. My question is this: What should I prepare for the programmers so that they can give me an accurate bid, timetable, etc. for the development of the website? I have a clear picture of how I would like the site to work and the features that I would like to have included.
I'd suggest using something like balsamiq to put some simple sketches together as suggested elsewhere.
Quite often the act of putting your requirements down on paper in a way that represents the actual site will flush out all manner of issues you hadn't considered before, and will give you a much clearer understanding of what you're after.
Also consider the sources of the data you're displaying. From a functional spec aspect, simply saying something like 'show this figure here' is easy. From a programming point of view, coming up with the figure in the first place is often the hard bit.
The best you can do is to put the end-user's hat on and describe what you'd like the system to look like / work.
Imagine all pages and create a new frame for each one. Make as many annotations as you can so all bidders know exactly what you are expecting.
I'd also add at the end if it's likely the site's requirements to change during development, so everybody's warned in advance.
Details Details Details.
You might think you have a clear picture, you don't. You need to write every single step down no matter how trivial. You will see there are things you haven't thought of.
Try to write down as much information as you can think of. Go through all the scenarios a user would when using your site. Use steps such as
1) User clicks on Buy Button
2) Screen shows up with 4 items, Link to details, price, quantity and a 32x32 thumbnail.
2a) If User clicks on thumbnail full resolution image i s displayed
etc etc.
Don't try to gloss over the "simple" stuff and you will get the most accurate bid possible!
Basically draw out what you want (ie textboxes, drop down lists, controls, etc) in very simple manner. Then add little numbers around each area that has some functionality. In the margins or on another sheet, describe each point you numbered on the controls with simple instructions on how that functionality should work.
Think of it as a skeleton to describe the application you want.
Not a complete list, but here a couple of thoughts:
Do not forget the back button.
Back button behaviour is an issue on every site I've ever worked on. Specify exactly what you want to happen on every page if the user gets to that page by hitting the back button. Often it's easy, but sometimes it is not at all trivial.
Security:
Do people need to log on, how, how do you create accounts, reset passwords etc. What pages need you to be logged on, what happens if you hit those pages without being logged on.
You could read Joel Spolsky's Painless Functional Specifications for ideas, but I've just tried to summarise what that means for web software too.
I usually do this in 3 stages:
a list of contents, under the headings they'll appear on the site. Get this firmly agreed by all parties before doing any wireframes;
a greyscale functional wireframe in plain HTML/CSS, using examples of real-world content and dummy static pages for dymanic content, with everything where it should be. This is the first thing programmers want to see;
a purely visual graphic mockup of each type of page - this is the next thing programmers like to see, as in 'show me how you want it to look and I'll make it happen'.

Resources