Contents tagged with ASP.Net AJAX
-
New free DotNetNuke 7.0 Skin
With the pending release of DotNetNuke 7, scheduled for this week, I updated my free DotNetNuke (DNN) skin, MultiFunction v1.3. This latest release requires DotNetNuke 7, it shouldn’t install on an earlier version of DNN.
-
Can anyone do anything about the spam here on weblogs.asp.net?
If there anyone out there who can do something about the spam here on weblogs.asp.net? Perhaps we could get some new software here that we could use to blog with? The old software barely works in Chrome (I can't see the rich text editor at this point), and lately the notification emails for Comments (which are mostly spam anyways) are pointing to http://weblogs.aspnet05.orcsweb.com which tries to get you to login with https://weblogs.aspnet05.orcsweb.com/ Anyone still maintaining this place?
-
Using dnnModal.show in your modules and content
One thing that was added in
DotNetNuke 6 but
hasn’t been covered in great detail is a method called
dnnModal.show. Calling this method is fairly straight
forward depending on your need, but before we get into
how to call/use the method, let’s talk about what it
does first.
-
Using jQuery in your content to add some flare to your DotNetNuke website
With all of the changes to DotNetNuke 6, a lot can be lost in the fact that you actually maintain the content of your website, and while the maintenance UI has changed, the content that you present is still up to you. A CMS can only do so much for displaying you content, if you want to do some fancy things, branch out of your standard HTML.
-
Using JQuery to set create a flexible 3 column layout with Divs
This evening I was working on creating a Full Width skin for http://www.sccaforums.com/, the current skin is at a fixed width, which doesn’t work very well for an active Forum when you have a browser with a high resolution. (The site runs on DotNetNuke, so this post will feature examples for DotNetNuke, but the code is applicable to any HTML pages)
-
Are you going to OpenForce 08? Show it off!
Like last year there are now Conference Badges available for both OpenForce 08 Conferences, Europe and Las Vegas. If you're attending and want to tell people that, check out the individual pages for each conference to get the badges. I am fortunate enough to be able to attend both conferences this year, after attending Las Vegas last year.
-
DotNetNuke 4.8.2 Released!
DotNetNuke 4.8.2 released today available for download from www.DotNetNuke.com
-
DNN 4.X development in Windows Vista, issues with ASP.NET Ajax
While working on the Engage: Publish module's latest round of enhancements I started having problems working with my development machine at home. The machine here is a Vista Ultimate machine that I've blogged about getting configured in the past. The issue I had been stumbling over for a few weeks, though only researched solutions last night, had to do with ASP.NET Ajax. DNN ships with an older version of the System.Web.Extensions DLL. Which appears to work fine on my machine at work (in which I probably also had the AJAX framework installed). At home though on Vista whenever I tried to go to one of my test pages that had Publish installed I would get an error about the Scriptmanager must come before the Updatepanel control.
-
Engage: Publish 4.2 Released for consumption!
Last week we were able to release the long awaited new release of Engage: Publish with all new bells and whistles.
-
ASP.NET AJAX Beta 2 - Getting your old Atlas-based AutoCompleteExtender controls to work under Beta 2 using VB.Net by Chad Hobson
My good buddy Chad Hobson has created his first meaningful technical blog post to help the masses. He had some issues when upgrading to Asp.Net Ajax Beta 2 for his AutoCompleteExtender controls and took the time to create a helpful post on how to make those controls work.