• Member Avatar for Dervish1
    Dervish1

    Marked Solved Status for CImage initialization help

    I'm trying to learn how to do some simple things with MFC - I'm not used to the toolkit. I want to load a png image from disk and display …
  • Member Avatar for Dervish1
    Dervish1

    Gave Reputation to rproffitt in CImage initialization help

    Your code paste failed. However I'd look at prior examples found with: https://duckduckgo.com/?q=cimage+c%2B%2B+example
  • Member Avatar for Dervish1
    Dervish1

    Began Watching CImage initialization help

    I'm trying to learn how to do some simple things with MFC - I'm not used to the toolkit. I want to load a png image from disk and display …
  • Member Avatar for Dervish1
    Dervish1

    Created CImage initialization help

    I'm trying to learn how to do some simple things with MFC - I'm not used to the toolkit. I want to load a png image from disk and display …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Which Framework do you hate the least?

    I still consider myself a relative novice with javascript and html. However, once I finally understood the basics, I found the Dojo toolkit to be the most useful: you only …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Unwanted characters in output from fread.

    Also don't forget that there's no guarantee the data written by fread doesn't have a null in it. So that's another reason that strlen is a bad way to figure …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Is Asembly Dead

    I've used it more recently than that, but primarily when I was working on code generators for compilers - so everything else could be written in higher-level languages. In other …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Help with PHP and HTML

    Rather than arguing, try a web search: 'php login example' gives me several million(!) results.
  • Member Avatar for Dervish1
    Dervish1

    Created Sanity Check AMD Loader and 503

    I have a known good web page that works without (known) errors when it loads. However, when I try to load it using a very laggy connection (more than 6-10 …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in javascript form validation values posted also showing errors

    First, line 61 is a typo: '=' is not a comparison, but rather an assignment. But whether or not it's correct, are you sure your calling function is interpreting the …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in java script

    Try looking up 'javascript date convert' - the date object does all the work for you.
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in JavaScript - How can I change my game to fit these requirements?

    Since you're doing all the rendering work in your canvas, why not simply draw the squares you want on the canvas and change the rendering speed when the user moves …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Making a game in JavaScript...

    While that game example doesn't really make good use of jquery (it would be almost identical if written without using the jquery library -- drag and drop is built into …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in PHP

    Remember that everything on a web site has two parts: the part that comes to your browser (client side) and the part that stays behind on the server (server side). …
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in Add a New Line in PHP

    And if you wish to simply print text with a newline in it, it's \n, not /n.
  • Member Avatar for Dervish1
    Dervish1

    Replied To a Post in hide a part and show when mouse hover css HTML

    I would think it's a matter of putting some code into the mouseover to modify the contents of the div. This forces a redraw, of course, which might be a …

The End.