Posts Tagged ‘tutorial’

How to Write a PHP Script to Send a Trackback

Tuesday, January 8th, 2008

Don’t know what a trackback is? Check out this set of articles for a bit more information.

Assuming you do know what a trackback is, how do you send one - technically speaking? And how can we write a php script to send one?

A trackback is a simple ping - an HTTP Request. It is specially formatted with a limited amount of information. The receiving server is set up to handle that information and use it to create the comment based on your trackback ping.
(more…)

Web Design Guides, Articles, and Tutorials

Sunday, January 6th, 2008

There’s plenty of stuff to learn when it comes to web design. It can be a pretty daunting thing to tackle.

I’ve spent several years scouring the internet for information and testing things out to learn the little bit that I have. I figured it was only right to pass that information on - so that you can use my experience and learn from my mistakes.
(more…)