Have you ever wondered what the difference is between JPEG, GIF, and PNG images we use on the web? As a designer – and especially a web designer – it’s important to know the difference between the different image formats and how to use them in each situation. This article will cover how to use them for each situation to keep file sizes small and image quality high.
(more…)
We’re going to start reviewing real-world examples. We’ll begin by learning the correct syntax for matching an email address. In day four, we’ll take things a step further and implement this code into a PHP and Javascript app.
(more…)
If you’re an avid PHP developer, you are probably aware of the GD library extension. For those who are unfamiliar, the GD library allows you to alter, manipulate, and create images quite simply. Today, we’ll learn the basics of using PHP and the GD library.
(more…)
All too often, I see a great design concept with a poor choice of colors. Part of what makes a great web design “great” is layout, typography and color. When each of these aspects work to compliment each other, great design is born.
(more…)
Many rejected templates here on Themeforest suffer from the same few common mistakes: typography (font, line-height, letter-spacing, color), alignment (grid), and spacing (padding). In this tutorial, we are going to take a closer look at how to avoid these common errors.
(more…)
Eclipse is a powerful Integrated Development Environment (IDE) associated most with Java. However, using a powerful plug-in by Zend called PDT we can transform Eclipse into a great IDE for PHP.
(more…)
PDF is the de-facto electronic document standard because of its security and integrity. Making a PDF isn’t limited to high-end desktop software though; they can be created quite easily on the fly from your web application. Add in a sprinkle of free code, and you got one great recipe for PDF-ala-mode! In this tutorial I’ll show you with PHP and FPDF.
(more…)
Everyone seems to be creating WP themes for public consumption. Make yours stand out among the rest!
(more…)
Continuing on from Day 10, we’ll review SQL insert statements that will allow us to add new rows to our MySql database with PHP. Additionally, we’ll take a look at using foreach statements to loop through an array.
(more…)
I promised you last week that we’d begin working with databases in Day 10. I’ll show you how easy it is to get up and running with MySql. We’ll also review the correct way to retrieve information from our new database.
(more…)