461 Posted Topics

Member Avatar for otengkwaku

Agreed this is the only programming forum I permanently check on a weekly if not daily basis. There is only one time I will turn to StackOverflow over DaniWeb and that is for XSLT problems because I know the forum is not the most active compared to the SO one …

Member Avatar for Ketsuekiame
3
665
Member Avatar for <M/>
Member Avatar for Mike Askew

Been playing with the API a fair bit now in terms of writing a C# port of it. I tend to convert everything returned in JSON to an XmlDocument before manipulating it (Simply because I don't actually know how else to handle it within C#) However if I run any …

Member Avatar for diafol
0
276
Member Avatar for Mike Askew

More of a request than a question really, is it possible to update the API documentation to show **all** possible returned fields from a query? For example the member query example using Dani does not show the fact the user could return a linkedin field in the social media section. …

Member Avatar for Mike Askew
0
179
Member Avatar for Reverend Jim

I fit into the '20s' bracket! I tend to be annoyed by people not making an effort to search for their own answers before asking as I always will do. @Michael, most of the people asking questions appear to be older because very few teenagers are working as professionally employed …

Member Avatar for <M/>
0
377
Member Avatar for IT_Techno
Member Avatar for Nick Evan

Just tried to reproduce this on Chrome Version 24.0.1312.57 m but it didn't occur for me.

Member Avatar for riahc3
0
382
Member Avatar for rehanul.bappy

@superjj So where does `id` value come from? Looks like you add a blank value there. Declared at the top and then used while blank if we assume no code isnt written there.

Member Avatar for ljbbq
0
5K
Member Avatar for csss
Member Avatar for TnTinMN
0
255
Member Avatar for dualzNZ
Member Avatar for Mike Askew
0
143
Member Avatar for <M/>

There is a relatively limited range on Mac, I found all the IDE's definately lack the additional extras VS provides such as intellisense. Personally I would go for the boot partition and VS. MonoDevelop is the only one I've heard of and I dont remember liking it when I used …

Member Avatar for <M/>
0
169
Member Avatar for Ancient Dragon

As a Mac and Windows owner, I found this amusing. Sadly I've never had such experiences myself before :)

Member Avatar for <M/>
5
122
Member Avatar for sukriti1116

What code have you got so far? Have you tried using google and other search engines to prowl the endless resources available to you on such topics? (Which is 99% a no, as I can think of a site off the top of my head covering all of database working)

Member Avatar for sukriti1116
0
161
Member Avatar for ryan311

Wouldn't you need to instantiate the class first and then call the `.Insert()` method off the instanciated object? Obviously we can't see the full code so thats a guess but it could be the case. I.e TestClass TS = new TestClass(); //With any constructor you use TS.Insert(Params...);

Member Avatar for Mike Askew
0
172
Member Avatar for Pauliuz
Member Avatar for <M/>

> I'm pretty sure it's in my Daniweb contract somewhere that I have to crush dreams on a regular basis. But but but... the Unicorn/MyLittlePony fills me with hope of happiness!

Member Avatar for Reverend Jim
0
337
Member Avatar for <M/>

>a good candidate is an expert in their field Oops, there goes my chances ;)

Member Avatar for <M/>
1
292
Member Avatar for engr.akki

> i want to create ap application which generates popup alerts at the day of event ocurs as well as a day before the event will occur in a specific time interval as well.. events are stored in database and they are all date fields .. so i want to …

Member Avatar for engr.akki
0
114
Member Avatar for Mike Askew

Title states all. Best wishes, don't think I will be too active over the actual period so shall say it now :)

Member Avatar for azareth
4
213
Member Avatar for Ancient Dragon

Not my kind of thing. I do occassionally watch Miami Ink which is another tattoo reality show.

Member Avatar for happygeek
0
289
Member Avatar for <M/>

I happen to like the colour purple in general, so I guess im in the same camp as mike_2000_17.

Member Avatar for diafol
0
414
Member Avatar for BigPaw

> Man, using a phone to use daniweb on will be a huge pain... if your going to put code up or something like that... sorry Dani... Nobody would put code up from a tablet device anyway by hand writing it. I don't know of any IDE's that exist on …

Member Avatar for deceptikon
1
122
Member Avatar for <M/>
Member Avatar for LastMitch

Im pretty sure it is the top kudos member for the page your looking at. Hovering over the image lists kudos amount and they are in descending order, left to right. Does leave me with a sense of pride that the only member that has kudos in XML, XSLT and …

Member Avatar for LastMitch
2
247
Member Avatar for duffman69

Thats a common problem duffman, I got caught out by it until someone told me you needed to include it also.

Member Avatar for raihan.ikbal
0
210
Member Avatar for myfit

You need to look into object locking, the error is caused by two threads accessing the same object at once. Locking will prevent this.

Member Avatar for myfit
0
179
Member Avatar for Reverend Jim

Jim you could always try something like http://ideone.com/ to help with the guessing, no clue if it is any good though!

Member Avatar for Reverend Jim
0
230
Member Avatar for <M/>

@Jim, likewise. Music gets me through the day while coding. I forgot my headphones this week and its been horrible!

Member Avatar for ImZick
0
104
Member Avatar for Mike Askew

How long has the `Page rendered in 0.1497 seconds using 3.33MB` etc message been around on this site :o Am I that ignorant to not have noticed it before? Caught my eye a second ago haha.

Member Avatar for Mike Askew
0
61
Member Avatar for dr_iton

> I tried to write something You've achieved declaring two variables and instanciating them, though I must point out even the instanciation will not work as your intending with its current setup, it would set both variables to the same value. What are you trying to achieve exactly at present? …

Member Avatar for dr_iton
1
2K
Member Avatar for diya45

You need to re-bind the datagridview after updating the data. It does not automatically rebind information. In my experience at least

Member Avatar for deceptikon
0
92
Member Avatar for LastMitch

> @Dani: I'm wondering whether you should change "Endorse" into "Yes". My english is pretty decent, but I had to think twice what you meant. Am sure it's a lot harder for many others. Am quite positive it would increase usage. Agree with you here, a lot simpler to understand. …

Member Avatar for LastMitch
2
598
Member Avatar for Dani
Member Avatar for JorgeM
0
106
Member Avatar for littledevils326

You can either make a public property on the main form revealing the selected value of the list box, or you can pass the selected value of the list box in the constructor for the second form. Those would be the simplest methods

Member Avatar for vicprogrammer61
0
993
Member Avatar for dean8710
Member Avatar for Dani

> Are you trying to get answers to your own questions? I was when I first joined DaniWeb (back in the days of my knowing VB.Net), however nowadays I seem to answer more questions than I ask :) > What value do you get from helping people? It is a …

Member Avatar for john.knapp
0
272
Member Avatar for Ancient Dragon
Member Avatar for <M/>
1
181
Member Avatar for ku.heng.7

This error means your calling a method that does not have an option for 0 parameters to be passed to it. As you decided to be so blunt with your question here is my blunt response: Go Google how to use BindGrid(), the MSDN will tell you everything you need …

Member Avatar for Mike Askew
0
355
Member Avatar for eminenz cw

> England-Cricket and RugbyFootball What on earth is RugbyFootball? Or do we mean Rugby and Football?

Member Avatar for Lardmeister
0
162
Member Avatar for LastMitch

I agree it is a nice addition to the site. A changelog as to what is done, like notably for users would also be interesting to follow and read from time to time :)

Member Avatar for Dani
4
220
Member Avatar for Rouf mir

> I worry that people will never understand why it's important for things to be symmetrical. Three items on a shelf need to be arranged so that they are equal distances from the edges, and each other, or bad things will surely happen. The trouble is, when you try and …

Member Avatar for <M/>
0
135
Member Avatar for Mike Askew

So what do you do to pass the time at work when it becomes a bit quieter and you have nothing else to do? Personally I read Reddit, Unfortunately I seem to struggle to stiffle laughter at some of the comedical gold I find on there, maybe its just my …

Member Avatar for Bob Hensley
0
186
Member Avatar for arohideep13
Member Avatar for alex2356

Hi Alex, For future reference the version of XSLT being used is declared in line 1 above `version="1.0"`. Could we see your full XSLT file, can't say if that namespace is redundant or not without it. Mike

Member Avatar for Mike Askew
0
415
Member Avatar for AnkitGuru

See [here](http://stackoverflow.com/questions/1993891/list-the-ip-address-of-all-computers-connected-to-a-single-lan) for a start.

Member Avatar for AnkitGuru
0
115
Member Avatar for Shft

It is also worth noting, c++ultimate, in your posts requesting help, you provide us with no code you have attempted or anything along those lines at all. Generally when I'm trying to do something new I still have enough intelligence to google around and find some sort of code/api for …

Member Avatar for kevinp2012
-6
211
Member Avatar for Patrick_Walsh

It might also be worth looking into more handheld devices than full on consoles? Like the Nintendo 3DS, I definately had a long string of GameBoys in my youth. The Wii is a good shout, I have clearly become professional at Wii tennis over the years of owning one (shame …

Member Avatar for <M/>
0
259
Member Avatar for hainguyen178

My cat, Millie, never fails to make me smile. @Michael, cats generally win that fight anyway I believe, they have a far more aggresive nature when they want to your average Dog. The above statement excludes my cat, she hides from nearly everything :D

Member Avatar for <M/>
2
166
Member Avatar for <M/>

He is a Dragon, Dragon's do not like apples. On a side note, last time I checked Apple did not support flash on their OS. (This was a while ago).

Member Avatar for <M/>
0
80
Member Avatar for codesforcoffee

Hi there Holly, Quick question, where does the value in the output for describing the `ID` attribute of `<Product>` come from? It looks like it is the first digit of the `ProductCode`, can you confirm this? Re-writing your stylesheet and will explain why after but stumped as to where that …

Member Avatar for codesforcoffee
0
2K

The End.