Jump to content

beermantm

Member
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by beermantm

  1. The course is pretty thorough however when you first get started this can get to feel overwhelming at first. My personal opinion is you have to give yourself the time to go through the entire course, even if you don't fully understand what you are watching. The idea here is that you will start to see the bigger picture and how the code starts to tie together. When you go back through a second time you will feel less intimidated and the smaller things that might seem to be flying past you will become much easier to absorb the second go around. if you get stuck hit the forum here and someone will help you out.
  2. beermantm

    Checkbox Hack

    I used the checkbox hack and the new flex box properties to make a pure css flyout menu. It validates but not sure as to what the future might be for this trick. I'd rather not turn to javascript so for now I'm thinking about deploying this menu. Take a look at demo at chicagophil.com. So far I know Opera browser doesn't work but firefox, safari, and chrome all seem a go. What are your thoughts?
  3. I found this to work the best <?php function isMobile() { return preg_match("/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i", $_SERVER["HTTP_USER_AGENT"]); } // If the user is on a mobile device, redirect them if(isMobile()) header("Location: http://NAME OF YOUR MOBILE LINK GOES HERE"); else header("Location: http://NAME OF YOUR FULL SITE LINK GOES HERE"); ?>
  4. Just bought the course and looking forward to it. One thing the email I purchased from is an old email that I didn't update in paypal. Is there a way I can get that updated so any mail I might get sent I don't miss.
  5. Yep that was the page I was buying from. Thanks for the new link.
  6. has the $100 membership to all videos been eliminated also? I tried Paypal payment but it wasn't smooth and did not go through to my knowledge
  7. You can apply a height but you shouldn't really need a height. In percentages you want to focus on widths mainly.
×
×
  • Create New...