Posted on:Mar4By Jon Hughes, President of Phazm Webdesign
Comments:
This article is the fourth in a continuing series of DIY tutorials, which aims to make things as simple as possible.
To be honest, I wasn't planning on writing this article, but it would seem that there are quite a few people that want to know - what does the server-side code for the Ajax article look like?
In the previous Ajax article I outlined how to make a simple voting script, and a simple 'shoutbox' using Ajax. If you didn't read that post, I recommend doing so now, before reading this one.
It's always a bit harder to post server-side code, because there are a lot of ways you can do a something, and many people think their way is the better than any other. So let me just say that while there may be other ways to do things, this way works just fine. Anyway, back to your regularly scheduled program.
In this session, you are going to learn how to work the backend (in this case, PHP) for Ajax requests.
(Read more...)
Posted on:Jan18By Jon Hughes, President of Phazm Webdesign
Comments:
This post is the third in a continuing series of DIY tutorials, which aims to make things as simple as possible.
The [Easy as Pie] series focuses on tasks that most people consider too challenging and presents it in a way that is easy (as pie!) to understand.
Introduction
In this post, you are going to have a fantastic time learning:
The good stuff
If you're like me, you learn really well from example. For this reason, I include the download for the random quote generator right here. Enjoy!
Download the Random Quote Generator source code
Let's get started!
(Read more...)
Posted on:Dec27By Jon Hughes, President of Phazm Webdesign
Comments:
This post is the second in a continuing series of DIY tutorials, which aims to make things as simple as possible.
Ajax. Some would say that it is simply an over-used buzzword, but I disagree. Ajax (formerly known as AJAX) is a fantastic way to enhance websites and improve user interactivity. However, like all things, it should be used in moderation, and has the potential to be used improperly (I'm looking at you, flash.)
But I don't want to get off-topic so early on. In this tutorial, you will:
- Learn how to use Ajax in the simplest way I could think of
- Create an addictive voting script
- Create a simple shoutbox
- Download source and create your own within minutes!
(Read more...)
Posted on:Dec16By Jon Hughes, President of Phazm Webdesign
Comments:
This post is the first in a continuing series of DIY tutorials, which aims to make things as simple as possible. I will also monitor the comments on the 'Easy as Pie' posts more carefully so I can address any questions anyone has.
(Read more...)