Ian Robinson

2,336
Reputation
266 views

Registered User

Name Ian Robinson
Member for 1 year
Seen 12 hours ago
Website
Location US
Age 27

Web Developer in St. Louis, MO.

Relevant links:

Some non-programming related interests are bread, cheese, beer, and bicycles.

12h
revised How to Transfer Large File from MS Word Add-In (VBA) to Web Server?
Got rid of the word gargantuan because it was really just a lame attempt to get attention that didn't work
1d
comment How to Transfer Large File from MS Word Add-In (VBA) to Web Server?
I implemented option number one. See my answer below.
1d
accepted How to Transfer Large File from MS Word Add-In (VBA) to Web Server?
1d
answered How to Transfer Large File from MS Word Add-In (VBA) to Web Server?
1d
comment Using asp.net mvc 2 features with the spark view engine
Thanks for the info, I double checked that the latest version of Spark does, in-fact, include Spark.Web.Mvc2.dll which references system.web.mvc.dll v 2.0.0. I was able to use this successfully in my project, however I still mistakenly had overlooked another reference to v1.0.0 elsewhere!
1d
comment Using asp.net mvc 2 features with the spark view engine
Thanks again for spending time on this. As it turns out, when you download and use the latest version of Spark, there is an assembly compiled against system.web.mvc.dll v2.0.0 that is ready to use.
1d
comment Using asp.net mvc 2 features with the spark view engine
Thanks for the clarification Jeff. This was very helpful, however it didn't directly solve my issue (I had to search and destroy all references to the old version of the system.web.mvc assembly for real). And you're right, if you follow this step it kills spark everywhere if the 1.0 version of system.web.mvc.dll is referenced.
1d
comment Using asp.net mvc 2 features with the spark view engine
I think the real problem here was that I had mistakenly thought that the version of MVCContrib I was using was using the 2.0.0 version of system.web.mvc.dll - it wasn't! Crap! After updating that, spark, and ninject - it works!
1d
answered Using asp.net mvc 2 features with the spark view engine
Dec
3
comment Does DotNetNuke have anything similar to Drupal’s CCK?
hey @mac - appreciate the thoughtful reply. I think the crippleware statement is a bit harsh - but probably more reasonable looking from outside of the community in. These features that are "stripped" from the free version are in-fact, relatively new features that the community has been doing without for a number of years and are now used to incentivize the purchase of a commercial version. But when you think about it - access (for all) to a vulnerability database and documentation seem like a no-brainer. I think that speaks to the relative immaturity of the platform as a commercial solution.
Dec
2
awarded  Notable Question
Dec
2
comment Does DotNetNuke have anything similar to Drupal’s CCK?
@mac You may know Drupal very well, I can't speak to that, but you obviously know little about DotNetNuke. Anyone tasked with digesting your answer should take that into consideration. The fact that you can't spell the project's name correctly and you clearly don't understand the licensing model/product offerings is more than a little concerning considering your very opinionated stance against the framework. I'd suggest doing a bit more fact finding before attempting to educate others based on your opinion.
Dec
1
comment Using asp.net mvc 2 features with the spark view engine
I have the following in the system.web > assemblies section of my web.config - is that sufficient? <add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /> If not, can you elaborate on how/why to add the <spark> section to the web.config?
Dec
1
comment Does DotNetNuke have anything similar to Drupal’s CCK?
Also, it's named "DotNetNuke" and the shorthand version is DNN. :)
Dec
1
comment Does DotNetNuke have anything similar to Drupal’s CCK?
The portion in your answer about DotNetNuke's licensing is wrong. DotNetNuke is really open source - "DotNetNuke is provided free, as open-source software, and licensed using an MIT License." Read more: dotnetnuke.com/About/LicensingandTrademarks/… There is also a commercial ("Professional") version of DotNetNuke as well (which your answer links). There is no reason to believe that the poster wants a commercial version.
Dec
1
revised Does DotNetNuke have anything similar to Drupal’s CCK?
corrected spelling of DotNetNuke in text and in google trends link
Nov
29
comment Using asp.net mvc 2 features with the spark view engine
and to clarify - I have a view.aspx and a view.spark - to test one or the other I just rename the one I don't want to use to something else. ASPX works, Spark does not - so this would seem to be a valid test to ensure that everything involved is working properly until I use the spark view instead of the aspx view. Thanks for your help and thoughts, btw. It's much appreciated - I've been stumped on this for awhile now.
Nov
29
comment Using asp.net mvc 2 features with the spark view engine
Here is the full content of my view: <viewdata model="Entity" /> <use namespace="System.Web.Mvc.Html"/> <h2>Entity</h2> <h3>Name</h3> <h4>${Model.Name}</h4> ${Html.EditorFor(e => e)} <a href="!{Url.Action<EntityController>(c => c.Index(null))}">Back</a>
Nov
29
comment Using asp.net mvc 2 features with the spark view engine
Yes - I've re-worded the sentence in my question that said "upgraded to the latest version of Spark" to "Upgraded Spark to use MVC 2" to clarify what I meant there. I have recompiled the Spark source with MVC 2 references and incorporated the resultant assemblies into my MVC project and updated its references. No change in error message. I've also looked at the assemblies being used in my project in Reflector to verify that they are referencing System.Web.Mvc version 2.0.0.0.
Nov
29
revised Using asp.net mvc 2 features with the spark view engine
reworded sentence pertaining to upgrading spark to clarify meaning
Nov
27
revised Using asp.net mvc 2 features with the spark view engine
Added a link to a blog post about CodeBetter.Canvas.
Nov
26
asked Using asp.net mvc 2 features with the spark view engine
Nov
24
awarded  Nice Answer
Nov
14
comment Problems building a DNN module using Linq to SQL
Did you make any progress with this?
Nov
12
awarded  Popular Question
Nov
8
answered still stuck with ajax
Nov
8
answered how to use url routing in asp.net 4.0
Nov
6
accepted How can I keep a jQuery dialog on the screen?
Oct
30
answered TabInfo IconFile
Oct
19
answered How can I keep a jQuery dialog on the screen?
Oct
15
answered dotnetnuke up and running error
Oct
15
comment host dotnetnuke application and database
I'm not sure I understand the question. Do you have a web server that you would like to install DNN on via FTP? If so, the answer is not without some sort of remote access. You'll need to have some sort of remote access to the server to do a full installation as you'll have to configure IIS to serve the website and configure the file system permissions in order for DNN to make it through the install process.
Oct
15
comment jQuery: Move Table Row?
"making the rows draggable ... isn't an option"
Oct
4
awarded  Guru
Oct
2
comment Microsoft Report Server - ReportViewer Timeout Problem
Can you clarify the more than 40/less than 40 statements? 40 what? Also, what is your report doing? How much data is being pulled back? How long does it take to timeout? Have you tried any steps yet?
Oct
2
answered I’ve learnt jQuery, should I go back and learn “proper js”?
Oct
2
comment Leading DotNetNuke news and forum modules?
Out of curiosity - what were the reasons for building your own news module from scratch? The reason I ask is that this is one of the more established, feature rich, customizable areas in the DNN world, seems like an odd one to write from scratch.
Sep
30
comment Leading DotNetNuke news and forum modules?
Agreeing with the above, I'd like to add the following recommendation: Don't use DNN 3. Staying with the latest and greatest (05.01.02 at time of writing) is ideal. If you're using something as old as 3.x you're missing out on a LOT of features, performance enhancements, security fixes, etc...
Aug
19
comment What does jquery $ actually return?
You're welcome - I also just edited and added the full link to Rick Strahl's article - it's a good read.
Aug
19
revised What does jquery $ actually return?
added link to Rick Strahl's full article on jQuery
Aug
19
accepted What does jquery $ actually return?
Aug
19
answered What does jquery $ actually return?
Aug
19
comment Running IE6, IE7, and IE8 on the same machine
Windows 7 provides another option w/ XP Mode: microsoft.com/windows/virtual-pc/… With the caveat that your processor needs to have special virtualization capabilities (which mine doesn't).
Aug
14
awarded  Good Answer
Aug
13
comment ssl certificate issue
What version of DotNetNuke are you using? You should have SSL Enabled in the site settings as well as the page level to force it to use the HTTPS.
Aug
10
answered Simple question on DotNetNuke Module development
Aug
10
comment Sending the current date via ajax to my .net handler, how to pass a safe date?
How did that end up working out for you?
Aug
9
accepted How do I get the portal’s current login URL in DotNetNuke?
Aug
9
comment jquery Polaroid viewer
Clarifying question - do you want the images to have the same behavior, only restricted to one area of the page, instead of the whole entire page?
Aug
9
accepted Developing a DotNetNuke CMS website