I like StumbleUpon. My website gets many visits from there. But as many ( blahblahtech and traffikd ) I have an issue with the friends limit.
Said briefly you can be fan of at most 200 people. After that you get a warning and you cannot add more fans. You cannot even reciprocate a …

Read more

 auto-explicative screenshot. Check Posty out!

Read more

I am a fan of json.
I use it extensively but sometimes I am forced to use xml. A pretty well know way to parse xml in Flex and Adobe air is the following:

var xml:XML = new XML(“<data><tag>content</tag></data>”);
private function parse():void {
for each (var t:XML in xml.children()) {
trace(“tag name: “+t.name()+” tag …

Read more