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

    CPU Utilization

    Hi I'm fairly new to running my own dedicated server and I'm getting an alert email sent to me everyday now advising me that my CPU is hitting 80% for over 30mins. I'm running Fedora 3 and have fairly basic knowledge/understanding of Linux. What I really want to know is a few pointers as to...
  2. mousematt

    Two column CSS

    Hi I have a slight problem (apart from my lack of knowledge problem!). If you take a look at http://www.bunglebox.com/?page=checkout you should be able to see that the tables in the main content section move to the left when they get below the menu divs on the left. Could anyone tell me where...
  3. mousematt

    Why is it always hard work!!

    Hi, Need some help with the speed that my results are coming back from a query. Basically the below take around 350seconds to bring back 20 rows. The main table 'stillinger' has 100,000 rows in total and if I didn't limit the results on this query there could be 7000 rows. Any ideas?! SELECT *...
  4. mousematt

    MSXML Nightmare

    Having some trouble with appending to an xml file. I'm a complete xml virgin and can't find any good documentation for what I'm doing. Trying to a a record to xml file: <CONFIG><STATIC><_ROOT><_ROOT> <PRODUCTS> <CAP> <GROUP></GROUP> <NAME></NAME> <TEXT1></TEXT1> <TEXT2></TEXT2>...
  5. mousematt

    Sendmail... how hard to setup??

    Hi Am trying to setup sendmail on a default installation of Red Hat Ent. I thought it would 'just work' for sending emails out, this seems not to be the case. Situation: We have a linux box that it going to be used for an oracle app, this needs to send emails, only internally to start with...
  6. mousematt

    MS SQL Dates

    Dates in SQL server has always something I've managed to avoid like the plage as I know how many people have trouble with them. I'm now in a situation where I have to drive into this subject and get it right. I can't! This is my SQL string that I'm using from an ASP; INSERT INTO...
  7. mousematt

    Stretchy Table cells

    This might sound bizzare but I'll try and explain as best I can. I have a table with images as bg to the cells, the ones on the bottom rows can just repeat as the table contents stretch the table down, but the images on the top rows aren't repeating patterns so look stupid if those cells are...
  8. mousematt

    MySQL Select Distinct

    Hi, need some sql help I have a table that i use to log IP Addr's and dates of people looking at my site, I want to count the entries for each dates so I can make a graph, any ideas? table is simple looks like; t_id t_ip t_date
  9. mousematt

    Gallery paging

    Hi I've made a site with a couple of gallerys, i've got a page with thumbnails and a basic link to a page that just calls one record from MySQL and then displays the picture from that record, I want to put links to the next and previous pic in that gallery, thing is the table with the pictures...
  10. mousematt

    Limit with a join

    Ok, I think this is going to be hard to explain so please keep with it!! I have a small gallery section on my site, and would like to have a page with all the gallery names and an example picture from each gallery as links to the actual gallery. All the gallery information is kept in a table...
  11. mousematt

    Inserting into MySQL and getting id returned

    Hi, What I want to do is insert a new record into a MySQL db and then get the id for that row returned. Does anyone know how to do it? Thanks
  12. mousematt

    Update XML File

    Hi I'm trying to update an xml file I'm not sure if i'm going in the right direction. I'm using the below code to add data to an xml file but would like to try and update a record and write it back. Also I would like to be able to delete a record. Can anyone help. Sub GalleryXMLWrite(title as...
  13. mousematt

    803 won't dial

    Hi I'm trying to get to 803's to talk to each other, one is a live box and works when connecting to other routers one is a test one i'm trying to get working. If I ping from the live one, it phones the correct dialer but then doesn't stay connected for any lenght of time. If I try pinging...
  14. mousematt

    Weird date thing

    Hi, Need some help with a strange date thing. Am using this below; INSERT INTO Deliveries (DelInfo,DelDate,PostedBy,PostDate)VALUES('test',14/05/2004,'Matt',16/04/2004) But the dates keep going into the table as 01/01/1900. Any ideas why??
  15. mousematt

    GPO different on one server - wanted

    Hi, I have just had a company into install some software on on of our servers, the only thing is though that we need this server to have two things different in the GPO. I really don't want to have to create a OU and a GPO just for one server. All I want to do is take off the welcome banner...
  16. mousematt

    Virtual Dir Redirect but hidden!!!

    I need some help. I've created a virtual dir and pointed it at another web server, I want it to appear as the second server/site is just a directory below the original, at the moment it acts just link a link and redirects you to the site. Example; http://a.b.com/anothersvr where the dir...
  17. mousematt

    Time Calculations

    Hi, First I've got to say that I hate and can't do time calculations! I am writing a basic helpdesk, fault logging site and need to set SLA times. These times have to take into account when our offices are closed and the weekend. In the app there is a choice of SLA 1 - 4 1 being 1 hour...
  18. mousematt

    Arrrrgghhh DNS

    Last week I upgraded our PDC to AD DC (yay!), with this we have changed our internal DNS addresses we were company.co.uk on our internal network but as we have a public site etc with the same address we decided that when we go to AD we would change to internal.company.co.uk, the upgrade went...
  19. mousematt

    Date difference

    Hi, I need some help with date calculations. I have a form with a date input box, the date is in for format dd/mm/yyyy the form calls a script before submiting it; <form action=&quot;new2.asp&quot; method=&quot;post&quot; name=&quot;NewCall&quot; onSubmit=&quot;return submitIt(this)&quot;>...
  20. mousematt

    Currency Settings

    Hi, this should be an easy one... Basically the regional settings for my asp's are american, all the currency comes out as $ and I need them to be UK (£) when I logon as Administrator it says that they are UK, oh the confusion!! Can anyone help?

Part and Inventory Search

Back
Top