I have use some tricks to make a googlepages site extra special, now I need to know if they will stand up. Please go to the site and poke around
http://pixelpleasure.googlepages.com/
Google has stated that their support for advanced features is limited and prone to breaking, that is why I need your help.
Thanks!
The those interested in the details of the tricks I used:
1) Using javascript to attach a "style" tag to the header element. I used the DOM to append a node. Using their templates you cannot access the header element directly to attach style sheets.
2) In the same fashion as above attached a "script" tag to the header so I could use a .js file
3) Included an .xml file to basically give me a light read only database engine.
Once again the site is:
http://pixelpleasure.googlepages.com/
2007-01-29
12:01:05
·
4 answers
·
asked by
fwiiw
4
in
Computers & Internet
➔ Programming & Design
The reason I did not use dreamweaver is because I am trying to make a toolset to work with templates. To give added functionality to people that do not know how to make x-browser css and the such. Googlepages even allows uploading your own html so for many desingers that is the best course of action.
2007-01-29
12:16:00 ·
update #1