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

    emails are not going through

    I am trying to submit a form using this code (I only need to send it plain text) Dim mailObj as new MailMessage mailObj.From = "email@blah" mailObj.To = "email@blah" mailObj.Body = "this is a test" mailObj.Subject = "Website Enquiry" SmtpMail.SmtpServer = "localhost"...
  2. DoubleV

    sql server 2000 shows <long text> instead of actual content

    I did data transfer from MySql to SqlServer 2000. In MySql the field was of type text and I have specified the field to be of the same type in SqlServer. But now in SqlServer (via Enterprise Manager) all I see is <Long Text> instead of teh actual content and I cannot view or modify it. I can...
  3. DoubleV

    html formatting within RadioButtonList

    RadioButtonList doesn't seem to let me have any other tags but ListItem within the tag, but what if I need to open and close <td>, insert line breaks etc? -------------------------------------------------- Goals are dreams with deadlines ------------------------------------- http://www.nimlok.com
  4. DoubleV

    how do i publish a sql server db on iis?

    i installed sql server 2005 express on my computer. created a database. how do i publish this database on iis now (like does it have to go into a specific directory etc)? when i open the database using sql server management studio, it doesn't even ask me for a password. so when it is published...
  5. DoubleV

    From MySQL to MS SQL

    I currently have a MySql database. What's the best way for me to transfer my data into MS SQL (I downloaded 2005 Express edition - it is free and our needs are extremely basic, so that should be enough). I am all new to the "MS world" so to speak, so I really know nothing about it. thanks...
  6. DoubleV

    .NET using DreamWeaver vs VisualStudio

    we are switching to .NET from PHP, so this is all new to me. I was told by somebody to be careful with VS.NET because of the spurious code that Microsoft products add to the page headers. how bad is it? This guy have used DreamWeaver to write his .NET pages (he said he used DW and hand coded...
  7. DoubleV

    image link from OS X Mail

    I would like to put an image link into my email that is to be sent from OS X's Mail. Looked through help, but couldn't find anything. Can anybody explain how to do this? -------------------------------------------------- Goals are dreams with deadlines -------------------------------------...
  8. DoubleV

    I want more input and more credit

    we have a huge project where a web site is just a part of it, and we have somebody (not me) working on that project. the person is like a creative director although technically he is not employed by our company (it is complicated *lol*). yet, he never did a web site design before. I am actually...
  9. DoubleV

    asking a reference from a boss who was laid off

    my was boss recently fired from our company. many different reasons why, but the bottom line is that nobody was satisfied with the way she managed things, never delivered results etc etc. i didn't like many things about her, but never showed it and she seemed to have been of a nice opinion...
  10. DoubleV

    Interpreting job ads - joke ;-)

    &quot;Competitive Salary&quot; = We remain competitive by paying you less than our competition. &quot;Join our fast-paced company&quot; = We have no time to train you. &quot;Casual work atmosphere&quot; = We don't pay enough to expect that you will dress up; a couple of the real daring guys...
  11. DoubleV

    plese teach me about backups

    we're looking into &quot;personalizing&quot; our site. i am just starting out in a server side world, so really hardly have any clue about things. first, in general, how do you do backups? where/how do you store them? any info, links to read etc would be great second, how do you do backups on...
  12. DoubleV

    problem with textarea in email

    we are trying to send soem emails in html format that include forms. the problem is with a textarea field. when some people are typing something and hit the space bar, it jumps to the next email in the folder. for others, nothing happens (including that space not getting typed). is there any...
  13. DoubleV

    positioning a div relative to another div

    i have a &quot;container&quot; div that holds some stuff and i want to position some other stuff relative to the &quot;container&quot; div's 0,0 coordinates. if i just say &quot;position: relative; top: 0px; left: 0px;&quot; that does not work. how do i make it happen...
  14. DoubleV

    if not a pop up, then what?

    please take a look at this test page ( http://nimlok.com/new_site/final/tradeshow-exhibits/custom-modular/index.php?category=7 ) initial idea was to say something like &quot;click the exhibit image to see detailed features&quot; under the image. when the link is clicked, a big pop up window...
  15. DoubleV

    anybody with ie5.0?

    i have a page that shows up in my ie version 5.00.3502.1000 on w2k however i have somebody claiming that the whole site layout is totally screwed up in 5.0 the site is at http://nimlok.com/new_site/final/ and the screen shot from my ie5.0 is at http://nimlok.com/new_site/final/ie5.jpg could...
  16. DoubleV

    international domain DNS redirect and se visibility

    i'll try to make a long story short. [please don't look at the current existing site from a seo perspective - it is horrible and we're building a new one.] we have a web site nimlok.com that redirects to nimlok.com/us if people choose US as the country, nimlok.com/ca - if they choose Canada. Our...
  17. DoubleV

    N$7 sees the stylesheet when on my HD, but not when on the server

    this is one of the weirdest things I've seen. Check out this page: http://www.nimlok.com/new_site/final/index.php i checked it in IE5.5 & 6 on PC, Safari & IE5 on MAC - it is all fine. Not so with NS7.02 on both MAC & PC. While the page is on my hard drive, it displays great. But when I publish...
  18. DoubleV

    could anybody with NS6 check a page out?

    the url is http://nimlok.com/new_site/final/index.htm this is what it should look like (the link is to a very low quality jpg): http://nimlok.com/new_site/final/screen_ie.jpg thanks! -------------------------------------------------- Goals are dreams with deadlines...
  19. DoubleV

    Cannot send session cookie / Cannot send session cache limiter

    don't know if php.ini settings are important here, but i'll include them anyway (the ones i think might be relevant): session.save_handler = files session.use_cookies = On session.save_path = /tmp then, i have 2 files, hello.php4 #!/usr/local/bin/php4 <?php include 'accesscontrol.php4'; ?>...
  20. DoubleV

    getting around &quot;smtp relay denied&quot;

    there's an online form that, when submitted, the results get emailed to a specified email address within our company. what we'd like to do, is to be able to send a copy of the form results to a person who filled it out. so we're basically using our smpt server to send emails to domains other...

Part and Inventory Search

Back
Top