Browse by Tags
All Tags »
General Software Development (
RSS)
In JavaScript, all values can be coerced into a Boolean value (i.e. true or false ). Most values will evaluate to true , there are just a handful that will be false . Aside from the literal false value, the number zero ( 0 ), an empty string ( '' ), NaN...
JavaScript is a language steeped in juxtaposition. It was made to “ look like Java ,” yet is dynamic and classless. From this origin, we get the new operator and the this keyword . You are probably used to this referring to the current instance of a class...
A quick diversion from the JavaScript Common Difficulties and Misconceptions series (I have another post queued up, just need to write the sample code), for an issue I just ran into. Created a scheduled task for DNN, but it’s sitting in the scheduler...
I gave my JavaScript language talk at the St. Louis .NET/DotNetNuke User Group last night. I’ve posted the presentation (with some updated, clarified example code) up on slideshare. JavaScript: The Language I woke up this morning thinking through...
Saturday, October 2nd was the Day of DotNetNuke in Chicago . A number of us from Engage attended and spoke . I gave two presentations, which are now available on SlideShare (linked below). I’ve added some notes (be sure to click the...
.csharpcode.embedding-javascript { font-size: small; font-family: consolas, "Courier New", courier, monospace; /*white-space: pre;*/ } pre.csharpcode.embedding-javascript { color: #000; background-color: #fff; } .csharpcode.embedding-javascript pre {...
We just released a major update to our DotNetNuke content rotation module, Engage: Rotator. You can read all about the release on my Engage Software blog .
We just released Engage: Events , and realized that our DNN 4 compatible package might not work exactly as we'd like when used in DNN 5. If you're a DNN module developer, you probably already know that there have been a ton of changes to the module installer...
Also known as "Why Did My Skin Just Change?" and "Why Doesn't NavigateURL work?" When navigating to between controls within your DotNetNuke module, you have many options (and would do well to read Michael Washington's Module Navigation tutorial on the...
Have you heard of our Engage: Employment module for DotNetNuke ? I'm talking about our module for posting job listings on your website and allowing folks to apply for them. We have today released a new version of the module to fix a number of bugs that...
More Posts
Next page »