User Profile

Collapse

Profile Sidebar

Collapse
bradvanwick
bradvanwick
Last Activity: Nov 3 '07, 07:13 PM
Joined: Nov 18 '06
Location: California, USA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bradvanwick
    replied to HTML page from an excel one
    Could you post (or link to) an example?
    Your problem is unclear to me.
    Cheers.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Data tables without scripting?
    Hey,
    I'm just checking up on you.
    Were you able to apply this technique to your application?
    Let me know if you have more questions.
    Cheers.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Layout busted in Safari
    Glad to hear that it's working for you.
    If this particular layout works in IE6, it should be fine in IE7.
    Good luck with your writing and your music.
    Cheers.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Layout busted in Safari
    This is not a <rant>, but more like a <rave>: Validations really does help everything.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to brick style boxis css problem
    Both drhowarddrfine and AricC are correct. IE will not act properly.

    To drhowarddrfine: I didn't give the DOCTYPE declaration in that snippet for simplicity's sake. I agree with you that validation generally corrects most problems (accept not in IE of course).

    To normunds: Like AricC wrote, images may be a better way. Also, you may find it difficult to acheive a layout that does not wrap if you don't use some kind of...
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Layout busted in Safari
    I won't be able to check it out until after Thanksgiving.

    In the meantime, you may want to consider eliminating all hacks from the CSS -- it may not be needed...just a thought.

    Happy holidays and I'll follow up on this in two days.

    Cheers.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to brick style boxis css problem
    Ok. This is a brick wall. Try it out. Let me know if this is what you wanted.

    Here is the HTML with the CSS inside it:

    [HTML]<html>
    <head>

    <style type="text/css">

    <!--

    .brick-narrow, .brick-medium, .brick-wide {
    height: 50px;
    border: 2px solid #ccc;
    background-color: red;
    float: left;
    }
    ...
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Data tables without scripting?
    Ok. This is a quick version.

    Let me know if this is what you had in mind.

    This version does not pander to those with Javascript disabled. That's for next post (if this works for you).

    Here is the HTML with all the CSS and Javascript inside of it:

    [HTML]<html>
    <head>

    <meta name="save" content="histor y" />

    <style...
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Data tables without scripting?
    I'm not aware of a solution with no scripting, but I do have a solution that uses CSS and minimal Javascript. If the user has Javascript disabled, then the information displays as if all were opened.
    Let me know if you're interested.
    Cheers.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Layout busted in Safari
    Ok great. I took a quick look at it.

    You'll want to move all the "Backslash Hacks" outside of the curly braces.

    Example:

    CSS as it is:

    Code:
    #rightcolumn {
    float: left;
    width: 32%;
    margin: 0% 0% 3% 1%;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 31%;
    /* Start Commented Backslash Hack
    ...
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to brick style boxis css problem
    Hello,

    Could you clarify what you mean by "bricks"?

    Is this a background, or will content be placed in the boxes?

    Is the "wall" to be fluid, and resize with the window?
    See more | Go to post

    Leave a comment:


  • bradvanwick
    replied to Layout busted in Safari
    Hey,

    I'd love to help.

    If you posted (or linked to) files containing only the rules for structure, then I could most likely fix it fairly quickly.

    I just can't be bothered to dig through all of the "non-problem" code.
    See more | Go to post

    Leave a comment:


  • bradvanwick
    started a topic mod_rewrite - Help, I'm a newbie...

    mod_rewrite - Help, I'm a newbie...

    I've got URLs that look like:
    Code:
    www.mysite.com/template.php?id=pagetitle
    www.mysite.com/template.php?id=folder/pagetitle

    I want the URLs to look like:
    Code:
    www.mysite.com/pagetitle
    www.mysite.com/folder/pagetitle

    How do I write this RewriteRule into my .htaccess file? Or, is there a better way.

    I originally wrote a separate rule for every single URL, but, as you could...
    See more | Go to post
No activity results to display
Show More
Working...