Re: [WSG] Google pages and the XHTML doctype

2006-02-23 Thread Adam Hope
I've worked with a number of JS browser based HTML editors, I'm  
integrating TinyMCE with an existing web app at the moment.


In my experience the authors of these JS HTML editors actually have  
very little control of the code produced by these editors as it  
relies heavily on HTML related functions built in to the browser.  
This is why the HTML produced by a JS HTML editor can vary from one  
IE to Firefox and so on, it is also why despite the range of JS HTML  
editors many suffer the same problems. In our case we do some server  
side processing as all content going in to our system has to be XML  
formatted, but this in itself causes a whole range of additional  
problems...


[AH]

**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] PNG Question

2005-11-13 Thread Adam Hope

Hi

I've had fairly good results using PNGs, however IE on Windows does  
not support transparency in PNGs and usually replaces it with a grey  
filler colour. A situation at work meant I simply had to use some  
PNGs with transparency, and make them work in IE, which lead me to  
PieNG (http://www.bazon.net/mishoo/articles.epl?art_id=430) The  
script gets around the problem with some IE filters and a transparent  
gif.


It wasn't quite over though, I can't remember why now, but this  
script does not work on images which are not visible when the page  
loads e.g. those used for mouse over effects. I re-wrote some of it  
to remove that limitation and can dig it out if you like.


One last issue I had with PNGs was trying to match them to background  
colours specified in CSS which proved to be seriously hit and miss  
but if you play with the settings enough it can be done. The  
difference was only slight but enough to upset a few people.


Adam H

p.s. my first post on here...


Greetings all,

I wanted to see what people's comments were as to using .png's  
vs. .gifs these days.


I have a design that will require those nice transparency effects  
only a .png can provide if I want it to be just like the mockup.   
Do most browsers support that yet, or do I have to go with the gif  
that has been carefully shaved?


If you care, the mockup is http://sausalito.sitesbyjoe.com/ and the  
shadow in question is on the logo - the problem is created by the  
pattern in the background behind it - blah blah blah.


Thanks,

Joe Taylor
http://sitesbyjoe.com

**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**