Search results

  1. L

    Use me!

    Call me crazy:nuts: and maybe I am, but I want to hear about php, asp.net, and ajax problems people are having to try and work out solutions. I just love working on puzzles and while I am not yet an expert in these languages, I figure helping you figure out your problem will help me become a...
  2. L

    Pull my finger

    That sounds like an engaging project. I hope you have fun building the site as well as using it. Send me a note if you want any help figuring things out. I am no expert, but I don't mind rifling through the web to look for solutions to scripting problems. -Lamar
  3. L

    Hello and Welcome, If you have a problem with PHP, ASP, Visual Basic, or C# let me know and I...

    Hello and Welcome, If you have a problem with PHP, ASP, Visual Basic, or C# let me know and I will enjoy taking a look at your code to try and figure things out with you. I am no expert, but I am beginning to know where to look for answers. But then, if I were an expert, my help wouldn't be...
  4. L

    css and w3c

    I handle IE with php by creating the following function: <?php function detectIE($version){ if(empty($version) && isset($_SERVER['HTTP_USER_AGENT'])){ if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) {return true;}else{return false;} }else{ if...
Top