Webmaster Forum


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

Coding Forum Problems with your code? Let's hear about it.

Bidding Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-16-2008, 09:02 AM   #1 (permalink)
Contributing Member
 
DaHLiA's Avatar
 
Join Date: 10-25-06
Location: India
Posts: 125
iTrader: 1 / 100%
DaHLiA is liked by many
Send a message via Yahoo to DaHLiA
Bookmarkify Plug-in's w3c Validation errors

This is weird to me.
I installed Bookmarkify plug-in for my wordpress blog recently and it is giving me some crap w3c validation errors.
When I deactivated it, my site has passed XHTML 1.0 Transitional at W3C site.

The errors it causes are like:

Line 88, Column 34131: required attribute "alt" not specified .
…ns.com/images/feed-icon-14x14.png' />If you like this then please subscribe

Line 88, Column 34588: cannot generate system identifier for general entity "loc" .
…b/a/emailverifySubmit?feedId=1891094&loc=en_US' rel='nofollow'><b>Email feed<

Line 88, Column 34591: reference not terminated by REFC delimiter .
Line 88, Column 34591: reference to external entity in attribute value .

and a lot more of this sort.

Line 88 is a junk like this

Quote:
<div class='bookmarkify'><a name='bookmarkify'></a><div class='title' title='Use these links to share this page with others' onclick='document.getElementById("bookmarkifyMore1 ").style.display="block"; return false;'>Bookmark:</div><div class='morebox' id='bookmarkifyMore1' style='z-index:9999; display:none; position:absolute; width:600px; border:3px outset; background:whitesmoke; padding:5px; font-size:12px; font-family:verdana,arial;'><div style='font-size:12px; font-weight:bold; color:black; text-align:left; border-top:1px dotted gray; padding:3px;'>Bookmark and Share This Page | <a style='border: none; font-size:11px; font-weight:normal; background:whitesmoke; color:blue; text-decoration:none;' rel='nofollow' href='http://bhavanikannan.info/2008/04/16/demonoid-is-back/#bookmarkify' onclick='document.getElementById("bookmarkifyMore1 ").style.display="none"; return false;'>&laquo; Close</a></div>
and it grows more to three pages.

However this plug-in seems to work great with no w3c errors in my other pal's site.
Any clue how can I resolve this, please?
__________________
Cheers,
DaHLiA
___________________________________
My Virtual Shelter
“Knowing is not enough; we must apply. Willing is not enough; we must do.”
DaHLiA is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-16-2008, 09:12 AM   #2 (permalink)
Contributing Member
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 96
iTrader: 0 / 0%
htmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebody
You are missing a couple of closing div tags. This validates:

Quote:
<div class='bookmarkify'> <a name='bookmarkify'></a>
<div class='title' title='Use these links to share this page with others' onclick='document.getElementById("bookmarkifyMore1 ").style.display="block"; return false;'>Bookmark:</div>
<div class='morebox' id='bookmarkifyMore1' style='z-index:9999; display:none; position:absolute; width:600px; border:3px outset; background:whitesmoke; padding:5px; font-size:12px; font-family:verdana,arial;'></div>
<div style='font-size:12px; font-weight:bold; color:black; text-align:left; border-top:1px dotted gray; padding:3px;'>Bookmark
and Share This Page | <a style='border: none; font-size:11px; font-weight:normal; background:whitesmoke; color:blue; text-decoration:none;' rel='nofollow' href='http://bhavanikannan.info/2008/04/16/demonoid-is-back/#bookmarkify' onclick='document.getElementById("bookmarkifyMore1 ").style.display="none"; return false;'>&laquo;
Close</a></div>
</div>
__________________
HTML Basic Tutor
Basic Computer Informaton - Computer Basics for website owners
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-16-2008, 09:27 AM   #3 (permalink)
Contributing Member
 
DaHLiA's Avatar
 
Join Date: 10-25-06
Location: India
Posts: 125
iTrader: 1 / 100%
DaHLiA is liked by many
Send a message via Yahoo to DaHLiA
but hey, how do I change it? I dont think I can
Bokmarkify is a PHP plug-in for WP and it's PHP file does not have these codes (which W3C says invalid) at all!
__________________
Cheers,
DaHLiA
___________________________________
My Virtual Shelter
“Knowing is not enough; we must apply. Willing is not enough; we must do.”
DaHLiA is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-16-2008, 09:42 AM   #4 (permalink)
Contributing Member
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 96
iTrader: 0 / 0%
htmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebodyhtmlbasictutor is liked by somebody
Bookmarkify Updated for Valid Markup

Do you have the latest version?
Quote:
The latest version of Bookmarkify, 0.8.8, is now available.
On another page it says:
Quote:
Current Version: 0.9.1 (beta)
Last Released: 2008-03-27
http://www.gara.com/projects/bookmarkify/
__________________
HTML Basic Tutor
Basic Computer Informaton - Computer Basics for website owners

Last edited by htmlbasictutor : 04-16-2008 at 09:50 AM.
htmlbasictutor is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-16-2008, 02:43 PM   #5 (permalink)
Contributing Member
 
DaHLiA's Avatar
 
Join Date: 10-25-06
Location: India
Posts: 125
iTrader: 1 / 100%
DaHLiA is liked by many
Send a message via Yahoo to DaHLiA
I uninstalled that plug-in mate and using Social Boomarking now. It is not giving any errors. My site passed XHTML 1.0 Strict now
__________________
Cheers,
DaHLiA
___________________________________
My Virtual Shelter
“Knowing is not enough; we must apply. Willing is not enough; we must do.”
DaHLiA is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

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
W3C Validation Errors Ryan_m Coding Forum 6 04-14-2008 06:51 PM
My first w3c validation awall19s brother SEO Forum 1 08-11-2006 09:56 AM
Excellent PS Plug-in DaveyBoy Graphic Design Forum 25 07-09-2006 12:16 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 07:21 AM.
© Copyright 2008 V7 Inc