I am trying to create a listing website, though i am a newby in programming i started self-learning.
My question:
I want to list elements(restaurants) on the homepage by the nearest from user who entered my website,
Could you please advise something or maybe a ready script or code
Thank you very much in advance
Related
Hi I apologize if this seems like a stupid question or if I am in the wrong section, but I am working for a startup company as their main web designer, but I was tasked with adding a simple referral code to the bottom of the page where all that is needed is where the user put their number in and they get a standard non random code outputed to their phone and if possible their number is databased and I'm just not sure where to start on this, I have followed some of their tutorials, but nothing seems to be following close to this, I have most of my experience in Javascript, CSS, and HTML and this is starting to get into some uncharted territory and I was wondering if anyone could guide me in the right way? Thank you very much for any help!
So I am writing a rails application for my friends food truck business.
The functionality that I am trying to create with this specific application is the ability for him to update the google map by posting a Geo-location tag on twitter.
A lot of the ruby gems that deal with google maps seem to be depreciated so I'm a bit lost at the moment. If anyone could just point me in the correct direction I would appreciate it.
I realize that this feature is just a quality of life feature but id like to be able to do it with embedded ruby and not have to break out the JavaScript (ugh). Ideal this kind of automation would be great for this particular type of website because my friend won't always have access to the back-end of the website when he is on the move. (Already able to update a map from an admin backend but its not good enough for a business that moves multiple places in a given day.)
anyways, thanks in advance. (if anyone wants me to post any of my code I will.)
So after reading your question, I thought it would be fun to tinker with the Twitter API again since I haven't used it in a while.
I went ahead and created a sample application for you that basically does what you were asking for. It looks for recent tweets from a user, grabs the latest one, then updates a Google map with a marker on that location.
Keep in mind that this was quickly thrown together, so it's far from perfect. But all the concepts should be there!
Feel free to reach out if you have any questions about the app or anything else. I'm always happy to help.
In my app so far, I have to implement all the Twitter posts from a certain individual into a table view, and it automatically updates when the person tweets a certain post. Is it possible to mention a certain individual e.g. #John.. If it is possible, how can I do it? If not just let me know and I will delete this question as it could be too ambitious. Thanks!
I don't quite understand what you mean. I do a little!
There is a quick and easy way of doing this! One easy way is to use Twitters own SDK called Fabric. See Here
See this link for the timeline stuff and integration to your app Documentation
This should help you out!
P.S. Let me know how you get on!
Im wondering if you can help me with a problem:
Problem: Im trying to create a dialog with an EntryElement that allows a user to enter an address. As the user enters the address I would like to call the Google Places API to bring back a list of results to ensure the address is valid. The results should be displayed as a list of StyledStringElements which the user can select.
Does anyone have any advise on how to best achieve this?
Thanks and regards. Adam!
Answer can be found here:
Xamarin Forums
I have a simple question and I could not find a good answer on every search I've made. I wanted to make an app about a company that helps poor people and children with problems. They asked me if I could do an app that would show their latest news and campaigns, and, of course, I said I would do it for free. But I'm kind of a begginer, and I don't know how I should retrieve the news from their website (or twitter) to my app. I've heard of JSON and XML, but I don't know if that would do it. I want an app that would have all the news up-to-date, can anyone please give me some advice and help me? Thanks a lot everyone.
If they have an RSS feed, you could write an app that pulls down the feed, parses it and displays each entry in a table row. You should be able to find plenty of examples on http://github.com to help you.