[twitter-dev] Re: Not able to read unicode from Twitter Response XML in C#.net

2010-01-28 Thread zbowling
The power of Google search reveals this as the first result: AS3: public function htmlUnescape(str:String):String { return new XMLDocument(str).firstChild.nodeValue; } public function htmlEscape(str:String):String { return XML( new XMLNode( XMLNodeType.TEXT_NODE, str ) ).toXMLString (); }

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-27 Thread zbowling
Can you add me to the 3rd party independent developer list? Real Name: Zac Bowling Twitter: @zbowling Email: z...@zacbowling.com Website: http://zbowling.com/ Linkedin: http://linkedin.com/in/zbowling/ General do it all web and mobile programmer. PHP, Ruby, Python, C# \.NET (ASP.NET), Java

[twitter-dev] Missing @ replies in reply timeline

2009-03-23 Thread zbowling
I was going to enter a bug, but I noticed a lot of people complaining about this so it may be a known issue. I've been missing a lot of @replies directed at me (usually from specific people). Sometimes they show up in my @reply list later but it takes it a while. If I wasn't using search to

Re: Twitdom - A Twitter Applications Database

2009-01-28 Thread zbowling
Tweet SQL? your kidding right... You're violating the rules, but then I can't blame you. Microsoft went down this road when they integrated the CLR into MSSQL the way they did with MSSQL 2005. Databases are for data storage and maybe some scaler calculations but that is it IMHO. I've worked at a

Re: International characters counted multiple times in 140 char limit

2009-01-07 Thread zbowling
Welcome to UTF-8. This is something I consult on all the time. The days that encoding length equaled character size length and even equaled representation length are long gone. It's something you have to break your mind of (and it doesn't help that languages like C and C++ call a byte a char. 1

Re: IP ranges from The Planet will be blocked

2009-01-06 Thread zbowling
, zbowling zbowl...@gmail.com wrote: NOOO... :-) My 3 servers are at The Planet.  They are the worlds largest managed hosting provider so its a significant chunk of the internet so I'm sure there will be an outcry. Can you whitelist my range? 70.86.83.50-70.86.83.63 Zac Bowling