Author Archive
-
Site is under construction!!!
The site is currently being updated!!! This is going to be the new layout. Not only will we be collaborating and working together to post new content, but there will be a script sharing database. Every registered user will be able to upload their own scripts to share with others. The [...] -
Update coming!!!
I have been busy with lots of stuff, and haven’t been updating the site as often as I would like. I will be updating the site over the next couple weeks. I am going to theme it differently, and am opening it up for collaboration. I have a few collaborators that will [...] -
Making a “frilly” border
How to make a border on the top with "frills". One example: http://gkconover.blogspot.com/ -
Hacking blogger (blogspot) css content
I have been working a little bit with blogger content and have a few tips and tricks that I have learned that a lot of n00b bloggers like and are looking for. I decided to start posting content on different design hacks to help people customize their blog to the way the like it. [...] -
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 -
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 [...] -
WhosOnline updated again!
The biggest feature is the ability to show WHO is online, not just a count!!! Read more -
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 [...] -
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 [...]