JohnIdol

4,761
Reputation
1019 views

Registered User

name JohnIdol
member for 1 year
seen 3 mins ago
website
location Cork, Ireland
age 28
I hate database administration.

Feel free to check out my Stackoverflow CV.
21h
comment How does the browser know a web page has changed?
I have to say I am bit lost in that rfc doc
21h
comment How does the browser know a web page has changed?
the docs are what I was asking for :) - thanks for the links
21h
asked How does the browser know a web page has changed?
2d
accepted How the websites should be organised?
Dec
3
revised text in text box
deleted 10 characters in body
Dec
3
comment ASP.net Listview and datapager inside ajax update panel
show-us-the-code :)
Dec
2
answered vptr - virtual tables
Dec
1
comment Sql server 2008 installation failure
frightening behavior
Dec
1
comment Help with SQL to get Hits per day for today and 1 month prior…
I'd really like to help but that kinda SQL I look into only for heavy cash :)
Nov
30
accepted how to know statistical data on google app engine
Nov
30
comment asp.net to check character
+1 for understanding what the heck Domnic was talking about
Nov
30
comment viewing session data on master page in asp.net
are you asking how to retrieve stuff from session or how to add rows to gridviews? or both?
Nov
29
comment Add item to databound DropDownList
Seems to be a duplicate of this question? --> stackoverflow.com/questions/679128/…
Nov
29
revised how to know statistical data on google app engine
edited body
Nov
29
answered how to know statistical data on google app engine
Nov
29
comment How to fix noncompliant HTML so Expat will parse it (htmltidy not working)
did you try the w3c validation service? --> validator.w3.org/#validate_by_input
Nov
29
comment How to fix noncompliant HTML so Expat will parse it (htmltidy not working)
wtf is Expat? some guy who lives abroad?
Nov
29
revised need an sql query
edited tags
Nov
29
comment Trouble determining onclick’s target
did you try with the developer toolbar - still no clue wrt the error?
Nov
27
comment How can I remove a word from string?
your regex just blew my mind
Nov
26
accepted Which would be the best 2D graphics library?
Nov
25
comment How to find all classes of a particular interface within an assembly in .net
+1 --> awesome solution
Nov
25
comment Reverse-engineering of communication protocols
thanks for your opinion on this - I am trying to get a feel for the magnitude of the problem. I'd be happy to get a few pointers even based on a number of assumptions - typical real world-scenarios and so forth.
Nov
25
comment Attach event to control inside a Placeholder using designer ASP.NET C#
the placeholder seems to hide the thunder tab on properties - interesting finding! :)
Nov
25
comment Reverse-engineering of communication protocols
The latter - I'm asking about how to get to a spec of the protocol just observing traffic.
Nov
25
asked Reverse-engineering of communication protocols
Nov
25
comment javascript Problem
except they could be decorated - so keep that into account (you might have to inspect the source on the browser)
Nov
24
comment Subset of Array in C#
interesting solution
Nov
24
answered Subset of Array in C#
Nov
24
comment ASP.NET dynamic Command Button event not firing
@dice cheers - you spared me the bother of a further edit to my answer :)
Nov
24
comment wpf which features ?
Databinding is more technical than the whatever is on those answers (things such as separation between UI and development) - I know because I wrote one of those answers :)
Nov
24
answered wpf which features ?
Nov
24
accepted How to check whether a directory exists before inserting a file
Nov
23
answered ASP page displaying old request.
Nov
23
comment ASP.NET dynamic Command Button event not firing
nice timing :) - I would maybe store a counter in the ViewState rather than a DataTable in session?
Nov
23
revised Create shared folder accessible from domain with C#
added 813 characters in body; added 12 characters in body
Nov
23
answered Create shared folder accessible from domain with C#
Nov
23
comment how to split a string
Give the guy a break :)
Nov
23
answered asp.net add column to GridView by code
Nov
23
comment ASP.NET dynamic Command Button event not firing
see the edit in my answer in reply to your edit
Nov
23
revised ASP.NET dynamic Command Button event not firing
added 333 characters in body; added 40 characters in body
Nov
22
comment C Function Skipped at Runtime
char needs to go too :)
Nov
22
answered C Function Skipped at Runtime
Nov
21
comment Database application[C#]
what kind of db do you want?
Nov
21
accepted GridView to refresh when button click updates data
Nov
21
comment Update and Insert Stored Procedure
is this sql-server?
Nov
21
answered How the websites should be organised?
Nov
21
revised ASP.NET dynamic Command Button event not firing
added 101 characters in body
Nov
21
comment ASP.NET dynamic Command Button event not firing
@SanJacinto --> sorry for the misunderstanding man :)
Nov
21
comment ASP.NET dynamic Command Button event not firing
Correct - I was assuming that (shouldn't have). Are you re-wiring the event-handler every time the page loads?