Jump to content

SavLE

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by SavLE

  1. Hello, I recently got a little heavier into HTML5 and CSS3, especially when it comes to form design and validation. My question is with all the new "required" and pattern specification features for passwords like shown here: http://www.alistapart.com/articles/forward-thinking-form-validation/ Is it practical to scale back on PHP form validation, or would you use this as just an extra security blanket? Thanks, Sav
  2. SavLE

    OOP Books

    Are there any books out there that specifically teach the Object Oriented approach to PHP programming?
  3. SavLE

    Need IE8 & IE9 Advice

    Thanks for the F12 advice! After fumbling around with the console section I saw that I kept getting an " SCRIPT65535: Invalid calling object " I did a quick Google Search and found out that apparently DivX interferes with Javascript execution in IE9 and everything works once you disable it in your browser. I used the hack provided by a user here: http://forum.jquery.com/topic/internet-explorer-9-jquery-and-divx#14737000002443139 to first get my webpage working while DivX was enabled, and then disabled it and tried using other sites that previously didn't work right and they also worked. Thanks for the tip, Sav
  4. SavLE

    Need IE8 & IE9 Advice

    Hello, Thanks for the reply. I uploaded a :50 sec Screencast to YouTube so that you guys can see what I mean by SlideOuts and LightBoxes not working in IE9. After your last message I uninstalled what I thought was the Beta version and installed the one found here: http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie9_bow_Bing&WT.srch=1&mtag=SearBing The issues still persist, and not only on my site, but on LightBox and FancyBox sites. In the video you'll see me first click and use my site and the others in Chrome, and then I switch over to IE9 and show you the issues. Here is the link to the short screencast: http://www.youtube.com/watch?v=Mm5-0VzwXxU Again thanks, Sav
  5. SavLE

    Need IE8 & IE9 Advice

    IE9 Also doesn't display lightboxes.
  6. Hello, Long time user and reader of the site, but this is my first post. IE8: As per usual Internet Explorer renders things differently, I'm resigned to that fact. However, for some reason there appears to be a large(maybe 30px?) white margin that comes after my footer when I look at it in IE8 that doesn't appear in the other browsers. The project is currently on a Localhost Server so I can't give you guys a link, but is there anything in my code that automatically jumps out as a possible source of this problem? bottomwrapper is what holds the footer content... it's the footer basically. #bottom{position:relative; float:left; width:100%; background-image:url('Images/topbg.png'); } #bottomwrapper{position:relative; margin:auto; width:960px; color:#f2f2f2; padding-bottom:12px; font-family:Arial, sans-serif; font-size:12px;} IE 9: Also, I downloaded IE 9 Beta, and it actually renders the site the way it was meant to be visually with no footer issues . Imagine that. However, any jQuery animations of hidden divs such as onClick slideOut and onHover Fade Ins don't work. Is this just because it's still in testing? Will these things work once the official version comes out? I know that this is a CSS section, but I'm sure there is some carry over between these boards. Thanks in advance, Sav
×
×
  • Create New...