Cloud computing is the future, you may have heard someone say this
before. Here are 11 tutorials that will get you through various aspects
of dealing with the cloud.
1. Using Google Weather API In A C# Application http://www.dreamincode.net/forums/topic/153911-c%23using-google-weather-api-in-a-c%23-application/
This one teaches you the basics of getting the weather with Google weather API.
2. Using Tropo & Python To Have The Phone Tell Us The Weather
http://www.dreamincode.net/forums/topic/305319-using-tropo-python-to-have-the-phone-tell-us-the-weather/
According to the user, this tutorial teaches you to set up an
automatic phone system and, using Python, design it to answer the phone
and tell you the weather in your area based on the zip code you give the
program.
3. FaceBook FBML Ajax / PHP Interaction
http://www.dreamincode.net/forums/topic/188887-facebook-fbml-ajax-php-interaction/
Did you think HTML is the only markup language that you need to know
about? Well, think again. This tutorial deals with three languages, FBML
(Facebook Markup Language), PHP and Ajax.
4. Faces In The Cloud: High-Throughput Data Processing W / Message Queues
http://www.dreamincode.net/forums/topic/248319-faces-in-the-cloud-high-throughput-data-processing-w-message-queues/
Want to set up a grid computing cluster that can leverage a
high-performing message queue for arbitration? Here is a user teaching
you just how to do so.
5. Scraping Tweets Using Python And Flask
http://www.dreamincode.net/forums/topic/248319-faces-in-the-cloud-high-throughput-data-processing-w-message-queues/
Most scripting languages are good at scraping information of a web
page, but Python is exceptionally good at it. So, this tutorial takes
the Python programming language and the Flask micro-framework and
teaches you how to scrape tweets.
6. Icon Using Python And Google Translate
http://www.dreamincode.net/forums/topic/236280-scraping-tweets-using-python-and-flask/
This tutorial covers three things. First, it teaches you how to use
Python to write a simple script for translating text to be used in other
applications. Second, you will learn to scrape HTML using BeautifulSoup
and lastly, using the Google AJAX service for translation purposes.
7. Google Data Java Client API
http://www.dreamincode.net/forums/topic/188428-javagoogle-data-java-client-api/
The Google Data Protocol is an application package interface designed
by Google, which in turn allows developers to interact with various
Google functions, like docs etc.
8. [PHP] Building Automated Twitter Bot With Twitters API Functionality
http://www.dreamincode.net/forums/topic/108559-php-building-automated-twitter-bot-with-twitters-api-functionality/
This tutorial teaches you how to make a bot for Twitter using the PHP programming language.
9. Facebook PHP API And XFBML On Iframe
http://www.dreamincode.net/forums/topic/153919-facebook-php-api-and-xfbml-on-iframe/
You need to understand PHP, HTML and JavaScript for this one. It
teaches you how to make a Facebook application using PHP and XFBML.
10. Using The Python Twitter API
http://www.dreamincode.net/forums/topic/150776-using-the-python-twitter-api/
This tutorial teaches you how to write a basic Twitter client using the Python Twitter API.
11. [C#] Twitter API: Get User Timeline
http://www.dreamincode.net/forums/topic/114928-c%23-twitter-api-get-user-timeline/
This user generated tutorial gets you started with building a .Net library for the Twitter API.