Profile
Achievement

eddequincey's Recent Snippets
- All /
« Prev 1 Next »
[Query related to PHP code to save tweets from the twitter search API to a MySQL database](http://snipplr.com/view/56994/save-tweets-using-php-from-the-twitter-search-api-to-a-mysql-database/ "PHP code to save tweets from the twitter search API to a...
0
1515
posted 13 years ago by eddequincey
[Related SQL query to create the storage table](http://snipplr.com/view/56995/sql-query-to-create-a-table-in-mysql-to-store-tweets/ "Related SQL query to create the storage table")
0
1866
posted 13 years ago by eddequincey
Updated code (December, 2012) to get a tweet from a user's twitter timeline using JSON and jQuery
3
1275
posted 14 years ago by eddequincey
Found that the webmonkey tutorial code didn't work as double quotes were used around JSON string.
0
688
posted 14 years ago by eddequincey
Need to download the ActionScript 3.0 library http://code.google.com/p/as3corelib/ and extract the "com" folder into the same folder as your .fla file.
1
1054
posted 14 years ago by eddequincey
There has to be a better way to do this rather than using regular expressions to remove the various namespaces within the ATOM feed. Also variables could be reused (currently used for teaching so helpful to explain process). Based on:
http://www.r...
2
1079
posted 15 years ago by eddequincey