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

  1. shavenlunatic

    XML Image Gallery Management

    Hi, Just looking for a point in the right direction as I can't seem to figure out/find the best way to get started. I wish to create the facility for someone to upload images and descriptions associated to that image to the web server via a form. I wish to do this without a MySQL back end so...
  2. shavenlunatic

    Multiple Actions with iif

    Hi, IN SSRS, I have a cell in a table I basically want to do the following: iif(Something = 1, PerformAction1 and PerformAction2, PerformAction3) Is it possible to perform 2 actions if an iif statement returns true? ________ clueless
  3. shavenlunatic

    IE z-index issues

    Hello CSS Peoples :) We are creating an interactive map that allows the user to travel using a grid reference system The map consists of a number of layers: 1. The main wrapper that holds the map 2. The map itself 3. The grid overlay made from a number of css squares 4. A number of icons placed...
  4. shavenlunatic

    Wait for PHP scripts to process before moving on

    OK, I'll try explain what I need/would like help with without confusing myself and any innocent bystanders index.php contains various divs with includes to other php files which gather various bits of information. one of these divs (called "link")includes a makelink.php which (for the sake of...
  5. shavenlunatic

    Word - Delete lines not containing string

    Hi, I have been passed several files which are each around 15MB of plain text (about 300,000 lines), I need to filter it down to only contain lines which contain a certain string. e.g. Document: some random stuff Date: 01/01/08 other random stuff this is elephant speaking moo moo moo Date...
  6. shavenlunatic

    Dealing with $_SERVER['HTTP_REFERER']

    Hey, I decided to dump all referral URLs into a database just so I can view exactly what's happening easilly, the posting of the data is working fine and there's plenty of data in there. I didn't want the empty HTTP_REFERER visits to be posted in there, nor did i want to post the ones which...
  7. shavenlunatic

    An index on a constantly changing table?

    Hi, Developing a web game and looking to optimise the MySQL back end, fairly new to databases and I KNOW there are things I could be doing to optimize it. The game pretty much constantly hits the database, the queries are great, filtering out what isn't needed and only returning the exact...
  8. shavenlunatic

    2 Domains 1 IP

    I can see how setting up a virtual domain looks easy enough, almost TOO easy, which is why I wanted to double check before I kill my websites. I have 2 domains, one (Site A) is running on a virtual linux server with 1 IP address (and it's running as a vhost). The other (Site B) is currently...
  9. shavenlunatic

    HTML form to JS func using return

    Hi, I hope someone can help me out here. I somehow managed to muddle my way through (with no prior knowledge) to making a shoutbox on a website using AJAX to avoid doing full screen refreshes. The shoutbox (inside a div) works fine if the user "Clicks" the submit button... the data is sent...
  10. shavenlunatic

    403 Forbidden on sub-folders

    Hi, This is going to be a 'stupid' question I'm sure, but I can't seem to get it running after googling for a lengthy time.. so I thought I'd ask for a little help. I've set up apache on my local machine several times in the past (on both windows and linux) and never encoutnered this problem...
  11. shavenlunatic

    Alternative Buttons

    Hi, This is probably a simple enough thing to do, but searching for it returns everything but what I need so I turn to you for some advice (or at least a prod in the right direction of which keywords to be searching on :) ) Build a site and view it on OSX or Linux and the form buttons on the...
  12. shavenlunatic

    PHP AJAX singe frame refresh (with MySQL update)

    Hi, Hopefully this is the right place to ask this and you can help. I won't (yet) dump any of the code we have written as 1) It doesn't work and 2) I feel we may have gone about this the wrong way and need to start from scratch. (i'll point out that we have all the MySQL stuff working fine...
  13. shavenlunatic

    PHP AJAX singe frame refresh (with MySQL update)

    Hi, Hopefully this is the right place to ask this and you can help. I won't (yet) dump any of the code we have written as 1) It doesn't work and 2) I feel we may have gone about this the wrong way and need to start from scratch. (i'll point out that we have all the MySQL stuff working fine...
  14. shavenlunatic

    To Theme a Form

    Hi, I hoped this was simple but I guess the answer isn't as obvious as I thought. Basically, I have a form (or forms) I want to be able to change the appearance of, basically change the theme. So say the form has 3 labels and 3 buttons, rather than saying form1.label1.font.name = "courier"...
  15. shavenlunatic

    Word vs Excel OnTime

    To cancel a OnTime event set in excel vba i have: Application.OnTime NextTick, "UpdateClock", , False which works fine in excel, but in Word the OnTime function seems to work differently Excel: expression.OnTime(EarliestTime, Procedure, LatestTime, Schedule) Word: expression.OnTime(When...
  16. shavenlunatic

    Clicking a single button in webbrowser

    Hi, I have embedded a "Webbrowser" in a word document. I want to perform the simplest of tasks. on whatever action, I would like it to activate the browser, navigate to a given page and then click on a button (which I know the name of) simple as that, no numbers to fill in, no values to...
  17. shavenlunatic

    Worksheet_Change not helping

    Hi, I'd like to start by thanking everyone here who has helped me out in the past, you guys have been a massive help to me over the past year or so. And now I'm back for more! :) basically, I have an excel sheet with a validation listbox the sequence of events I want to happen are: listbox...
  18. shavenlunatic

    need help with regexp relating to a file name

    Hi, I have a bunch of reports generated on a daily basis, they output in the basic format of the following: NameOfReport_YYYY-MM-DD-hh-mm-ss.xls I will be running some script at which point I will prompt for a date... which is fine.. so I can build the contents of a variable to contain...
  19. shavenlunatic

    Resetting the usedrange

    Hi, I get sent a HUGE excel daily.. huge mainly due to the fact that a couple of sheets usedrange is set to 65000+ rows now, i tried running Columns("A:A").SpecialCells(xlCellTypeBlanks).EntireRow.Delete ActiveSheet.UsedRange but I have a feeling (just by looking at it, as i've not used...
  20. shavenlunatic

    Outlook Run script on newmail event relating to subject

    Hi, I want to trigger a given action on receipt of an email with "dostuff" in the subject line. I know its the NewMail event, but I'm just not sure how to pull the subject line into a string variable. I'm sure it's simple but trying to search for "Outlook" and "Newmail" involved me sifting...

Part and Inventory Search

Back
Top