MFJ
Active Member
It looks great, and I noticed that you are currently playing "BAK DE SYV FJELL - Rehearsal" - is there any way that you could please hook me up with this?
Marksveld said:It looks great, and I noticed that you are currently playing "BAK DE SYV FJELL - Rehearsal" - is there any way that you could please hook me up with this?
Marksveld said:It looks great, and I noticed that you are currently playing "BAK DE SYV FJELL - Rehearsal" - is there any way that you could please hook me up with this?
Nate The Great said:I like the more streamlined (simpler) look. And as far as IE is concerned . . . why fight it? Nearly everybody uses it. You might as well design everything with IE in mind as the browser it will be used on.
Papa Josh said:Mine ain't broke, I ain't fixin it.
Papa Josh said:That's what I'm saying... I think it's kinda lame to tell the masses, well you need to get a different browser to view our site.... blah.
Fuck that, I'm sticking with IE as I'm sure are 90% of web users.
Mine ain't broke, I ain't fixin it.
JayKeeley said:So how does the site look in IE then?
EDIT: Just went to check myself -- I don't see one iota of difference between IE and Firefox.
OK so that's that resolved.
Crimson Velvet said:Did you get it from Doomcifer, or should I put up a little zip on yousendit?
Papa Josh said:That's what I'm saying... I think it's kinda lame to tell the masses, well you need to get a different browser to view our site.... blah.
Fuck that, I'm sticking with IE as I'm sure are 90% of web users.
Mine ain't broke, I ain't fixin it.
function paragraphs($text) {
$text = $text . "\n"; // just to make things a little easier, pad the end
$text = preg_replace('|<br />\s*<br />|', "\n\n", $text);
$text = preg_replace('!(<(?:table|ul|ol|li|pre|form|blockquote|h[1-6])[^>]*>)!', "\n$1", $text); // Space things out a little
$text = preg_replace('!(</(?:table|ul|ol|li|pre|form|blockquote|h[1-6])>)!', "$1\n", $text); // Space things out a little
$text = preg_replace("/(\r\n|\r)/", "\n", $text); // cross-platform newlines
$text = preg_replace("/\n\n+/", "\n\n", $text); // take care of duplicates
$text = preg_replace('/\n?(.+?)(?:\n\s*\n|\z)/s', "\t<p>$1</p>\n", $text); // make paragraphs, including one at the end
$text = preg_replace('|<p>\s*?</p>|', '', $text); // under certain strange conditions it could create a P of entirely whitespace
$text = preg_replace("|<p>(<li.+?)</p>|", "$1", $text); // problem with nested lists
$text = preg_replace('|<p><blockquote([^>]*)>|i', "<blockquote$1><p>", $text);
$text = str_replace('</blockquote></p>', '</p></blockquote>', $text);
$text = preg_replace('!<p>\s*(</?(?:table|tr|td|th|div|ul|ol|li|pre|select|form|blockquote|p|h[1-6])[^>]*>)!', "$1", $text);
$text = preg_replace('!(</?(?:table|tr|td|th|div|ul|ol|li|pre|select|form|blockquote|p|h[1-6])[^>]*>)\s*</p>!', "$1", $text);
$text = preg_replace('|(?<!<br />)\s*\n|', "<br />\n", $text);
$text = preg_replace('!(</?(?:table|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|blockquote|p|h[1-6])[^>]*>)\s*<br />!', "$1", $text);
$text = preg_replace('!<br />(\s*</?(?:p|li|div|th|pre|td|ul|ol)>)!', '$1', $text);
$text = preg_replace('/&([^#])(?![a-z]{1,8};)/', '&$1', $text);
return $text;
}
lurch70 said:hmm .. i don't see those "kicks your dick in" slogans anywhere ... I use teh IE
JayKeeley said:They're in the browser title itself -- in the blue bar right at the top of the screen.
All you lovers of Microsoft, just wait until you get pop-ups and spyware infections. Who knows, you could have spyware on your machine right now!
I've been getting popups with Firefox for several months now. It's still infinitely better than IE, but sucks at the same time.JayKeeley said:All you lovers of Microsoft, just wait until you get pop-ups and spyware infections. Who knows, you could have spyware on your machine right now!