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

    Variable Query

    Hello, I'm slowly learning Javascript, but have an issue when using the Google Maps and Search API. Below is a snippet of code... var t0 = new usePointFromPostcode('E3 2NN',0,'Test 1') var t1 = new usePointFromPostcode('E1 2NN',1,'Test 2') var t2 = new usePointFromPostcode('E2 2NN',2,'Test...
  2. daint

    Auto launch file from Web

    Hello, I've got a program which is assigned to a file extension, dai in this case. When double clicking the file on desktop, I've assigned it to auto print the contents. However, when downloading it from the web, IE7 gives me the option to Open or Save (neither of which do the default windows...
  3. daint

    Auto launch file from Web

    Hello, I've got a program which is assigned to a file extension, dai in this case. When double clicking the file on desktop, I've assigned it to auto print the contents. However, when downloading it from the web, IE7 gives me the option to Open or Save (neither of which do the default windows...
  4. daint

    Radmin from Unix PHP

    Hello, I'm trying to get file information back from a Windows PC onto a MySQL database. The problem is, the only remote access to these PC's I have is Remote Administrator. I know this tool can telnet (kind of) and file transfer, so I imagine there must be some way of extracting the data I...
  5. daint

    Squid Forwarding Query

    Hello, I'm trying to setup squid on a linux server to act as a proxy server for our network. This proxy server is to forward all requests (which we allow) to another proxy server, and in turn on to the internet. I was wondering what I need to be looking for, I've gone through all the settings...
  6. daint

    Unable to delete

    Hello, For some reason, I can't delete folders which contain files. I can go into the folder, delete the files, then delete the folder. I get an error Access is denied, make sure the disk is not full... The disk is certainly not full. When I select properties for the folder, it shows a...
  7. daint

    Exception Handling

    Hello all, I'm still learning a lot with C#, and now come across a seamingly easy question, but can't seem to find the answer. I'm trying to write a simpke class to send a web request and return the reply. This works, but the error handling doesn't. I'm trying to figure out whether the...
  8. daint

    Total Weight - How :(

    Hello, I've got possibly a simple question, but I've gone from not knowing any SQL to trying to go 'advanced' in about a week. I have a table with Jobno, Prefix and PackID along with weight. So each parcel contains a weight, these are added to the table via being scanned. There are no checks...
  9. daint

    Formatting a google news feed

    Hello, I've been trying to format the google rss feed in a way that the top news item would have the associated image, then 4-5 more news items are listed, but that's all. A lot like the news is shown on the right hand side of http://www.yahoo.co.uk Using a xsl document, I can list every...
  10. daint

    Formatting an RSS feed

    Hello, Hope this is post in ok in this forum. I've been trying to format the google rss feed in a way that the top news item would have the associated image, then 4-5 more news items are listed, but that's all. A lot like the news is shown on the right hand side of http://www.yahoo.co.uk...
  11. daint

    Streaming an image

    Hello, I was looking to download an image on another server via my own webspace. This is because certain websites are blocked at my company, I can download text via a script on my own server, but having problems with images. The following is in an asp file called say xxx.asp, when I use <img...
  12. daint

    FTP Problem

    Hello, My scenario, I am a user on a company network with only user privilages. I need to list the content (or just be able to view all) of a folder over ftp. When I use the DOS ftp prog, I can't view all the list due to it scrolling very quickly, and I can't use Internet Explorer as it seems...
  13. daint

    FTP with clients

    Hello, My scenario, I am a user on a company network with only user privilages. I need to list the content (or just be able to view all) of a folder over ftp. When I use the DOS ftp prog, I can't view all the list due to it scrolling very quickly, and I can't use Internet Explorer as it seems...
  14. daint

    My Computer doesn't open

    Hello, I've been having a problem now for a while, when I open My Computer, it takes around 1-2 minutes to open, whereas opening C: only 2-3 seconds. I have a 2Ghz P4 so it should be that problem. Around the same time I have a problem where IE will not go to typed websites, only when clicking...
  15. daint

    Sharing Problem

    Hello, I have linked two Windows XP Pro computers together using a Wireless LAN, this seems to work fine. When I access the files on the one computer, server, they access fine, but when I disable the guest account, no access to the computer (through My Network Places) can be gained. I have...
  16. daint

    Narrowband Prob

    Hello, When I used my laptop on the net I usually get download speeds of around 1k per second, wereas on my main computer they're usually 4.x to 5. It doesnt matter which program I'm using to download (IE, MIRC, Kazaa) the download speeds never seem to reach above 2.5k/sec Any ideas?? Thanks
  17. daint

    MSN 4.7 &amp; 6

    Hello, Anyone know how to get rid of MSN 4.7 now I have MSN 6. Some programs will still keep opening MSN 4.7 even though I now use 6. MSN 6 can be open and logged in but 4.7 will still load and be unable to quit due to it being used by some microsoft program. Thanks Daint
  18. daint

    All internet lost

    Hello, I have recently used my laptop for the first time in 6 months. While logged in as myself, a dial-up connection can't be made, keeps coming up with usewrname and password error, however I know these are correct as they work when logging in as a different user. Also, even when logged in...
  19. daint

    Simple DB Error

    Hello all, I've been trying to make a simple asp frontend for an access database. However, I keep getting an error with the line of code: Conn.Open &quot;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=&quot; & Server.MapPath(&quot;\travel\flights.mdb&quot;) but only when the page is requested...
  20. daint

    Internet sharing problem

    Hi all I've recently set up my first Windows 2000 server, everything seemed to be working well except for the internet connection sharing. When I share the connection, it changes the IP of the server (from 10.10.1.1, to 192.168.0.1), but it doesnt change the clients on the same network...

Part and Inventory Search

Back
Top