One of my favorite Google tools (after Google Search, of course) is Analytics. Not only is it free, but there is so much valuable information you can gather about your website visitors from using Analytics; hence the reason why more than 56% of websites that track site statistics use Google Analytics.
Category Archives: Programming
Flash AS3 XML tutorial
One of the major changes in AS3 is how you deal with XML content. While a lot of similarities carried over from the AS2 days, there are new time-saving niceties in AS3 that make working with XML files easier. One of the introductions is Ecmascript for XML, known as E4X for short. In this tutorial, …
Notepad++ regex to remove HTML tags
Notepad++ regex to remove HTML tags
How to Style an Application Like Facebook
Introduction So you have a great idea for an application, and you’ve developed your idea into a somewhat functional Facebook app. The only problem is, it looks completely out of place in the space Facebook has designated for your layout. Let’s look at how we can change that.
Using Facebook Graph API In Flash AS3 (1.5)
This article is a beginner’s How To use the Flash Facebook API (facebook-actionscript-api), in particular in authenticating user and loading the user’s name in Flash applications.
Facebook: get user thumb img URL upon connecting to the app
Once connected to your app, all you need is to grab their user id. You can get this by callinghttps://graph.facebook.com/me (or parsing the access_token Facebook gave you). To get the users friends photos, you will want to access /me/friends and grab the id’s. The image you are most likely looking for is this one, as …
Continue reading “Facebook: get user thumb img URL upon connecting to the app”