Glenn Slaven

3,980
Reputation
354 views

Registered User

Name Glenn Slaven
Member for 1 year
Seen Nov 23 at 0:00
Website
Location Sydney, Australia
Age 30

I'm a Technical Lead at Hyro, working mostly with C# & ASP.NET, who's been coding for about 10 years now.

I also write WordPress plugins as a hobby & do a bit of freelancing when I can.

I'm married & have 4 great kids

Nov
25
awarded  Notable Question
Oct
30
awarded  Popular Question
Oct
7
answered Origin of the name jQuery
Oct
5
comment In IE lightbox doesn’t show if a synchronous ajax request is made
This isn't blocking the user, it's blocking the interface from progressing forward. As I mentioned, the lightbox Please wait text is already blocking the user from doing anything, I need to make the JS wait for a response before it moves the user onto the next section
Oct
5
comment In IE lightbox doesn’t show if a synchronous ajax request is made
The validation call is a blocking event, they're clicking on a box that will close an accordian interface and proceed the user forward. It has to wait and check first
Oct
1
comment In IE lightbox doesn’t show if a synchronous ajax request is made
How can you use callbacks in the middle of a validate function?
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
It doesn't lock the browser (except in IE 6 sometimes because it's useless) it just makes the site have a modal lightbox over it. They can close that tab at any time.
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
Because it's not the user I'm needing to block, it's the function return, this is inside a validation method using the jQuery validate plugin. I need to know what the return status of the ajax request is before I return from the function
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
Unfortunately that makes the request asynchronous, I need it to wait until the ajax request comes back.
Sep
30
revised In IE lightbox doesn’t show if a synchronous ajax request is made
added 307 characters in body
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
I just replaced the lightbox with a simple div and did a jQuery .show() on beforeSend and .hide() on complete, and it didn't show that either
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
Yeah, it does call those sort of methods. It's only the dynamic show/hide of elements that seems to be the problem. I've run into this before, not using a lightbox, but just showing a hidden div before a synchronous request, so I don't think it's the lightbox itself
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
Yes it locks, that's what the please wait lightbox is for. Yes we do server side validation, but we want to be able to tell the user at the top of the form that this data is wrong, before they get to the end and have to go back and start again. JS validation is always done for user convienience, not data security
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
Unfortunately I tried that, it still doesn't work
Sep
30
revised In IE lightbox doesn’t show if a synchronous ajax request is made
Added setTimeout detail; deleted 14 characters in body
Sep
30
comment In IE lightbox doesn’t show if a synchronous ajax request is made
How can this be a CSS issue if it works on an async request?
Sep
30
asked In IE lightbox doesn’t show if a synchronous ajax request is made
Sep
4
awarded  Notable Question
Sep
4
asked Is there any way to get Visual Studio to reload all projects when the .proj files have changed?
Sep
1
awarded  Notable Question
Aug
27
awarded  Yearling
Aug
24
awarded  Enlightened
Aug
24
awarded  Nice Answer
Aug
24
comment Adding a new column in the Table doesnt cause the result in Cakephp
Thank you so much, I was beating my head against the wall about this
Aug
21
asked ASP.NET MVC app automatically converts single quotes to '
Aug
19
comment Stop a background image from disappearing in IE when the inline element spans 2 lines
It works. This actually pushes the item onto the next line, but that's good enough I think, at least the background is showing
Aug
19
comment Stop a background image from disappearing in IE when the inline element spans 2 lines
I've added that in the question now, thanks
Aug
19
revised Stop a background image from disappearing in IE when the inline element spans 2 lines
Added link title
Aug
19
comment Stop a background image from disappearing in IE when the inline element spans 2 lines
Unfortunately that hasn't done it. I've implemented that on the site, but the Workplace Giving Employers link still has no background image in IE
Aug
19
comment Stop a background image from disappearing in IE when the inline element spans 2 lines
Yep, that's the one
Aug
18
asked Stop a background image from disappearing in IE when the inline element spans 2 lines
Aug
10
awarded  Popular Question
Aug
3
comment Access to restricted URI denied code: 1012
Well that's when you have to use the second option of doing the cross domain call in a server-side script that passes the xml back
Aug
3
revised How do you force Visual Studio to regenerate the .designer files for aspx/ascx files?
deleted 1 characters in body
Jul
31
awarded  Popular Question
Jul
27
awarded  Popular Question
Jul
16
revised How can I check whether a variable is defined in JavaScript?
fixed grammer
Jul
14
awarded  Enlightened
Jul
14
awarded  Nice Answer
Jul
8
awarded  Disciplined
Jul
8
awarded  Popular Question
Jun
30
awarded  Notable Question
Jun
23
asked How to check SiteCore’s serialisation tree into TFS
Jun
18
asked Using the entity framework with a MySQL DB and the model designer doesn’t pickup stored proc parameters
Jun
9
awarded  Tumbleweed