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 Wanet Telecoms Ltd 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: SgtBadass
  • Content: Threads
  • Order by date
  1. SgtBadass

    Viewing TTF fonts using JavaScript

    I'm looking for a way of having the user input some text, then choose a TTF font and size from a drop down and click a button to show the text in another part of the page rendered in the font and size. Anyone know how this is done or got a pointer to a tutorial or example?
  2. SgtBadass

    Hyperlink to plain text in excel

    I've got a column in my spreadsheet in which every item has a hyperlink (I copied it from a website). Is it possible to create another colum that has the plain text version of the hyperlink in it?
  3. SgtBadass

    Getting the numeric bit of a string...

    I've got a bunch of strings like this: style01_11.png style143_12.png etc, How can I get the numeric bit attached to the word 'style'? I've already exploded it into an array, so they now read: style01 style143 But now I'm stuck on getting just the number.
  4. SgtBadass

    Finding keywords used

    Many web stats scripts I've seen tell you what keywords a visitor used to find your site. I'm guessing they're embedded in some server variable somewhere. Anyone got any pointers to how it's done?
  5. SgtBadass

    PHP download management

    I'm looking to write something that will allow only logged-in users to download files (PDFs, Word docs etc). I'll have the files in a directory so I'm looking at ways of stopping people from just finding the links, or passing links on to people. Anyone got any ideas? Or links to software that...
  6. SgtBadass

    Advice on how to restrict what a user sees

    I've got a database with two main tables. One is 'users' with approximately 35 records which is not likely to increase much, the other is 'companies' with 7000+ records, more being added every week. Now, each company record has been either visible or not but when visibile they are available to...
  7. SgtBadass

    Retrieving data from a SQL text field

    This is nutty. I've got a recordset which retrieves some tables from a database. One of the fields is defined as 'text' in SQL server, and won't display in the resulting ASP page. If I change the SQL field to a varchar, it works! Any idea how I can get the text to display?
  8. SgtBadass

    disable/enable form elements

    I have a form which has four menu lists. Depending on the state of the first one, the other three will be disabled. i.e. if they select 'FAQ' from the first drop down, they don't need to enter anthing in the other three so they should be disabled. Is this possible? TAI Andy.
  9. SgtBadass

    Sharing a folder with no password

    I have a stand alone server that is not part of any domain (it is in fact just connected to a network in a Unix environment). We want to use this just to share files, but we don't want to have to give a password to access it. Is this possible? If so, how? Essentially, we want to be able to just...
  10. SgtBadass

    Subtotal when entering data

    I've got a form which I can enter data into, a bit like: Name :Time : Value Fred 13 34 Jeff 34 66 What I'd like to do is have a subtotal next to the value filed which is updated as the data is entered. I've tried sum(value) but I get the total for the entire...

Part and Inventory Search

Back
Top