Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K

7 Posted Topics

Member Avatar for Madhusudhan

I have to agree with bkendall . It's more important to write for standards than for a specific browser. Sometimes you may want to look at your design and see if you can change it so that there's less ambiguity, although I realize this isn't always an option. That being …

Member Avatar for vijayraghav
0
173
Member Avatar for Gargen

Not to mention that python is really easy to read. Although the lack of braces and forced indentation may seem weird to C/Java types (like I was before i ran into python) it makes it MUCH easier to tell what's going on in your code. Which is great when you …

Member Avatar for Orion2k
0
533
Member Avatar for Member #36984

I validate whenever I remember to. It's usually not a problem, as the worst I do is forget a closing tag or some such. And compliance means that browser compatability is usually a cinch. Not to mention I'm somewhat of a perfectionist anyways... But really, it's easier on the browser, …

Member Avatar for MidiMagic
0
301
Member Avatar for balor

You could do it with Javascript. There's open() and close() methods for windows that will do what you want. The more important question is: Why would you want to use pop-ups? They're almost universally disliked, and some people won't bother with a site that uses pop-ups. I admit I'm confused...

Member Avatar for Kschikan
0
67
Member Avatar for danizzil14

Perhaps you could enlighten us with the error message you're getting? Then again, you could convince your friends to install python. It's not like it'll kill their computer or anything...

Member Avatar for vegaseat
0
186
Member Avatar for Kschikan

So, I'm making a page with navigation bars on the left and the right, and I want them to extend to the bottom of the page regardless of the length of the content of either the nav bar, or the page content. Right now my navigation is done with a …

Member Avatar for Kschikan
0
354
Member Avatar for breakaway

To agree with peter, CSS is usually the way to go. Of course, since you're using php, you could always use a backslash in front of your double quotes (like so: \") so that PHP will recognize it as part of your HTML, not your PHP

Member Avatar for Kschikan
0
113

The End.