From zcorpan at hotmail.com Thu Feb 2 16:22:00 2006 From: zcorpan at hotmail.com (Simon Pieters) Date: Thu, 02 Feb 2006 16:22:00 +0000 Subject: [sIFR3-dev] HTML and XML Entities Message-ID: Hi, Sifr3 seems to have some issues with entites in both HTML and XML. I've made two test cases, one with the 259 entites available in HTML5, and another with the five entities available in XML. http://zcorpan.1go.dk/test/sifr3/entities/ Regards, Simon Pieters From mark at novemberborn.net Sat Feb 4 10:21:31 2006 From: mark at novemberborn.net (Mark Wubben) Date: Sat, 4 Feb 2006 11:21:31 +0100 Subject: [sIFR3-dev] HTML and XML Entities In-Reply-To: References: Message-ID: <91E767C5-3FD7-4DDF-9446-AACE6B3C6CA5@novemberborn.net> On Feb 2, 2006, at 5:22 PM, Simon Pieters wrote: > Sifr3 seems to have some issues with entites in both HTML and XML. > I've made two test cases, one with the 259 entites available in > HTML5, and another with the five entities available in XML. > > http://zcorpan.1go.dk/test/sifr3/entities/ Wow thanks for the testcases. I haven't really worked on encoding special characters yet, and right now we're still using the Flash from sIFR 2. I'll use your tests (or a subset, they almost brought down my machine!) to see if it works. Thanks! -- Mark Wubben http://novemberborn.net/ From marcos.peebles at gmail.com Sat Feb 4 13:16:05 2006 From: marcos.peebles at gmail.com (Marcos Peebles) Date: Sat, 4 Feb 2006 14:16:05 +0100 Subject: [sIFR3-dev] IE 7.0 beta preview Message-ID: Thought this can be useful too: test it with new IE 7.0 (as it is coming in next few months... whatever we do ;) backdraw: once installed, overrides IE 6 (but there's a way to install both): microsoft download site: http://www.microsoft.com/windows/ie/ie7/ie7betaredirect.mspx method to install IE 7 and keep IE 6 (off course MS doesn't "recommend"): http://daydream.wordpress.com/2006/01/20/try-ie7-without-updating Cheers Marcos Peebles From mark at novemberborn.net Tue Feb 7 23:38:11 2006 From: mark at novemberborn.net (Mark Wubben) Date: Wed, 8 Feb 2006 00:38:11 +0100 Subject: [sIFR3-dev] More tests! Message-ID: <0457688A-368B-4D4D-93B8-9CEB44C47E43@novemberborn.net> Hey, Because of my exam period development has been somewhat quiet, but I'm back in business now. This night I wrote the tests for the code written before the exams. I've run them in Firefox 1.5, Opera 8.5 and Safari 2.02 on the Mac. I'll give the Windows browsers a go tomorrow. The tests can be found here: * * * Before you test, please make sure you are using a browser and a Flash version supported by sIFR. The following tests did not pass in Safari and Opera: * * Apparently these browsers build the entire DOM before any script is executed, and I didn't know they did this. More investigation is needed to see how this affects sIFR. As usual, please let me know how the tests ended up on your browsers / system. For a sanity check it'd be appreciated if you could also test the UA tests: . Thanks! -- Mark Wubben http://novemberborn.net/ From mark at novemberborn.net Sun Feb 26 23:56:47 2006 From: mark at novemberborn.net (Mark Wubben) Date: Mon, 27 Feb 2006 00:56:47 +0100 Subject: [sIFR3-dev] Font rendering / Scalability demo Message-ID: <3C08AE7B-A617-4E85-8666-40903C221E9C@novemberborn.net> Hey! It took some time, but the first go at the font rendering is live. See it at . If you resize the font or the browser window you'll see the size and number of lines change. All letters should be visible. I had a look in IE but it didn't appear to work. That's something for tomorrow. Kind regards, -- Mark Wubben http://novemberborn.net/ From branstrom at gmail.com Tue Feb 28 03:17:06 2006 From: branstrom at gmail.com (=?ISO-8859-1?Q?Fredrik_Br=E4nstr=F6m?=) Date: Tue, 28 Feb 2006 04:17:06 +0100 Subject: [sIFR3-dev] Font rendering / Scalability demo In-Reply-To: <3C08AE7B-A617-4E85-8666-40903C221E9C@novemberborn.net> References: <3C08AE7B-A617-4E85-8666-40903C221E9C@novemberborn.net> Message-ID: <22410ce30602271917g5ba72c8dm68dc8a3d25d0be1f@mail.gmail.com> That peek in IE that you always save for the last, it's so depressing, isn't it? Will sIFRed texts be able to adjust their width to go with the content? Will that also happen live? Anything I can assist with right now? On 2/27/06, Mark Wubben wrote: > > Hey! > > It took some time, but the first go at the font rendering is live. > See it at . If > you resize the font or the browser window you'll see the size and > number of lines change. All letters should be visible. > > I had a look in IE but it didn't appear to work. That's something for > tomorrow. > > Kind regards, > > -- > Mark Wubben > http://novemberborn.net/ > > > > _______________________________________________ > sifr3-dev mailing list > sifr3-dev at lists.novemberborn.net > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev > -- Fredrik Br?nstr?m http://fredrik.branstrom.nu -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at novemberborn.net Tue Feb 28 09:03:45 2006 From: mark at novemberborn.net (Mark Wubben) Date: Tue, 28 Feb 2006 10:03:45 +0100 Subject: [sIFR3-dev] Font rendering / Scalability demo In-Reply-To: <22410ce30602271917g5ba72c8dm68dc8a3d25d0be1f@mail.gmail.com> References: <3C08AE7B-A617-4E85-8666-40903C221E9C@novemberborn.net> <22410ce30602271917g5ba72c8dm68dc8a3d25d0be1f@mail.gmail.com> Message-ID: On Feb 28, 2006, at 4:17 AM, Fredrik Br?nstr?m wrote: > That peek in IE that you always save for the last, it's so > depressing, isn't > it? I'm used to it. I'm just glad I can develop on a Mac! > Will sIFRed texts be able to adjust their width to go with the > content? Will > that also happen live? I'll give this a shot later on. It should be doable with Flash 8, but there is no way to talk to a Flash 7 movie so no luck there. > > Anything I can assist with right now? I'll be putting up some testcases soon. -- Mark Wubben http://novemberborn.net/