Margin and Padding Shorthand 

One of the most common attributes in CSS are margin and padding, while there use isn’t that big it certainly helps a website’s content look clean and spaced out. Margins create certain amounts of spacing between almost anything on a webpage and can be used to seperate divs. Padding of course is most commonly used [...]

10 CSS tricks that make website looks cool instantly! 

There are numerous ways a Cascading Style Sheets (CSS) can improves our web design and it’s not difficult to implement a few to make our website looks better and more user-friendly. Listed below are 10 cool CSS tricks that will improve your web designs instantly. The good thing about these tutorials is that they make [...]

How To Check Web Page Last Update 

Many times we come across websites or blogs where the dates of the posts are not displayed or made hidden so that a person doesn’t come to know when that page was last updated. With this simple trick you can come to know when a specific Web page was last updated.

SharePoint Media Player 

The Media Player Web Part for SharePoint 2007 can be used to play media files in a SharePoint web portals. The Media Player Web Part displays the media content and provides the standard playback controls that are expected from a web-based video player.

The Shadow Effect in CSS3 

Shadow in website design is something that can be achieved by using CSS and images, to achieve shadow in CSS2 you would use images and positioning, it can be achieved but it usually means that you have to create multiple divs. But another one of the exciting new attributes in CSS3 is box-shadow which allows [...]

Shorthand CSS: Margins 

Writing Shorthand CSS is a great method of not only writing better code, but it also can reduce load times and speed up development time by almost halving the code to be written. There are different methods and types of shorthand CSS, of which i will explain and go through in the following screencast and [...]

Creating the Perfect CSS Reset 

As every new and experience web developer knows, different browsers process code differently. What may look perfect in Firefox, may be off in Internet Explorer. As annoying and tedious it is to make your website browser compatible, one CSS style sheet can save you a bunch of time from fixing IE6 errors. These are called [...]

How To Use a Different Color Select using Css 

Sometimes when we are designing a website and would like the option to change “X” element of our design, we can select a common set that contains only the name of the color, but because they do not giving background to each element of the select? This is easy using CSS.

CSS Shorthand: Margin & Padding 

The CSS properties “margin” and “padding” allow the use of shorthand declarations, meaning we can state all the “-top”, “-left”, “-bottom”, and “-right” attributes in one call.