bdukes

11,227
reputation
804 views

Registered User

name bdukes
member for 1 year
seen yesterday
website
location St Louis, MO
age 25
I'm a web developer (MCPD) at Engage Software in St. Louis, mainly doing DotNetNuke module development. I'm also a leader at City Lights Church.
1d
revised AJAX Control Toolkit Calendar Extender v2.0.50727, script timeout
edited tags
1d
answered Confirm Email on Dotnetnuke Registration
Dec
16
comment DotNetNuke redirect in Page_Init method Exception
I've never heard any guidance from DNN to avoid redirecting in the Init event. I don't believe DNN's dynamic loading of modules has any effect on redirecting.
Dec
16
answered DotNetNuke redirect in Page_Init method Exception
Dec
16
comment Navigating between DotNetNuke module controls using EditURL() or NavigateURL()
For more information on how this works, you can checkout my blog on the subject: weblogs.asp.net/briandukes/archive/…. Ultimately, for your situation where you want to navigate to an edit control without using the admin skin, take a look at options two through four on Michael Washington's "Module Navigation Options" at adefwebserver.com/dotnetnukehelp/Misc/….
Dec
14
answered Windows 7 visual studio 2005 compatibility
Dec
12
awarded  Good Answer
Dec
10
awarded  Nice Answer
Dec
10
accepted How to setup a DotNetNuke Development Environment with Source Control?
Dec
9
answered ASP.NET MVC project to port
Dec
9
revised Jquery Cycle Plugin: How do you pause a slideshow on load
spelling
Dec
9
comment how to install dnn (v 5.2.0) in vs (any of 2005 or 2008)?
Are you trying to create a website to use for developing modules in Visual Studio? Or some other scenario?
Dec
8
revised Regex for splitting
Removed double-escape in regex
Dec
8
revised Regex for splitting
Added implementation
Dec
7
comment Check user is logged in using Jquery
Or define that variable outside of the scope of the function
Dec
7
revised Check user is logged in using Jquery
formatting
Dec
7
revised Parse string to DateTime
edited tags
Dec
7
comment C#: ‘default’ keyword with Generics
@Joel, testing against null will not throw an exception if e is a value type. Is there some other exception that you're referring to?
Dec
7
accepted dotnetnuke doubts
Dec
6
awarded  Mortarboard
Dec
5
revised dotnetnuke doubts
Added paragraph about deployment and relationship of package to website
Dec
4
revised What is pros and cons of calling procedures in VB.NET?
formatting
Dec
4
answered Jquery Cycle Plugin: How do you pause a slideshow on load
Dec
4
comment Is there a *very* lightweight IDE for .net?
I think the problems that I had were around including references/namespaces, and setting up supporting classes/methods outside of the Main method. However, it's been a while, so I don't remember the exact details.
Dec
4
answered dotnetnuke doubts
Dec
3
revised How not to implement a function of an interface in class?
Formatting & MSDN link
Dec
3
revised XP environment variable editor replacement?
formatting
Dec
3
comment How do I suppress the results from a stored procedure from within a stored procedure?
OP "would prefer not to make changes to B"
Dec
3
comment How to Suppress the SELECT Output of a Stored Procedure called from another Stored Procedure in SQL Server?
Duplicate of stackoverflow.com/questions/571670/…
Dec
3
revised How to Suppress the SELECT Output of a Stored Procedure called from another Stored Procedure in SQL Server?
retitled
Dec
2
answered VS Item Template Compiled Custom Parameter
Dec
2
revised Target=’_blank’ to show in new window, NOT new tab, possible?
added 4 characters in body
Dec
1
answered How to unit test the default case of an enum based switch statement
Dec
1
comment How to check programatically if a type is a struct or a class?
Duplicate of stackoverflow.com/questions/1792586/…
Dec
1
revised Debug tt templates in VS2008
edited tags
Dec
1
revised Unicode string literals in C# vs C++/CLI
formatting
Dec
1
revised .NET for Windows 7
edited tags
Nov
30
answered How to setup a DotNetNuke Development Environment with Source Control?
Nov
26
accepted What are the pros/cons of available shopping cart solutions?
Nov
25
accepted Generic method with Action<T> parameter
Nov
24
revised Do value types (Integer, Decimal, Boolean, etc…) inherit from Object?
formatting
Nov
24
comment typeof(System.Enum).IsClass == false
Same issue on .Net 3.5
Nov
24
revised [objective-C] get time between two times of the day
edited tags
Nov
24
answered Generic method with Action<T> parameter
Nov
23
comment C# naming convention for constants?
Actually, StyleCop is "not a Microsoft product," but "a tool developed by a very passionate developer at Microsoft (on evenings and weekends)." (See blogs.msdn.com/sourceanalysis/archive/… and blogs.msdn.com/bharry/archive/…) for details.) That being said, the Microsoft's framework naming conventions use Pascal casing for constants, so the tool is just enforcing the standard that Microsoft does publish and endorse.
Nov
23
revised How can I use check constraint in sql server 2005.
formatting
Nov
23
comment jQuery Selector not working right…
Good call......
Nov
23
comment What happened to the jQuery “contains” traversal method?
The contains page is still available directly by your URL, but isn't listed in the Traversing overview page (docs.jquery.com/Traversing).
Nov
23
revised Has an event handler already been added?
edited tags
Nov
23
revised Checking if an event handler exists
formatting