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: daLearner
  • Order by date
  1. daLearner

    Using A Batch File To Change Txt In Notepad

    Write a program in Java or C or any language that is easy for you. Give the file name as parameter and let the program do it..... If you were using unix I could give you a shell script to do it for you, but it seems you are using Windows. Regards, da Learner `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In...
  2. daLearner

    Loading e-mail programs through your website

    I know what you are talknig about. If someone is reading hotmail and clicks on a mailto link, hotmail will open a new message for him and it is the same with netaddress.com but other than that it should open the default browser of the end user. I doubt you can do much about this. daLearner...
  3. daLearner

    I'm looking for a free .com hosting

    Have a look at freeservers.com if you want a free domain name go to namedemo.com Regards, daLearner `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In my beginning is my end... ~*,*~`~*,*~`~*,*~`~*,*~`~*,*~`
  4. daLearner

    BACKGROUND-COLOR Netscape

    hmmm.... I can't tell you much about it. There could be a problem with your stylesheet where you define bgColor. Post that part of your code so we could help :) Regards, daLearner `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In my beginning is my end... ~*,*~`~*,*~`~*,*~`~*,*~`~*,*~`
  5. daLearner

    The <STYLE> tag in Netscape?

    STYLE does work with Netscape the only problem could be with A:.... does not work with Netscape prior to version 6. You can try writing a small javascript function and it will do the same for you. (hint: you may want to use onMouseOver) Regards, daLearner `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In my...
  6. daLearner

    Design Inspiration

    www.killersites.com `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In my beginning is my end... ~*,*~`~*,*~`~*,*~`~*,*~`~*,*~`
  7. daLearner

    background image not replicated

    Modify the size of your image in an image manipulation program (like photoshop) and then use it :) Regards, The Learner `~*,*~`~*,*~`~*,*~`~*,*~`~*,*~` In my beginning is my end... ~*,*~`~*,*~`~*,*~`~*,*~`~*,*~`
  8. daLearner

    Can't import ocx in visual studio

    Now here is a tip. Open visual basic and then again go and import your ocx file and then open your project. Let me know, are you using a workstation??? Coz I had the same problem.... if so then run VB, get a open a new project and then import the file and then open your project you had worked...
  9. daLearner

    Free bulletin board program???

    YOu may find some in www.scripts.com... Have a good one, The Learner In my beginning is my end...
  10. daLearner

    Annotating CSS

    Yes there is a way... you can do it the same way you do in JavaScript and C /* ur comments */ Have a good one The Learner
  11. daLearner

    TEXTAREA size

    hmmm.... I have not faced such a problem as yet but I doubt there is such a thing to define the size of the text area as percentages..... if there is then beats me!!! Have a good one The Learner
  12. daLearner

    Please help : Netscape + frames

    Frames are always problem, but you can get away with them only by trying different things or if you wanna do it the hard way write your javascript to detect the browser and loads different pages (not recommended.. takes too long) Once I had frames in my website and had the same problem, but the...
  13. daLearner

    Putting HD space in a HTML file automaticly

    hmmm what is HD spaces???? Does HD stand for hard or heading ..... explain plz:)
  14. daLearner

    A *.exe file opened in Internet Explorer

    I doubt you can actually open an exe file in a browser window.... The only executable files work on the web are the programs you write to process the form, do a search and etc. Forget about exe file write a simple Javascript function and ask use to input data in text boxes and make ur function...
  15. daLearner

    Change your scrollbar!!!

    ahahah! That is me again.... I already used the tip...... check it out: http://khurasan.faithweb.com/home.html
  16. daLearner

    Change your scrollbar!!!

    WoHoooo! That was a good one! Thanks buddy {~_*} The^Learner
  17. daLearner

    Animated gifs on a Linux server

    I don't think Linux has any problem with gif... At least I haven't heard anything before... Make sure the file is in the right place and check the code as well..... Have a good one
  18. daLearner

    Style on this... ?

    Try the following and see if you like it..... I used the font in inches that may sound funny but it looks good.... {~_*} colors depend on your bgcolor :) .button { font-size: 0.1in; border-top: #9b9bff solid thin; border-bottom: #9b9bff solid thin...

Part and Inventory Search

Back
Top