Apr
13
2008
StumbleUpon – My “algorithm” to deal with friends limit
Posted by Cesare
Categories: socialnetworks, stumbleupon
Comments
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 …
Apr
4
2008
 auto-explicative screenshot. Check Posty out!
Read more
Apr
3
2008
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 …