Design News and Discussion

Creating JavaScript Class Basics

For those starting off with the concept of object oriented programming, you will find that JavaScript very easily adapts itself to OOP. This is because at it’s core JavaScript is designed as an object oriented programming language. For this reason, creating JavaScript classes is pretty simple and straight forward. … Continue »

YouTube – Free Commercials, Easy Clicks

One name that gets tossed around a lot in SEO is YouTube. People will tell you “you got to have a YouTube page!,” but like any optimizing technique it’s important to understand why something works so that you can squeeze as much out of it as possible. Having a … Continue »

Being Specific Helps You Rank

When you first set out to optimize your website for search engines the gut instinct is to write the literature of your site in such a way that it encompasses the major theme of the site, this is a bad move. For a moment forget that you know anything … Continue »

Dynamic PHP Variables and Array Names

Ever write a PHP program and find that it would be really useful to be able to create variable or array names on the fly? It can be difficult to explain why its sometimes necessary, this really depends on the program and it’s goals, but none the less sometimes… … Continue »

Basic PHP Array Tutorial

Arrays are a powerful way to group similar information together. Beginners often find arrays to be intimidating probably because grasping how to use them can be tricky and the functions that allow you to control them are a little confusing at times. Once you break down the pieces of … Continue »