Posts
 
Reputation
Joined
Last Seen
Ranked #113
Strength to Increase Rep
+12
Strength to Decrease Rep
-3
83% Quality Score
Upvotes Received
75
Posts with Upvotes
61
Upvoting Members
46
Downvotes Received
16
Posts with Downvotes
13
Downvoting Members
11
54 Commented Posts
~313.58K People Reached
About Me

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.

Favorite Tags
Member Avatar for Lardmeister

What kind of places or situations to you find the people to be best friends with? Is there a good reason why one place works better than others? A small poll of suggestion is attached. I should have added Sports, the Internet and Travel to the poll.

Member Avatar for simhakidsden
0
112
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Reverend Jim
22
17K
Member Avatar for mattyd

The game is as follows: You may change [I]up to two[/I] (2) letters in the given example by either: [LIST] [*]adding one\two letters [*]removing one\two letters [*]adding one letter, removing one letter[/LIST]Example: [LIST=1] [*]Ruin [*]Rain[/LIST]I will begin: [B]Flume[/B]

Member Avatar for Reverend Jim
0
10K
Member Avatar for moderate_rock48
Member Avatar for The Dude

OK -- You take the LAST word of the sentence and make a new sentence. EX: A man lived by the water. The Result: [b]Water[/b] the grass.

Member Avatar for Dani
3
11K
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Dani
1
52K
Member Avatar for patk570

Hey everyone, I have a JSON array that pulls data, its an immense amount of data that i use. It is a multilevel array eg: dateTime: 2018-12-04T10:30:45:222z comments:"" +Driver[0] [0] fname: John lname: Doe driverCode: DOEJ [1] fname: Mary lname: Smith driverCode: SMIMA more info etc I am trying to …

Member Avatar for ndeniche
0
3K
Member Avatar for fireballthor

I am needing to write a program for someone that needs it to count by any number they manually enter into the program. I have the menu code written and now just need help with the counnting code. I know i most likely need to use a "for" loop but …

Member Avatar for Slavi
0
331
Member Avatar for palstreet

Any one who has come across a good essay writing script or cloned website for use to create an academic writing website?

Member Avatar for Brian_3
-2
713
Member Avatar for ndeniche

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 …

Member Avatar for almostbob
0
2K
Member Avatar for softwaretime

Well this is quite a large program so there is a lot of information to sort through, but when I compile it now it comes up with this: /Users/Adam/Adam's Work/Programming/C++/Code/OS2.cpp: In member function ‘virtual int dbase::todo()’: /Users/Adam/Adam's Work/Programming/C++/Code/OS2.cpp:393: error: invalid conversion from ‘const char*’ to ‘int’ /Users/Adam/Adam's Work/Programming/C++/Code/OS2.cpp:394: error: invalid …

Member Avatar for frank.dekievit.50
1
13K
Member Avatar for McLaren

hello, [CODE] <div> <div class="floatLeft"></div> <div class="center"></div> <div class="floatRight"></div> </div> [/CODE] The question is - how do I make the div with class "center" actually in the center. Those 3 divs doesn't take all the width available. Another divs are floated as class name says.Or should I use different technique?

Member Avatar for clintmannar
0
3K
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for Randy001

I want to develop applications that can be used through a touch screen. What compiler should I use? Please help

Member Avatar for Brian_8
0
342
Member Avatar for ndeniche

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!

Member Avatar for stultuske
0
298
Member Avatar for minitauros

Someone just notified me that a new free online space provider has launched, called Copy. If you know Dropbox: it's pretty much similar to that for as far as I can see now, only here you get a starting **15GB** for free (instead of 2? at Dropbox). They now have …

Member Avatar for Reverend Jim
0
552
Member Avatar for ndeniche

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 …

Member Avatar for asmira
0
333
Member Avatar for Nathyjoy

i need free online training on php, or any available book that can help anybody can help

Member Avatar for jalpesh_007
0
289
Member Avatar for weeraa

I hosted a web site. (Still developing and adding component to it) It was working well until today evining. But now it is not working well. some JS not working. I have back ups. (Every time i got back ups in working versions). I thought this happen due to my …

Member Avatar for arunmagar
0
273
Member Avatar for ndeniche

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 …

Member Avatar for Dani
0
111
Member Avatar for Lucaci Andrew

So, I've opened DW's main page this morning, and I see this: ![db0b41c48434763ef1c38c9cde2570b2](/attachments/small/3/db0b41c48434763ef1c38c9cde2570b2.png "align-right") Is this the normal way? Or have I been gone that long...

Member Avatar for ndeniche
0
469
Member Avatar for mikerock

I want to create different size of canvas in html5, but I have some confusion in making canvas. Any ideas or resouce link you have, please share

Member Avatar for Octet
0
164
Member Avatar for pwolf

i seem to get stuck a lot but... I want to have a method displayData() that when called will change richtTextBox.Text to a string value I have. But I don't know how to access the richt text box from within my method. I tried changing it to public using its …

Member Avatar for tinstaafl
0
230
Member Avatar for riahc3

Hello This is one of those stupid questions but you gotta ask to be sure What is var h=0; h += 5; var l=0; l -= 5; Is it the same as: var h=0; h = h+ 5; var l=0; l = l- 5; Thanks and sorry for the stupidity

Member Avatar for deceptikon
0
233
Member Avatar for aithabuddy

Hi I have an array of format Array ( [1] => Array ( [1] => Array ( [27] => C1 [28] => Y1 ) [2] => Array ( [31] => C2 [32] => Y2 ) [3] => Array ( [34] => C3 [35] => Y3 ) ) [2] => Array …

Member Avatar for diafol
0
159
Member Avatar for ndeniche

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` …

Member Avatar for ndeniche
0
389
Member Avatar for pwolf

whats wrong with this code? It keeps giving me an "unreachable code detected " exception public static int search(string Registration) { // this method will search for registration, if found it will return the index value , else it will return max value + 1 for (int x = 0; …

Member Avatar for ndeniche
0
254
Member Avatar for varunsara

Guys, please let me know is anybody aware of the below doubt. php taking hosting server date and time but am in need to find the client time and date who accesing the site. otherwise how to find the date & time in server time zone .

Member Avatar for eburlea
0
306
Member Avatar for chrispitt
Member Avatar for Vusumuzi

Please see question 3. I have attached the question paper with the second attachment as my answer.

Member Avatar for chrispitt
0
140