20 Discussion / Question Topics

Remove Filter
Member Avatar for Ketsuekiame

## Why am I Here? ## This question is not as philosophical as it sounds, but it's one worth answering. I am here because I want to help people understand programming and help make us all better programmers. Sometimes I have questions to ask, sometimes I have answers to give. …

Member Avatar for overwraith
15
1K
Member Avatar for Ketsuekiame

When you upvote or downvote someone with a comment, if you reverse your vote it doesn't reverse the score you gave them. In my case, I accidentally upvoted someone because I hovered the downvote button and then I [must have] passed over the upvote button when I when I moved …

Member Avatar for Dani
0
554
Member Avatar for Ketsuekiame

Not sure if it's just me but the home page doesn't work. It's just presenting the background colour but no content. The following is received by the browser: <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en-US" lang="en-US"> <head> <!-- CSS --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" …

Member Avatar for Dani
1
424
Member Avatar for Ketsuekiame

I don't know if it's just me, but I find the fact that the rooms re-order their position slightly irritating. The active room always makes itself the first in the list (after the room list). When you select another room, the room you were just in is then pushed to …

Member Avatar for Ketsuekiame
1
424
Member Avatar for Ketsuekiame

Would it be possible for you to mark this as read and retry? My mail server went down for a while and bounced some of the DW emails. Now everytime the website attempts to send one I get a PM saying that the address previously bounced and I should edit …

Member Avatar for Dani
0
210
Member Avatar for Ketsuekiame

Hello, I got a message this morning from a mod that had deleted a duplicate post. Which is all fair enough....Except I never saw the duplicate post in question. When I went to check the thread this morning, sure enough my original post was still there so sat bemused that …

Member Avatar for Ketsuekiame
0
306
Member Avatar for Ketsuekiame

With the new changes to make it mobile friendly and the removal of the menu bar that moves down with you, is it possible for us to have a "Back to Top" or similar functional button on the header that will return us to the top of the page so …

Member Avatar for Ketsuekiame
0
263
Member Avatar for Ketsuekiame

Hi, just a report to say that when you click on a link to go directly to a post, the page scrolls too far and it becomes hidden under the top menu banner. In order to see the beginning of the post you have to scroll back up. This is …

Member Avatar for Ketsuekiame
1
246
Member Avatar for Ketsuekiame

Hiya, I've just tried updating my profile with better information, however it fails to validate my MSN address and Twitter account. As a note, I hadn't actually updated these values, they were already in the system. ![395f67d86f7803faa07f84ddaffdff05](/attachments/large/3/395f67d86f7803faa07f84ddaffdff05.PNG "395f67d86f7803faa07f84ddaffdff05")

Member Avatar for Dani
1
338
Member Avatar for Ketsuekiame

Seems like there might be a problem with the editor not recognising code insertion when you're pasting code in the middle of a list. Below is a post displaying the problem http://www.daniweb.com/software-development/csharp/threads/458671/c-mysql-display#post1993030 I tried multiple ways to get that in there including: 1. Single Enter + Tab 2. Double Enter …

Member Avatar for Ketsuekiame
0
371
Member Avatar for Ketsuekiame

http://services.parliament.uk/bills/2012-13/enterpriseandregulatoryreform.html Anyone seen this? Pretty much means that rights holders no longer have rights over their own work without registering them on a work-by-work basis. This allows companies to use, sell and sub-licence your works without asking you permission. Might be wise to start taking all your pictures off the …

Member Avatar for mike_2000_17
0
266
Member Avatar for Ketsuekiame

Just thought I'd report that the keyboard shortcuts for the editor don't work in Firefox (20.0.1) It tries to apply it the main menu bar.

Member Avatar for Reverend Jim
0
139
Member Avatar for Ketsuekiame

I would like to suggest you remove any results marked as "Solved" from this list. I presume it simply looks for any thread with 0 replies not in the Community Center? I would argue that if something is marked as solved, even with 0 replies, it is not unanswered (in …

3
155
Member Avatar for Ketsuekiame

Is there any chance that a set of rules could be implemented to prevent abuse of the endorsement system? It seems that currently, anyone can endorse anyone and there is no restriction. I can provide an example of what appears to be abuse of the system, however, I am against …

Member Avatar for Reverend Jim
2
997
Member Avatar for Ketsuekiame

Before I start, I'm afraid I have to say I cannot reliably reproduce this, but it has happened to me twice today. When replying to a post I press the button to confirm, the button disappears, replaced by the "Watch This Thread" button, however, the post is not submitted. The …

Member Avatar for Ketsuekiame
0
252
Member Avatar for Ketsuekiame

Hi all! Quick summary: I'm attempting to shutdown a socket, but the framework that I'm inheriting an Interface from already contains an implementation of a "shutdown" method. Therefore, I am unable to call "shutdown" for the socket. Longer Explanation: How can I fix this? I originally tried looking for a …

Member Avatar for Ketsuekiame
0
169
Member Avatar for Ketsuekiame

A while ago, I had a piece of XML you put in the application config file which made .net write all exceptions and traces into a log file, without any modifications to the code. (i.e. I didn't have any trace listeners or manual log files) I cannot for the life …

Member Avatar for Ketsuekiame
0
103
Member Avatar for Ketsuekiame

Exact Message: [CODE="plain"]Error 1 error C3861: 'SHOWERROR': identifier not found[/CODE] My Includes: [CODE]#pragma once // Exclude rarely-used stuff from Windows headers #define WIN32_LEAN_AND_MEAN #define SAFE_RELEASE(x) if( x ) { (x)->Release(); (x) = NULL; } #define SAFE_DELETE(x) if( x ) { delete(x); (x) = NULL; } #define SAFE_DELETE_ARRAY(x) if( x ) …

Member Avatar for Ketsuekiame
0
304
Member Avatar for Ketsuekiame

Hello, here's the setup for the project. I have a WCF Service that is hosted on a net.tcp binding in buffered mode and ReliableSession enabled. The binding is configured to use TransportWithMessageCredential security. The certificate is a self signed certificate that I am identifying using the Thumbprint. The UserNameValidator is …

Member Avatar for Ketsuekiame
0
170
Member Avatar for Ketsuekiame

EDIT: Deleted the original question. After reading, I realised that I would have to paste so much additional code that it would take someone a couple of days just to understand what was happening in my own code that it may detract from the issue at hand. Problem: When I …

Member Avatar for Ketsuekiame
1
180

The End.