Posts Tagged ‘site’

IE6 CSS Fixer – inline-block

IE6 CSS Fixer tips to knowSuppose it is unnecessary to explain in details the specifics of the inline-block display value. The main problem with it is that it has no support in older browser versions. IE6 and IE7 have partial support only while FF2 has –moz specific support. Let’s try to use the following to fix the problem…

Continue Reading...

Structure vs Semantics in HTML

Structure in HTML tips to knowMany web developers still use HTML as the best way for constructing to add CSS, javascript and some other enhancements to their web documents. However, more and more people start talking about semantic value of HTML. Sometimes, we take the advice too literary and this may lead to various unnecessary problems with HTML.

Continue Reading...

Semantics for Search

Semantics tips to knowTalking about HTML we usually highlight its structural function. However, this time we are going to discuss semantics especially the reasons why it doesn’t provide us with all the advantages promised. The truth is that we spend so much time and effort on writing structurally and semantically valuable html not for screenreader users only.

Continue Reading...

Web 2.0 Myths

Web 2.0 Myths to knowWeb 2.0 is a social web, but is it really so? Of course, the main idea of building the web together is quite attractive. We can share information, organize data, find out something new. But does it resemble you so desired communication when you can forget about loneliness? Don’t forget that social web sites are the places dominated by statistics.

Continue Reading...

Browsers Wars

browsers wars to knowWar is evil or just another chance for improvement? The latter statement can be true for browsers development history. Today we can observe the battle between IE, Mozilla, Opera and Safari. There are two battlefields but the results are obvious for global users. Notwithstanding various complaints, IE still doesn’t have adequate rival.

Continue Reading...

The Address Tag

Address Tag tips to knowTrying to be a professional web designer we try to learn everything necessary about web standards and even more. Now you know a lot about screen readers and people with disabilities browsing the web, how machines differ from humans as well as about semantics and syntax. All this is quite useful.

Continue Reading...

Class and ID Selectors Explained

Class and ID Selectors to knowWith the opportunity to define your own selectors in the form of Class and ID selectors you can have the same HTML element presented differently depending on its ID or class. Here you can find samples of HTML refers to the CSS by using the attributes id and class with explanation and tips to use.

Continue Reading...

Tips to Create Drupal Themes with Dreamweaver

Drupal themes to knowYou can install and run several themes at once with Drupal. Dreamweaver allows you to apply and modify styles efficiently while working with various Drupal templates. Just use Design Time Stylesheets feature that is located in the secondary menu of the CSS Styles panel.

Continue Reading...