Archive for September 1st, 2006
New resume, with new idea.. Skill cloud, Interest Cloud etc..
My new resume uploaded, few ideas are added, How does it look like to other peple?
, Thanks to emran bhai (for editing my english construction)
Download Hasan’s Resume
Skill Cloud:

Interest cloud:

Kudos hasin bhai
I was stuck with few CSS related bugs, which were related only with M$ IE.
Credits goes to hasin bhai who resolved those M$ IE related bugs.
Scenario 1:
Everything was loading fine on most of the browsers except IE 6, it was not render the <h2/> background, which was placed inside a div.
i.e: <div><h2>title</h2><p>some content</p></div>
Solution: use (position: relative)
Scenario: 2
Rectangle border was not rendering properly on IE.
i.e: <div class=”borderDiv”>some content, contains lot of floating div as well</div>Solution: use (background: #fff);




