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. DeveloperDood

    Layers aligned relative to browser window

    well, here's a page I designed, this ought to get you started on the DHTML and DIVs at least http://www.wolfpopper.com/wolfpopper/about.cfm
  2. DeveloperDood

    Displaying A Hyperlink Which is in a database field. ASP.net

    well i actually don't know what the field type "hyperlink" does. If it were me, I would set the field type to text, then do this: <% Response.Write("<a href=""" & codeforDBoutput & """>" & codeforDBoutput & "</a>") %> replace "codeforDBoutput" with code for your data's display
  3. DeveloperDood

    pop-up menu

    Do you have Fireworks? That does drop-downs fantastically and creates all the code for you. You can then take the code and put it into your already-built website.
  4. DeveloperDood

    Layers aligned relative to browser window

    I think it's a great way to do it. But I would say look at your web stats first. When I do this kind of site, I do it when 95% or better use Internet Explorer, cuz Netscape doesn't have great support for it, and customizing Netscape doubles the amount of code you have to write because it treats...
  5. DeveloperDood

    Layers aligned relative to browser window

    I have done this a few times. Basically you have to do math calculations in JavaScript based on the browser's window size. I think the syntax is something like screen.width, screen.height. Or maybe that is for the screen size. Anyway, the syntax for the browser window is similar. Then use...
  6. DeveloperDood

    Displaying A Hyperlink Which is in a database field. ASP.net

    Well, first we need an example of what exactly is in the database. Please clarify if your database field contains a simple URL, or an actual HTML anchor tag with text inside.
  7. DeveloperDood

    editing ground plane?

    If I remember correctly, you can manually edit the bump height of the plane's texture in the texture editor.
  8. DeveloperDood

    camera view

    Those buttons on the top left of the screen are view presets. You can set your view by clicking on one, and then return to it later by clicking on it again.
  9. DeveloperDood

    VSS - &quot;find in files&quot; - multiple files?

    Hmm. Well, I know how VBA works but have never really used VB. Your links to the Microsoft site only talk about VB, so I'll assume VSS doesn't actually support VBA. Your links to the Microsoft site talk a lot about the "automation interface" as you call it, but I believe this is a software...
  10. DeveloperDood

    fileupload progress bar !

    I would check to see if there is any way you can determine connection speed. If there is, I'm sure there is a way to make an equation for % of file completed based on connection speed and file size. Can you send a link for the Yahoo upload thing you are talking about?
  11. DeveloperDood

    VSS - &quot;find in files&quot; - multiple files?

    Well, to sum up, I want to search in all the files in my VSS for references to multiple files. For instance, I want to search for hyperlinks to "document.pdf" and "anotherdocument.pdf" in a website of about 14,000 files. I am basically looking for a way to step up the functionality for "Find...
  12. DeveloperDood

    VSS - &quot;find in files&quot; - multiple files?

    in VSS, there is the command "find in files" there is more than one file I have to search for, and each search can take up to 4 or 5 minutes. is there any way to search for multiple files at once? or is there a way to create a script to search for multiple files and save the text reports? and...

Part and Inventory Search

Back
Top