1 – Access Amazon Services, S3 2 – Create a New Bucket if there’s no one. 3 – Create credentials in IAM Amazon Services 4 – Download the tool s3.exe for windows, from s3.codeplex.com
Categoria: web services
Sendy.co
Send newsletters, 100x cheaper. Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES). Complete with reports, subscriber and list management. Amazon SES allows you to send authenticated bulk emails at an insanely low price (just 10 cents per THOUSAND emails). Compared to other emailing services, Amazon SES is 100x cheaper (or more), yet with no loss of quality in terms of deliverability. www.Sendy.co
Yahoo! Query Language
What is YQL? The Yahoo! Query Language is an expressive SQL-like language that lets you query, filter, and join data across Web services. With YQL, apps run faster with fewer lines of code and a smaller network footprint. Yahoo! and other websites across the Internet make much of their structured data available to developers, primarily through Web services. To access and query these services, developers traditionally endure the pain of locating the right URLs and documentation to access and query each Web service. With YQL, developers can access and shape data across the Internet through one simple language, eliminating the …
Consuming ASP.NET 2.0 Web Services in Delphi for Win32
A couple of years ago I wrote an article Consuming C# Web Services with Delphi 7 Professional, and while the information in the article is still correct, it’s no longer complete, because ASP.NET 2.0 changed the rules a little bit. Even if you follow the examples exactly on creating the web service in C# and in creating the consuming application in Delphi for Win32, no matter what you try to echo, the result will always come back as 0 for numbers or as an empty string for strings. This is due to the fact that the C# web service is …