It took a day to figure this out. For some reason, when there's a problem with the dll, the computer won't complain, it will just ignore the dll. I finally gave up on xampp, installed zend server...
I've tried the xampp forum, but since I"m not German, I get no love. Has anyone gotten xampp 1.7.7 and xdebug on winxp to work? I've looked at a million tutorials, mostly from 2008 and it simply...
I guess that means nothing is already made and I have to set about parsing 26:23:54 for example, myself. Oh well. Oh and, I can never get setInterval to work. I know why its better than...
I have a bunch of <font size="z"> type tags that get killed with my css since the font tag is deprecated. Is there a php thingy of some sort that already lets you convert from one tag to another. ...
Well it turned out not to be css. Since css has a display:table property, any google query on ie7 table doesn't display or table javascript display doesn't work or whatever fails. However, -display...
I looked at the table which does not appear in ie7 only. Incidentally, in case you're interested, it's at
www.scrapbookscene.com/crate/bom/?crate_quotes_id=10
It's has not been solved. I don't even have a work around. I think it might be the browser creating two nodes with the same exact name and the first one is being clobbered by the second one.
I created a table using javascript that works in ie8,ff3.6 and chrome 1.? But in ie7, the javascript runs and when I use the web developer toolbar, the elements are there. However, the table is not...
So much for * being greedy
That regexpal is so much easier to get the match than match() I can't believe its done with javascript because the regex engine seems different than the one match is using