earth2marsh + services   44

API Terms and Conditions Done Right
"API T&Cs will often be tightly linked to the terms already set for the web versions of a service where they exist since the API will likely allow access to much of the same functionality. We commonly see companies binding API users to both the service T&Cs as well as API specific terms."
t&c  terms  conditions  service  legal  apis  services 
february 2012 by earth2marsh
Stop Talking About Products and Services | Kyle Lacy - Social Media Training and Digital Marketing
"Stop talking about your products and services as objects and items, and talk more about who and how those products and services are used to do amazing things. Build a culture of accomplishment around your offerings, rather than a culture of availability." from: http://www.convinceandconvert.com/book-reviews/the-power-of-consumer-choice-drives-social-media-importance/
quote  products  services  marketing  quotes  from delicious
october 2011 by earth2marsh
Mashape Provides Tools to Distribute, Discover and Hack APIs
I’m exploring the Mashape API Platform, trying to break things down and understand everything in more detail. Blogging about a topic does this for me.

So let’s start with deploying an API with Mashape.

With the Mashape PHP Library you can deploy an API on your infrastructure. You download the library from Github, deploy on your server, and then add the methods for your API by extending the Mashape PHP component class.

If you already have an API that returns JSON responses, you can just register it as a Mashape API for distribution, without deploying the Mashape PHP Library.

If you’ve deployed your API without the Mashape PHP Library you will need to accomplish one more step. You will need to implement the Mashape Connector by adding one line of code to your API, which is required to connect your API to the Mashape Platform and handle user authorization, billing, and rate-llimiting.

Whichever way you deploy your API, you can now distribute it using Mashape. The first step for distributing an API is to create an XML file that describes what the API does. This XML file gets deployed on your server and needs to be updated as your API evolves.

Once your API is deployed and published to Mashape, the platform distributes your API to the Mashape Marketplace and provides a detail page with title, description, documentation, test console and PHP, Python, Ruby, Java and Objective C client libraries.

Mashape then provides a way for developers to sign-up and start hacking on any API in the Mashape Marketplace with a single developer account and key. There are also social features allowing users to follow and contact other users.

All APIs that are published using Mashape will connect and communicate with Mashape through an API Proxy. This is the proxy that handles the authorization of users, implementation of billing, rate limiting and other functions described above.

Right now the proxy is primarily available via the Mashape platform, but you can also find an open-source version of the Mashape API proxy on Github. The API Proxy is intended to be downloaded and installed on your servers, which will increase the performance and security of your API.

In addition to being able to register your API and use the Mashape API Proxy in the cloud, you can download and install on-premise. Since it is open-source, you could also fork the code and potentially add in your own modifications to the API proxy, which is written in JavaScript and runs on the latest version of node.js

I’m playing around with deploying one small and one large data-set as two separate APIs using the Mashape PHP Library, so I can get more familiar with how the platform works. I just wanted to work through some thoughts about what they provide here on the blog. More to come on Mashape…
Services  Application_programming_interface  GitHub  JavaScript  JSON  Mashape  Objective-C  PHP  Proxy  Python  Service_provider  from google
june 2011 by earth2marsh
Why Free Plans Don’t Work | Software by Rob
"Obviously free plans have worked well for companies like Wufoo, MailChimp, and FreshBooks, so we know they can work. But the problem is that we’re not them. We need to stop blindly copying them and start thinking about ways to bring in revenue. I’ll concede that there are certain types of apps that are more likely to succeed by offering a free plan and going with the Freemium model. But the vast majority of apps aren’t in this category, and the vast majority of people don’t have the resources to make that model work. Taking advantage of word-of-mouth marketing requires more users than most of us will attain. Instead, we end up with a large number of free users zapping away valuable resources for nothing in return. To top it off, most free users will never end up converting to a paid plan."
freemium  free  businessmodel  marketing  monetization  pricing  startups  services 
october 2010 by earth2marsh
Get Achievements
A badge awarding service for web apps.
games  motivation  badges  service  services  achievements 
march 2010 by earth2marsh
Pulse Laser: The New Negroponte Switch
Matt Jones's latest, "talk I gave at Frontiers of Interaction V in Rome yesterday, primarily about the territory of “the Internet of Things” moving from one of academic and technological investigation to one of commercial design practice, and what that might mean for designers working therein."
Matt_Jones  innovation  design  technology  service  services  product  thingfrastructure 
june 2009 by earth2marsh
bit.ly blog - Easily Track Clicks on Amazon Affiliate Links with...
"Then, go the any Amazon product page, and click “Link to this Page” in the Amazon Affiliates Toolbar on the top of the page (note: you must be signed into Amazon and have an affiliates account for this toolbar to appear). Once you are on the link builder page, click the “bitlyAmazonAffiliateLink” bookmarklet in your toolbar, and you will be redirected to bit.ly with a short, trackable link waiting for you."
bookmarklet  affiliate  amazon  services 
june 2009 by earth2marsh
aidy3 >> API to return ID3 tag from MP3 url
Neat trick for Pipes (or whatever): "This web application provide API to analyze ID3v2 tag in MP3 on the web. This API returns title/artist/album/genre via json/html format. Analyzed data can search with Google Base."
programming  api  mp3  services  id3  metadata  pipes 
december 2008 by earth2marsh
Stop Telemarketing Calls - PhoneSpamFilter.com
free service designed to assist the general public in determining which callers are annoying telemarketers. Our goal is to develop a complete database of all the phone solicitors out there, so you can stop receiving calls trying to sell you products and services.
phone  spam  telemarketing  research  services  antispam  lookup  database 
august 2008 by earth2marsh
Worth a thousand words, etc. « Adam Greenfield’s Speedbird
"the essential distinction between context-aware applications and location-based services (LBS): Everyone gets LBS, more or less: it’s the ground on which Interaction Design Cliché No. 2 is built. You’re in a particular place, and there are things your device can do in this place that it’s not capable of elsewhere." "what I, at least, mean when I use the words “context aware”: but for some residual core of basic functionality, the device’s capabilities and available interface modalities at any given moment are largely if not entirely determined by the other networked objects around it. If you pair the device with a text, it’s a reader; at the checkstand, it provides a friendly POS interface; aimed at the skyline, it augments reality. "
services  places  mobile  location  interface  design  IxD  user_experience  context 
august 2008 by earth2marsh
Dare Obasanjo aka Carnage4Life - Explaining REST to Damien Katz
The Web has a particular architecture and it makes sense that if you are deploying a service or API on the Web then it should take advantage of this architecture instead of fighting against it. There are millions of deployed clients, servers and intermediaries that support REST and it makes sense to be compatible with their expectations. This doesn't mean you have to use DELETE and PUT when POST might suffice. It does mean understanding the difference between using POST versus using PUT to other participants in the Web architecture. Specifically, that PUT is idempotent while POST is not so a client of your service can assume that performing the same PUT two or three times in a row has the same effect as doing it once but cannot assume that for POST.
webservices  xml  services  SOAP  REST  architecture  programming  webdev 
august 2008 by earth2marsh
SPF Query Tool
check SPF records (syntax, existence, etc)
spf  email  test  dns  tools  services 
april 2008 by earth2marsh
Bits or pieces?: Amazon vs Google
provided an open sourced SDK that "emulates all of the App Engine services on your local computer"
Google  cloudcomputing  cloud  GAE  services 
april 2008 by earth2marsh
Home - Moodlerooms
Offers hosting, design, and training for Moodle
cms  lms  education  hosting  services  opensource  moodle  eLearning  training 
march 2008 by earth2marsh
Welcome to Google Apps
Work on the same document together, instead of sorting out changes in attachments Share documents and calendars securely with your co-workers with a click Access it all from any computer, and even from mobile phones Invite other team members to join an
Google  collaboration  GApps  Google:Apps  apps  team  groups  groupware  tools  services 
february 2008 by earth2marsh
Pulse Laser: The Experience Stack revisited
The experience stack is a way of thinking about the different levels at which experience design operates. Experience design can be thought of as… * branding; * service design; * product design; * interaction design; * human factors.
experience  design  branding  interactiondesign  Usability  architecture  web  userexperience  services 
february 2008 by earth2marsh
Ourmedia: Terms of Service comparison for video hosting sites
a site-by-site breakdown of what you get — and give up — by consenting to the Terms of Service at some of the major video sites.
copyright  creativecommons  video  tos  terms  rights  services  comparison  compare 
january 2008 by earth2marsh
ProQuo - Stop Junk Mail and Protect Against Identity Theft for Free
helps you to remove your name and personal information from thousands of marketing lists, data brokers and other organizations that send you unsolicited mail.
junkmail  privacy  services  identity  postal  spam  opt-out  optout 
november 2007 by earth2marsh
Telco 2.0: Nokia’s dilemma: operator friend or foe?
Nokia is in the position today where maybe the Ford Motor Company was in the 1950s or 1960s. The product has revolutionized society, penetrated the whole market base outside the developing world, and become part of life’s invisible backdrop.
nokia  strategy  analysis  services  presence  mobile 
october 2007 by earth2marsh
YouTube - Broadcast Yourself.
Premium branding capabilities and increased uploading capacity
nonprofit  youtube  video  Google  services  philanthropy  branding  channel 
october 2007 by earth2marsh
online fax service comparison
Compares various services and helps sort through their offerings
fax  online  email  tools  howto  free  comparison  services 
september 2007 by earth2marsh
Move My Data
Your images, writing, tags, profile, blog entries, comments, testimonials, video, and music should be yours to download and move anyplace you want.
data  webservice  tools  information  sync  export  metadata  opensource  services  tagging 
august 2007 by earth2marsh
Amazon.com: Amazon FPS, Amazon Flexible Payment Service: Amazon Web Services
The set of web services APIs allows the movement of money between any two entities, humans or computers. It is built on top of Amazon's reliable and scalable payment infrastructure.
amazon  payment  ecommerce  webservice  aws  webdev  webservices  service  services  code  development 
august 2007 by earth2marsh
http://www.viddownloader.com/
apparently an easy way to download streaming videos from youtube
Google  video  videos  youtube  convert  online  services  conversion  dowload  downloader  flash  flv  free  download  tools 
april 2007 by earth2marsh
OpenDNS > FAQ
provides a safer, faster, more reliable and smarter DNS service free to any Internet user.
dns  services  Networking  free  useful 
november 2006 by earth2marsh
Google Blog Search Help
a way to inform Google Blog Search of weblog updates. These updates are then published and shared with other search engines to allow them to discover the changes to your weblogs
Google  blog  ping  services  tools 
october 2006 by earth2marsh
Yuan.CC Maps
Browse geotagged photos using Google Maps
flickr  Google_Maps  maps  Google  geotagging  services 
august 2006 by earth2marsh
Mayomi
free online mind mapping (no print or export)
mindmapping  tools  flash  web  services 
april 2006 by earth2marsh
ChangeNotes.com - Monitor web site changes
This free service monitors the web pages that interest you and notifies you by email when they change. You might like to monitor the web pages of your work or former work, clients, customers, industry groups, competitors, friends and family, hobby sites,
web  tools  services  changes  internet  email  website 
march 2006 by earth2marsh
PsPrint - Full color business card printing, postcards, posters, flyers, brochures
Full Color Printing Solutions PsPrint delivers custom printing products and services.
printing  design  print  graphics  services  shopping 
january 2006 by earth2marsh

related tags

achievements  affiliate  amazon  analysis  antispam  api  apis  Application_programming_interface  apps  architecture  aws  badges  Barcode  blog  bookmarklet  branding  business  businessmodel  changes  channel  cloud  cloudcomputing  cms  code  collaboration  commit  compare  comparison  conditions  context  contractor  conversion  convert  cool  copyright  creativecommons  data  database  design  development  digital  dns  dowload  download  downloader  ecommerce  education  eLearning  email  exchange  experience  export  fax  feed  finance  flash  flickr  flv  free  freemium  GAE  games  GApps  Generator  geotagging  Github  GitHub  Google  Google:Apps  Google_Maps  graphics  groups  groupware  Hooks  hosting  house  howto  id3  ideas  identity  information  innovation  interactiondesign  interface  internet  IxD  JavaScript  JSON  junkmail  legal  list  lms  loans  location  lookup  mac  mail  maps  markdown  marketing  marketplace  Mashape  Matt_Jones  metadata  mindmapping  mobile  monetization  moodle  motivation  mp3  Networking  nokia  nonprofit  Objective-C  online  opensource  opt-out  optout  osx  payment  philanthropy  phone  photo  photography  PHP  ping  pipes  places  postal  presence  price  prices  pricing  print  printing  prints  privacy  product  products  programming  Proxy  Python  quote  quotes  research  REST  rights  rss  search  service  services  Service_provider  shipping  shopping  SOAP  software  spam  spf  startups  storage  strategy  sync  t&c  tagging  team  technology  telemarketing  terms  test  thingfrastructure  tools  tos  training  transport  travel  Usability  useful  userexperience  user_experience  usps  vacation  video  videos  web  web2.0  webdev  webservice  webservices  website  xml  youtube 

Copy this bookmark:



description:


tags: