Tutorials Archive
-
jQuery Slideshow
A simple jQuery function that will enable you to create nice looking slide shows. -
Making a “frilly” border
How to make a border on the top with "frills". One example: http://gkconover.blogspot.com/ -
What is a BLIND SQL Injection?
Its been awhile, and I have been pretty busy. I decided to talk a little bit about a few things I have learned and been working on. When it comes to website security, most programmers understand what SQL injections are. The user types something into a form that manipulates the SQL statement [...] -
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 -
jQuery, PHP, and Forms
I decided to put up a quick post on how I have been using jQuery and PHP to process forms for me very easily. To get started, let me give you a background on what I have been trying to do. I have a page with a list of info, and I wanted [...] -
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 [...] -
Nifty PHP/AJAX tricks
This brief tutorial covers usage of the exit function to help with AJAX scripts as well as how to return both a numeric and associative array via AJAX. -
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 [...]