Email - info@zymphonies.com

Blog

HTML5 character encoding

Every piece of text you have ever seen on your screen, that actually stored in a particular character encoding…

Read more

Introducing $(document).ready()

This is the first thing to learn about jQuery, If you want an event to work on your page, you should call it…

Read more

Redirecting non-www to www with .htaccess

Redirect all non-www requests to your site to the www version, all you need to do is add the following code to your…

Read more

Full screen background image

CSS3 introduced a new property background-size that enables you to change the size of background images. That means…

Read more

HTML <!DOCTYPE> declaration

The DOCTYPE declaration, which should be the first item to appear in the source mark-up of any web page, is an…

Read more

SASS installation

SASS is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's…

Read more

CSS triangle

Making a triangle with CSS is a great skill to have available to you, as it gives you one more way to call…

Read more

CSS3 media queries

Web developers can define a media type such as screen or print, and specify the look of the content by specifying…

Read more

HTML5 page structure

The HTML5 specification has added quite a few interesting and useful tags for structuring your markup. For a…

Read more

HTML5 advantages

HTML5 has many new syntactical features, which include the <video>, <audio>, and <canvas> elements…

Read more

Clearfix method

When a floated element is within a container box, that element does not automatically force the container’s height…

Read more

How to Install Superfish module

  1. Copy the Superfish module to sites…

    Read more