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 TouchToneTommy 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: bmdev
  • Content: Threads
  • Order by date
  1. bmdev

    Original Dot Net release dates

    Hello, Does anyone know the release dates for the first Dot net and then Dot Net 2003? Maybe some links to doc that shows them? I got turned down for a job because I didn't have 5-7 years of dot net. I have 20 years of programming with over 10 in VB thru VB.net. I told them Dot Net wasn't...
  2. bmdev

    Browser - Open Maximized

    Hello, I have many web page links on my desktop and they always open as a normal window somewhere on my screen. How do I make my desktop web page links open maximized? I don't see any options like I do a normal application. Thanks!!
  3. bmdev

    Jagged Fonts

    I put some 24pt Times Roman fonts on an HTML page and they show pretty jagged. Is there any way to display Times Roman fonts with a larger point size that would be sharp looking? Thanks!!
  4. bmdev

    Fonts - Where do they need to be

    Hello, Our mgmt wants to use a font in some html pages that most users won't have on their machines. If we put that font on the web server and into the html, will the browsers display it correctly or would the browser machines need to have the font as well? Thanks!!
  5. bmdev

    VBScript inside a JS file

    Hello, I'm trying to reference a session variable inside a Javascript routine which is inside an include file XXX.js. I can put the same code in my asp page in some Javascript and it works fine. var var1 = "<%=Session("SomeValue")%>"; I keep getting an error that I'm missing a "}" Any...
  6. bmdev

    Meta Tags in a PDF

    We need to add some meta tags in our pdf's for search engine optimazation. How do we add them to our pdf's? meta - description meta - keywords We have adobe acrobat 5.0 w/distiller Thanks!!
  7. bmdev

    Menus - which flash version

    Hello, We have flash 5 and want to create dropdown menus. Can version 5 handle this or would the new MX version be easier to us for this? Also, if we create menus with MX, does anyone that has an older flash runtime on their machine need to upgrade it to the latest? Thanks!!
  8. bmdev

    Saving browser info to DB

    We need to save some browser info to our database so we can better service our users. It seems the only way to get this info is thru javascript and I can't pass this on to vbscript to make the database update. Is there a way to get this client info thru server side vbscript so we can save it to...
  9. bmdev

    txtFname & txtLname input fields show in yellow

    Hello, I have an html page with several input fields named: txtFname, txtLname, txtAddress, txtCity, cboState, txtZip, txtEmail & txtPhone. On one of our machines running IE6, these fields show up in yellow. On our other machines it shows up in the color we specified in the style sheet. If I...
  10. bmdev

    How do I stop autocomplete for individual fields

    How can I stop some text fields on my web page from using the autocomplete feature? I notice some sites I go to they're blank and some are filled in so there must be some way to turn it off for some fields. Thanks!!
  11. bmdev

    How do I turn off https when leaving the page?

    Hello, I turn on https for a web page with some personal data. When I go to another page on the site, the https remains instead of going back to http. We have include files in every page to turn the url back to http. This seems like a waste to put the include into every page. Is there a way to...
  12. bmdev

    Interdev Sourcesafe - wrong date on checkout

    Hello, When I check out a file thru Interdev's version of sourcesafe, it puts the current date on it. I know about the options for modified, current etc and it doesn't matter what I do it puts the current date on it. If I go into Sourcesafe straight, not thru Interdev, it works fine and puts...
  13. bmdev

    Print to file - append

    Is there a way to append all output to a file instead of overwriting it for each print job? I'm setting the local port to c:\printfile.txt in the printer port settings. All my output goes here without prompting me for a filename which we want but it overwrites the file each time. Thanks!!
  14. bmdev

    How can I determine if the page has loaded completely in javascript

    Hello, I need to execute some Javascript code in my page but only after the page has loaded completely. Is there a way to tell in Javascript if the page has completely loaded? Thanks!!
  15. bmdev

    Body onLoad=

    We have a shared module that gets called from all our pages that has a BODY onLoad= statement in it. I need to put a BODY onLoad= in my main page. The 2 seem to conflict with each other and the main page's onLoad doesn't get executed. Is there some way I can get both onLoad's to work? Changing...
  16. bmdev

    Timers

    Hello, I want to use a timer to show some different images on a page. When the user closes the page will the timers go away or be left hanging out there? When the page creates the timer, does the page use a timer on the server or on the client? Thanks!!
  17. bmdev

    Octel Command Language (OCL)

    Hello, Does anyone know where I can get some doc on the Octel Command Language? I don't see anything on Avaya's site. Thanks!!
  18. bmdev

    Octel 250 OCL Lan Access

    Hello, We have an existing Octel 250 system with a lan card that we manage mailboxes thru a lan connection with a C program that was written for us that uses Octel Command Language via Winsock strings. All the people that created this for us are gone. We are trying to set up a second box to...

Part and Inventory Search

Back
Top