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

kevinvance

  • PHP cache

    To be clear, you're wanting to use PHP to generate a cache.manifest, or can you create it manually? If creating it manually is ok for your case, that's probably the way to go, but maybe I'm not understanding the use case.
    Comment by kevinvance April 5 permalink
  • changing slider photos

    Hi @deatra, You're going to need to give more details --nobody is going to be able to help with only that info. This is also probably not a CSS question --most likely a little of a few different things --some javascript, some HTML and Wordpr…
    Comment by kevinvance February 1 permalink
  • Do I really, really need to move to SASS?

    Of course you don't have to. But seriously, the barrier to entry is actually way lower than it seems. Especially if you're working alone a project. You can just start with one feature for a project, and get used to it that way. That�…
    Comment by kevinvance December 2012 permalink
  • Alternative @keyframes syntax needed

    Maybe I don't follow, but what is adding styles dynamically like that? It's adding it directly to your stylesheets?
    Comment by kevinvance November 2012 permalink
  • Coming Soon Page Email Collection

    If you roll this yourself, at the simplest level you at least have to have somewhere to store the emails (unless you want to deal with receiving them via email all the time), which means you have to use some sort of database. And you have to have …
    Comment by kevinvance November 2012 permalink
  • what's the best books for the following ?

    @amis There are so, so many good ones. But I particularly like the way that the books from The Pragmatic Bookshelf (by The Pragmatic Programmers) approach teaching. I've found them to be useful because they teach relevant, usable bite-size c…
    Comment by kevinvance October 2012 permalink
  • Link .html file in IE conditional comments?

    @NSR What is it that you're trying to achieve?
    Comment by kevinvance October 2012 permalink
  • Is 1024x768 still an issue?

    Every project is a little different of course, but generally if it's responsive, it's probably best to let the content and the design dictate where the breakpoints are, and not so much any particular device's screen resolution. I mea…
    Comment by kevinvance October 2012 permalink
  • How to be Fluent in English ?

    Hi @amis. As somebody who has learned a second language as an adult, and speaks it fluently (I speak English and Spanish), what @HugoGiraudel said is spot on. Now, the hard part is putting yourself in a situation where you can do it --I know that …
    Comment by kevinvance September 2012 permalink
  • pagination issue

    Hi @cybershot. First of all, do you have a link to somewhere we can see it? Or can you recreate it in a reduced test case on a site like codepen.io? Secondly, this doesn't seem like a CSS issue. What is powering your pagination? Wordpress a…
    Comment by kevinvance September 2012 permalink
  • Need help with a quick styling issue.

    Social sharing buttons are usually a huge pain in my experience, and especially if you're using the default styles that come in with the snippet (it looks like you're using AddThis, maybe?) Sometimes spacing is funky, and you end up fight…
    Comment by kevinvance September 2012 permalink
  • Centered Drop Down Menu Help

    (also don't forget Codepen gives you the option to link up your own external stylesheet if you need to)
    Comment by kevinvance September 2012 permalink
  • Centered Drop Down Menu Help

    @grindleydesigns I see in Codepen that you're not using any kind of reset for the example. Are you using one in your project? Could the discrepancy be due to something in your reset cascading down?
    Comment by kevinvance September 2012 permalink
  • IE layout issues.

    In the case of Sass, it's a tool that was built that compiles to standards compliant CSS. So pretty different. I do see where you're coming from, with moving the web forward if there is a legit need for something. I just don't agree …
    Comment by kevinvance September 2012 permalink
  • Changing Header in Custom CSS Wordpress

    @amkane01 I'm actually not seeing the part that's controlling that image anywhere in this stylesheet. I inspected the page real quick, and the part I think you're wanting to change (the logo and the text that says "We Make It Ri…
    Comment by kevinvance September 2012 permalink
  • Overlapping Photos on Tumblr! HELP!

    @belindalovelee if you can't paste it here, make a pen at http://codepen.io and give us the link so we can see what's going on. Also, which browsers is it looking strange in?
    Comment by kevinvance September 2012 permalink
  • Use PHP to place a css file link in the header??

    You don't need the else { } in this case, though. If it doesn't meet the condition of the if, it will already do nothing.
    Comment by kevinvance September 2012 permalink
  • IE layout issues.

    Hi guys, was reading through the thread, just wanted to jump in. RE: Creating your own tags: @Senff, it's a Web Standards issue more than anything. Doing that kind of stuff willy nilly might not be a big deal to you in your own markup, but it…
    Comment by kevinvance September 2012 permalink