Monday, 16 May 2011

Mozbar

Mozbar is rebuilt for Chrome Firefox SEO extension from the recognized authority SEOmoz. Powerful tools are now in a few clicks away on your favourite web browser.


Friday, 22 April 2011

Grouping HTML Elements Within Your CSS

It is possible to group elements within your CSS. If you would like to style multiple elements using CSS it is important to note that you need to seperate each element using a "comma , ". I generaly seperate not only using a comma but also leaving a space between the element and the comma.

For ease of reading and for troubleshooting I reccommend that each "property" is placed on its own line when in production stage.

There are tools on the net which take out whitespace from CSS files, some of these tools take out the whitespace and this ends up that the selectors are directly behind each other.

Other tools place all of the properties within "{}" on one line. This is obviously a personal preference, I leave my styling as in the development stages.

In the following example I have grouped all headline tags and have given them all the same property:

Example:

h1, h2, h3, h4, h5, h6{
color: #FFFFFF;
background-color: #000000;
}

Please note that the last selector (h6) has no comma behind it.

The above example can be used for multiple elements and not just elements of the same tag type. Creating general styling for the majority or all elements is a good practice.

The following example shows what I mean:

Example:

h1, h2, h3, h4, h5, h6, p, blockquote, code, div, form{
margin: 0;
padding: 0;
}

Again the last selector (form) has no comma behind it.


Website Design | Website Design Company | Web Development
Get a beautiful website design. Studio Web is a results oriented web design & online marketing firm serving companies worldwide.
Sponsored Link

Monday, 14 March 2011

Contact world leading website design company for following Graphic Design Services

Contact world leading website design company for following Graphic Design Services:
Logo Design , Banner Design, Graphic Design, Flyer Design, Newsletter Design, CD Cover Design, Magazine Design
Illustration Design, Cartoon Design, Corporate Identity Design, HTML Newsletter Design, Business Card Design,
Advertisement Design, Flex Design, Hoarding Design.
http://www.websitedesign1.com/

Tuesday, 22 February 2011

Download & Manually Update Your Samsung Epic 4G To Android 2.2 ...

We already know that the Android 2.2 update will happen in waves. We already know that all devices are expected to have the update by February 25th. While that is good news, we say forget that. What if you’re in the last wave on February 25th? If you want it now, and I mean right now, download the update and do it manually. Don’t worry, we have the instructions!

Instructions Courtesy of AndroidCentral

   1. Download the update from Samsung. Hint: Just download the Mac version, even if you have a PC. The file you download will be the update.zip.
   2. Move the update.zip file to your SD card (instructions).
   3. Turn off your phone.
   4. Hold the Volume Down and Camera buttons, then press the power button.
   5. The update should automatically launch itself. Sit back and relax.
   6. Reboot the phone.

For more information and the occasional help, visit the source link below! Cheers and have fun!

source. http://zoknowsgaming.com/2011/02/21/download-manually-update-samsung-epic-4g-android-22-froyo-forget-waiting/

The Apple iPad 2 Release Date And Features Update

Apple is not giving out any information about the new iPad 2, but there are plenty of rumors and speculations about the latest tablet device.
March 2011 is when it is rumored to be released for sale. The iPad 2 is expected to be slimmer and lighter. There is speculation about it having two cameras.
It should also have USB port access, something the original iPad is lacking and often complained about. An increase in memory size and a wireless printing feature are also expected.
The price of the iPad 2 is expected to be similar to that of the original iPad, unless there are far outstanding features included with it.

source. http://www.ecanadanow.com/technology/2011/02/21/the-apple-ipad-2-release-date-and-features-update/

Wednesday, 16 February 2011

Typically web pages are classified as static or dynamic

 Such elements as text, forms, images (GIFs, JPEGs, Portable Network Graphics) and video can be placed on the page using HTML/XHTML/XML tags. Older browsers may require Plug-ins such as Adobe Flash, QuickTime, Java run-time environment, etc. to display some media, which are embedded into web page by using HTML/XHTML tags.

Improvements in browsers' compliance with W3C standards prompted a widespread acceptance and usage of XHTML/XML in conjunction with Cascading Style Sheets (CSS) to position and manipulate web page elements and objects.

Typically web pages are classified as static or dynamic:

    * Static pages don’t change content and layout with every request unless a human (web master/programmer) manually updates the page. A simple HTML page is an example of static content.
    * Dynamic pages adapt their content and/or appearance depending on end-user’s input/interaction or changes in the computing environment (user, time, database modifications, etc.) Content can be changed on the client side (end-user's computer) by using client-side scripting languages (JavaScript, JScript, Actionscript, etc.) to alter DOM elements (DHTML). Dynamic content is often compiled on the server utilizing server-side scripting languages (Perl, PHP, ASP, JSP, ColdFusion, etc.). Both approaches are usually used in complex applications.

Search Engine Optimization