folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
IE vs. Firefox(back to index)
This works nice in IE however in firefox I get this error

XML Parsing Error: not well-formed
Location: http://www.dazefuze.com/folderblog/fb.php/
Line Number 1, Column 286:

<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb"><head><meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><script type="text/javascript" src="http://www.dazefuze.com/folderblog/fbLang.js"></script><script type="text/javascript" src="http://www.dazefuze.com/folderblog/fbIR.js"></script><style type="text/css" media="screen"><!-- /* This hides the images before they are replaced */ .fbIR-hasFlash img.fotobuzz { visibility: hidden; } .fbIR-flash { visibility: visible !important; margin: 0; }--></style><script type="text/javascript" language="javascript"> fbViewletPath = "http://www.dazefuze.com/folderblog/fbloader.swf"; fbScriptPath = "http://www.dazefuze.com/folderblog/fotobuzz.php";</script> <title>daze/fuze:foto | 25 of 25</title> <link rel="stylesheet" type="text/css" media="screen" href="/folderblog/template_style.css" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="/folderblog/rss.xml" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript"> function go(url) { onclick:popup=window.open(url,"comments25","location=no,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,status=yes,width=350,height=400"); } </script></head><body><h1>daze/fuze:foto</h1><div class="subtitle"></div><div style="float: left; margin-right: 10px;"><div class="mainimage"><div style="float: left; line-height: 20px; margin-left: 10px; width: 80px; text-align: left;">« previous </div><div style="float:right; line-height: 20px; margin-right: 10px; width: 80px; text-align: right;"> next »</div><div style="line-height: 20px;">archives</div><img src="/folderblog/photos1/IMG_2583.JPG" class="fotobuzz" width="640" height="480" alt=" 5 Jan 06" usemap="#imgmap" />
<map id="imgmap" name="imgmap"><area href="/folderblog/fb.php/image/IMG_2582/" coords="0,0,320,480" alt="« previous" /><area href="/folderblog/fb.php/image/IMG_2558/" coords="320,0,640,480" alt="next »" /></map>Posted under:
5 Jan 06
</div><div class="thumbs"><div class="fbthumb"><img src="/folderblog/thumbs/IMG_2582.JPG" width="100" height="75" alt="" /></div><div class="fbthisthumb"><img src="/folderblog/thumbs/IMG_2583.JPG" width="100" height="75" alt="" /></div><div class="fbthumb"><img src="/folderblog/thumbs/IMG_2558.JPG" width="100" height="75" alt="" /></div></div></div><div>comments (0)

Categories <ul class="fbcats"><li>Quo</li></ul><ul class="exif"><li>Camera: Canon Powershot S400</li><li>Flash: Off</li><li>Focal Length: 7.40625mm</li><li>Exposure: 1/60s</li><li>Aperture: F/2.8</li><li>White Balance: Auto</li><li>Exposure Compensation: +0.0ev</li><li>Taken: 2005-12-30 22:17:13</li><li style="display: none;"></li></ul></div><div class="small">valid xhtml ¤ powered by folderblog 3</div></body></html>

any ideas what is going on?

here is the address:

http://www.dazefuze.com/folderblog/fb.php/
posted by armin on 4 Jan 06 at 11:19 PM
ok so I didnt know it was so long
can you just please go to the website with IE vs firefox and see what I mean.

sorry for the previous post

http://www.dazefuze.com/folderblog/fb.php/

posted by armin on 4 Jan 06 at 11:20 PM
You have somewhere a tag that is not well written, e.g. "
" instead of "
".
posted by ikue on 5 Jan 06 at 3:08 AM
just validate your page and correct errors, http://validator.w3.org
or simply dont use fb_mimetype if you dont know how wellformedness is achieved - there are good reasons to use xhtml in strict mode, but if u mess it you mess it ;)
posted by erik on 5 Jan 06 at 12:01 PM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)