- Strength to Increase Rep
- +12
- Strength to Decrease Rep
- -3
- Upvotes Received
- 75
- Posts with Upvotes
- 61
- Upvoting Members
- 46
- Downvotes Received
- 16
- Posts with Downvotes
- 13
- Downvoting Members
- 11
I'm a software developer, and even though I'm no master at any specific language or platform, I know a pretty bunch of them. One might even say I'm versatile.
| |
Re: i'd say school... 'cuz it's where you have more time to truly know each other... | |
Re: For starters, the structure in your json object seems odd. Let me re-format it, so that we can give it a closer look: [{ dateTime: "2018-12-04T10:30:45:222z" comments:"" drivers: [ { fname: 'John', lname: 'Doe', driverCode: 'DOEJ' }, { fname: 'Mary', lname: 'Smith', driverCode: 'SMIMA' } ] },] That's better. Now, … | |
Re: so, if I input [icode]5[/icode] it should count [icode]5,10,15,20,25[/icode] or [icode]1,2,3,4,5[/icode]? | |
Re: I have never heard of this before... Would you mind elaborating a little bit more on the topic? What is it specifically that you're looking for? What do you need it for? | |
i designed some images to put in the navbar... the idea was putting them so that when they're hovered, there is an image change to another image with bthe same design but different colors... when i pretended to do this i found a serious problem... if i insert the image … | |
Re: My favorite part is the x xx xxx xxxx xxxxx xxxxxx xxxxxxx xxxxxxxx xxxxxxxxx xxxxxxxxxx Thank you OP | |
Re: If you're looking for a blog layout of some sort (three columns, and such) you should consider setting the widths by percentage, thus making the sizes relative to the column container (the outer div). As for the column alignment, you could float all the columns left. That way, the left … | |
Re: -- [quote=Bielaszewski]Thinking hurts. However, stupidities come to world without birth pains.[/quote] | |
Re: Excellent question... has microsoft developed a package or library that would read multitouch inputs, so that these are managed by events? | |
Hello guys, I wanted to share the following [free online course](https://iversity.org/c/2?r=6bf2f) for those interested in sharpening their design skills and learn to see the world with more imagination. Also, There's [this other course](https://iversity.org/c/6?r=6bf2f) about storytelling, for the geek writers around here. Enjoy! | |
Re: I had already heard about this service, though I didn't know that they had already laucnhed the Windows and Mac clients. I have 50Gb on Dropbox (thanks to my Samsung purchase). Still, there's never "too much" cloud storage space. [Here's my referral link.](https://copy.com?r=PoZi4A) | |
I'm building a website that requires some image preloading, which is handled smoothly with an overlaid splash screen and a progress bar and a spinner. The thing is, I want the preloader to know if preloading is necessary (the cache has been wiped, or is disabled in the browser), so … | |
Re: [Google](http://www.google.com/search?q=php+tutorial) may be a better place to look for that information | |
Re: Does your site work with a database? PHP? Perhaps some files you left out of the backup? What is it exactly that your website is failing at? | |
Days ago, since I started to work on a Mac (Not by choice, not the topic), I found out pressing `(Alt + S)` to enter a comment doesn't work. Instead, I just recently found out pressing `(Ctrl + Alt + S)` works instead. Could it be possible to detect the … | |
Re: Rather than defaulting to the community center, I think it would be better to alert the user that choosing a forum is required to post a new article. | |
Re: [Here's](http://www.html5canvastutorials.com/) some tutorials i found through a quick [Google search](http://www.google.hn/search?q=html5+canvas), or if you're feeling more extreme, you could try one of [these](http://net.tutsplus.com/articles/web-roundups/21-ridiculously-impressive-html5-canvas-experiments/) | |
Re: It is possible. You must first create an instance of the form you are trying to access, and then call the object in the form: Form3 form3 = new Form3() form3.richTextBoxInstance.Text = "new Text"; //richTextBoxInstance should be the name of the object Remember you must call the richTextBox through its … | |
Re: You shouldn't hate it. Instead, get used to it since lots of languages allow it and the majority of programmers prefer it that way. In a way it optimizes your code (albeit for a few bytes), since variable names are not always one character long, and it makes it easier … | |
Re: You should try implementing a triple nested loop: one that calls for the `C` and `Y` values, one for the `X` values and one for the `D` values, in that order of nesting. Until you show us the code you tried, can we help you with some code. Do your … | |
Lately I have seen several threads that people have "tagged" as intended. Why is *tagged* in quotes? Because instead of putting *keywords* into the tags box, users are describing the question they're asking in the thread, and thus creating tags that look this way: **Time zone** `how` `to` `find` `frame` … | |
Re: An exception? Or a warning? Also, I suggest you put the else return value outside of the loop. If you're trying to check wether a string is inside an array, putting the second return into the else statement will quit your loop right after the validation didn't get the searched … | |
Re: PHP doesn't know the date and time of the client machine, since it is run on server. Use javascript to get the client's datetime and push it into the database through an AJAX call | |
Re: Here, have a little [search](http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/137692/difference-between-vb-and-vb.net) | |
Re: Transcribe your question and copy-paste your answer into a [code block](http://www.daniweb.com/community/syntax#code) so we can all see it and be able to help you. |