Catzie.net Blog
Programming, Networking, and other Downloads by Catzie
 

My Favorite Google Chrome Extensions


Google Chrome is my favorite web browser. Its interface is simple yet appealing, and a very important thing to me: it loads fast when I start it.

I like so many things that are from Google – the search engine, Gmail, Google Plus, Google AdSense, etc. They provide so many great services for free.

Continue reading »

Wrapping text in table cells and DIV tags


I’ve been doing research on how to wrap texts. First solution I found was giving the CSS property word-wrap the value break-word:

word-wrap: break-word

But this didn’t work in Firefox.

Continue reading »

IE Tester – see how your web pages look in different versions of IE (Windows Internet Explorer)


(Post taken from my old blog, Poochycat.com)

Ahh, it seems that I posted this in our MULPROJ days. ^_^

Yesterday I woke up at 6AM. I wanted to go on with my sleep, but I couldn’t. I suddenly remembered that I haven’t tested in different versions of Internet Explorer the layout design of the website I had to submit for MULPROJ that day. It’s like God woke me up to remind me that I had to test the layout. xD

Continue reading »