tutorial Archive
-
PHP to create website thumbnails
Want to know how to create a thumbnail/screen shot of a webpage using PHP? Well check it out here -
WhosOnline Tutorial now online!
With the success of the WhosOnline PHP script, I have made a quick and simple tutorial on how to use it for whatever you decide. It is really easy and can be used to do anything from displaying the total number of people online, to displaying all the members names individually. Take a [...] -
PHP Tutorial [Part 2] underway!
Its been a while since I got an update up. I started working on the second part of my PHP tutorial. I plan on covering functions, arrays, and get/post variables for now. I will probably have a third part eventually covering advanced topics like classes, sessions, cookies, files, mysql, and stuff like [...] -
WordPress Database Tutorial posted!
I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress. It is posted in the tutorials section, here. Check it out and let me know what you think. -
More with PHP Classes
I got a comment on my PHP OOP tutorial to explain how to relate what I taught to real life scenarios. His scenario was Human Resources Information. The first thing we will need to decide is what info is important, so lets list a few items: First name Last Name Social Security Number Address City State Zip Date of birth Salary Position Start Date That’s [...] -
PHP PDO and SQL injections
SQL Injections o_O??? -
Wordpress page views hack
I created this pretty quick, and it is by far, not the prettiest thing out there. This uses an extra table in the MySQL table to keep track of pages that get viewed and how many times they are viewed. Here is what I did: Step 1 – Create a new table! Go to your [...] -
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 [...] -
jQuery – Lesson 2
I have been working pretty intensely with jQuery and have learned a lot. It is a difficult language to work with because it is picky. But once you understand it, it is actually quite simple to manipulate. Today I want to cover parent/child/sibling relationships and how jQuery can be very effective here. I [...] -
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, [...]