Hi all! I have on my web site, (www.portlandhomeforyou.com) a home search feature that allows home buyers to browse the active listings of the local RMLS. The...
I just did something similar. Look for a php scrape script. I found a good basic tutorial and then wrote some php to manipulate it. You can use a regex to...
If the string is always the same, then you can do a simple replace, though I don't know how this would be done in PHP. This of course is assuming that your PHP...
David Colliver
david.colliver@...
Oct 9, 2007 6:59 am
10658
OK, So let's say I have a div. Further Let's say that I have defined the height and width attributes (or styles). But now let's say my content doesn't fit...
Well that was too easy. Believe it or not, I did search for this before asking. I guess I'm going to have to wander around through w3cschool a bit more....
and A grade browsers: http://developer.yahoo.com/yui/articles/gbs/index.html#history grid layout: http://developer.yahoo.com/yui/grids/ This is the first I...
Hi everyone, sorry for the OT, but I need some help. I've setup a really flash new mailserver for htmlfixit.com and this thing even scans incoming images and...
I got 6 emails from Ed.. (well one text reply and 6 with various attachments including images, pdf, video and others.) I've also gotten Sharons response to the...
... From: Franki To: cightml@yahoogroups.com Sent: 10/28/2007 5:25:18 AM Subject: [cightml] mail test please guys? Hi everyone, sorry for the OT, but I need...
People, go to HTMLFIX.com and send him mail that way. I think thats what Franki wants us to do. [Non-text portions of this message have been removed]...
Ok I am having one heck of a hard time finding some language fonts that will work in either Photoshop or HTML namely greek arabic hebrew amharic thai and...
A-Ha! I did it. Check it out. www.portlandhomeforyou.com. I get this news feed that I include on my site. It is just some javascript code that pulls the...
G'day all, Stumbled across this useful site entitled "Mapping presentational HTML to CSS". Thought I'd share. http://www.cs.tut.fi/~jkorpela/html2css.html This...
Nice find, Gary. This will at least get you in the ballpark for those totally lost when converting to CSS. Especially if you transfer to a strict document...
Anyone using FileZilla Client 3.0.4.1? I was hoping to upgrade from 2.2.27 but it seems the old xml file won't work with this version. My aim was to simply...
Hi all, I got a small problem. Nothing major, but I could do with getting it sorted. I would appreciate your help. I am starting to make my site more xhtml...
David Colliver
david.colliver@...
Dec 11, 2007 12:17 pm
10677
... Dave, the icons are correctly aligned in Seamonkey, they just need some padding to provide a bit of space between them and the writing Derek...
With no document type and 217 code errors, your page is throwing browsers into quirks mode so any fixes you do now will probably not carry over once all coding...
Hi David, your pages are generally fixed width, they don't flow with increased screen resoluton, so why use positon relative at all? you could use absolute...
Hi all that replied. At the moment, I am not too concerned about the errors. I know there are quite a few. I can't imagine there are 217 with mod.htm... this...
David Colliver
david.colliver@...
Dec 12, 2007 8:08 am
10681
Hi again, I have tried the two links, but they don't really tell me. I know the difference between inline and block. I have just put display:inline into both...
David Colliver
david.colliver@...
Dec 12, 2007 2:27 pm
10682
I've never understood not being concerned about coding errors when the code you use is what every browser uses to parse your pages. A few small code problems...
I have in the past made perfectly compliant pages that are still broke. I had a project earlier this year that was perfectly compliant but still rendered...