|

Scrubs Quotes App

Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don't hold it against me. One of the perils of having a 20+ year old website!
Scrubs Quotes

I don’t do too many things on a whim, but the other night when I saw a group dedicated to having a Scrubs Quotes Facebook application developed, I couldn’t help myself. As a big fan of Scrubs, as well as a developer, I thought I might try my hand at it. I tinkered a little with Facebook apps and it seemed easy enough. I set out that night to do that app, and finished it the next day.

I figured I did not need a database for this project. Just a text file with a quote per line. I’d throw in some HTML when needed, and the last two characters of the file are the person’s initials. For example: Hey, Girl's Name - <strong>Dr. Cox</strong> pc. In the processing of each line, I use the initials to display the picture of the character in the profile.

For a project like this, following Facebook’s Step-by-Step Guide is all that’s necessary. Facebook provides great documentation on creating apps, and as long as you know some programming language, you should be able to pick it up pretty easily. For those of you who have Facebook, you can check out the app here. If you don’t have Facebook, I’ve provided screen shots.

In the near future I hope to add more quotes, and make it more user interactive by allowing them to add their own quote to their profile if they don’t want a random one.

Similar Posts

  • | |

    The Gift of Faith Foundation

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website! Bill Conroy contacted me over the summer about creating a website for a non-profit organization he started called The Gift…

  • Fixing the Fatal ‘add_rewrite_tag()’ Error

    I’m working on a WordPress little side project where I am registering a new Custom Post Type and Taxonomy and came across this: Fatal error: Call to a member function add_rewrite_tag() on a non-object… After doing a Google Search to try to figure out what the issue is, all I came up with was “disable…

  • | |

    Quick Tip: Download an Archive of your Facebook Data

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!There’s a lot going on on the Internet right now. Websites getting hacked (Blizzard being the most recent), companies doing presumably…

  • |

    Fix wp_nav_menu on Custom Type Archives in WordPress

    Recently I was working with an issue in WordPress where the site’s menu was not showing up on an archive page for one of my custom post types. There were a few troubleshooting things I tried, including the most common recommendation, use theme_location instead of menu when referencing the menu in your theme (code after…

  • | | |

    Facebook Places

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!A couple of weeks ago Facebook announced the latest service in their social networking scheme, Places. It allows you to ‘check-in’…

One Comment

  1. Hi,

    I am making an application basically just like yours. I am having a REALLY hard time on the code to show content on the profile box. Could you help me out?
    Thanks!

Comments are closed.