Search results

  1. ronaldroe

    Webkit box shadow for IE; need some help please

    It enables experimental or upcoming effects in webkit-based browsers (Chrome, Safari, etc.)
  2. ronaldroe

    Mobile website/design

    Why, to bloat the shit out of the code, of course!!
  3. ronaldroe

    What should I be learning - in which order?

    Pretty much, and you're welcome
  4. ronaldroe

    Mobile website/design

    I say throw it all to the curb. 960 grid system, not the fluid one, and throw in some AP divs. All images. HUGE logo. ;)
  5. ronaldroe

    What should I be learning - in which order?

    There is no change in how CSS is written. CSS3 just adds new style attributes and some higher level selectors, pseudo classes and pseudo elements. Once you get to the more advanced CSS2 stuff, you'll probably already know what I'm talking about. I can't really speak to that. I didn't learn...
  6. ronaldroe

    What should I be learning - in which order?

    The difference between HTML4/XHTML and HTML5 is the elements available. With exception of video, audio and canvas, though, it's pretty similar. CSS3 basically builds on CSS2.1 with new effects and ways to select elements. For HTML, you may as well just learn HTML5. You won't miss anything by...
  7. ronaldroe

    what is Header() function in PHP?

    http://www.lmgtfy.com/?q=Header()
  8. ronaldroe

    Need a Coding Exercise

    Right along the lines of what I'm looking for.
  9. ronaldroe

    Need a Coding Exercise

    More like, "Hey, I saw this neat effect on site X, see if you can duplicate it with just CSS3..."
  10. ronaldroe

    Need a Coding Exercise

    I try not to mention it any more than necessary, but as I've said before, I'm currently deployed. I haven't done a whole lot in terms of web design so far. I do, however have a few projects I need to get on. The problem is, I just can't get my brain into it. So, I'm hoping a couple of quick...
  11. ronaldroe

    New Design For Krymson Productions

    You guys might benefit a bit from Beanstalk.
  12. ronaldroe

    Header Height Question

    No problem.
  13. ronaldroe

    education question- web design

    I agree with pretty much everything but this: For learning to code, as well as learning to troubleshoot code, there is nothing better than a basic text editor. Make your students aware of what's out there, sure, but I think it'd be better to go basic for the course itself. I'd also like to...
  14. ronaldroe

    jquery slideshow

    Try flexslider or nivo slider
  15. ronaldroe

    Header Height Question

    Looks like that one uses a min-height of 412px. From there, I think jQuery is adding height to the inner elements inline. EDIT: In fact, it uses a carousel called Roundabout that has built-in scaling. It has a pretty impressive API. I'm going to have to spend some time with this...
  16. ronaldroe

    CSS starter questions

    You really shouldn't put display:block in your reset. It's likely why your title is showing up on your page. When you put that in there, everything that was set to display:inline, such as <span>, <em>, <b> and others will act as block level elements. They will have their own lines. Also...
  17. ronaldroe

    gaps between divs

    First thing I thought of.
  18. ronaldroe

    Help with .xxx a:hover

    I don't understand what you're trying to do here. There's no <a> element in your HTML. Your hover also doesn't change anything. Could you be more clear with what you're trying to do? If you're just trying to swap an image, you can use a div and just set the background. Then, apply the :hover...
  19. ronaldroe

    emotional markup language, what are your thoughts

    So, it's XML, but less useful for practical purposes. My thoughts: useless
Top