About us Services Portfolio Request-a-quote MyImagination News
Design News and Discussion
News and discussion
about all things design.
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 ClicksOne 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 RankWhen 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 NamesEver 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 TutorialArrays 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