Have a suggestion?

Click here to suggest a blog item.

Newsletters Archive

Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.

Editorial Integrity

DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.


Latest News

July 2, 2024
Server Migrations Coming

  • Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..

July 19, 2022
Software Update

Jan 3, 2022
Event Results

May 13, 2020
Software Updates

Mar 24, 2020
Mini Newsletter

Dec 30, 2019
Software Updates

Jan 22, 2020
Software Updates

Jan 12, 2020
Newsletter

Jan 3, 2020
Event Results

Jan 2, 2020
Software Updates

Dec 30, 2019
Software Updates

April 27, 2019
Software Updates

Feb 26, 2019
Software Updates

Feb 23, 2019
Software Updates

Feb 14, 2019
Software Updates

Jan 6, 2019
Event Results

Dec 2, 2018
Software Updates

Nov 13, 2018
Software Releases

July 30, 2018
Software Updates

June 24, 2018
Software Updates

June 6, 2018
Software Updates

Apr 2, 2018
Fundraiser Celebration

Apr 2, 2018
Software Updates

Feb 24, 2018
Software Updates

Jan 14, 2018
Major Site News

Jan 10, 2018
Event Results

Latest Forum Posts

What they say about us..
Mark Wilson from Appstorm.net image
A best-in-class tool.
Screenshot Captor is a best-in-class tool for grabbing, manipulating, annotating, and sharing screenshots.

Our daily Blog

This page spotlights the most interesting posts collected from our forum every day.

prev1 ... 129 130 131 132 133 [134] 135 136 137 138 139 ... 611next

YQL: Using Web Content For Non-Programmers

Screenshot - 1_3_2011 , 3_10_28 AM.png
Nice guide to using YQL...

The Trouble With APIs

The problem with APIs is that access to them varies in simplicity, from just having to load data from a URL all the way up to having to authenticate with the server and give all kinds of information about the application you want to build before getting your first chunk of information.

Each API is based on a different idea of what information you need to provide, what format it should be in, what data it will give back and in what format. All this makes using third-party APIs in your products very time-consuming, and the pain multiplies with each one you use. If you want to get photos from Flickr and updates from Twitter and then show the geographical information in Twitter on a map, then you have quite a trek ahead.

Simplifying API Access

Yahoo uses APIs for nearly all of its products. Instead of accessing a database and displaying the information live on the screen, the front end calls an API, which in turn gets the information from the back end, which talks to databases. This gives Yahoo the benefit of being able to scale to millions of users and being able to change either the front or back end without disrupting the other.

Because the APIs have been built over 10 years, they all vary in format and the way in which you access them. This cost Yahoo too much time, which is why it built Yahoo Pipes2 — to ease the process.

Pipes is amazing. It is a visual way to mix and match information from the Web. However, as people used Pipes more, they ran into limitations. Versioning pipes was hard; to change the functionality of the pipe just slightly, you had to go back to the system, and it tended to slow down with very complex and large conversions. This is why Yahoo offers a new system for people’s needs that change a lot or get very complex.

YQL is both a service and a language (Yahoo Query Language). It makes consuming Web services and APIs dead simple, both in terms of access and format.

http://www.smashingm...-for-non-programmers


My Challenge to you in the New Year (2011) - Donate to a content creator

blog clipart
I have a challenge to everyone on the DonationCoder.com forum, and everyone who reads this, for the new year.

The challenge is simple: Donate something to someone who is creating content you like on the web.

This can be someone making music, art, software, whatever.  Just find someone who is asking for optional donations for their work, and send them some money.  If you can't afford to send any money, then at least send them an email, tell them how you appreciate their work.

I think it's way past overdue time for us to begin to shift our thinking from paying only when we are forced to, and expecting everything to be free (and financed through ads or scams, or whatever).

So find someone who creating content and making it available for free, and surprise and thrill them with a contribution and an email telling them to keep up the good work.


Startup Applications List: Executables that do/dont need to boot with windows

Screenshot - 12_27_2010 , 9_32_26 AM_thumb.png
This looks like quite a useful reference.

If you're frustrated with the time it takes your Windows PC to boot and then it seems to be running slowly you may have too many programs running at start-up - and have come to the right place to identify them. This is the original startup programs (as opposed to processes/tasks) list - one of the most comprehensive and most accurate!

"Name or Startup Item" in the table below refers to how an entry is displayed in MSConfig, Windows Defender or the registry "Run" keys. "Command or Data" refers to the program the entry runs. For further information on this and how to identify and disable startup programs please visit the Startup Content page.

http://www.sysinfo.org/startuplist.php


The Candy Enthusiast Blog

Screenshot - 12_24_2010 , 11_59_28 AM_thumb.png
I stumbled across this blog while searching for the name of one of my favorite candies, and had a great time exploring it.  Just reading her descriptions makes me feel like I am sitting there eating these as I read.

In case you haven’t guessed, I’m head-over-heels in love with confectionaries. It all started with my unusually large sweet-tooth, paired with an adventurous palate, and a need to document it all. If you ever have any suggestions, ideas (or both!) I’m always open to them... My goal as The Candy Enthusiast is to try everything once so you don’t have to. I think that’s pretty sweet, don’t you?

http://www.thecandyenthusiast.com


The Blast Shack: Article by Bruce Sterling on Julian Assange

Screenshot - 12_22_2010 , 9_07_11 AM_thumb.png
Today Bruce Sterling wrote a really long interesting article/scifiexperience on Julian Assange, which is very cool reading:


http://www.webstock....010/the-blast-shack/


StartSSL.com Certificate Provider: Mini-Review

Screenshot - 12_19_2010 , 1_54_18 AM_thumb.png
I want talk a little bit about about StartSSL.com, a company that provides SSL Certificates.  They actually do a lot of things under the umbrella of StartCom, but I'm only going to talk about SSL services here, and in particular, SSL Certificates for web sites.

Preface: An Introduction to SSL Certificates

SSL Certificates are a source of much frustration for small companies and indie website operators.

The idea of SSL Certificates is a good one.  They offer a way for users who connect to your website to have some assurance that you are who you say you are -- that the person running the website they are connecting to is really the person in charge of the organization they say they are, and that they aren't being tricked by someone who has intercepted their connection to the web (man-in-the-middle style attacks).

But web browsers (firefox, internet explorer, chrome, opera, safari, etc.) have decided to combine this idea of verifying the identity of the company running a website with the mechanism for establishing a secure connection protocol from your browser to the website (https).  Secure connections can be very important in preventing neighbors and snoops from discovering your login passwords, etc. as you browse the web.

Unfortunately, the way that web browser makers have combined these features has results in a real dilemma for small developers and indie website administrators.

Click here to read the full mini-review now..


prev1 ... 129 130 131 132 133 [134] 135 136 137 138 139 ... 611next

Share on Facebook