I don't have much experiences with web services at all, but i hope someone here can give me some advice on how to create what i'm searching, or at least point me in the direction of a useful tutorial.
Here goes:
I have a news section, with news items. Example of the path: content\home\news\ (here all news items are stored as seperate items).
Now i wanna take the news title and text fields, and export those for viewing on another website, on another domain (not running in a sitecore solution). I think the smartest solution for this, is to use webservices or am i wrong?
And if it is, how can i do this the easiest way in a web service? I tried to find some documentation on how to do this, but haven't had any luck in doing so. Some example code would be nice.
Really hope someone here can contribute with a little help, would be much appreciated.
I agree with steve, the fast way to get this working is with RSS. Then on the other end, outside of sitecore, you could parse the rss right on the page via javascript: Parse RSS with jQuery
Related
I want to implement payment/checkout, preferably the user stays on my website (Angular frontend).
I have been wandering around the docs of paypal for weeks, and googling too, but I don't seem to find an EFFECIENT way to do it (lack of drf tutorials and guides).
I also have seen django-payments, django-paypal, dj-paypal. but none of them has a clear docs about an integration with DRF...
I feel like I'm lost here.
any help? hints?
There is an amazing payment gate that you can get help from. its name is braintree, it's super amazing and it's used by big companies like Uber and Airbnb. it has a detailed document which helps you a lot.
After more than sufficient googling and hitting dead-ends, i want to ask community if some one can point me to correct direction
My Question is :
I have some new features which i need to implement on one of my existing site.Due to some constraint i can not stop the web-service, so how can i implement the changes that i have done on my page from localhost to live-server?
Site is coded in PHP (if this info helps!! :) )
Its similar to what Google, LinkedIn and facebook does on their social network - implementing new chats windows or making a jquery box pop-up for a tour on page refresh (experienced this many times)
Any help / pointers is appreciated.
thanks!
PS : feel free to re-tag the question! :)
I am working on a system that needs to associate URLs with data based on keywords. I was hoping I could use a web service to automatically perform full-web searches based on keywords or tags, and the results would be in a machine-friendly format like JSON.
My first thought was Google, and their Google Custom Search service looks pretty good, and has proven itself in tests. It has a simple REST-like URL and returns results in JSON format. The only problem is that it has a limit of 100 queries per day. I need more like 1000. Their higher-quota pay option (Google Site Search) does not allow full-web searches, so is useless to me.
Surely others have wanted to do programmatic web searches before. Does Google offer another B2B search service that we could use? We are happy to pay per query, sign agreements, etc. I fear I am not looking in the right place on Google's site.
As I wrote this question I found Microsoft's Bing web services home page. At first blush it looks pretty good. I have a slight preference for Google, but am open to Microsoft. I would love to hear any advice about using Microsoft's APIs.
Google custom search offers a 'pay for >100 queries' option, I believe:
https://developers.google.com/custom-search/v1/overview
(see 'paid usage' section at the bottom)
#Sync found the right way in, and I believe I now understand the problem: Google has two control panels for custom search, and you can't get to one from the other.
I was on the panel for my Google Custom Search engine (www.google.com/cse/panel), which gives me control over low-level aspects of my search engine, and the only pay option was to convert to Google Site Search, but in so doing I would lose my full-web search power.
There is another, higher-level, control panel for all of Google's APIs (code.google.com/apis/console), of which Custom Search is a component. And from here, setting up billing to get a larger quota is clearly linked.
Sorry I am not providing proper links, as the relevant pages require login to access. While I consider this answer to be the authoritative one for my question, I am giving the green checkmark to #sync, without whose help I would not have been able to figure it out. I'd still love to see some comments on Bing's APIs, however!
I'm not sure if this is an appropriate question for StackOverflow. I have a friend show wants a simple "Brochure Ware" web site. I could make it for him but it would be better if he could manage it himself. Are there any services out there that allow a non-technical person to create and maintain a very simple site? I'm thinking just a few pages - contact, about, home with some photos and general info. He also wants to sell some stuff but I'm going to suggest he does this using EBay but the web site would be a handy reference for potential customers who want to know more about him and his services.
Thanks a lot!
Cheers
Mark
You are looking for a Content Management System (CMS).
You can build your own software, try something open-source, or go the easy way, and go with SaaS: software as a service. Something that fits your needs (based on what you told us), is something like Shopify. It manages your products, orders, but also has functionality to manage static pages.
agreed with the CMS comment #Phil Hunt
if you are a true non-nerd go for the 5 minute install of wordpress
so simple. Shopify plugin?
I would like to create some kind of open free "group" posting of photos with geotags
First I thought about Panoramio, but seems there is no API for photos upload.
By now I can see only two ways:
Flickr - there are groups but you have to approve group membership anyway, or use tags for grouping which is bad for maintenance
Custom server solution which will cost efforts and hosting
Can you suggest other free photo services with geotags functionality, or opensource solutions?
Thank you!
EDIT
:) Want to add, that I am intrasted in services with open API that is why I thought its a good idea ask this question at SO...
I guess, Picasa may be an alternative in some way.
Picasa access in android: PicasaUploadActivity
it also seems like panoramio does have an API based on services with responses in JSON
the request will be something like
http://www.panoramio.com/map/get_panoramas.php?order=popularity&set=public&from=0&to=10&minx=-124.29382324218749&miny=36.089060460282006&maxx=-119.8773193359375&maxy=38.724090458956965&callback=MyCallback
checkout this post in google geo developers blog for more info
hope it helps.
G.