Web Development in Linux
There are a lot of great tools available for web developers in Linux. I recently put a fresh install of Kubuntu on my laptop. After getting Quicken and some other programs working in Wine, I decided not to install Virtualbox with Windows XP. However, I would like to test websites in Internet Explorer or other native Windows browsers, because the fonts generally appear bigger in Windows and this can sometimes screw up a layout. I know about ies4linux and also, I am able to run IE6 after getting it installed with winetricks.
So, the crux of the situation is that I want to keep the default fonts that come bundled with Linux so I can see what most Linux visitors see (this rules out installing msttcorefonts). But, I also want to see a pixel-perfect rendering of what most Windows visitors will see, without going through the whole rigamarole of installing Virtualbox with Windows XP.
Is there any way to test and see what a website will look like in Windows while without installing a Windows emulator?
Comments
https://addons.mozilla.org/en-US/firefox/addon/1419
http://ieview.mozdev.org/ieview-linux.html
http://ieview.mozdev.org/
Firefox doesn't render the fonts itself, no program does nowadays, that's what X, fontconfig, libXfont and such things are there for. It would be completely dumb if every program reinvented the wheel.
Wine, if my memory serves correctly, renders the fonts using freetype2, libXft and libXrender, in other words, the same bits and pieces that most of the rest of the X based programs, so it will never render the fonts like in windows 1:1
Or course, it can be used to get *a taste* of how it will look in windows, but not as a 1:1 perfect copy.