Aug 28 2008

IE8 Inprivate blocking

Classified in: Internet explorer, Microsoftpaomic at 2:53 pm

Inprivate TM is a new feature available with the upcoming Microsoft Internet Explorer 8 (beta 2 available), which guarantees a much safer navigation on the Internet. The main goal is to make sure that when you surf the internet using someone’s else PC you won’t leave any hint of where you have been: this could be useful for surfing on public spots. Also, it could prevent websites and advertisers to track users navigation. You’re wondering how do they track you? Well, for example, when you navigate on two sites, both having Google adwords or other forms of ads, you can be tracked, in the sense that in this case Google knows that you navigated on those two sites. This is also a useful info for advertisers, since they use this to deliver advertisement to match users (supposed) interests.

What do you think? Will you use this feature?

Tags:

Aug 26 2008

Internet Explorer 6 under Vista

Classified in: Internet explorer, Vista, Windowspaomic at 8:10 am

Maybe you need to run Internet Eplorer 6 (IE6) under Vista, either for compatibility with older web applications or for web development or, if you ‘re insane, to use it instead of IE7 or Firefox (recommended choice). Well, you can download this file, directly from Microsoft, that emulates a Windows XP SP2 with IE6. There are also images with IE7 or IE8 Beta 1.

Have fun!

Tags:

Jul 01 2008

So Bill Gates has left Microsoft, ey?

Classified in: Internet explorer, Microsoft, Technology news, Vista, Windowsje at 2:54 pm

Poor poor thing. I almost feel like singing him a lullaby and rocking him ever-so gently ‘til he falls asleep with his thumb in his mouth and a drool a mile long.

But I won’t.

‘cos …well….I think he’s got a gazillion million millions stuffed in his pillow for comfort.

You made the decision to leave, Billy Boy, so what’s with the choked-up speech and the misty eyes? You’re not dying, you’re just leaving, moving on. Change is necessary as you very-well know, Billy. All you have to do is look at all the different versions of Windows, Office, yadda-yadda-yawn, you’ve piled out to know that what I’m saying is true. One minute, it’s Windows 2000, then it’s XP, then it’s Vista. If we can live through those dramatic versions/changes, then you, my friend, can live with the almighty big one you’re about to embark on.

Imagine all the things you’ll have more time to do now. You could go on a holiday. Ever heard of that, Billy Boy? Hol-i-day?

No, not the song by Madonna, dufus.

Well, a holiday is when you jump on a plane (erm, in your case, I guess it would be one of your private jets) and go to a place where you can leave the world behind, relax, reflect and have fun. I heard the mangoes are really good in the Caribbean. Greece is heaven on earth. And Brazil will make you smile all over.

So how about it, Billy Boy? Go on a holiday and thank the heavens that you still have enough of your life (and your money) to enjoy the journey ahead (whichever path you choose to take).

It’s not the end, old man – it’s just the beginning.


You’ll be fine, Billy Boy. We’ll miss ya, but you’ll be fine.

Just fine.

.

Tags:

May 26 2008

CSS margin auto on IE 7 (with CakePHP?)

Classified in: CSS, CakePHP, HTML, Internet explorerpaomic at 2:11 pm

I had a problem with the margin CSS property on a website with cake. Actually, I used a CSS template for Wordpress, copying the code to my website. The code seemed identical, the CSS too, but while on Firefox everything was ok, using IE 7 the page was left oriented (while using Firefox, or accessing a blog with that theme with Iinternet Explorer 7, it was centered). After a long debugging, i discovered that CakePHP was configured with debug level 1, which outputted the compilation time at the beginning of the page, in a comment. This seemed to upset IE, because when I set the debug level to 1, the comment disappeared and IE 7 displayed the page properly too.

Tags:

Jan 08 2008

IE7 Peekaboo bug, disappearing text

Classified in: CSS, Internet explorerpaomic at 11:22 am

Sometimes when using IE6/IE7 a text will disappear, it will seem to be there but you won’t see it unless you highlite it. It’s called Peekaboo bug, some report it was corrected in IE7 but it doesn’t seem so to me.

How to solve the Peekaboo bug?

A solution is to add position:relative; to the containing div. It solved this issue for me. If you have any other solution feel free to post it!

Other resources: http://www.brownbatterystudios.com/s.. http://www.zeldman.com/2006/…

Tags: