Bluepearl Design
Go Back   Bluepearl Design > Announcements > Bluepearl Announcements

Bluepearl Design is now Valid XHTML 1.0 Transitional

Announcements from Bluepearl Administrators.
    

Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2006, 02:03 AM   #1 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Bluepearl Design is now Valid XHTML 1.0 Transitional

After spending most of the easter break working on clients web sites, i decided i would take today off and work on making Bluepearl Design 100% Valid XHTML 1.0.

Well after a few hours i am glad to say this site is now 100% XHTML 1.0 Transitional, i even managed to get all my style sheets validated also

It wasnt until today though that i realised how many HTML tags r no longer used in XHTML. For example valign is no longer used, same with background tags. I even had to recode my flash scripts as alot of the code which Macromedia gives you when you publish your document as HTML is not valid XHTML

This is the code i used for flash which is 100% valid with XHTML
HTML Code:
<object type="application/x-shockwave-flash" data="http://www.bluepearl-design.com/forums/images/Frost/Frost/header.swf" width="950" height="176">
<param name="movie" value="http://www.bluepearl-design.com/forums/images/Frost/Frost/header.swf" />
</object> 
I recommend everyone taking the time to make there sites valid XHTML as they will learn about alot of changes that has happened from HTML to XHTML.

I am going to make sure that all the next versions of my styles will be valid XHTML 1.0 Transitional from now on.

One thing i had to disable for the time being is the toplist hack used on this site, it was giving me 14 errors when validating so i will work on recoding it to work with XHTML in the next few days or contacting the author and get him to do it lol
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-18-2006, 03:16 AM   #2 (permalink)
 
Title: Bryan
Join Date: Jan 2004
Location: Dundee
Age: 21
Posts: 3,547
Rep Power: 8 wasahobo is on a distinguished road
Send a message via AIM to wasahobo Send a message via MSN to wasahobo
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

o man i know what ya mean, i was gonna take some time inbetween my classes to fix mine, then i noticed that most of my codes need to be updated..

Like <br> isnt used anymore... it has to be <br /> lol
__________________
BluePearl-Design + 3sStudios = Unlimited Possibilities.


Current Project: http://www.3sstudios.com/cloud.htm
wasahobo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-18-2006, 03:37 AM   #3 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

it's almost for all tags includin img, hobo.

it's a pain.

the worst i had, was a whole website was messed up in IE because i had a space between a <td> and a <img> tag
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-18-2006, 10:11 PM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

took me ages to figure out why my IMG tags were not getting validated, until i realised that XHTML needs to have a closing tag now lol

for example:
old:
Code:
<img src="http://www.bluepearl-design.com/forums/images/images.jpg" alt="">
New:
Code:
<img src="http://www.bluepearl-design.com/forums/images/images.jpg" alt="" />
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2006, 07:02 PM   #5 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

as i said ^^
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2006, 09:40 PM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

Quote:
Originally Posted by Fragalot/f3
as i said ^^
yep but i posted the code so people reading this thread knows the correct format not just a mention of it
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2006, 10:29 PM   #7 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 19
Posts: 4,442
Images: 1
Rep Power: 9 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

ye... that would be better indeed ^^

but they still aren't correct

you forgot the alt tags
Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2006, 10:48 PM   #8 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Bluepearl Design is now Valid XHTML 1.0 Transitional

yeah forgot about that.
For people who dont know, even if u dont use the ALT tags u still need to add them even if u only add them like this ALT=""
If u dont do this your page will not get validated.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Bluepearl Design is now Valid XHTML 1.0 Transitional
Thread Thread Starter Forum Replies Last Post
Redesign Bluepearl Design Sean Bluepearl Announcements 38 07-22-2006 11:53 AM
New Style 'Bluepearl Design' Sean Bluepearl Announcements 4 03-28-2005 02:41 PM
New bluepearl design site coming soon Sean Bluepearl Announcements 26 02-25-2005 04:03 AM
Welcome to Bluepearl Design Sean Bluepearl Announcements 4 12-12-2004 11:12 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 10:14 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52