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

  • Users: DBSSP
  • Order by date
  1. DBSSP

    Browser caching problem (I think...)

    Oh, and I failed to mention one thing about those meta tags for content expiration. Only use those if you don't mind having all content being pulled from your server on every visit. This can be a bandwidth issue for some on limited plans depending on your content and it's size. If you change...
  2. DBSSP

    Browser caching problem (I think...)

    Also as a side note to an "already cached" problem: Go to Tools, Internet options, click on settings and then select the option "on every visit to the page". View your page again. You may have to refresh a couple times to get it to clear or you may have to wait a few minutes to let IE...
  3. DBSSP

    Browser caching problem (I think...)

    Are you using the <meta> Expires and <meta> pragma tags? I've found that these can help with the browser cache problem. <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> hmmm...now about that <object> tag...try this link, it may help. :-) W3C Object Tag...
  4. DBSSP

    Change Content In Div with Link (SSI?)

    Well loading all the content files into the page would make it way too big, way too easy to get lost in. With that in mind I'm trying to keep the individual pieces of content remote, essentially treating the div likes it's own html page in a sense. (I thought about this in the "anchor" sense...
  5. DBSSP

    Change Content In Div with Link (SSI?)

    Each file of content will fit on one page in the div, but will be housed in their own independent files (i.e. Link One causes 1.html/txt to display in the div, Link 2 would cause 2.html/txt to display in the div, etc.). :-) Jay [infinity] &quot;If the words up and down were reversed, would you...
  6. DBSSP

    Change Content In Div with Link (SSI?)

    Hey Chessbot, thanks for the speedy reply. I think javascript is about the only option to it at this point, the more I think about it. I'd like maximum compatibility, but then again I'd just hate to create redundant pages or hidden Divs to display simple content. Seeing as how most people...
  7. DBSSP

    Change Content In Div with Link (SSI?)

    Hi all. I'm designing an xhtml page and I'd like to be able to change the content inside the main Div (#Information) by clicking on a link in my menu. This way the whole page doesn't have to reload. If there is a way to do this using SSI, that would be cool. I already know I can include...
  8. DBSSP

    Creating a river?

    You should make your ground plane a positive boolean and then make your &quot;river&quot; a negative boolean and group them with material transferance. Try to get the river and far into the ground as you can. You may want to use the side-angle view to do this. Jay [infinity] &quot;If the...
  9. DBSSP

    Javascript for updating dates on file upload

    Thanks for the help, but I forgot about SSI...Doh! One little line. *sigh* guess that's what happens when you have to multi-task, eh? :P Jay [infinity] &quot;If the words up and down were reversed, would you trip and fall or trip and fly?&quot;
  10. DBSSP

    Javascript for updating dates on file upload

    I have small problem figuring out how to make dates next to links change. I basically need the code to look at when the creation date of the file and change the diplayed &quot;last update&quot; date to the the same value. I tried using .lastmodified, but that's only good for the webpage it's...
  11. DBSSP

    illustrator 10 in Bryce

    What exactly are you trying to do? Most of the time you are better off to render your scene and then add your 2D graphics in the JPEG you are using for postwork. Jay [infinity] &quot;If the words up and down were reversed, would you trip and fall or trip and fly?&quot;
  12. DBSSP

    &quot;Shell&quot; Shocked - Multiple command line entries

    Actually, I figured it out....I'll just use one shell and feed &quot;SendKeys&quot; strings to it. Jay [infinity] &quot;If the words up and down were reversed, would you trip and fall or trip and fly?&quot;
  13. DBSSP

    &quot;Shell&quot; Shocked - Multiple command line entries

    I'm caling a command promt with a command to execute through an Access Module. I need to enter multiple commands to the same prompt shell. Currently, i have figured out how to do one. Here is my example code: ********************************************************** strCmdLine = &quot;path...
  14. DBSSP

    Process of rendering

    If you are making a quick render just to see what it looks like mid-creation, then try to trim back some of the quality settings. Instead of production quality, set it to draft quality, etc. When you are finished, then bump up all of your quality settings. Rendering also depends on your...
  15. DBSSP

    Imorting dxf objects

    Try exporting as a .obj (wavefront object). Then open Bryce and import the .obj Let me know if this helps! Jay [infinity] &quot;If the words up and down were reversed, would you trip and fall or trip and fly?&quot;
  16. DBSSP

    Saving a record that is keyed to relationship with another record

    Nevermind, I got. Guess I made the problem more complicated than it really is. Just overlooked the integrity controls, doh! Jay [infinity] &quot;If the words up and down were reversed, would you trip and fall or trip and fly?&quot;
  17. DBSSP

    Saving a record that is keyed to relationship with another record

    Let me lay out some general structure. Form1 - Main Record Info Form2 - Required Info Related to Main Record, w linked fields from Form1 Form2b- Optional information linked to main record Problem : The main record cannot be saved because the info disappears from the main screen...
  18. DBSSP

    Calculating Time..Have I seen this before?

    I finally figured it out! I had forgotten that each time element (hh, mm, ss) is recorded as a seperate entity my MS Office. With that in mind I just used the following equation to get the figure I was after. ((((Hour([Time Out])-Hour([Time In])))*60)+(Minute([Time Out])-Minute([Time...
  19. DBSSP

    Disabling Enabling buttons works!.....Initially :(

    I've been trying to disable a button when information is input to a certain field, and enable it when the field is empty. This works when form is first loaded, but doesn't disable the button when you put information in the field. I've tried On Dirty, On Current, even tried it on Mouse Move...
  20. DBSSP

    Animating creatures in Bryce... possible?

    This seems a little late in the coming, but for future reference, get something like Curious Labs Poser 4 or 5. This program is reasonable in price and can do exactly what you want as it is designed for that. You can then import a Bryce scene so that you can make your characters interact with...

Part and Inventory Search

Back
Top