digiguru

1,254
reputation
156 views

Registered User

name digiguru
member for 1 year
seen 14 hours ago
website
location camberley
age 28
I dream in vb.
Dec
10
awarded  Popular Question
Dec
10
comment Does internet Explorer 7 honour the Vary header by caching properly?
Reading the article I guess I should 1) Only add Vary Accept-Encoding tags only in IE6(sp2) and above. 2) Include ETag in the header, and match If-None-Match to the ETag. 3) Include Vary for Content-Encoding in all browsers that are not IE6 or 7.
Dec
10
comment Does internet Explorer 7 honour the Vary header by caching properly?
As Rick mentions in his blog article - vary by Content-Encoding "// Allow proxy servers to cache encoded and unencoded versions separately".
Dec
10
asked Does internet Explorer 7 honour the Vary header by caching properly?
Dec
2
comment jQuery IE 6 Error InfiniteCarrousel plugin.
Is the original jquery $("#carousel").infiniteCarousel(); performed in a document ready event, or just in the script?
Dec
2
accepted Sql server function for displaying word frequency in a column
Dec
2
answered How do you use an Ampersand in an HTTPCookie in VB.NET?
Dec
2
asked How do you use an Ampersand in an HTTPCookie in VB.NET?
Nov
27
asked How do you refresh an advert served by Google Ad Manager after a javascript event (eg ajax postback) has occured on a webpage
Nov
11
awarded  Notable Question
Oct
7
asked When will ie6 die?
Oct
3
awarded  Popular Question
Oct
1
comment 5x5 1 tile missing Puzzle
Awe - you guys close things so quickly
Oct
1
comment 5x5 1 tile missing Puzzle
im assuming you cant enter a single square more than once?
Sep
17
awarded  Popular Question
Sep
8
awarded  Yearling
Aug
26
awarded  Notable Question
Aug
25
asked Is there a way to tell when googlebot/bingbot/yahoobot is crawling my site in asp.net 2005 IIS6?
Aug
25
asked Is there a way of seeing how many open sessions there are in IIS6?
Aug
24
accepted How to architect DAL for WebService exposure?
Aug
20
accepted How do I use id’s of HTML elements in another sub when they are created from server-side code?
Aug
20
revised How do I use id’s of HTML elements in another sub when they are created from server-side code?
Chenged the WebControls checkbox to HTMLControls
Aug
20
comment How do I use id’s of HTML elements in another sub when they are created from server-side code?
Dim checkBox As New HtmlControls.HtmlInputCheckBox checkBox.Value = reader("SKUN")
Aug
20
comment How do I use id’s of HTML elements in another sub when they are created from server-side code?
Oh yeah, notice you'll want to know which row you are checking too.
Aug
20
answered How do I use id’s of HTML elements in another sub when they are created from server-side code?
Aug
19
comment How good are Redgate’s SQL tools?
You've been quoted by the redgate twitter. twitter.com/redgate/status/3406240192
Aug
19
accepted How can I call a sqlserver function from VB.net(or C#) ? Is there some syntax like stored procedure?
Aug
19
answered How can I call a sqlserver function from VB.net(or C#) ? Is there some syntax like stored procedure?
Aug
17
comment Using JQuery hover with HTML image map
This doesn't work in IE8
Aug
13
comment Find the amount of missing attributes in an EVA design… (remove the subquery from this sql join)
Sorry Joel, I just clicked too quick
Aug
13
revised Why is there a difference in error handling clr procedures in sql server 2005?
edited tags
Aug
13
asked Find the amount of missing attributes in an EVA design… (remove the subquery from this sql join)
Aug
12
asked How do you get the “week start date” and “week end date” from week number in SQL Server?
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
But it wasn't "disabled". How would you suggest performing "re-enabling" it?
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
DBCC CHECKCONSTRAINTS is useful, but this really doesn't answer the question.
Aug
10
answered How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
This seems to work... SELECT * FROM sys.foreign_keys AS f Where Is_Not_Trusted = 1
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
Microsoft SQL Server 2005 - 9.00.4035.00 (Intel X86)
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
In SQL Server 2005 it doesn't work, but i've removed my downvote for clarifying that :D
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
SQL Server 2005
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
Mitch - might want to try it before you upvote. This does not work!
Aug
10
comment How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
Actually this won't.
Aug
10
asked How to list out all Foreign Keys with “WITH NOCHECK” in SQL Server
Aug
5
comment jQuery.validate.js and asp.net master pages
It may just be the .Net o phile in me, but can you make "new Object()" a strongly typed class here?
Aug
5
comment How to use JQuery, select element by ID and ASP.NET without putting ctl00_ everywhere in the code
Do you have a link to how "visual studio" will solve this? or do you mean the .NET framework?
Aug
5
comment How to use JQuery, select element by ID and ASP.NET without putting ctl00_ everywhere in the code
More issues have been identified here: stackoverflow.com/questions/1232641
Aug
5
asked jQuery.validate.js and asp.net master pages
Aug
5
asked How to use JQuery, select element by ID and ASP.NET without putting ctl00_ everywhere in the code
Aug
1
awarded  Notable Question