30 Magnificent Sites Using HTML5 in Their Core Layout

May 28th, 2010 | 1 Comment | Posted in HTML, Web Design

As HTML5 has been evolving into the new web standard, there’s good reason why. HTML5 has defined a variety of elements and attributes that will surely change the way websites are being developed. It’s no wonder this new revision of hyper text mark-up language is opening new doors for developers and creating much more semantic layouts that flow on a fluent level.

Below we’ve compiled an amazing list of 30 beautiful websites that are already using HTML5 within their core layout. Let us know which ones you like best!

Les Integristes


More »

Tags: , , ,

A Useful Addition to any Business Website

August 5th, 2008 | 1 Comment | Posted in HTML

I’ve used this code in a large amount of business websites I’ve produced. It allows users to see at a glance whether a business is open or closed. If the time is within the specified hours, it will display an open image, if it any other time, it will display the closed image. It is easy to implement and looks great on a store hours page. It goes by the time of your server however so if your server is in a different timezone, adjust the hours accordingly. See a demo in action here.

<?php
/**
* Open / Closed script
* Try to edit only the ‘$hours’ array and the <img /> tags later on
* Editing anything else could give undesired results
*/

// These are the hours, correlating with the above days, in AM and PM format separated by ‘-’
$hours = array(‘Sunday’ => ‘Closed’,
‘Monday’ => ‘By Appointment’,
‘Tuesday’ => ’10AM-5PM’,
‘Wednesday’ => ’10AM-5PM’,
‘Thursday’ => ’10AM-5PM’,
‘Friday’ => ’10AM-6PM’,
‘Saturday’ => ’10AM-5PM’);

More »

Tags: , ,

Community News

  • Create Beautiful Mystery Grunge Effect in Photosho…

    In this Photoshop tutorial, I would like to tell how to make a beautiful mystery grunge artwork, using some stock images and brushes. It is not very hard work, but it requires some skill and your i…

    August 27, 2010
  • 10 Ways to Come up With New, Fresh Ideas

    Whether you run a business or manage a marketing strategy, you know that new ideas can sometimes be hard to find. You want to find ways to differentiate yourself from competitors, but creativity do…

    August 27, 2010
  • 40 First-Class Premium Magazine Style WordPress Th…

    In our next post, we will be showcasing 40 First-Class Premium Magazine Style WordPress Themes.

    August 27, 2010
  • 5 Awesome Examples of Black and White Photography

    Black and white photography is crisp and clean with its patterns to intrigue our minds. It tells stories of life. This showcase features 5 amazing monochrome shots that, surely, will impress you wi…

    August 27, 2010
  • 30 Nice & Beautiful Looking Portfolio Designs

    Portfolio usually known as your work identity over web or showcase of your works which helps you to get paid. Designing of Portfolio is a quite difficult job for an artist as he needs to show his a…

    August 27, 2010









Captcha
To prevent spam, please type the text (all uppercase) from this image in the textbox below.