I have a Dashcode app I built, a blog. Nothing fancy... HTML + CSS + Javascript + getting data from an xml file...
The way i see it... 1. Javascript should be fully supported by any browser (with some differences). 2. I would need to modify HTML a little, although the parts i used in Dashcode seems to use basic HTML. 3. Dashcode seems to make heavy use of CSS, with fancy webkit specific flags that don't seem that hard to replace...
I want to be able to access the app from other browsers. How do i do that? What do i need to watch out for, has anyone tried this before.
PS. Some things seem to work, others like buttons seem to disappear or some code does not transfer properly.