January 30, 2010, in PHP.
7 Comments »
A question was asked in the comments for "Make Your Own Ajax Contact Form" about preventing a PHP script from being accessed directly.
This can be done for security reasons. In the example of the Ajax contact form tutorial, it would be to prevent potential spammers from taking advantage of a security vulnerability.
Read More
January 29, 2010, in PHP.
3 Comments »
Have you ever thought of an idea to do something with PHP, and wanted to test it out? You probably have to go through the trouble of writing your script, starting a server, and testing it in your browser.
Perhaps you love using PHP, and would like to do more than web development with it. You might like it as a more readable version of Perl.
Read More
January 27, 2010, in Web Design.
39 Comments »
Good design, CSS, and web standards?
Don't worry about that.
They are unnecessary extra steps that take up extra time, when you could be making terrible websites?
Read More
January 25, 2010, in JavaScript,PHP.
9 Comments »
Ajax is an awesome technique, which allows for server-side stuff to be done without the user having to even refresh a page.
One common use for Ajax is contact forms. So today, we're going to create just that. Once you understand how to make a contact form, you can easily figure out how to use the same techniques to do just about anything.
Read More
January 23, 2010, in CSS.
11 Comments »
A common way of emphasizing a small part of a page's content is by using pull quotes.
Pull quotes are short blocks of text, taken out of the main flow of content, to emphasize a point. They are usually styled in a way that will separate them from the main body text. Today I will show you how to style pull quotes, so that you can use them effectively.
Read More