Author Archives: Nick Holdren
One of the coolest things to hit Facebook in the past 6 months is the emergence of a user’s music listening habits being added to the news feed. If you haven’t noticed already whenever you or your friends listen to music on say Spotify or Rdio the listening history is sent to Facebook (if enabled). [...]
If you’ve recently realized that maybe your current Facebook application is no longer working I have a few areas of your code to check. Like me if you failed to realize that December 13th, 2011 was the deadline for Facebook supporting OAuth 1.0 in it’s Javascript SDK then the following are likely the root causes: [...]
While using ADO.NET and the Entity Data Model in .NET many times there are changes to your database while in development. As we know it is hard to exactly get the data model exactly right on the first try so we tend to revise as we go along. The Entity Data Model (similar to other [...]
You’ve probably seen it or experienced at some point when registering for a site where you must pick a unique username or subdomain for account registration. However, this is can be tedious to implement in both frameworks and non-framework solutions. Luckily, Yii has validation rules that can be implemented easily and can be user-defined for [...]
Plan your day before someone else does it for you. Your time is yours and you control it. Don’t let things you wish to accomplish get overlooked because you didn’t make time for them.
This is a simple one line piece of code to retrieve the name of the current controller, which is great for making more generic and useful code. $controllerName = Yii::app()->controller->id;
When it comes to error handling while coding there are several options available. We have if statements, try and catch, throw exceptions or even handle the it silently by logging or just letting it go. So to make it simple I’ve come down to this simple question: Do you know the intended response and are [...]
I’ve created a language module for TextWrangler/BBedit which has been made available for public download on Github. Currently, it will highlight all AMPScript functions and reserved words. Future upgrades look to add complete function Intellisense and function documentation. Download it here! In case you don’t have TextWrangler you can download it here. And, for reference, [...]
I would like to start by saying that AMPScript is a very powerful tool to use when creating dynamic emails within ExactTarget. It is well documented and has a diverse range of functionality to do the very simplest tasks to the most complex. One of the most common uses is to access data within Data [...]
I’ve created a simple API wrapper for the Facebook API written in PHP which has been made available for public download on Github. It is a simple class that will allow you to access all endpoints within the Facebook API. Download it here! For more info about Facebook (in case you live in a dark [...]



Recent Comments