-
Replied To a Post in IE9 text-shadow?
Thanks for trying to research it. I'm growing fond of the caniuse.com when it comes to features across browsers. But once in a while you will run into folk that … -
Began Watching Count seconds elapsed on screen.
Hi there. I've been trying to wrap my head aound this seemingly simple problem. I am write a game and I need to show on the screen the number of … -
Replied To a Post in Count seconds elapsed on screen.
OK, you tagged this is "c" and no target so I can't see the big picture. It also looks like you are polling that timer which as you learn isn't … -
Began Watching IE9 text-shadow?
https://jsfiddle.net/yr2r4Ldj/4/ I've tried 5 different solutions, **FIVE** of them, and **NONE** of them work. I hear Microsoft laughing ever so evily around the corner while grinding hands against one another … -
Replied To a Post in IE9 text-shadow?
I took a quick look at http://caniuse.com/#feat=css-textshadow and the box is red. That's not good. Where did you find this was supported? -
Gave Reputation to Reverend Jim in What is "con","prn" and "nul" folder means
They can be udeful when working from the command line. `con` is the console device. `cat` lists the contents of a file to the console. If you `cat` and redirect … -
Gave Reputation to AssertNull in Catching game HELP!!!
Collision detection can potentially be fairly easy depending on the game and the answer to "How good is good enough?" If you are looking at two circles in a two-dimensional … -
Gave Reputation to AssertNull in Catching game HELP!!!
Collision detection can potentially be fairly easy depending on the game and the answer to "How good is good enough?" If you are looking at two circles in a two-dimensional … -
Replied To a Post in Auto complete question, having a hard time getting this to work
Still can't find code to save your customizations when the form closes. To quote Nintendo. > Everything not saved will be lost -
Replied To a Post in Catching game HELP!!!
Let me read your article "tags". I see " development game games gaming project " but you left off the language. Remember that reply about you having to put in … -
Replied To a Post in Website No Loading On iPhone
Since I don't know your code, you can try going back to what worked. Since I happened to have the target machines I thought I'd look to see what's up. … -
Replied To a Post in Jquery question
Then use their demo from the zip file first. I took the .zip from the URL you gave up top in your code, the extracted that to a desktop folder … -
Replied To a Post in Website No Loading On iPhone
@OP, the bouncing balls went for more than 30 seconds so I took it as a failure. One more time? OK, at 60+ seconds on a fairly fast connectio, Firefox … -
Replied To a Post in Jquery question
Where depends on your web server setup. I can't know what you are using and folk use dozens of web servers of which I am a master of none. I … -
Began Watching What is "con","prn" and "nul" folder means
What is the meaning of the "con","prn" and "nul" folders and what are they used for.. Pls I need a clear explanation. -
Replied To a Post in What is "con","prn" and "nul" folder means
These are devices that appeared long ago in CP/M and DOS days. It's that simple. These are devices. Some are real such as the console and printer but nul is … -
Began Watching Catching game HELP!!!
How to add a score and collision detection between fruit and myAvatar? <html> <head> <script type='text/javascript' src='script.js'></script> <link rel='stylesheet' type='text/css' href='style.css'> <style> canvas { border: 1px solid #d3d3d3; margin-left: auto; … -
Replied To a Post in Catching game HELP!!!
I think folk are downvoting because you are dumping code and not much else. Try something. Tell what line or function is giving you trouble. Also, duplicate posts like yours … -
Began Watching personal assistant
hello guyzz i want to make a program for a personal assistant including time,date,reminder,greetings etc can anyone please help me mostly in c++ please or if not then java is … -
Replied To a Post in personal assistant
That's a start of the effort. But since there are open source such systems, why create yet another one? I see this is your first post so either you are … -
Began Watching Jquery question
I am supposed to use a jquery plugin to fill in some text fields. My professor is almost completely unresponsive about it when I ask him for help. Using the … -
Replied To a Post in Jquery question
My first peek is that your script source on line 8 looks incorrect. Just for a test I went to that URL and it pulled up the site and not … -
Replied To a Post in Website No Loading On iPhone
@OP!!! I notice I can see "HAVE A DREAM" when I rotate the iPhone. So my thoughts changed from the 3 bouncing balls being a clue to your site is … -
Replied To a Post in Website No Loading On iPhone
@OP, now back at the office so I was able to try it on an iPhone 5s. And I'm getting 3 bouncing green ping pong balls. Off to google to … -
Replied To a Post in Auto complete question, having a hard time getting this to work
I don't see any code to save this as the form loads or closes. There are prior discussions about this so in short, you need to save this on exit, … -
Gave Reputation to slate in finding the highest, lowest and average
Besides from [whathaveyoutried.com](whathaveyoutried.com) , I can only say: values=[int(input("Give the number(%s): " % i)) for i in range(1,6)] print("Highest: {} \n Lowest: {} \n Average: {}".format(max(values),min(values), sum(values)/len(values))) But beleve me. … -
Gave Reputation to savedlema in Best programmable finger print device?
Back to "Enter ID to search" world! -
Began Watching Website No Loading On iPhone
Hello Daniweb Community, It has recently come to my attention that my website does not load on iPhone's, my website is (also I'm not trying to advertise) [http://twisteddigital.com.au](http://twisteddigital.com.au). So could … -
Replied To a Post in Website No Loading On iPhone
There are 3 easy to fix errors there as noted at https://validator.w3.org/nu/?doc=http%3A%2F%2Ftwisteddigital.com.au%2F For a start I'd make the site squeaky clean with no errors. Next see if it loads on … -
Replied To a Post in Best programmable finger print device?
And that's the rub. Companies that put out the one to many want to make revenue for their SDK and products. If you want to avoid that, you have to … -
Gave Reputation to Sean1234$ in Id returned 1 exit status
Can someone help me to create an inventory, and then save purchases made from the inventory and print it out in a receipt. And also the receipt should be in … -
Began Watching Auto complete question, having a hard time getting this to work
I have a problem that I am really having a hard time with. I have a textbox in my form that I am trying to add into autocomplete so when … -
Replied To a Post in Auto complete question, having a hard time getting this to work
Let's see the form close code where you save your collection. You'll need another passage (code) to load from there when your form shows. -
Began Watching How does this compile
How does this compile? I forgot to set my second condition in my second for loop and it compiles. if(cmp_str5 == 0 || cmp_str6 == 0) { if(cmp_str5 == 0 … -
Replied To a Post in How does this compile
[It compiles so ship it?](https://www.spkaa.com/wp-content/uploads/2015/10/It_Compiles_Ship_It.png) Compilers can't mind read yet so logic errors compile without any feedback to you. -
Replied To a Post in Best programmable finger print device?
@OP. I left out an obvious path here. It may not please those that don't write a lot of code but it is a path I follow when I need … -
Replied To a Post in Best programmable finger print device?
Edited: You claim up top this is " to be used in identification of patients " so why the one to many need? You have John Doe right there and … -
Replied To a Post in Have an error, plz help
I didn't check for more of the same uninitialized variable use. You will check for that. Also, learn to print out variables so you can debug your code. -
Began Watching Have an error, plz help
I'm still getting one error not sure why? Error 1 error C4700: uninitialized local variable 'arranged' used 74 Thanks. #include <iostream> #include <iomanip> using namespace std; //Function prototypes void sortTestScores(int … -
Replied To a Post in Have an error, plz help
The error was clear, and in fact you did use it uninitialized. See line 71 up to 74? You shouldn't use this until you put something in there. -
Began Watching Best programmable finger print device?
Hi everyone! Long story short; I got a Secugen Hamster IV finger print device. I want to use it in my hospital application to be used in identification of patients … -
Replied To a Post in Best programmable finger print device?
I read the page at http://www.secugen.com/download/sdkrequest.htm so there are free SDKs there. Did you get them? -
Marked Solved Status for Windows 10 Update sharing. I'lll turn that off.
There's a lot of chatter about W10 but just tripped over this due a complaint about network speed fluctuations. Here's a google about what I turned off. https://www.google.com/#q=disable+windows+10+sharing+updates -
Began Watching how to use Visual studio c/c++ compiler in eclipse
hello, how to setup eclipse IDE to use visual c/c++ compiller. i have visual studio express on my computer i guess this include c++ compiller what probably do compile c. … -
Replied To a Post in how to use Visual studio c/c++ compiler in eclipse
There are priors to this question. That is, it's not a new question with maybe too many priors. https://www.google.com/search?q=how+to+use+Visual+studio+c%2Fc%2B%2B+compiler+in+eclipse&ie=utf-8&oe=utf-8 is what I used to find those priors. -
Replied To a Post in Identify file type from hex/binary
I think you need to consider that varbinary data may just be that and not a file stored in a database. Yes you may find jpeg images if that's the … -
Replied To a Post in logo heeelp
Your "code" gave no clue it was css. Try going back to W3C on this one and AGAIN, use the discussion tags or make a better post. Read https://www.w3.org/Style/Examples/007/center.en.html -
Began Watching logo heeelp
I cant center the logo in the middle of the page horizontaly. HEEEEEEEEELP #logo { display:inline-block; margin:10px auto 0 auto; } #logo img {max-width:330.5%; } #logo a{ display: block; margin-left: … -
Replied To a Post in logo heeelp
Your post tag is "logo" so off I went to http://www.calormen.com/jslogo/ and this isn't logo. Add more detail about this code and add more tags. -
Began Watching uninstall misfunction
Analog X cookie wall has been useful in the past . Even though powerful programs exist to find tracking cookies, the quick view, and auto delete functions are useful. However …
The End.