My First NETTUTS Tut
Web Design tutorial blog NETTUTS published an article I wrote about Building a Facebook Appication Check it out!
New post here Friday.
Web Design tutorial blog NETTUTS published an article I wrote about Building a Facebook Appication Check it out!
New post here Friday.
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! Over the last few months I’ve been using Twitter a lot more to get updates from people and fill others…
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 new Featured Project. Bill Conroy is running in my district for Supreme Court Justice (of my district). He came…
Recently I was developing a few forms for a project at work and wanted a fairly specific format for the input of one of the fields. It was a time of day, and since the <time> element isn’t very well supported in browsers yet, I opted for my own text input and validation. While I…
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!I know I haven’t updated in a while, and that is due to the fact that the semester is now in…
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! So it’s probably the case that you’re feeling the pinch in these less-than-desirable economic times (to put it lightly). CNN…
Here is the links round up for August 22, 2010. This week’s is a back to school edition.
Comments are closed.
You want to build better systems, but you don’t know where to start. That ends today. Get 4 systems every solopreneur needs, the exact tools to create those systems, and automations + AI prompts and skills to get you to a calmer, more reliable business faster.

That ends today. The Solo Systems Starter Kit will give you 4 systems every solopreneur needs to run a less chaotic business, the exact tools to create those systems, and automations + AI prompts and skills to get you to a calmer, more reliable business faster.
Nice tutorial. I’ve been trying to write FB apps for a long time, but the standard documentation was way over my head.
Just one question: where does this go? In index.php?
Andrew- it’s just like a regular program, so theoretically it can go anywhere. What I would do for a larger app is have a ‘header.php’ file and add it in there- then include the header.php on every other file in the app.