5,437 Posted Topics
Re: 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 your Apple/PC/Windows such in the Safari browser. | |
Re: 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 a great way to respond to timers. I think you need to complete your post with more detail about the … | |
Re: 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 at https://www.daniweb.com/programming/game-development/threads/504035/how-to-add-a-score-and-collision-detection-for-my-catching-game- can get you a downvote. Maybe start on a smaller app that only changes the score when folk … | |
Re: 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 the .js content. ( https://plugins.jquery.com/pickadate/ ) So just to look a little deeper I downloaded it and got a .zip … | |
Re: 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 just that. Send something to nul and it goes there never to return. I take it you are very new … | |
Re: 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 very new and don't use google to find existing systems or was hoping for something else. What do you need … | |
Re: I read the page at http://www.secugen.com/download/sdkrequest.htm so there are free SDKs there. Did you get them? | |
Re: [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. | |
Re: 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. | |
Re: This sounds like your standard crash. Now that you know the generic reset, you move to another area. Are you keeping up your maintenance? *Canned air on the vents every 1st of the month.* | |
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 | |
Re: 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. | |
Re: Did you try old Linux "file" command? Doc in manpages or http://linux.die.net/man/1/file and likely other places. | |
Re: That has a 350W PSU with undocumented "rails." Because we don't have particulars you need to see if the PSU is a single rail. If so, a nod to the Nvidia 950 cards as this should be fine. If it's some split rail PSU then a nod to the Nvidia … | |
Re: 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. | |
![]() | Re: I can see where folk get lost on such an endeavor. To me that would be no less than 3 apps. But one of them might be used by all 3 platforms. If you created an email client on a web page then you hit all platforms with one app. … |
Re: My first look at the HTML about line 14 writes "indexServlet" but the Java file name is "indexSerlvet". That could be a problem. indexServlet ≠indexSerlvet | |
Re: Where I live, such laptops cost more and I get less for my money. This is why I buy a good laptop and install the OS of choice if I were to do this. | |
Re: I heard a debate that Facebook somehow tapped into human consciousness. Then again, now I'm hearing that is for old people. | |
Re: Ouch. Here we learned long ago we would create our iOS apps on an Apple computer. Our devs use most Macbook Pro's and the dev system is free from Apple. There are docs and more over at Apple.com. Once in a while you find folk pining for a NPL (non-programming-language) … | |
Re: Same here. The compiler does indeed max out on CPU and RAM. I think that's a good thing as we don't have to wait as long for a compile. But more about the simulator. There are tomes on the web about using an x86 based Android in the Simulator along … | |
Re: I took a quick look at Godaddy's website builder. It does tables. How ? https://www.godaddy.com/help/adding-tables-and-forms-7685 And I took a look on how to send the email with that form data. How ? https://www.godaddy.com/help/specifying-email-address-in-a-form-5217 Finally I looked for how to add a checkbox with the Godaddy website builder. Try https://www.godaddy.com/help/adding-form-elements-3035 | |
Re: To sniff this out, add something like print count($offerid) after line 1 to see what you have there. | |
Re: Did Dell ever broach the subject of Bluetooth and WiFi coexistance? For reference look at figure 2 of http://www.marvell.com/wireless/assets/Marvell-WiFi-Bluetooth-Coexistence.pdf Since that system uses a single FEM it's not going to do Bluetooth and WiFi at the same time even if the 2 systems are on different channels. If Dell didn't … | |
Re: I haven't seen this lag. But I have run into far too many instances where someone installs Windows (pick any version) and doesn't have a solid install plan. I take it by your post this is not a ready to use PC but one that was built. Sorry if I … | |
Re: Why not use Apple's instructions to erase and install? https://support.apple.com/en-au/HT204904 | |
Re: @OP. While your question is mangled, it may have prior discussions. Example: https://www.google.com/#q=How+can+I+secure+my+C%23+application | |
Re: At the office we don't try to move entirely to Linux for many reasons. Since we make our bread and butter on being efficient we use the Windows machines for the Windows app development and Linux machines for its development. We did have a fellow that wanted to move entirely … | |
Re: When this happens to me (does not matter which language) I test my SQL command string at the command prompt. I can't know which SQL you are using but almost all have a terminal interface. In your IDE, break at link 4 of the button click code and get the … | |
Re: That could make for a very dated web site. Add the fact you want it to work on next gen devices like 4K displays (nit: running into few 4K displays, most are UHD!), my bet is you need to use features that blow IE9 out of the water. Check your … | |
Re: Why does this look similar to: http://stackoverflow.com/questions/36489368/moving-a-circle-using-seeking-steering-algorithm-mips-assembly and http://stackoverflow.com/questions/36346284/only-dots-showing-mips-assembly-bresenham-algorithm I think the advice so far is spot on. Single step and see where it goes off the rails. | |
Re: Well, a [multiline text box](https://www.google.com/#q=multiline+html+textibox) could do that. And your PHP parses the text to what final use you have in mind. There doesn't seem to be much going on here except you may have forgotten about text box options when you crafted your web page. | |
Re: There's a few problems with that question. 1. You already asked it in this site. 2. http://stackoverflow.com/questions/36430889/looking-for-opus-codec-wrapper-for-delphi closed it for the reason they stated. 3. The second hit on google http://www.pretentiousname.com/pnop_source/ claims to have it in Delphi plus source if you don't like its implementation. | |
Re: @Apolonian. YES. Just look at what's on Steam and 2D scrollers etc. that look like throwbacks to the days of Pong to DK are still there. | |
Re: As to the collection of your NAME, AGE and such, that's basic PHP so moving on. https://www.google.com/#q=php+write+to+word+document shows it needs some addon or lib. If I was doing this I'd split the problem into two pieces. The registration which you write you are creating (but didn't share what's wrong with … | |
Re: Must it be a textbook? Cisco notes an elearning course at http://www.cisco.com/c/en/us/training-events/training-certifications/exams/current-list/iins-210-260.html#~Train | |
Re: @OP, this looks like a pretty well discussed question. I see the priors at https://www.google.com/search?q=How+do+I+join+lists+of+strings+from+2+listboxes&ie=utf-8&oe=utf-8 | |
Re: Here's what I found on the web https://www.google.com/search?q=Write+a+program+that+allows+two+players+to+play+a+game+of+tic+tac+toe.+Use+a+two-dimensional+char+array+with+three+rows+and+three+columns+as+the+game+&ie=utf-8&oe=utf-8 Why not use prior answers since they are out there. Unless this is homework and then you should do this on your own. | |
Re: What is the question here? You may want to try to add what this is about. | |
Re: While I did help way back when with a SQL Server 2008, your post is unreadable. But it appears your backup and restore procedures are broken as well. These backup and restore procedures are written down, tested and put alongside your disaster recovery plan for the day things go terribly … | |
Re: That looks like good old ZIP. Did you try bog standard C# zippers and unzippers? Read from https://www.google.com/#q=unzip+in+c%23 | |
Re: I'll write I looked into this not long ago using HTML5's video support. There are now many example HTML5 code examples but the encoding of the video must be something supported by HTML5. The big problem of MP4 is this: "MPEG-4 Part 14 or MP4 is a digital multimedia container … | |
Re: Blast from the past here. I remember this from old CAD days. We would use such systems to make the graphics portable and then the complaints about the "bloat." Well, if fluff and white space isn't enough how would an minimizer do to make it smaller? Good question but if … | |
Re: I'd rewrite lines 1 and 2 so you read lines as you process them. Example at http://www.dotnetperls.com/file-readlines Sorry that I was unclear. The line one in my reading read one single line. Time to rewrite this. | |
Re: First thought, after line 10 in top code paste, send a CR and maybe a LF. | |
Re: Doesn't line 12 look funny to you? Also, https://www.google.com/search?q=dont-use-select-star-in-production is worth repeating. I know, I know they teach you SELECT * But you can do better. | |
Re: I'm going with no. Example? "On the Password restrictions, it is enforced by the domain controller." so when you don't have the PDC, that restriction is lost. I'm sure there are more examples so you'll have to research each policy item to see if it sticks or not. | |
Re: Why do that? https://www.google.com/#q=fsm+simulator finds ready to use FSM simulators. If you wanted to write your own, you design it, then code it, debug it and more. You have part of your design here but stopped short of writing an app. | |
Re: Frankly, if I was going to write Win32 Apps I'd head straight to Visual Studio. Since there are free versions for C++ and C# there's not much reason to deal with getting other dev systems to work. Yes, there are some that abhor all things Microsoft but here you are … | |
Re: Martin, wasn't that disallowed years ago? Example: https://www.google.com/search?q=javascript+cannot+close+windows+willy-nilly |
The End.