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 SkipVought 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. gollyg

    Assign variable values using loop

    I think there is a problem with this approach - it is that you can't concatenate strings on the left hand side of an assignment operator - it gives an error. I am sure there must be some standard way of doing this? Thanks again
  2. gollyg

    Assign variable values using loop

    Thanks tviman, I'll give it a go Cheers
  3. gollyg

    Assign variable values using loop

    Thanks for the response. Actually I already have an array of variables, but I need to extract the variables from the array and assign them to an pre-existing objects property. The objects are named with an _0, _1 etc suffix, so when I loop through the array I want to assign the value of the...
  4. gollyg

    Assign variable values using loop

    Hi, I'm sure this is a JavaScript 101 question, but I have a bit of a problem. I am using a for loop to iterate through an array, and I would like to assign the value of each element to a variable that already exists. I will be addressing the variable using a name appended with a number that...
  5. gollyg

    Why doesn't it Install anymore??

    Try copying the contents of the disk onto your hard drive and then installing. That sometimes works. I have had a similar problem with some macromedia products and sometimes that would work. The problem was something to do with my cd setup I think, definitely was an OS problem, but I can't...
  6. gollyg

    can we do this in batch...

    Yeah, that shouldn't be too hard. The basic process will be: -start recording your action -convert background layer to normal layer (double-click and ok) -add stroke using layer style (be sure to change the colour, width AND position>inside - this will give you square corners) -increase canvas...
  7. gollyg

    This is an Illustrator Trick, Can it be done in PS

    Another way (but still not as quick as your shortcut) is to use the HSB display in the colour mixer palette instead of the default RGB - gives you access to the same process as in the colour picker but a bit quicker. (although you sound like your in a hurry!;)
  8. gollyg

    This is an Illustrator Trick, Can it be done in PS

    I'm not sure if this is the same thing, but go to the colour picker and experiment with the radio buttons beside H, S, and B. This will allow you to drag the slider bar to adjust any of these values. You can see which does what by the changes to the slider. Does that help???
  9. gollyg

    how to build wesite with photoshop

    Photoshop for creating your prototype > export only the images you need, not the whole layout (and forget about the html code that it produces). Homesite or notepad etc for coding your basic templates, dreamweaver for content management. mmmmmmmm.
  10. gollyg

    diff between progressive and non-progressive

    Does it increase the final image quality? My impression was that it meant that something would appear on the screen quickly (a low quality version) then, when more image data downloads, the image would improve in quality. But it would still be of the same quality as the optimisation settings...
  11. gollyg

    OnStream's Technical Support

    Sorry - should have been in a new thread. I've moved it to thread532-671393
  12. gollyg

    1Safe and Norton Antivirus

    Hi Greg (a bit presumptuous of me!), Sorry to hassle you - you seem to be working harder now than when you were employed by onstream! Just a quick question. Basically, every time I run my 1safe backup it backs up far more information than I have changed. If I ran the backup and then ran it...
  13. gollyg

    OnStream's Technical Support

    Hi Greg, Sorry to hassle you - you seem to be working harder now than when you were employed by onstream! Just a quick question. Basically, every time I run my 1safe backup it backs up far more information than I have changed. If I ran the backup and then ran it again straight after it would...
  14. gollyg

    XP keeps changing directories to read only

    Thanks Murray, That has allowed me to change the file level attributes and save/modify there contents. Funny though, even after using attrib through the command line the properties for the folders still show as read only, but the functionality has returned to read/write. Thanks for you tip -...
  15. gollyg

    XP keeps changing directories to read only

    No, it is actually ticked and I can access and change the attribute. It even appears to update when I choose apply or ok, but when I return to the dialoge, it shows as read only again. ps i am running backup software for a tape drive that uses the archive bit on the files - dont know if that...
  16. gollyg

    XP keeps changing directories to read only

    Hi, I have XP Pro setup and I am having problems with some file attributes. Every so often windows will change the attributes of all my directories to read-only. To try to fix this I log in as administrator and change the directory and all subdirectories and files to not read-only, and I see a...
  17. gollyg

    Problems passing parameters in Netscape 6

    Hi all, Was wondering if anyone has noticed what I consider to be a bug in Netscapes handling of parameters passed in the url. The problem is that if there are multiple parameters being passed and one of the parameters has a space in it, netscape will ignore everything from that point on even...
  18. gollyg

    .css Problems

    Can't tell from your style sheet what is going on in your table - your method seems sound. Whenever you have this kind of problem it is best to simplify it - create a page with just the bare minimum (the table and the style defn). See if it works there. The problem is much easier to find and...
  19. gollyg

    CSS and DIV positioning of form elements

    Try using more standard CSS syntax ie <div ID=&quot;sec3&quot; style=&quot;position: absolute; top: 175px; left:235px;visibility:hidden; z-index: -3;&quot;> rather than <div ID=&quot;sec3&quot; {position: absolute; top: 175px; left:235px;visibility:hidden; z-index: -3;}> <form...

Part and Inventory Search

Back
Top