simple singularities

finished to setup dreamhost.com

Filed under: smalltalk — fri13th February 25, 2009 @ 7:28 pm

i just finished to transfer my blog. it was very simple job, thanx~ i’ll do the tedious egloos to wordpress transfer in this weekend and if it is finished, i’ll restart my gourmet blog again in wordpress..

the time i couldn’t have been post an article, i felt disconnected and depressed.. it was not good at all.. so it is very important to start blog for my mental health..

and also i’ll lunch another php ajax-based site sooner or later. i’ll notify it later..

ie6 quirks

Filed under: linux,smalltalk — fri13th February 19, 2009 @ 4:19 pm

most critical part in ie6 may be the hover property. ie6 only support hover in a tag, while other all modern browsers support hover properties in any tag. you have to manually add onmouseover and onmouseout event.

like this:

1
2
3
4
if (item.className = "orig") {
    item.onmouseover=function(){this.className+=" over";};
    item.onmouseout=function(){this.className="orig"};
}

and a tag’s behavior is somewhat wierd also..

1
2
3
4
5
<style>
li {text-align:left; width:100px;}
a {text-align:center;}
</style>
<li><a>test</a></li>

this one wil be broken in ie6..

and many more..

anyway i can fix all these problem by using firebug and ietester. thank you so much~

IETester

Filed under: programming — fri13th @ 9:30 am

it was very painful to install new virtual machine for just testing site in ie6. so IETester is really good for me.

http://www.my-debugbar.com/wiki/IETester/HomePage

i eventually ignore ie 5.5. but not ie6.. i wish windows 7 will be spreaded. really ie6 sucks.

dreamhost.com

Filed under: linux — fri13th @ 9:14 am

i bought a dreamhost account yesterday.
it was only $9.24/yr for the president day event :-)
90% cheap, isn’t it really cool?

i used dreamhost when testing some site..
it was very convenience, web panel and
ssh matches perfectly..

so i bought a new account, i’ll move my blog
and open renewal site, soon or at least one month..
before i move, i’ll back up all, but that’s not all the
thing i plan now. i’ll make another blog for gourmet.
adding twitter client, and a new site based on cakephp
and codeigniter..

i wish my next blog will be funnier than now.
i’ll do my best, but i can’t assure when it will be done..
because i’m very very busy in these days..

wish me luck..