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 TouchToneTommy 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: *

  1. miraclemaker

    How to prevent scrolling the browser window using arrow keys?

    I have a flash application embedded in a page which you use the cursor keys to control. The problem I'm having is that the page has a vertical scroll, and so whenever you push up / down on the cursor keys, it causes the page to scroll, despite the flash having focus. Does anyone know of a way...
  2. miraclemaker

    problems with trying to match string with single quote

    Hi guys. I'm havin serious problems trying to match and XML node using XSL based on he value of an attribute when the attribute value has a single quote in it. Here's an example: XML: <gameGroup priority="5" title="Kids' Favorites"> XSL: <xsl:template match="gameGroup[@title='Kids'...
  3. miraclemaker

    extra characters being added to output

    Hi guys, I'm translating some XML with XSL, and have come across the following problem: here's a chunk of my XML: <long_description> Heavy Weapon Deluxe est un jeu d’arcade o&ugrave; se d&eacute;cha&icirc;ne une action tremp&eacute;e d’adr&eacute;naline, &agrave; d&eacute;roulement...
  4. miraclemaker

    PHP Script to query an NTP server?

    Does anyone have a PHP script to query an NTP server? Thanks.
  5. miraclemaker

    When using XSLT xmlns attribute added to output html

    Hi guys. I'm transforming an XML file using XSLT, I'm defining some namespaces in my XSL file to allow the document to be transformed. Here's a cut down version of the two files: XML: <?xml version="1.0" encoding="UTF-8"?> <allGamesWeb creationDate="2005-06-08" xmlns="allGamesWeb"...
  6. miraclemaker

    request a url through a proxy server

    Hi there, does anyone know how I can request a url from php (through an fopen() or whatever), but go through a proxy server? Any help on this would be much appreciated.
  7. miraclemaker

    find server software for a site

    Hi there. Does anyone know if there's a way to retrieve what server software a site is using through PHP. I'm after something similar to what netcraft provides through their 'what's that site running' service: http://www.netcraft.com/whats
  8. miraclemaker

    asigning color to each resource

    Hello there, hopefully one of you Project guru's will be able to help me with this. I want to assign a particular color to each of my resources in my project (each resource is an individual person in this case) I'd like to see the resources name highlighted in the specified color in the Gannt...
  9. miraclemaker

    Using certificate with nuSOAP and cURL

    Hi I'm using cURL with nuSOAP. I'm requesting a service from a website that requires me to supply a certificate to authenticate myself. I've got two certificates - a .pfx file and a .p7b file. I've installed these on my server but I still can't do any requests. Do I need to specify to cURL to...
  10. miraclemaker

    moving rows from one table to another

    Hi there. Is there some kind of query that will allow me to move / export some rows from one table to another in the same database? Thanks
  11. miraclemaker

    Named Pipes with SQL Server 7

    Is it possible to use named pipes with SQL server 7? If so how do I go about setting them up? Is there a way to check if an existing server is using named pipes? Thanks.
  12. miraclemaker

    Training course recommendations

    Can anyone recommend any ASP.net training courses in the UK? I've done some searching via Google and there's a massive choice, but I would prefer to choose based on feedback from actual users, rather than how well each of these training companies can talk themselves up. The course should be...
  13. miraclemaker

    Scheduled task not running

    I've created our scheduled task on our webserver. it's enabled and configured to run every ten minutes using the credientials of a user I've created in the administrators group. The problem I'm having is that it's not running. When the task is selected, the details in the left-hand bar say when...
  14. miraclemaker

    Problem with creating files with Integrated Windows Authentication

    Hi. I've enabled Integrated Windows Authentication on my Intranet server so that I can identify users by their usernames. One problem I'm having is that when I try and create a file with PHP it fails becuase the current logged in user doesn't have permission to create files on the server. PHP...
  15. miraclemaker

    Getting the last generated identity number for a certain table

    Hi there, Is there a query I can run on a table that will give me the last generated identity number?
  16. miraclemaker

    Mysql_insert_id equivalent for SQL Server

    Does anyone know if there's an equivalent of Mysql_insert_id for SQL server?
  17. miraclemaker

    non-standard characters being converted to question marks

    Has anyone seen anything like this before? text that is submitted through a form on a page I'm working on can contain non-html standards compliant characters like: '…' (elipse) '`' (backticks) '®' registered trademark symbol etc I want to be able to convert these characters to their proper...
  18. miraclemaker

    Excel: check if a particular value occurs in an entire column

    Should be an easy for those of you who know their Excel: How to I check if the value of a particular cell (ie A1), appears in an entire column (say column C) thanks guys!
  19. miraclemaker

    grabbing a particular element from a returned array without temp var

    When I am using a function that returns an array, but I only ever want to use a particular element of that array, is there a way I can access the element of the returned array straight away, without having to use a temporary variable to store the array? eg: If my function getParams() returns an...
  20. miraclemaker

    Getting response time through Performance Monitor

    Hi, Is average response time to web requests available through the performance snap-in? If so how do I find it? Thanks.

Part and Inventory Search

Back
Top