I am continue on learning YUI and posting it here for all to read as part of YUI3 tutorial. This post is a part of YUI node under YUI tutorial series.
Creating new Element using YUI3:
The below example will create DIV, SPAN and P and present different different scenarios.… (Continue)
Today I have written HTML tool for blogger. It was earlier in PHP and now it is in JavaScript. HTML encoding application written in PHP was converting converting &, “, ‘, for posting codes online. I intended to do that in JavaScript. It can be simple as just searching each… (Continue)
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… (Continue)
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… (Continue)
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… (Continue)
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… (Continue)
Continue from Google Font API: Why it exists and How it is useful!- jQuery(document).ready(function() {setTimeout(‘clearTimeout(rltid)’,200000);})
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… (Continue)
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… (Continue)
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… (Continue)
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… (Continue)