Quick and Dirty Instagram API implementation

Last Friday I spent the morning looking into the Instagram API thinking it would be cool to have our members be able to share their photos on the site via instagram. So this is a quick and dirty implementation but it works. There are a couple of things to keep in mind though. Instagram has a limit on the number of calls you can make to the API per hour which is set at 5000 so if you have a really busy site you may need to look into another method but for most sites this should be sufficient. The other thing is at this point I am not using the pagination feature of the API so I will only be showing the last 60 images uploaded with out tag. I will be writing the pagination code soon and will add it in another post.

Continue reading

Newspaper Conference a bit disappointing

This past weekend was the annual NENPA newspaper conference here in New England. I went in with high hopes. Having been following the national discussion on the future of newspapers and journalism very closely for the past couple of years. The chance to go listen to the experts talk about these challenges and find out what there thoughts are really had me excited. Unfortunately it felt like they were just reading old news from my RSS feed. Nothing new was brought to the table and the facts and opinions they did bring up were either flat out wrong or so outdated that they are no longer correct.

Continue reading

Print vs the Internet

This is a new category for the blog I plan on using it to share my thoughts and vision  about the ongoing battle between New and Old media.  It is a very interesting time in news as the web gains market share and Newspapers try to hold on to what they once had. For me this is more than interesting it is my life. Working for a small family owned newspaper as a photo editor/web developer I am stuck right in the middle of this transition. I love the web and get most of my daily news from. As much as this transition to the web is disrupting traditional media it is a very exciting time and the best part is that it has not been figured out yet.

Google Open DNS solves Comcast problem

Tonight there is a wide spread Comcast internet outage all over the east Coast. This problem is being caused by a problem with Comcast’s DNS servers. A quick and easy way to fix this is to change the DNS servers your local computer is using from the default to Google Open DNS which is 8.8.8.8 and 8.8.4.4 . I am using a Windows Vista Machine right now so it is the only one I know how to do this on but I am thinking most windows versions will be about the same.

To do this in vista go to

Network and sharing center->manage network connections

Now you should see all of your network connections. Right click on the active connection (the one getting you on the internet) and click properties then internet Protocol version 4, once highlighted click on properties. Under the general tab click the radio button for Use the following DNS server addresses and put in the following numbers

8.8.8.8

8.8.4.4

Now click OK, restart your browser and you should be online.