Ian Oxley

1,542
reputation
105 views

Registered User

name Ian Oxley
member for 1 year
seen Dec 10 at 13:50
website
location Newcastle-upon-Tyne, UK
age 33
I am an ASP.NET developer working for Fawthrop McLanders in Newcastle-upon-Tyne. As well as ASP.NET I also enjoy programming in JavaScript and am keen on learning more Python.
Dec
10
answered Can i use resolveurl in javascript
Dec
8
comment Trouble intercepting AJAX (XHR) requests from GreaseMonkey script
Strictly speaking lambda means using a function as an argument in a call to another function, but +1 anyways :-)
Dec
8
answered Working with HTML Entities
Dec
7
answered compress file at client-side
Dec
2
answered How to use aspnet_compiler.
Nov
30
answered viewing session data on master page in asp.net
Nov
30
answered CSS Issue - Trying to get HTML elements to stay on one line.
Nov
30
answered Use of parameters for mysql_query
Nov
29
awarded  Nice Question
Nov
27
answered ASP.Net: Dynamic JavaScript path / src
Nov
26
accepted How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?
Nov
26
answered How can i access a control within a ListView once a button has been clicked (ASP.NET c#)?
Nov
20
answered how to invoke the file download window in javascript?
Nov
9
accepted snap.com snapshots disobeys Same Orgin Policy?
Nov
4
answered Show some message every day at 08:00 AM with ASP.NET C#
Nov
4
answered Whats the most impressive thing you’ve seen done with JavaScript?
Oct
29
answered jQuery $(document).ready(function()
Oct
22
answered jquery : dynamically assigning div height
Oct
9
answered Why does my ASP.NET MVC application work from a virtual directory, but not from a website?
Oct
9
answered HttpModule: Open a pdf file will raise several PreRequestHandlerExecute event
Oct
7
answered (x)html/css: list items distributed in columns
Oct
2
accepted Disable ScriptManager on certain pages
Sep
18
awarded  Popular Question
Sep
8
answered Automatically sanitize entries on HttpRequestValidationException
Sep
3
answered Controls relative-positioned in Visual Studio 2008 gets misplaced in browsers
Sep
3
answered vs2008 attach to process, can’t see which process
Sep
2
comment SubSonic 3: Unit Tests were working but now it cannot find the connection string
@Skinniest Man I simply removed the xxx.nunit file and the tests ran again - thanks
Sep
2
revised SubSonic 3: Unit Tests were working but now it cannot find the connection string
Added contents of App.config file
Sep
2
asked SubSonic 3: Unit Tests were working but now it cannot find the connection string
Aug
27
answered jQuery DateTime picker and ASP.NET MVC
Aug
24
accepted Cross-Domain Posting in ASP.Net loses Form Fields
Aug
20
awarded  Yearling
Aug
13
accepted How handle the CSS3 Spec. in a useful way?
Aug
13
accepted How to simulate click on anchor with specific text using javascript in GreaseMonkey?
Aug
7
answered How to simulate click on anchor with specific text using javascript in GreaseMonkey?
Aug
6
answered Appending Jquery HTML?
Aug
6
comment How handle the CSS3 Spec. in a useful way?
@ChrisBenyamin Like @Skilldrick says, "You can't make it look the same in all browsers and use all the new features". And don't forget, most users don't view sites in multiple browsers, so as long as it doesn't look broken then you should be ok using as much CSS3 as you like.
Aug
6
answered javascript crossbrowser new Image()
Aug
6
answered How handle the CSS3 Spec. in a useful way?
Aug
5
comment How to run/debug multiple web application projects with-in the same solution?
Are you using the Visual Studio WebServer rather than IIS?
Aug
5
comment jQuery animate problems
From docs.jquery.com/Effects/…: "Only properties that take numeric values are supported (e.g. backgroundColor is not supported)."
Aug
5
comment How to make a CSS background image (sprite) to clickable area?
Yes, the link by itself should be enough: you would just have to move the width and height from the button's CSS to the #logo's CSS.
Aug
5
answered How to make a CSS background image (sprite) to clickable area?
Aug
4
comment Cross-Domain Posting in ASP.Net loses Form Fields
Might be worth tracking the request at the HTTP level to see exactly what is being sent in the POST data - tools such as Firebug's Net panel or a proxy server such as the one that comes with Burp Suite (portswigger.net/suite) should help with this.
Jul
27
answered Cross-Domain Posting in ASP.Net loses Form Fields
Jul
23
awarded  Civic Duty
Jul
22
answered jQuery fadeIn()
Jul
22
comment How to MOQ an Indexed property
Nice one - this was just what I needed +1
Jul
21
answered Reformatting an wysiwyg generated html file
Jul
9
comment Getting URL Routing to work with ASP.NET MVC on IIS 7
Nice one - this worked a treat! Thanks.