Post Archive

  • Who’s Online Script Posted!

    Who’s Online Script Posted!

    I was messing around and realized there weren’t a lot of these around that were very simple to integrate into a website. It is VERY simple. I may go more advanced in the future, but right now it does the basics -> tells how many people are online.  Because it is simple, it [...]

    Read More

  • jQuery tutorial has been posted.

    jQuery tutorial has been posted.

    This is a simple tutorial, designed mostly just to introduce you to jQuery. If you have had some experience with Javascript, you should be able to pick this up very quickly after reading through the tutorial. I provide the structure and a couple examples. If anyone needs help with a script or [...]

    Read More

  • PHP Tutorial Part 1 Complete

    PHP Tutorial Part 1 Complete

    I have completed Part 1 for the PHP tutorial. It can be found here. It covers the very basics. I will write a page on each of the basics in the future to go more in depth, and covering advanced topics. I am planning a part 2 to cover functions, arrays, [...]

    Read More

  • PHP Tutorial

    PHP Tutorial

    I am going to be starting a PHP tutorial pretty soon.  It will be very basic and easy to read.  I will hopefully have part 1 up today in the Tutorial section.  I want to cover the basics, and eventually files, mysql, xml, sockets, and maybe some more advanced options.  We will see.  If there [...]

    Read More

  • Getting Started with Object Oriented Programming in PHP

    Getting Started with Object Oriented Programming in PHP

    I just posted a tutorial on Object Oriented Programming in PHP.  For those that aren’t sure what that is, it is classes and a way to stream line your code and make it much more efficient and quicker.  Head over to the Tutorials Section to take a look at it.

    Read More

  • PHP IRC Bot Class

    PHP IRC Bot Class

    I just added an updated version of my PHP IRC Bot Class to the code bin. Basically it is a class that anyone can use to create a PHP bot that connects to any IRC network in just a few lines of code. Full documentation is provided.

    Read More