Search:

Type: Posts; User: blakemckenna

Page 1 of 13 1 2 3 4

Search: Search took 0.18 seconds.

  1. Re: Can't get CSS transtion to work on a tag

    I figured it out...I did have those notes uncommented...plus I did add animation in place of transitiion...
  2. Re: Can't get CSS transtion to work on a tag

    I did a copy and paste and probably just missed them. In my actual code, they are commented out.
  3. [RESOLVED] Can't get CSS transtion to work on a tag

    I am trying to pop up a <div> tag with a fade in effect using the CSS transition method and it's not working...not sure why?
    Below is all my code.



    #call {
    top: 0;
    left: 0;
    ...
  4. How do I position a dynamically created element on a web page using Javascript?

    I've created a simple contact page and want to add a little flair to it. I've created a dynamic element but I don't know what properties of a DOM object to use for element placement. The image below...
  5. Replies
    2
    Views
    1,348

    Re: Setting an html image to aspect ration

    I've actually cropped the image a bit and it looks pretty good and probably passable but I want to get it right.
  6. Replies
    3
    Views
    1,169

    Re: I don't know how to fix this?

    My apologies...frustration set in. I'm trying to get back into Software Development as a web developer. I'm trying to retrain myself in an attempt to re-enter the IT Industry as a Web Developer. I'm...
  7. Replies
    3
    Views
    1,169

    I don't know how to fix this?

    Please see the attached image. I have googled this and found suggestions but still am unable to rectify this issue. Any ideas?

    Thanks188685
  8. Re: Setting the background color of a textbox while in GotFocus()

    I don't want to use WPF either...WinForms still works just fine. I've always thought...don't fix what's not broke!
  9. Replies
    2
    Views
    1,348

    Setting an html image to aspect ration

    I know how to set the aspect ration to a point. However, my dilemma is that I want an image to fit the width of the page/screen but I only want the height to be 400px. So I need to have the image...
  10. Re: The Generic Javascript Runtime Library link?

    Well, like I said, it's been quite awhile so I'll just play around and see what happens...thanks for your input!
  11. Re: The Generic Javascript Runtime Library link?

    No...just plain ole javascript. I used to make reference to the library in the <script> tag. I just can't remember what the link was...
  12. The Generic Javascript Runtime Library link?

    Where can I get the generic Javascript runtime that will allow me to run scripts in my HTML pages. I've done this years ago but forget where to get the library.

    Thanks
  13. Not sure how code this SQL statement?

    The following statement doesn't return anything even though it executes successfully. I really don't even want to use all the variables but the one that I need is the @ordTotal because I'm using that...
  14. Re: MDIParent not showing Child Form correctly?

    I figured it out. I put the code in the "MdiChildActivate" method.
  15. MDIParent not showing Child Form correctly?

    I have a MDIParent form that is showing a Child Form at the bottom left of the MDIParent. I've never seen this kind of behavior before. I never had any issues like this with VB.Net but I'm in the...
  16. Re: The certificate chain was issued by an authority that is not trusted

    I believe that worked but I can't tell because I'm throwing an exception and don't know why. I'm sure it's because of my lack of knowledge of C#. I'm trying to learn this language so I can re-enter...
  17. Re: The certificate chain was issued by an authority that is not trusted

    No results...I popup a messagebox saying "Database OPEN" or "Database CLOSED" and it comes up CLOSED.
  18. Re: The certificate chain was issued by an authority that is not trusted

    I tried adding those properties and it executed, however, the database still isn't open...
  19. Re: The certificate chain was issued by an authority that is not trusted

    I am using my laptop with a local instance of SQL Server 2019 and Visual Studio 2019 Community edition. I don't know what else to do with this issue. I don't know where the problem is. Here is my...
  20. Re: The certificate chain was issued by an authority that is not trusted

    I added "TrustServerCertificate=True" and that worked...or at least allowed me to execute the program. However, the connection state is 0 (not openend).

    And you are correct, it is my machine and...
  21. Re: The certificate chain was issued by an authority that is not trusted

    I see what your saying. Here is the result of doing as you said.

    188487

    I also looked under the "Trusted Root Certification Authorities" and didn't see any cert that had SQL Server in in. I'm...
  22. Re: The certificate chain was issued by an authority that is not trusted

    Wow, I opened the MMC and there is NO list of Certs. See image below!

    188486
  23. The certificate chain was issued by an authority that is not trusted

    I have been wrestling with this error and can't seem to find a solution. I've tried downloading versions 17 & 18 of the Microsoft ODBC Driver for SQL Server and it's still not working. I have...
  24. Replies
    2
    Views
    704

    Re: SqlConnection object not recognized

    Thank you sir...
  25. Replies
    2
    Views
    704

    SqlConnection object not recognized

    Not sure why this is happening. I'm using the correct library "System.Data.SqlClient". Please see below image. If image is to small to see, how can I enlarge it? Thanks!188456
  26. Re: Setting the background color of a textbox while in GotFocus()

    I tried that but BackColor didn't even show up in the intellisense. Not sure what's going on. In VB.Net, it's pretty much the same code and that works.
  27. Setting the background color of a textbox while in GotFocus()

    I have been out of IT now for about 4.5 years and am just now getting back into it. I'm also learning C#, even though I can read it a little. So my question is in the Title...how to set the...
  28. Re: Trying to retrieve a session variable in Javascript?

    I know that localStorage will retain the value on your drive unless you clear it out afterward...which I am.
  29. Re: Trying to retrieve a session variable in Javascript?

    I actually figured it out by using localStorage.setItem & localStorage.getItem.
  30. Re: Trying to retrieve a session variable in Javascript?

    Any ideas on this???
  31. [RESOLVED] Trying to retrieve a session variable in Javascript?

    I have two html pages, NO ASPX. I use javascript like this:

    sessionStorage.setItem("locale", "photos/BOP")

    To capture the value of "photos/BOP" and that works fine. I want to retrieve this...
  32. Re: Can't get Image to show up in Email?

    Thanks kfc...I used the full URL and that worked.
  33. [RESOLVED] Can't get Image to show up in Email?

    I have a PHP script in which it loops through a database extracting an email address from each record. This ultimately sends a formatted email to all the emails. The problem I'm having is that the...
  34. Need a control that allows for editing for web page?

    I have a need to build a single web page. This page will essentially allow the user to insert an image (if they choose to) and then be able to write a paragraph or two and then format this...
  35. Re: Why do web pages render differently on different computers?

    How do you account for all those differences?
  36. Why do web pages render differently on different computers?

    Hi,

    I know my title seems pretty easy to answer, none the less, the page that I'm working on seems to defy all odds. I have a very simple web page that contains different sections. The section in...
  37. Re: How to prevent the "Not Secure" from showing on Browser?

    I was able to get it through my hosting company! Thanks again bro!
  38. Re: How to prevent the "Not Secure" from showing on Browser?

    Thanks for the info PlausiblyDamp! I will definitely look into this!
  39. Re: How to prevent the "Not Secure" from showing on Browser?

    If I get this certificate, then anyone will be able to view the site without receiving that "Not Secure" message, correct?
  40. Re: How to prevent the "Not Secure" from showing on Browser?

    No...there is no SSL certificate.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width