Perhaps I should write "Very very very, short snippets", however, is an excellent and convenient "trick" that I am going to show. Executing the "two" lines of code shown below, you can get the output of any URL and manipulate it.
Articles Tagged 'REST'
Very short snippet: get the output of a URL in Objective-C
Adobe AIR and the API Feedburner: reloaded
I get inspired by the excellent tutorial Napolux , Flex 3, Adobe AIR and the API Feedburner , which shows how to write a simple application (or widget) Adobe AIR using Flex 3, to show how to make the exact same thing using Adobe Flash CS3. If you wish, also, you can use the extension for creating Adobe AIR applications. It is not necessary for the purposes of this tutorial, complete the application as an AIR executable, you can use the proposed code as a simple Flash movie to be "affixed" to your Web pages
Google AJAX Language API tutorial on the operation
I respond with this post, at the request of Andrea on how to insert the translator of Google in its web. There are several ways to take advantage of machine translation services available from Google and elsewhere. We can use plugins written by others, a simple JavaScript script from Google itself or mixed learning to use the API, ie a set of callable functions - as we shall see - in various ways.
Plugin
I will not dwell on this solution, as I think is not really relevant to the request of Andrew , if I understood well. It is also a solution sostanzialemente valid only for the blog and not for individual use and generic. I can only point out to users WordPress , Global Translator , perhaps the most simple, practical and popular plugins of this type.
Script Ready by Google
The easiest way to translate your website or your blog is to add a simple JavaScript script provided by Google. Just go to the site translate.google.com tab and click on 'Tools'. From this page you can preset the translation functions or leave the default. The script is very simple:
1 |
and as a result is obtained:

RESTTest: useful extension for FireFox
Here is an interesting extension for FireFox ( 2.0.0.9 patch released today ) written by Kris Zyp. RESTTest allows for send and receive check to a URL using the REST protocol, choosing between the canonical methods GET or POST (possibly customized) .
RESTTest can be used to test the XmlHttpRequest object and then to test applications that use Ajax. We can then quickly and easily simulate XHR requests and responses.
This extension is designed specifically for working with REST resources and support all HTTP methods.
In the field POST / PUT can enter all the parameters that we are sending to our test page, the standard syntax:
variable1 = value1 & variable2 = value2 & [...] value of variable n = n
This extension is also useful in testing the RSS feeds of a site or in the analysis of paramteri any RPC service.






Latest Comments
Mark : Thank you very much, I've lit
I solved it by setting [cc_objc] / / OptionViewController.m - ...
Giovambattista Fazioli : @ Mark: I suggest you think a more correct approach. If you run the subclass of the tab ...
Mark : Excuse the spam .. I noticed that there is an error .. here is the correction [cc_objc] / PrimaClasse.h ** ** / # import ...
Marco : forgotten .. in [cci] OptionViewController [/ cci] for [cci] @ syntetize [/ cci] I put the delegate
louis : very clear and simple I have to admit that writing a pa hardly use delegates created by ...