Add Me!Close Menu Navigation
Add Me!Open Categories Menu

Currently Browsing

Development

1 December
Posted in Development, Tutorials

Try Catch vs If…Which to use?

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 [...]

13 August
Posted in Development

Facebook API Wrapper for PHP

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 [...]

12 August
Posted in Development

Songkick API Wrapper for PHP

I’ve created a simple API wrapper for the Songkick 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 Songkick API. Download it here! For more info about Songkick please visit [...]

11 August
Posted in Development

7Digital API Wrapper for PHP

I’ve created a simple API wrapper for the 7Digital 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 7Digital API. Download it here! For more info about 7Digital please visit [...]

9 August
Posted in Development

Rapleaf API Wrapper for PHP

I’ve created a simple API wrapper for the Rapleaf 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 Rapleaf API. Download it here! For more info about Rapleaf please visit [...]

8 August
Posted in Development

LastFM API Wrapper for PHP

I’ve created a simple API wrapper for the LastFM 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 LastFM API. Download it here! For more info about last.fm please visit [...]

5 August
Posted in Development

Ticketfly API Wrapper for PHP

I’ve created a simple API wrapper for the Ticketfly 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 Ticketfly API. Download it here! For more info about Ticketfly please visit [...]

19 March
Posted in Development, Php

ExactTarget SOAP API Wrapper

Although having the ability to wrap the entire SOAP API would be nice I found it nearly impossible. However, I’ve made a simplified version that allows one to act on ExactTarget objects. It allows for Create, Update, Delete, Retrieve, and Upsert of an object. Again, it is simple but it [...]

3 March
Posted in Development, Php

Microgroove API Wrapper For PHP

API wrappers are nectar of the gods for programmers. Here is yet another one this time for the Microgroove API. Go get you some code! Feel free to advance the code. Remember, it is all open source right?

10 February
Posted in Development

Designing Web Applications In A Postmodern World

What Do You Mean Postmodern?
Do you remember when every site you went to asked whether you had Adobe Flash Player installed? Do you remember having to watch a loading bar get to 100% before you even saw a glimpse of the website you went to? Or how about waiting for every single sliced image to render in a page? It may seem odd for me to making artistic/social theory references in web, but if you think about it for just a second I might just be on to something. Follow along and you’ll see what I mean.