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
~318.97K 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

451 Posted Topics

Member Avatar for ndeniche

Who likes solving riddles? i love those ones in which when you find the correct answer you just feel soo stupid... lol why don't we try each other with some? here you go with the first one: [quote]Imagine you are in a room with 3 switches. In an adjacent room …

Member Avatar for Reverend Jim
1
481
Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for moderate_rock48
Member Avatar for Duki
Member Avatar for Lardmeister

i'd say school... 'cuz it's where you have more time to truly know each other...

Member Avatar for Dani
0
121
Member Avatar for mattyd
Member Avatar for patk570

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

Member Avatar for ndeniche
0
3K
Member Avatar for fireballthor

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]?

Member Avatar for Slavi
0
338
Member Avatar for palstreet

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?

Member Avatar for Brian_3
-2
730
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

My favorite part is the x xx xxx xxxx xxxxx xxxxxx xxxxxxx xxxxxxxx xxxxxxxxx xxxxxxxxxx Thank you OP

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

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 …

Member Avatar for clintmannar
0
3K
Member Avatar for debasisdas

-- [quote=Bielaszewski]Thinking hurts. However, stupidities come to world without birth pains.[/quote]

Member Avatar for James_28
8
17K
Member Avatar for Randy001

Excellent question... has microsoft developed a package or library that would read multitouch inputs, so that these are managed by events?

Member Avatar for Brian_8
0
359
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
299
Member Avatar for minitauros

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)

Member Avatar for Reverend Jim
0
555
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
338
Member Avatar for Nathyjoy

[Google](http://www.google.com/search?q=php+tutorial) may be a better place to look for that information

Member Avatar for jalpesh_007
0
293
Member Avatar for weeraa

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?

Member Avatar for arunmagar
0
279
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
112
Member Avatar for Lucaci Andrew

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.

Member Avatar for ndeniche
0
472
Member Avatar for mikerock

[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/)

Member Avatar for Octet
0
168
Member Avatar for pwolf

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 …

Member Avatar for tinstaafl
0
246
Member Avatar for riahc3

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 …

Member Avatar for deceptikon
0
237
Member Avatar for aithabuddy

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 …

Member Avatar for diafol
0
163
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
391
Member Avatar for pwolf

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 …

Member Avatar for ndeniche
0
258
Member Avatar for varunsara

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

Member Avatar for eburlea
0
416
Member Avatar for chrispitt

Here, have a little [search](http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/137692/difference-between-vb-and-vb.net)

Member Avatar for chrispitt
0
126
Member Avatar for Vusumuzi

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.

Member Avatar for chrispitt
0
144
Member Avatar for nur fieza

My avatar is my actual reaction when evidently all that OP did was copy/pasting the text from his homework excercise, down to *Figure 1-1* and *Figure 1-2* Op, at least try to do your homework first and ***then*** you come to us when you hit a roadblock

Member Avatar for ndeniche
0
284
Member Avatar for jspence29

What exactly d you want to do? "Fluid" layouts are supposed to adapt to window size, which your navbar does.

Member Avatar for jspence29
0
122
Member Avatar for janicemurby

Have you configured the database for this? It must have attributes for the users' information. This way you cal fill in this form through the "edit profile page" you created.

Member Avatar for minitauros
0
196
Member Avatar for fheppell
Member Avatar for fheppell
0
200
Member Avatar for rabbikhanbd

I don't think there is any way of stopping people from looking at your source code. Any specific reason you're looking for a solution for firefox? Chrome can also look at specific places in the page using the `Left click → Inspect element` option, as can Internet Explorer and various …

Member Avatar for diafol
0
609
Member Avatar for Ali Musa
Member Avatar for ndeniche

Lately I have been very interested in augmented reality applications and the many uses there can be for this kinds of apps, but there is very little information on the existing engines for object or image target recognition. As far as I've managed to investigate, the best (free, since there's …

0
108
Member Avatar for xuexue

put the menu ul on top (z-index wise) of the rest of the elements in the page using the property `z-index`: ul{ z-index: 99; } Also, you should consider adding the `#menu` identifier to the `ul` style attributes, so it won't get applied to all the `ul` tags in your …

Member Avatar for ndeniche
0
334
Member Avatar for ndeniche

With the constant growth of NoSQL databases, wouldn't it be convenient if Daniweb had a nosql forum? Maybe not specialized forums like MSSQL, MySQL or Oracle, but a general forum for NoSQL database systems.

Member Avatar for Reverend Jim
0
361
Member Avatar for monniekellie12

I'm flattered that you chose Daniweb as your first choice, but perhaps [Google](http://www.google.hn/search?q=login+form+tutorial) may be a better place to look for the answer to your question.

Member Avatar for ndeniche
0
155
Member Avatar for ndeniche

I just recently discovered OpenBadges, which help recognize and verivy learning and skills, so that go me thinking... What if Daniweb gave out badges to posters based on their expertise on the topics here discussed?

Member Avatar for ndeniche
1
270
Member Avatar for ehpratah

Consider changing the code for your `<script>` tags from php `echo`es to html. Also, your script includes should be outside of the while statement. Else, they're being included every time the cycle iterates, like this: <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js' type='text/javascript'></script> <script src='jquery.notice.js' type='text/javascript'></script> <?php // ... rest of the code goes here …

Member Avatar for ndeniche
0
634
Member Avatar for game06

I think the best way to go is creating a blog from scratch. You can go at your own pace and you can include the features you want in it. I've found some challenging moments when expanding on blog designs to meet certain requirements and that should push your limits …

Member Avatar for ndeniche
0
106
Member Avatar for russendel

I agree with vmanes in that you should post your questions here if you want an answer here. But since i just had some bad news, i could do without all the hassle... Seems to me that you missed a pair of curly braces `{}` in the last for: ... …

Member Avatar for rubberman
0
125
Member Avatar for while(!success)

First of all, you should get familiarized with `mysql_fetch_array`, since `mysql_fetch_assoc` is getting dropped in php5... Second, check your mysql syntax for any errors. Does `$row['dateCreated']` print any value?

Member Avatar for while(!success)
0
403
Member Avatar for andi.andiiimintoyouu

You could extend the submenu width to make it fit... Oooor, you could wrap the text in the submenu item so it won't overflow from the box by assigning a width to the `<li>` element

Member Avatar for andi.andiiimintoyouu
0
153
Member Avatar for kw42chan

Do you have it hosted on wordpress.com? If so, you should consider moving it to another server, since it will allow more flexibility

Member Avatar for kw42chan
0
202
Member Avatar for schroaus
Member Avatar for noahwilson

A niche is a specific area in a market. According to [wikipedia](http://en.wikipedia.org/wiki/Niche), it may also apply to ther things.

Member Avatar for ndeniche
-1
88

The End.