Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 01-29-2008, 08:53 AM   #1 (permalink)
Junior Member
 
Join Date: 01-29-08
Location: Vermont
Posts: 24
iTrader: 0 / 0%
Latest Blog:
None

starmatt is liked by many
google calendar in xhtml 1.0 strict?

The Situation: I'm a volunteer webmaster (with a couple others) for our new church website (www.christredeemerchurch.org). We've just gone online and worked really hard to get everything up to xhtml 1.0 strict standards, but there is one glitch.

The Problem: We have a google calendar embedded on one of the pages with the google provided code (<iframe> element) that doesn't jive with the strict standards. We really like the format of the google calendar, but at present we have that one page set to transitional rather than strict so that the site will validate. Does anyone out there have a strict solution to this problem?

The Ideas: In strict, the <object> tag was supposed to replace the <iframe>, but isn't supported in IE. I was thinking that a new approach might be in the xml link provided. There are a couple of examples out there of taking a google calendar xml link and displaying the events in a list on the website, but we've got that functionality already. Is there a way to read in the xml (or html for that matter) and produce a calendar?

The Complications: We have multiple google calendars (with multiple xml links) that we want to display so that users can choose which types of events to display. As a volunteer webmaster for a non-profit organization, we don't have a ton of time or money to spend on a solution.

With all the discussion I've found around the web on this issue, surely someone has a solution .... The closest I've found is this code from netvibes:

http://netvibes.modules.free.fr/modu...gcalendar.html

but it didn't validate (some 200+ errors) and I don't care to debug someone else's code that badly.
starmatt is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-29-2008, 03:46 PM   #2 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
If you speak JS, then maybe document.write? or document.createElement ...
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-30-2008, 10:05 AM   #3 (permalink)
Junior Member
 
Join Date: 01-29-08
Location: Vermont
Posts: 24
iTrader: 0 / 0%
Latest Blog:
None

starmatt is liked by many
Quote:
Originally Posted by nasty.web View Post
If you speak JS, then maybe document.write? or document.createElement ...
Thanks. I do speak JS, though not very well. I may give that a try (in a few days when I've got some time), though I've heard that there are some issues with document.write in some browsers.

Obviously, this isn't a real high priority since the current solution works. It just bugs me to have one page transitional and the rest strict.
starmatt is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-30-2008, 11:27 AM   #4 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Quote:
Originally Posted by starmatt View Post
Thanks. I do speak JS, though not very well. I may give that a try (in a few days when I've got some time), though I've heard that there are some issues with document.write in some browsers.

Obviously, this isn't a real high priority since the current solution works. It just bugs me to have one page transitional and the rest strict.
AFAIK, document.write doesn't have any issues in modern browsers (BTW: Google Analytics also uses that and I haven't heard about any problems).
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-30-2008, 11:56 AM   #5 (permalink)
Junior Member
 
Join Date: 01-29-08
Location: Vermont
Posts: 24
iTrader: 0 / 0%
Latest Blog:
None

starmatt is liked by many
Quote:
Originally Posted by nasty.web View Post
AFAIK, document.write doesn't have any issues in modern browsers (BTW: Google Analytics also uses that and I haven't heard about any problems).
That's good to hear (maybe I heard wrong). Does IE6 count as a modern browser? We have a good number of hits from it.
starmatt is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-30-2008, 12:00 PM   #6 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Yes, IE6 is quite modern browser.
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-15-2008, 09:00 PM   #7 (permalink)
Contributing Member
 
Join Date: 01-03-08
Location: Earth
Posts: 78
iTrader: 0 / 0%
Latest Blog:
None

john8 is liked by many
I think IE6 may be the most-used web browser, IE share about 85% of browser market.
john8 is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2008, 10:10 AM   #8 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 697
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
Quote:
Originally Posted by john8 View Post
I think IE6 may be the most-used web browser, IE share about 85% of browser market.
Where did you get your data from?
Take a look at: http://marketshare.hitslink.com/report.aspx?qprid=2
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2008, 01:55 PM   #9 (permalink)
v7n Mentor
 
pinkfluffybunny's Avatar
 
Join Date: 05-18-04
Location: Florida
Posts: 1,220
iTrader: 0 / 0%
Latest Blog:
None

pinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to all
Why that cal.?

There are many many calendar scripts out there flash, java asp, php, Ajax, dotnet, Cgi, hundreds of them.

tons of free ones - http://sourceforge.net/search/?type_...words=calendar


IE supports the <object> tag, how do you think embedded mwv is put in!

I know cost matters I've done church websites - Get your money up front......lol

Actually Media Player is the most used browser - but noone counts the important stuff....lol
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you

Last edited by pinkfluffybunny : 02-16-2008 at 02:00 PM.
pinkfluffybunny is online now  
Add Post to del.icio.us
Reply With Quote
Old 03-03-2008, 04:44 AM   #10 (permalink)
Junior Member
 
Join Date: 03-02-08
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

MiMa is liked by many
Hi, starmatt

My Name is Michel and I come from Germany. So, don’t be confused about my English!

I have just read your article and I had visited your homepage. I am amazed about this integration of the google-calender.

How did you do this? I mean in the start page!

Can you please help me out?

I found many scripts, about how to integrate the Google xml but always just one xml file. Our Church has also many subcalenders. So how did you do this?

I hope you know what I mean!

Thanks a lot!

Greetings

Michel <><
MiMa is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-03-2008, 06:55 AM   #11 (permalink)
Junior Member
 
Join Date: 01-29-08
Location: Vermont
Posts: 24
iTrader: 0 / 0%
Latest Blog:
None

starmatt is liked by many
Quote:
Originally Posted by MiMa View Post
Hi, starmatt

I am amazed about this integration of the google-calender.

How did you do this? I mean in the start page!

Can you please help me out?

I found many scripts, about how to integrate the Google xml but always just one xml file. Our Church has also many subcalenders. So how did you do this?

<
I'm afraid that I can't help you there. The list of upcoming events on the homepage isn't read from our google calendar. When we setup the website, we built in our own very simplistic upcoming events interface for that and only later added the google calendar.

I briefly looked into reading the google calendar in as an xml file, but ran into the same problem that you mention (only being able to read one xml file at a time). At present we update two places (on our own server & the google calendar) when we want to add events to both the calendar and the upcoming events list.

If I had time to work on it, I might try figuring out if it would be possible to make an xml file from multiple xml files (so that you could read all the google calendars into a single xml file and then link to that). But that will have to wait until I have some spare time. There are other, more pressing things that need my attention.

If you figure anything out on that front, please let me know.
starmatt is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
XHTML Strict or Transitional? StarLab Web Usability 15 12-04-2008 06:04 AM
Google even more strict about reciprocal links... sniperhiga Google Forum 2 08-21-2007 01:38 PM
Gmail & Google Calendar Integration Julie Google Forum 6 04-29-2006 01:35 AM
The <a> 'name' attribute and XHTML 1.1 Strict Limit Coding Forum 4 11-26-2004 08:58 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:48 AM.
© Copyright 2008 V7 Inc