What new Chief Technology Officer of the US need to do?

Banning the use of IE6.
I do believe it’s just the right time to do the right change to make the internet faster, greener, cheaper, which helps to boost the poor economy.

Uncategorized
Browsers

Comments (4)

Permalink

Choosing a DOCTYPE that is just simple and strict

I did not know this trick until I view the HTML source of

a randomly search
result from google


http://www.hedgerwow.com/360/dhtml/short_doc_type.html

Browsers
HTML

Comments (3)

Permalink

YAHOO.onBeforeUnload

Just like most people, I like to travel whenever I have the opportunity to explore and experience the whole world.

I want to know more things, and I want to experience more things as well.

I had been to some great places in my past traveling and I always heard some great stories about some other very interesting and attractive destinations from people from varies places which always caught my and gives me more energy to move forward to the next new stop.

3 years ago, after working in Yahoo! Taiwan for a while, I had the chance to be transferred to Yahoo! US and started my career as a front-end engineer in Silicon Valley, one of the most amazing places where you can definitely see the abundance of the creativity and energy of human intelligence .

For me, Yahoo! had been a great place to work for through the past few years, and I will definitely it put it on my fav list of the best companies to work for.

It’s indeed a wonderful thing for me to have a decent job in Yahoo, to be able to meet more nice friends and to achieve my career goal here especially I’m an alien worker who rarely speaks English and drive cars before coming to the USA.

I’m much luckier than I think I’m.

So there is another great chance showing up for me to switch to the next company unexpectedly.

I think I should know about the next company well since I had been told a lot great and exciting things about this company either from the media, the people who work there or simply from the words of mouth and I had decided to step into this company instead of keeping myself as an outsider from that company..

It’s time to move on for me.

I’d thank for all the love, kindness and dedication of all my co-workers in Yahoo!, which is truly an amazing and unforgettable experience and I will always be proud of being a members of Yahoos.

9/12 is my last day in Yahoo, and I’d start my new job in Google by 9/22.

My personal contacts info are below:
Feel free to add me as your contact.

Email : hedgerwang (at) gmail.com
LinkedIn : http://www.linkedin.com/in/hedgerwang
Flickr : http://www.flickr.com/photos/hedger
BLOG : http://www.hedgerwow.com/

Cheers and best wishes for all.

Hedger.

Random Thoughts

Comments (9)

Permalink

How to display some HTMLs only when JavaScript is enabled?

innerHTML rules!
http://www.hedgerwow.com/360/dhtml/html-yesjs.html

JavaScript
XHTML

Comments (3)

Permalink

A JavaScript Bug of SpiderMonkey on Firefox

Hopefully, we’re safe from this kind of problems..
http://www.hedgerwow.com/360/bugs/js-spider-monkey-bug.html

JavaScript
Firefox Only

Comments (1)

Permalink

In case you need to implement min-width for IE6

I’ve posted a example about make min-width work on IE6 before, and this post is about giving you a bare bone template with min-width support so that you can simply grab the code for your layout easily.

Though the CSS / HTML seems tricky for some developers, I still think this a far better solution than the extremely expensive expression(); solution.
the template is available here http://www.hedgerwow.com/360/bugs/css-only-min_width_ie6_2..html

Update:this one works even better for me.
http://www.hedgerwow.com/360/dhtml/css-min-width-final.html

Cheers

CSS Hack
CSS
layout

Comments (3)

Permalink

Stable Array.sort

I’d think that stable sorting does matter for most sortable UI, and it’s better to let JS to do it natively since we use JS a lot to make UI sortable.
http://www.hedgerwow.com/360/dhtml/js_array_stable_sort.html

JavaScript

Comments (0)

Permalink

Long Word breaker

for really long words in HTML, there’s a way to break it.
http://www.hedgerwow.com/360/dhtml/css-word-break.html

JavaScript
CSS
layout
FancyStyle

Comments (1)

Permalink

Finally, the alternative fix for IE6’s memory leak is available

Some languages suggest that using try….finally block statement may help to prevent the memory leak, and this rule apply to JScript in IE, too.

http://www.hedgerwow.com/360/dhtml/ie6_memory_leak_fix/

JavaScript
IE only
memory leak

Comments (0)

Permalink

JavaScript, the unnecessary part : About Label

My answer which explain why people like to use JavaScript label for inline script unconsciously.
http://www.hedgerwow.com/360/dhtml/js_label/

JavaScript

Comments (1)

Permalink