Archive

Posts Tagged ‘HTML’

Default List Design using CSS (UL/OL/LI)

Aug 20th, 2010

Designing List using CSS is not a big thing. Generally I need to use few lines for simple setting of List (<li>). One things that creates problem every time is IE6 and IE7. I always see by surprise why why so much padding/margin IE6 and IE7 getting whereas IE8 and… READ MORE

Evolution/History of XML

Jul 5th, 2010

Here is a very short story about history and evolution of XML. A kind of markup language was in use in publishing industry long before the formal markup we know these days. The text that needs to be marked as bold on paper was marked as ‘B’, so that that… READ MORE

EditPlus Text Editor’s Encoding support

Jul 3rd, 2010

I am using Editplus from quite long time. I use it as it is fast and efficient in whatever it is capable of doing. It is lightweight. EditPlus has very good support of Unicode. It’s  encoding facility works very well. It can auto detect encoding of a file and use… READ MORE

Fight between WHATWG and W3C; Fight for HTML5 Specification

Jun 29th, 2010

Very good discussion posted by Stephen Shankland about new HTML specification (HTML5), W3C, WHATWG and few very important persons involved in development of new specification for HTML5. I have found the post very interesting and useful for all those who are related to web development.
He discussed about state of… READ MORE

Google Font API: Fonts Viewer – Preview all available Fonts in Google Directory

Jun 5th, 2010

Continue from Google Font API: Why it exists and How it is useful!-
Google API Font Viewer Application:
Google Font Viewer Application will display text using all fonts available as of today according to style you provide below. I checked the application only in Firefox. ‘Show me’ button will display… READ MORE

JavaScript: Dynamically Attach Event Handler to any HTML Element

May 29th, 2010

Want to attach an event handler to HTML element but not by writing as HTML property but directly using JavaScript! Attaching event dynamically for an element can be needed for the reason you do not have direct access to HTML element or for the reason you think that not attaching… READ MORE

HTML Symbol for Check Mark and Others

May 4th, 2010

Here is another hurriedly written post but have some meaning to share with you. I got a promo mock up and there was a check mark (tick mark) symbol that is generally available in MS word. For that list items, I need image to use with CSS (list-style-image:url();). and that… READ MORE

Image Not Available : Easy Solution for Missing Images

Apr 28th, 2010

What to do if image is not available in the source you are reading dynamically. Firefox will not show anything (if alt text not available) and IE will show bad looking cross image.

I was working on a page where some data was coming from outside and based on that… READ MORE

Masthead background color experimentation

Mar 27th, 2010

I was experimenting with Masthead/blog header background colors. I always thought to add some color to my blog as my blog had boring style. I had removed all background images as those was very heavy and very dark spread over whole of blog header. Images on background was very heavy… READ MORE

CSS for Print Media for your Web Site

Mar 21st, 2010

All blogger spend time making his blog beautiful. Blogger want to style his blog or web site by selecting right template for his blog. For Wordpress user, there are plenty of themes available free of cost and premium ones also. After selecting a very good, suitable for his content template,… READ MORE