I'm looking for a Rails 2.x/3 application for administrating Gift Lists (weddings, birthdays, etc).
Does anybody know about any?
http://www.hulihanapplications.com/projects/diamondlist
take look at this one ?
https://github.com/andrew/giftlist/tree/master/app/
search also in google with wishlist.
https://github.com/spree/spree_wishlist
Related
I was wondering if anyone know about how did the Airbnb implemented their system such that only local listings or listings within a specific area (based on the postal code) will appear to the user ? And also , how did they implemented real time booking so that if a property gets booked , it won't appear available to the next person ? Are there any API's available that could help me implement the same for my store ?
If anyone could provide any guidance , that will be very helpful.
Thank you !
AirBNB don't use Shopify.
It's an entirely different system. With that, they'll have very different technical abilities.
I need to offer users a way to type an address in an UITextField with an autocompletion functionality as user is introducing the text. I've been looking for the best way to implement this, but I'm still not sure: is it possible to get a list of street names for a certain city? Or should I being provided such information in another and custom way (service request, a file with that information...)?
My application is for iOS 7+
Thanks
You can do this by using Google Places autocomplete API.This api provide you addreess that you want in list.
For More info please refer this example that help you to how to use Google Places autocomplete with your application
https://maniacdev.com/2013/10/ios-completion-providing-search-with-autocompletion-and-map-marking-using-google-places
you can find sample code for the same on Github find Below link for this
https://github.com/chenyuan/SPGooglePlacesAutocomplete
Hope this may help you.
I want to use the new twitter embedded timelines (https://dev.twitter.com/docs/embedded-timelines) but how can I get the data for the right user by username? I have a lot of websites with users (>500) who have their username in the database but as far as I can see you have to give a data-widget-id to get the tweets from the right user.
Is there any way to do this by username? And if not, how can I quickly convert all my users' data-widget-id to the database?
Any help is appreciated
Looks like the best you can do is get a single valid data-widget-id and use it for many different user names using the data-screen-name property.
There is a discussion here from one of the twitter devs. The same one as #alex_b posted in the comments.
You can wrote same script for PHP, for Rails community this gits could be helpfull to get widget-id dynamically.
https://gist.github.com/shah743/dd042df63a8f307f16ed
I am creating a messaging system for my web app and need help with searching for users to send messages to. So far I have it so that if you type a persons name (who is on the site) you can send a message to them. I want it to be as you start typing a persons name, a drop down appears with users names that the current user is following. Any thoughts on how I can do this?
I am using the gem mailboxer also wondering if anyone has suggestions for a better messaging gem. Thanks in advance.
Use jQuery autocomplete, and just populate the dropdown contents as all users that the user is following... something like current_user.followed_users. It's impossible to give code without seeing how your code works though.
A good alternative to jquery autocomplete is http://loopj.com/jquery-tokeninput/ and github at: https://github.com/loopj/jquery-tokeninput. A facebook like tagging to send message to multiple users. A demo app on https://github.com/railscasts/258-token-fields-revised/tree/master/bookstore-tokeninput-after from Ryan Bates from Railscasts http://railscasts.com/episodes/258-token-fields-revised
Good luck.
I am new to magento, i am trying to display amazon product in my website, like affiliate marketing. i have no idea for how to do this. can anyone guide me how to display the affiliated product to my website..
Thanks in advance
You do it like you do it with every other site, open up a template and paste in your affiliate tracking code you get from Amazon.