Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Vormav
  • Content: Threads
  • Order by date
  1. Vormav

    difficulty with regular expressions

    Just one little issue I'm trying to figure out with regular expressions. I've used them plenty of times before, but I've always had issues with expressions that work on urls. In this case, I'm using Python to grab information from a php page. The page contents would include something like this...
  2. Vormav

    using command line functions within C#, and retrieving the output

    After finally getting completely fed up with the standard windows command prompt, I've taken it upon myself to start trying to build a quick and simple alternative to one - an alternative that keeps all of the functions intact (so I shouldn't be rewriting any of them), while just giving it a...
  3. Vormav

    w3c validation - id vs. class for css

    Hey. I'm working on a simple site that makes use of a lot of CSS and Javascript. The main problem I'm dealing with right now is getting it validated. This is for a class, and the w3c validation seems to be the most important thing to our professor. But I'm of course running into a problem. I...
  4. Vormav

    onMouseOut and Mozilla Firefox

    Hey. I'm having a problem with using onMouseOut commands in Firefox. Here's the code snippet I'm looking at: <div style="position:absolute;" id="portfolio-menu"...
  5. Vormav

    Regular expressions trouble

    I never have been good with regular expressions, perl-compatible or otherwise. And I've been looking at this for awhile. So I'll just tell exactly what I need, and see if anyone can write the expression for it. Basically, I need to make a replacement on all image tags within some bb coding...
  6. Vormav

    menu loading function

    Hi. I'm a bit new to javascript, so go easy on me. ;) I'm trying to form a function to handle menu loading, since I think I'm going to have a lot of menus. Here's the header stuff: last_menu = &quot;opening_menu&quot;; function load_menu(menu) {...

Part and Inventory Search

Back
Top