Why You Don’t Need a Masters Degree

The widespread belief is that having a masters degree will instantly advance your career, earn you more money, and generally just make you a better person. The fact of the matter is that some careers do require a masters degree. If you want to be a doctor, you better put in the many years of studying it takes to know how to take care of people and their various medical conditions. In other job fields, a masters degree is not so necessary. Success can be attained in almost every field without a masters degree, and here’s why.

Continue reading

Facebook Contest, Open House & BBQ

Open House & BBQ at Q College, on Fri 24 June from 12 – 2.

Come along and have some free food and drinks and have a look around. Chat to our staff and get know more about what we do, or sign up for a course.

Enter our Facebook contest as well. Want to win 1 of 5 tickets to WildPlay? LIKE US on Facebook & post on our wall “What I would like to learn at Q College” to be eligible. Attend the Open House as well as Liking Us (and posting!) and you could win a ticket for 2 to the Imax.

Graphic Design for Web Development

When producing graphic assets for a company, website, product, etc., aim to produce versatile assets that can be adapted to a variety of image dimensions.

Navigation Elements

As with all elements on a website, it is crucial that navigation elements remain scalable. They need to be able to stretch, shrink and accommodate a variable amount of characters. Often we will see the background graphic of a styled hyperlink changing throughout the different states of a link element (dormant, hovered, active, and visited). Continue reading

New WordPress Classes

Want to learn more about the world’s largest self-hosted blogging tool?

Whether you’ve just discovered WordPress or are an experienced user looking to sharpen your skills, our new classes will help you realize its full potential.

WordPress was once a simple blogging system, but is now an fully open source content management system with over 100 million downloads. It’s a unique, completely customizable tool that improves daily thanks to hundreds of global contributors. Continue reading

Image Optimization for the Web

There are several file types available for digital graphics. Each of these types has a different way of compressing the graphical data.

Tiff type files are non-lossy, they do not compress the files in any drastic. File compression that is lossy causes information to be lost, and non-lossy file compression does not.

For graphics where you have many colors and shades, try using jpegs. When .jpg files are compressed they save space by blending nearby colors together. Highly compressed jpg files often look blurry.

When a file is saved as a gif, the image is compressed by limiting the color palette that it uses. A highly compressed gif file will often look “pixelated”. By compressing a gif too much you run the risk of losing valuable colors.

Gif files also benefit by supporting transparency. To keep your transparencies looking great, try adjusting the web snap, or manually toggling certain colors to transparent. Oddities can often arise when saving transparent gifs. Practice will make perfect when you work with transparency in your gif files. Often, adding a contrasting color to the background of your work in progress gif will help you to see more accurately, what it will look like over any given background. Having a contrasting color in the background before saving can also help quite a bit when rendering your transparencies by toggling certain colors. But be aware, that when you do this, you also run the risk of toggling colors that are being used inside your main image. Try to use a color that is not being used in the main image when using a contrasting background to render transparencies. PNG24 files also use transparency; although, they are relatively large in file size and will download slowly on most connections.

Image optimization is very important for creating a website that will load quickly. You want to consider how and where you plan to use your images as well.

Are you taking up extra space with redundancy? For example, why would you have 5 different gradient images for different field dimensions, when you can have one small 20x1px gradient gif and use your css styling to repeat the region? Or, why bother with a bunch of black in the background of your gif image when the image is over an area that already has a black background? Using transparency, in this case, will not only help to optimize your site; but, it will also give you more flexibility when using that graphic again, down the road. A stitch in time will in fact save 9, or perhaps 10. Continue reading