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 strongm 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: Fendal
  • Content: Threads
  • Order by date
  1. Fendal

    Run Multiple Sites on Your IIS Server

    Hi All, I'm trying to find out how I need to set up my IIS(6.0) to run two domains (different site contents on each) from one server (win 2003), I thought I was about to get the answer here, http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=21871 but then I was faced with "Subscribe...
  2. Fendal

    Updating to 100% valid HTML

    Hi, All I'm going through the painstaking process of validating my pages, all was going (surprisingly) well untill I came to adding, <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> (working backwards with FF 1.5.0.2 extension "Html...
  3. Fendal

    Multi Player via TCP/IP

    Hi All, is it possible to play a game over the internet through a TCP/IP connection when you're on a LAN network.? I tried connecting to their computer by entering their I.P but it didn't connect, then when I tried to host the game so that they could connect to my computer, I'd click "show...
  4. Fendal

    Dynamic Windows Server 2003

    Hi all, I have a site running on windows server 2003 connected to a dynamic I.P address, currently zoneedit.com are taking care of the DNS servers, but, on rare occasions when I have to restart after downloading updates and so on my I.P will change, which means I need to login to zoneedit and...
  5. Fendal

    MS Word Spellcheck

    Hi All, Is it possible to use the MS Word Spellchecker in my richtextbox on my VB program, or will I need to write a dictionary of words. ? Thanks.
  6. Fendal

    Where is Google Going In The Next 5 Years

    Hi All, I read an article the other day about Google making their own payment service to rival paypal called Gbuy, I think this is a good thing for the customers, it should make paypal review their charge prices, in my opinion paypal hasn't been as good since eBay bought it...
  7. Fendal

    Definition of innuendo

    This must be the best definition of innuendo, http://video.google.com/videoplay?docid=-1308301906286453357&q=rainbow shocking.
  8. Fendal

    RegExp Url's

    Hi All, I'm using regular expression to find url's and hyper link them with string replace, what I have works fine untill the url has both "http://" and "www." ie: http://www.test.com, is there any simple change I can make to what I have to fix that ? <body onload=hyperl();> <div id="content"...
  9. Fendal

    RegExp hex colour

    Hi, Could somebody tell me the regular expression for matching hex colour codes, var string="blah #000000 test #FF0000 blah #eeff00"; I know that " \d{6} " is six digits but it's not always digits only.
  10. Fendal

    Javascript to VBScript, Domain relocate

    Hi, All Could someone point me in the right direction in changing the following code to server-side VBScript with asp. <script type="text/javascript">...
  11. Fendal

    Embed Object Link.

    Hi All, I'm new to ActiveX, could somebody tell me if the ocx file I saved and registered on a server can be displayed without actually going to the server, for example with applet you could put this code in a html file <applet codebase=http://www.ClockBot.com/ code=clockbot.Clock width=300...
  12. Fendal

    Request Name/Id/Class

    Hi All, just the one question, Does a request.querystring or request.form have to be of a input name, or can I somehow use the inputs ID= or Class= ?, Thanks.
  13. Fendal

    Putting Javascript value into ASP

    Hi, All Does anybody know how I can put and use the value of fname into my ASP code, <script> var fname="John Smith"; </script> <%=fname%> I would normally use, Dim fname fname="John Smith" or even document.write(fname); in javascript, but on this occasion I need to get the...
  14. Fendal

    Getting User Location

    Hello All, Is it possible to get a users location with asp.net, so that I could display a flag of the users country in the top right of the browser depending on there location ?, If anyone could link me to the right direction or give sample code that would be great, Thanks For reading. or...
  15. Fendal

    User Location (country)

    Hello All, Is it possible to get a users location with asp, so that I could display a flag of the users country in the top right of the browser depending on there location ?, If anyone could link me to the right direction or give sample code that would be great, Thanks For reading.
  16. Fendal

    response.cookies.expires

    Hello All, new to vbscript and cookies in general, How do I set cookies to never expire ?, is it... response.cookies(cName).expires = 0 Thanks.
  17. Fendal

    image dimensions attribute

    Hi, All I'm trying to move images from one main folder into three different folders depending on the image dimentions. i.e If dimen = 1280 x 1024 Then fs.MoveFile "C:\Wallpapers\" & f2.Name, "C:\Wallerpaper\1280x1024\" & f2.Name Else If dimen = 1024 x 768 Then fs.MoveFile...
  18. Fendal

    Forum Search

    Sorry about this, It's not a VB6 question, I couldn't find the random question forum. The question is, does Tek-Tips have a Assembly language programming forum or Hex editing forum ?. Also if you can help me with that maybe you could help me find the random question forum.
  19. Fendal

    Text Copy Loop

    Hi, All I'll just take a minute to set the scene, I have 250 folders each folder contains a text file, eg: C:\folder1\file1.txt, C:\folder2\file2.txt, C:\folder3\file3.txt ...and so on, within each of those *.txt files there are 5 lines of text, what i'm hoping to be able to do is loop through...
  20. Fendal

    File Renamer

    Hi, All The Problem: I have some folders named 1,2,3...(i'll stop there) all the way upto 250, within those folders I have a txt file, eg: folder named 1 has a file named 1.txt and folder 2 has a file named 2.txt and so on. What I want to do is leave the folder names the same but rename all the...

Part and Inventory Search

Back
Top