Sunday, April 28, 2013

How to create something like Google Maps for a website?

Q. How does Google Maps work and how would I need to get something like that on a website I'm starting.

Also, I understand Navteq sells map and has a similar online map like Google has. Is it possible to somehow forge a partnership with them?

A. You can license the Google Maps API, to use their maps for your online project.

Otherwise, simply, they are either pre-rendered PNG tiles of various zoom levels, or they are rendered on the fly from raw map data, delivered as PNG tiles, either as the browser requests them.

How do you measure how many miles there are when using Google Maps?
Q. I need to be able to measure how many miles it is from one place to another on Google Maps. But I don't know how. Could someone please help me? Thanks so much to everyone who answered.

A. Google maps labs (a little green chemical bottle in the top right) has an option to add a distance measurement tool. Apparently it is "not ready for prime time" but works well for me.

How do you get google maps on your site?
Q. I want to insert a google maps feature on my site. I want to view certain locations that are listed on my site via google maps on my website. How do I do this?

A. first you need to have api key
http://www.google.com/apis/maps/signup.html
use that adress to take it then. you can use simple exmples from their site.
http://www.google.com/apis/maps/documentation/examples/index.html

you need to know longtitude and latitude data to point the location. here is example code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example: Simple Map</title>
<script src="http://maps.google.com/maps?file=api&v=2"
type="text/javascript"></script>
<script type="text/javascript">

function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}

</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>

if you dont take api of your own your site could not show the maps.




Powered by Yahoo! Answers

What are the best phone plans available for the google nexus one?

Q. I bought an AT&T version of the google nexus one phone recently. Do I have to use AT&T as a carrier for this phone (Nexus One phone (GSM 3G 850/1900/2100MHz))? What is the best AT&T plan for a smartphone that is not too expensive?

A. You can use AT&T or T-Mobile or a regional GSM carrier. However, it's likely that you will only be able to access 3g with AT&T. With the others, you'd be limited to Edge.

AT&T's least expensive smart phone plan is $70/month (plus taxes and fees) and includes 450 rollover minutes, 5000 nights and weekend minutes and the mandatory smart phone data plan. Higher voice plans are available. Texting is optional and extra. Texting plans run $5 for 200, $15 for 1500 and $20 for unlimited.

Since you have your own phone, don't get a contract. You can get month to month service.

How much is a google nexus 7 16gb IN DOLLARS?
Q. Ive looked on google and either it just says its a good price for what you get or in euros. Also which one is better? Google nexus 7 or Kindle Fire? And I swear if I get a single "just get iPad it's better anyway" in gonna flip. Plus I don't have enough for a iPad.

A. Just get the iPad it's way better... JK! The Nexus 7, on Google Play, is $199 for 8GB and $249 for 16GB(both +s&h and +tax.) IMHO the nexus 7 is better. Ship times est. for the 8GB is 3-5 days while the 16GB is 3-4 weeks. A limited time promotion is being run by Google (also available from retailers) when you buy a Nexus 7 and register your Google account you will receive $25 free Google Play credit, Transformers 3, and a few other freebies. Call around to Staples, Office Depot, Gamestop, etc. and maybe you'll get lucky and find one in stock. Good luck in your tablet hunt.

Edit- if/when you get a Nexus 7 flash will not work. There are shortcuts around this found here: http://forums.androidcentral.com/google-nexus-7-tablet-forum/189897-no-flash-got-you-down-try-fix.html

How can I add a second profile to my Google Nexus 7 tablet?
Q. I don't want my visitors to see my info on my tablet(Google Nexus 7). How can I add a second profile for guests to use?

A. Go into "Settings", and under "Device", find "Users". At the top right of the Users screen is a small button marked "Add user". This will guide you through the process.

If you don't see the "Users" option, note that the ability to add multiple users on the Nexus was added in a recent update, so you need to make sure you have the latest software. Go to "Settings > About tablet > System updates" to check.

Good luck!




Powered by Yahoo! Answers

How can i become an android developer?

Q. Can somebody please help me out over email, in some steps. At least calrify what i need to learn etc.
I know c++, jscript sort of, php sort of, Html and css.
I tried app inventor, it was horrribly time consuming and limited, unintuitive.
What do i need to learn.
I will not learn java.

A. Read up on the Android Native Development Kit (NDK). http://developer.android.com/sdk/ndk/overview.html I have only glanced through the information, but it appears to be tools to work with the regular SDK to allow you to develop C and C++ apps in Java. However, if you want to develop 3d apps, you will also need to get the OpenGL ES libraries (OpenGL ES 1.1 if you are using Android 1.6+ and ES 2.0 for Android 2.x). I am in the process of downloading it, so I cannot give you any specific information on how well it works.

If you know scripting languages you may want to look into the Scripting Layer For Android (SL4A). http://code.google.com/p/android-scripting/ I don't know anything about this though, but I heard it allow developers to use scripting languages (python, javascript, lua, ruby, etc.) to write apps for Android. I am not sure if this is an app in it self that executes scripts written on an Android device or if this is some sort of toolkit or sdk that allow you to develop android apps in a scripting language.

Although you say you won't learn Java, I would recommend you learn it. It is what most Android apps use and it is what Android OS was designed to allow apps to use. You will probably find far more support for fixing problems with Java apps on your Android than you will when using other tools, such as the NDK. Also, it is another language to add to your resume... which will help next time you look for a job.

Is making an application for Androids easier than for iPhone?
Q. I'm a new media graduate student who is deciding on what to do for project. I'm thinking of making an application. However, I find iPhone app process harder? I have time frame of 6 months so I think I can do it. I just want to get opinions from those who are more familiar with programming and making applications than me.

do you recommend app inventor from google?

Thanks!

A. iPhone development is harder because you have to pay for their development kit and you need a Mac (as far as I know). At least with Android everything you need is free and available on just about every platform.

Should I patent my app idea before I present it to app developers or programmers?
Q. I have a few app ideas I know will Change the world and people will buy. But they are just ideas written on paper. I don't know what to do next. But I wanna see if I can make some money if my app where real.

A. Roger:

Use the Google Patent Search to see if there are ANY apps SIMILAR to yours that are patented.. If there are then it is a VERY GOOD idea to patent it.

The "app business" is VERY HOT and rampant with copycats, which is why apps are patented...

Here is an app for job listings...
http://www.google.com/patents?id=55CbAQAAEBAJ&pg=PA4&dq=iphone+app&hl=en&sa=X&ei=F2RZT8TPDoXPiAKd2NS-Cg&ved=0CDgQ6AEwAg#v=onepage&q=iphone%20app&f=false

Check it out to see if you can find a keyword SIMILAR to what you want to do...

FOR SURE.. have them sign something like the NDA I give you below if NOTHING else.. But would be BETTER to file a provisional as well..

Do you know about the Provisional Patent Application? It only costs $125 and was designed by Congress to give individual inventors a chance at bringing their inventive ideas to market easily. It is SUPER EASY to do..

To see the top 10 reasons to file a Provisional Patent Application please watch the second video in this blog.
http://www.filepatentapplications.com/blog/

If a provisional patent application looks like the right thing for you to do then take a look at another website that shows EXACTLY how to file one using a video format.
http://provisionalpatentvideo.com/

If you need to know how to get your product sold on TV or to Costco, or Home Depot, or Target and the like then you might also enjoy reading this information by the Ginsu Knife guy! It is pretty cool. He gives you all his contacts and personal email!
http://bit.ly/GinsuKnifeGuy

Of course you could ALSO just go to the US Patent Office and figure out how to file a patent yourself. Here is the link..
http://www.uspto.gov/patents/process/index.jsp
The flow chart there is pretty nice to give you an idea how to do what you want to do!

Their patent search is hard to use and you need special programs to look at the patents⦠Instead, consider using Google Patent Search!

Here is how you can use Google Patent Search to search for an "Oscillating inertial microbalance"
http://www.google.com/patents?id=M5GRAAAAEBAJ&pg=PA6&dq=Oscillating+inertial+microbalance&hl=en&ei=vrbGTvGeDoXhiAKWpfXxDw&sa=X&oi=book_result&ct=result&resnum=1&ved=0CDAQ6AEwAA#v=onepage&q&f=false

Just type the term you want to search for in the search box. Play with MANY variants of your inventive idea.

Also, for a more global patent search look here:
http://worldwide.espacenet.com/advancedSearch?locale=en_EP

Remember... Patents are MOSTLY "Improvements" on other inventions.. So, while you may see something SIMILAR to your inventive idea it does not mean that you cannot patent your IMPROVEMENT.. Example... A tire is an IMPROVEMENT on a wagon wheel. A radial biased ply tire is an IMPROVEMENT on a non radial biased tire. There are over 10,000 patents on tires... Nearly every single one is an improvement!

And⦠a special gift for you is a sample Non Disclosure (also called an NDA) that you would have folks sign when you show them your inventive idea. You can change it up and use others but if you have NOTHING now it is a very good start written by my lawyer who charged me a TON for it!
http://www.4lowprice.info/images/NDA_GeneralMutual.doc

For EXTRA credit take a look at getting a free website widget here. DO NOT BUY ANYTHING. Just use the FREE widget thing..
http://CBproAds.com/refer.asp?id=50245 It will allow you to put adverts to eBooks on nearly ANY subject. If you had a store that sells horse blankets then you would include a widget that featured an eBook on how to stop horses from biting! You get 50% of whatever book folks buy. Pretty nice!

If you like my answer can you vote on it? I ask you this because there are lawyers who read my posts and HATE them because my telling you how to do this WITHOUT their help... HOWEVER... many of them realize what I have to teach actually HELPS them do their job a bit easier because YOU are more educated if you choose to hire an attorney! Therefore it is important to LIKE the answer if it is helpful to YOU.

Thanks,

Dave




Powered by Yahoo! Answers

How can I stop Google from showing a location under the search bar?

Q. Google has started displaying a location under the search bar to the left. There's an option to change the location, or to let Google auto-detect, but I don't want a location displayed at all. How do I stop Google from showing what it thinks is my location under the search bar on the left?

A. You need to add something.

USE this:
http://www.google.com/ncr

It won't redirect and it will go to www.google.com
You can save this URL on your default homepage in your browser.

How gets Google the ideas of their employees?
Q. I read that the people at Google can use a part of their working time not for their normal work but to be creative and to invent new ideas during that time. How does the leadership of Google then gets to know this ideas?
Do the people put these ideas into the intranet, where it can be judged by the colleagues. Or is their a committee of some people, which collects the ideas and evaluates them. Or is it quite different?

A. Google encourages their employees to spend 20 percent of their time working on ideas they feel will be most beneficial to Google.

Based on Google's lavish employee benefits (i.e. free food, tuition reimbursement, back-up child care, etc.), employees whose ideas become reality most likely get generous compensation. Additionally, they get notoriety and a good shot at a promotion.

I also noticed, while reviewing Google patents, that all contributing employees names appear to be listed.

How do you add google adsense ads to your youtube video page?
Q. How do you add google adsense text links to your youtube video page? I understand the google video units are just attached to the video itself, but how can you add the actual google text links to the page also?

A. When using Google Adsense with YouTube, you post the code Google provides to a separate web page... You won't be able to post the Adsense code onto your YouTube profile/channel... you would need to become a YouTube partner to get the ads show up in your videos... If you want to make google adsense money check out

http://how-to-make-google-adsense-money.blogspot.com/

It will teach you how to make 1k , Check it out, you will be making a full income online in no time




Powered by Yahoo! Answers

How do you measure how many miles there are when using Google Maps?

Q. I need to be able to measure how many miles it is from one place to another on Google Maps. But I don't know how. Could someone please help me? Thanks so much to everyone who answered.

A. Google maps labs (a little green chemical bottle in the top right) has an option to add a distance measurement tool. Apparently it is "not ready for prime time" but works well for me.

How do you get google maps on your site?
Q. I want to insert a google maps feature on my site. I want to view certain locations that are listed on my site via google maps on my website. How do I do this?

A. first you need to have api key
http://www.google.com/apis/maps/signup.html
use that adress to take it then. you can use simple exmples from their site.
http://www.google.com/apis/maps/documentation/examples/index.html

you need to know longtitude and latitude data to point the location. here is example code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example: Simple Map</title>
<script src="http://maps.google.com/maps?file=api&v=2"
type="text/javascript"></script>
<script type="text/javascript">

function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
}
}

</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 500px; height: 300px"></div>
</body>
</html>

if you dont take api of your own your site could not show the maps.

How can i use google maps without using data from a data plan?
Q. Is there an offline version of google maps which I can download to my treo 650? Is there any other free map service i can use withouth a data plan?
I'm using an at&t. I'm going to India in some days and would need it to help me navigate. All i want is a simple map with road names. I don't require the satellite/traffic views

A. I don't think there's a offline version, you need to be able to connect. Regarding that, scroll down and read "Verizon's dirty little secret".

http://www.mobileread.com/forums/showthread.php?t=4182

So depending on who your carrier is, your Treo might be locked into only being able to connect via a data plan. I have unlimited WAP browsing on my Samsung phone for $5 a month, so I use that instead of a data plan. I use google maps via a WAP browser (Opera Mini) or I use MobileGMaps. Mind you I did have to hack the permissions on the phone to keep it from asking if I wanted to allow the application to access the Internet, which was driving me crazy.




Powered by Yahoo! Answers

Is the google home business kit a legit thing or just another internet scam?

Q. Just wondering if anyone had tried the Google Home Business Kit. Let me know about your experience.

A. The cost is what usually gets people but its not a scam but there are ways around that just try small home based business without going directly to google.

Here are some links with Magnetic Sponsering to help you when you are starting out. They are very good about explaining and pretty much doing the leg work for you. If you are planning to go online with your business that market is well worth it and these links will get you started on marketing in a way that most people don't even understand give it a shot these are not scams at all they are very legit with their own customer service and training videos.

http://ddjj8.buildingonabudget.com/
http://ddjj8.buildingonabudget.com/letter.html
http://ddjj8.magneticsponsoringonline.com
http://ddjj8.magneticsponsoringonline.com/letter.html
http://ddjj8.mlmtrafficformula.com
http://ddjj8.mlmtrafficformula.com/letter.html
http://ddjj8.blackbeltrecruiting.com
http://ddjj8.blackbeltrecruiting.com/letter.html
http://ddjj8.freeppcleads.com
http://ddjj8.freeppcleads.com/letter.html

How does "Google Home Income" work?
Q. I just lost my job and looking for another. I just stumbled across "Google Home Income". I seen that people are making a legitimate income. How does it work, what are the start up cost, and any tips if you reccomend it?

A. Well those are not Pyramid scheme but those won't work as they say. First they will send you a "kit" by post only taking shipping cost which would be around 2$. But they usually don't mention its a trail product which after the trial period they gonna charge you 50$-100$ monthly ! Its pretty hard to cancel it after you give your credit card number. Most of those are known as Google scams because of this.

Google has nothing to do with these. They just use Google brand name. Google as a program called AdSense. You can apply it for free if you have a website or a blog.

Is any one having problems logging in to myspace I get rerouted to google home page?
Q. I sign in with my e-mail and password hit log in and it sends me to the google home page. I have had this happen for the past 3 days. This is also happening to my kids and husband. Can anyone help me?

A. only logical answer is you have some virus on computer-no way myspace login throws you on google site-are you sure it's "real" google?;)




Powered by Yahoo! Answers

Why my blogger blog is not listed on search engines?

Q. My blog buxtoguide.blogspot.com is not listed on any search engine. I've tried to submit it on google add url, and in other SEO optimization companies, but still it receives no visitors. I also don't know how to add tags to it, as there is no option available.

Also please suggest any site which could help me to get some traffic for my blog.

A. It does take a while most of the time to get a website or blog to appear on the search engines, if you promote your blog in other places too apart from just adding it to the search engines, that will increase the chances of your blog appearing on the search engines, you can promote your blog through article marketing, posting to forums, submission to blog/rss directories etc, you'll also need to consistently update your blog for search engiens to do repeat visit to it. And promote your blog where your possible targets are to get visitors who are likely to be interested in what you have to offer on your blog.

How do you get your site indexed by google?
Q. I have (before) published several websites and almost every site got on google's index (search) without me having to move a toe and now for some reason my latest invention http://www.svetsruv.se is not being indexed. (it was published a month ago)

i have tried:
Adding url manually
Subbmitting a sitemap

Any ideas, tips?

A. The best way to get indexed fast is submit your website to several web directories this is good but there are some fastest ways.

Best way of fast indexing tested by me many times is sumbit your website to scuttle sites. You can be indexed in 24 hours max, but remember you must submit to 20-30 at least, and not only mainpage but subpages too.

You can read more about scuttle and generally social bookmarking here
http://n-point.net/social-bookmarking

How do you post a webpage on google?
Q. I really want to post my site on google, and i typed into google and it said add your url. so i did, and waited about a month, and no results, so what do i doo?

A. Your website is likely not to show up first. That's an art and science carefully pursued. (See http://www.webmasterworld.com)

You have to have a carefully constructed title. State the subject of your page directly, tersely, with a major keyword second or third. Have carefully constructed meta records for "keywords" and "description".

Link to high-traffic websites. Have high-traffic websites link to your website. Make sure your keyword(s) show up in content toward the top of your content. Use valid html code. Code headers (h1, h2, h3...etc) in order.

And on, and on...




Powered by Yahoo! Answers