Dan F

2,200
reputation
166 views

Registered User

name Dan F
member for 1 year
seen 8 hours ago
website
location Melbourne, Australia
age 33
Aussie aussie aussie, oi oi oi :-) I like coding. I like designing. I do web and winforms and databases and thin clients and fat clients and...
Dec
15
accepted How to center a Div across all Monitors/Resolutions/Browsers?
Dec
15
accepted Variable assignment in JavaScript
Dec
7
answered alter divs css with javascript
Dec
7
answered Moving Settings to another config file
Dec
6
awarded  Mortarboard
Dec
5
comment Text difference patch
stackoverflow.com/questions/1576050/… has some awesome links about diff match patch too
Dec
5
comment Text difference patch
+1 I was going to suggest that one, I too have had success with it
Dec
2
comment Variable assignment in JavaScript
and the second half of my answer (the just for giggles bit). Being able to use a string to access a property is mighty handy at times
Dec
2
revised jQuery, how to call a function while passing a variable
formatting
Dec
2
comment Help converting generic List<T> to Excel spreadsheet
I think what Kevin means by "...property names in order to create..." is "...property names so I can create...", rather than a sorted list of property names :)
Dec
2
answered How to center a Div across all Monitors/Resolutions/Browsers?
Dec
1
comment Need a quick jquery solution to capture the current url and inject it into another url link
No worries, glad it helped! If it's not too much trouble, could you click the green tick and mark this as the accepted answer? This gives us both a few extra points - see meta.stackoverflow.com/questions/5234/… for more details. Cheers!
Dec
1
revised run exe from command prompt
Formatting
Dec
1
answered Should I revive Clippy ? aka how can i provide user-friendly tips and help in a desktop application ?
Dec
1
comment Should I revive Clippy ? aka how can i provide user-friendly tips and help in a desktop application ?
Most of the Redgate tools do that too, and it's magnificent
Dec
1
accepted ASP.NET: where is aspnet_wp.exe in IIS6
Dec
1
revised ASP.NET: where is aspnet_wp.exe in IIS6
edited tags
Dec
1
answered ASP.NET: where is aspnet_wp.exe in IIS6
Dec
1
revised Finding sorted sub-sequences in a permutation
smells like homework to me :-)
Dec
1
answered Variable assignment in JavaScript
Dec
1
answered Quick and dirty reflection based XML Serializer
Dec
1
answered Creating new tab / switching between Tabs in Firefox?
Dec
1
answered Need a quick jquery solution to capture the current url and inject it into another url link
Nov
30
accepted Modify ApplicationSettings
Nov
30
revised does jquery .post or ui dialog have a “please wait . .” icon option?
added link to simplemodal
Nov
30
answered does jquery .post or ui dialog have a “please wait . .” icon option?
Nov
29
answered Modify ApplicationSettings
Nov
29
revised Can we Converting the xps document to Pdf programmatically using C#
edited tags
Nov
29
comment Jquery to target same id as class name of clicked element?
+1, very nice answers
Nov
13
comment formatting jQuery strings that should span mulitple lines.
Yeah, that's valid javascript. I think in the past I've had to put spaces before the slashes to get it to work in all the browsers
Nov
12
answered jQuery passing a function call through to another function and order of execution
Oct
15
accepted jQuery IE6 click problem
Sep
26
answered Good code to read?
Sep
26
comment C# - Any standard way to divide a class into regions?
@Mitch - nup, no auto properties in VB yet. They're coming in CLR4, or VS2010, or something new and shiny.
Sep
24
answered JavaScript Image Popup Window
Sep
24
comment What’s the best way of hashing this complex structure in VB6?
Ah, whoops, thanks Mark. It all blurs into one some days :-)
Sep
23
comment What did VB replace the function “Set” with?
@mjv nice concise explanation there, good job
Sep
23
comment Expose version of MEF loaded “plugin”
Ah, the 'ol GetType, I keep forgetting about that one. Yep, that'd be a workable solution. And if I need something other than that, I could hardcoded it as a parameter to the DescriptionAttribute attribute. I tried it, it works, you're a champion Matt!
Sep
23
asked Expose version of MEF loaded “plugin”
Sep
22
accepted What’s the best way of hashing this complex structure in VB6?
Sep
22
comment prevent Scroll “bubbling” from element to window
Yeah, my thinking is set overflow:hidden on the PARENT window. Not the iframe itself. Therefore, parent window is no longer scrollable, but the contents of the iframe are.
Sep
22
answered prevent Scroll “bubbling” from element to window
Sep
22
answered What’s the best way of hashing this complex structure in VB6?
Sep
22
answered how to prevent click queue build up, using toggle in jquery? tried using bind/unbind(’click’)
Sep
22
answered jQuery ajax success anonymous function scope
Sep
22
revised How do I bind my Jquery function to a asp.net button and still allow Validation and PostBack?
Linked Dave Ward, just coz I could
Sep
22
answered How do I bind my Jquery function to a asp.net button and still allow Validation and PostBack?
Sep
20
comment Fastest modular exponentiation in JavaScript
So I suppose poking them into silverlight for the heavy crunching is out of the question too then?
Sep
20
answered jQuery based min/max width fix for IE6
Sep
20
revised jQuery based min/max width fix for IE6
edited tags