March 2, 2013

Web based application need to be done

WordPress Mechanic - WordPress Plugin

Web based application need to be done Do you have a reference website or any paper work scanned? Do you have a working website online and need some fixes in existing scripts? Do you have shortage of time and can’t afford delays in development process? Do you need only project estimation regarding hours or cost? […]

November 7, 2012

reset.css file

reset.css file

reset.css file reset.css file – The first one is a generic reset file. Many browser interpret the default behavior of html elements differently. By using a general reset CSS file, we can work round this. This file also contains some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind, that these values […]

June 14, 2012

How to style placeholders independently?

How to style placeholders independently? :-webkit-input-placeholder { color: #979797; } :-moz-placeholder { color: #979797; } :-ms-input-placeholder { color: #979797; }

December 20, 2011

apply tinyMCE to specific textarea instead of all textareas

apply tinyMCE to specific textarea instead of all textareas This problem occurs when we don’t bother to specify the textarea for tinyMCE. Situation justifies because mostly we deal with such content pages where only one textarea will be used and that either rich texteditor or simple textarea. Few developers will not agree with me if […]

June 11, 2011

10 points to be covered when converting a design to html

10 points to be covered when converting a design to html: Site Architecture should be well communicated among Stakeholders Designers Developers QA Dept. Define those modules which are repeating all over the website more than 1 time and write styles for those modules with “id” instead of applying classes on them Reason: This distinction will […]

May 23, 2011

Hyperlink not getting height and width?

Hyperlink not getting height and width   Float left fixes the hyperlink height width issue.   Hyperlink not getting height and width is a famous tutorial of wdwd team in which they have pointed out a common problem regarding css and html