LFSR Consulting

10,381
reputation
1714 views

Registered User

name LFSR Consulting
member for 1 year
seen 5 hours ago
website
location Calgary
age 25
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla nec libero eros. Vivamus sit amet justo lorem, at interdum sapien. In placerat quam eget nunc viverra aliquam. Duis pulvinar lacinia elit, eu aliquam neque venenatis at. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Vestibulum a justo metus. Quisque lorem purus, cursus sagittis facilisis a, interdum a mauris. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sit amet justo erat, at elementum sem. Cras in lectus nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec convallis lorem at ligula pellentesque varius. Integer vitae erat turpis, ut aliquet arcu. Proin et turpis urna. Morbi eget sem dolor, vel ornare.
Dec
6
awarded  Mortarboard
Dec
2
accepted Where can I find information/tutorials on changing the ELMAH UI?
Nov
30
answered Why do designers use “Lorem Ipsum Dolor” to fill space?
Nov
30
revised ClickOnce Prerequisites not being published to webserver
deleted 14 characters in body; edited title
Nov
30
comment List of CDN’s for common components/files
Currently Google has no documented support for their CDN over SSL, so if that's a requirement MS is a better choice.
Nov
30
comment List of CDN’s for common components/files
MS's CDN also has the ability to serve over SSL
Nov
26
comment Understanding the ASP.NET application folders
Good find! I run IIS6 so I dug around and applicationHost.config doesn't exist. The IIS6 metabase can be found at: _systemroot_\System32\Inetsr\MetaBase.xml; unfortunately there is no hiddenSegments element.
Nov
23
revised Application_Error ignored?
added 320 characters in body
Nov
20
accepted Regular Expression for ASP.NET ID Using Javascript
Nov
20
answered Regular Expression for ASP.NET ID Using Javascript
Nov
18
revised Security weak link
added 139 characters in body; deleted 3 characters in body; added 2 characters in body
Nov
18
answered Security weak link
Nov
18
revised In ASP.NET MVC how do you run JavaScript after a form POST is returned?
deleted 27 characters in body; edited title
Nov
18
comment How can I use Perl to validate this data containing balanced text?
Your post doesn't make sense. And I don't know what your question is.
Nov
18
revised How can I use Perl to validate this data containing balanced text?
deleted 56 characters in body; added 2 characters in body; added 128 characters in body
Nov
18
answered Current common practices in web application architecture
Nov
18
revised How to force a control to validate itself?
edited title
Nov
16
revised What made programming easier in the last couple of years?
Changed answer to reflect current MSDN setup
Nov
13
accepted How to make a big query on an ASP.NET page for an Oracle DB
Nov
12
accepted How do I extract keywords used in text?
Nov
12
comment VB to C# Functions
@MarkJ - Thanks for pointing that out.
Nov
12
revised VB to C# Functions
added 194 characters in body
Nov
12
revised VB to C# Functions
added 26 characters in body; deleted 69 characters in body
Nov
12
revised VB to C# Functions
added 22 characters in body
Nov
12
revised VB to C# Functions
deleted 11 characters in body; added 48 characters in body; added 52 characters in body
Nov
12
comment VB to C# Functions
It's CW so feel free to correct/modify/add
Nov
12
answered VB to C# Functions
Nov
12
answered List of CDN’s for common components/files
Nov
12
asked List of CDN’s for common components/files
Nov
11
revised Writing application for both Unix and Windows
deleted 57 characters in body
Nov
11
comment Can User disable javascript at client side ? is it possible ?
Can you elaborate on what you're trying to do.
Nov
10
comment How to create an `omp parallel for` with synchronization (`barrier`) of all threads in the middle with OpenMP
The end of a parallel for has an implicit block on it. That is, the master thread waits for all threads to complete. I'm just thinking that this version would incur the overhead of creating the threads a second time if OMP doesn't maintain the threads. Whether that makes a difference depends upon the implementation of do_step_one() and do_step_two()
Nov
10
comment How to create an `omp parallel for` with synchronization (`barrier`) of all threads in the middle with OpenMP
I have forgotten most of my OMP work - does this method still maintain the threads or does it need to recreate them for the second parallel for?
Nov
10
comment How to create an `omp parallel for` with synchronization (`barrier`) of all threads in the middle with OpenMP
Your openMP syntax looks wrong - For both calls you seem to be missing the #pragma - did you omit it or is it not there?
Nov
10
revised CSS and Firefox
added 98 characters in body; edited title
Nov
6
accepted How does the IIS 7 / ASP.Net pipeline work?
Nov
6
revised How does the IIS 7 / ASP.Net pipeline work?
added 274 characters in body; added 129 characters in body; added 2 characters in body
Nov
6
comment How does the IIS 7 / ASP.Net pipeline work?
Snap! Back to the drawing board
Nov
6
answered How does the IIS 7 / ASP.Net pipeline work?
Nov
5
awarded  Nice Answer
Nov
3
revised How the Scala script that reads 5G log file from network drive should be modified in order to read last x lines (like ‘tail’ in Unix)?
edited tags
Nov
3
comment how come my IE conditional statements do not work inside style tags?
@payling - didn't know if it was a mistype or if that's how you had actually written it
Nov
3
accepted how come my IE conditional statements do not work inside style tags?
Nov
3
answered how come my IE conditional statements do not work inside style tags?
Nov
3
accepted Replacing Do … While Loops
Nov
3
answered Replacing Do … While Loops
Nov
3
accepted Making a VB.net winform button look pressed from code behind
Nov
3
answered Making a VB.net winform button look pressed from code behind
Nov
3
revised How to display data from a text file in a listview?
added 15 characters in body
Nov
3
revised SQL query to get the sum and the latest enries
added 103 characters in body