treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Jonz

  • Client doesn't want SEO ?

    If the client knows exactly what those things are and how it can benefit them and they still refuse to have it. What can you do?
    Comment by Jonz November 2008 permalink
  • Best online bookmarking option ?

    Stumble is great but I use delicious I don't like the thought of messing aroud with my google results. It just feels like SEO is out the door.
    Comment by Jonz November 2008 permalink
  • CSS list menus- Verical Align

    I use line height I find its the easiest. Lets say the div your list-item is in it 30px in height you put line height for the font within it at 30px this gives you the desired effect.
    Comment by Jonz November 2008 permalink
  • Difference between 'a:link' and just 'a'

    I have to start declaring link for the anchor styles. It is indeed the correct way to do it.
    Comment by Jonz November 2008 permalink
  • Difference between 'a:link' and just 'a'

    I think its just being specific. They both do the same. When you use a: hover - you're being specific to the anchor hover state like wise a:visited and a:active I would guess the actual proper way to write it (if you try to think like the W3C…
    Comment by Jonz November 2008 permalink
  • Using sIFR or Images?

    SIFR is a really nice thing to use especially since it allows progressive enhancement. Although the person has flash though it might still be hard on their computer to render. The images i'd suspect to load faster (haven't used it as yet).…
    Comment by Jonz November 2008 permalink
  • Same Old Clearing Float Problem and Frustration

    "The left sidebar is of "equal height" to the main content" You said it yourself ^^
    Comment by Jonz November 2008 permalink
  • So much spam...

    Yep it gets rather annoying at time, especially when several posts from October and June are bumped up :|
    Comment by Jonz November 2008 permalink
  • Background problem?

    Glad I could of been of assistance... oh.. :roll:
    Comment by Jonz November 2008 permalink
  • CSS help

    lol No probs :D glad its goin good.
    Comment by Jonz November 2008 permalink
  • CSS help

    You need to clear the floats or the wrapper wouldn't know where to stop. That's why it stopped the only place it knew where (after the image). Episode 42 explains it more better: http://css-tricks.com/video-screencasts ... creencast/ Edi…
    Comment by Jonz November 2008 permalink
  • floated divs sometimes doesn't fit

    You have it (booklist) displaying as a table but haven't assigned any cells. Just use the floats you don't really need to display in a tabular form just use the floats.
    Comment by Jonz November 2008 permalink
  • Sizing help

    Did you check out the Yahoo grid system? Trust me just looking at it should give you an understanding how divs work.
    Comment by Jonz November 2008 permalink
  • Sizing help

    Ok its great that you're using divs over tables but you using them the wrong way. Wayy too many tags ( ) Why did you use margin: 0 auto; to center the div and you put center on it? #body { width : 80%; background-image:url("background.…
    Comment by Jonz November 2008 permalink
  • Sizing help

    Set a minimum width to your wrapper div (the div around the whole site) min-width: 900px;
    Comment by Jonz November 2008 permalink
  • Best CMS to give Client Access to Edit pages

    CusyCMS is great I'd recommend it and really simple for you and your client, especially if you don't have a great knowledge of coding. I was going to start using it for people I do sites for but I found Expression Engine and WordPress. Jus…
    Comment by Jonz November 2008 permalink
  • [BUG] Floats with Percent and IE

    ^^ Ye floats can sometimes be hard to manipulate but as long you practice you should get accustomed to what to and not do :)
    Comment by Jonz November 2008 permalink
  • 3 colum layout, problem with floats

    Yep you can just float everything once direction no problems. Easiest way to do so would be to have a class of .floatLeft { float: left; } Then leave out the float attribute from the ID or class for the actual column, and then in your html you d…
    Comment by Jonz November 2008 permalink
  • [BUG] Floats with Percent and IE

    Ah mighty fine point no floats needed :| :oops: ...
    Comment by Jonz November 2008 permalink
  • 3 colum layout, problem with floats

    May I ask why you decided to not float the middle div just like the others? Anyway thats what I did, also your code was very messy imo that's why I couldn't understand what was goin on the first time around. It also isnt very semantically…
    Comment by Jonz November 2008 permalink
  • IE6 content positioning problem?

    lol I'm not exactly sure but from what I've seen (since I didn't have the images and it worked) that should be the problem. Test it out and see
    Comment by Jonz November 2008 permalink
  • [BUG] Floats with Percent and IE

    No idea how and why it happens but if you use absolute positioning left and right 0 along with the floats it will work :) http://johnsbeharry.com/lab/code/2-50-p ... lumns.html I made this little one for you ;)
    Comment by Jonz November 2008 permalink
  • IE6 content positioning problem?

    I see no problem with it with the code you gave me on IE 6 &7 so that may mean it's one of the images that alter the dimensions of the divs that make it drop down. If you upload a live one I'll be glad to check it out agian
    Comment by Jonz November 2008 permalink
  • pop-up without javascript ?

    Not that I know of you would have to use JavaScript to allow that behavior.
    Comment by Jonz November 2008 permalink
  • Provide Feedback

    I'd say expand the header or move contact us inwards it's a bit off balancing. Your text as well its goin past the header. I recommend you trying a grid for layout Nice to see some Caribbean people in the forums
    Comment by Jonz November 2008 permalink
  • how to javascript on particular page not on all pages

    just make an include for the javascript in the header I'd say. So you'll have: header.php javascript.php content.php and so on... and only include the JavaScript when you need it to be rendered
    Comment by Jonz November 2008 permalink
  • 3 colum layout, problem with floats

    Can you illustrate it or something for me casue I can't really understand what you trying to achieve. Sorry :oops:
    Comment by Jonz November 2008 permalink
  • a:visited problem ff3

    Alright, it work fine with mine but I do know the solution ^^ well its what I suspect anyway. You got to change your history options and make sure you are remembering pages for a certain number of time (it cant be zero) btw its [list=] [*]a: [*]vi…
    Comment by Jonz November 2008 permalink
  • Background problems !!

    That weird, can you post the code please
    Comment by Jonz November 2008 permalink
  • testing website for mac

    I like testing on Safari and FireFox on a Mac. Even on Macs a lot of people use FireFox. Even though FireFox is the same on both platforms macs and PC's render differently even so. Eg. the text on macs are all smooth. ( only recently activated…
    Comment by Jonz November 2008 permalink