Post Archive
-
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 [...] -
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 [...] -
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, [...] -
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 [...] -
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. -
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. -
Getting around Vista’s Login
Had a problem a while back, where I needed to get some information of my brothers laptop. He wasn’t around, and I couldn’t contact him. He had one account “Todd”, which was password protected. Try as I might, I couldn’t break into it. I came across a nifty bootloader that could [...]