Post Pic

Tuesday Tip: Define, Define, Define…

When building a PHP application using OOP you end up with multiple files that have everything to do with the process of the application and the actual build of functions and classes. So how do you maintain some consistency within an application? You create constants for the application like so:
define(definition, value);
Example:
define(”constants”, “on”);
So now, as long [...]

Post Pic

22 Cutting Edge PSD to HTML Tutorials

Designing a web layout in Photoshop or Fireworks is only half of the process. Web-designers and developers need to be able to convert those PSD layouts into valid CSS and HTML. These 22 tutorials are a great starting point if you’re interested in learning how to do just that. I hope you enjoy this post, please take a minute to chime in and leave a comment!

Post Pic

Create a Smooth and Modern Portfolio Layout

In this tutorial, you’ll create a nice layout complete with clean lines, and a modern look that’s sure to get clients’ attention! It’s great practice in Photoshop, and has a couple tips that you can take with you when you’d like to design other Layouts in Photoshop. Let’s get started.

Post Pic

Bokeh Effect with Pure CSS3 and jQuery

Bokeh – In photography, bokeh is the blur, or the aesthetic quality of the blur, in out-of-focus areas of an image, or “the way the lens renders out-of-focus points of light.” (from Wikipedia). I’m pretty sure you’ve seen this effect before, since there are loads of wallpaper roundups and tutorials using this technique. Currently, one of my favourite wallpapers has to be this bokeh effect from -kol.

Post Pic

Sweet AJAX Tabs with the new jQuery 1.4 and CSS3!

Organizing the content of a page in a both intuitive and eye-catching manner, is a must in modern web design. One principle that has been around for some time is dividing text into tabs. This allows you to squeeze much more content in a seemingly limited space and provide a structured way of accessing it.

 Page 1 of 9  1  2  3  4  5 » ...  Last »