|
|
|
A DotNetNuke CSS Selector Skin Object |
|
|
By Brian Dukes on
4/30/2008 2:38 PM
|
|
|
|
On our DotNetNuke module demo site, we have a little selector (pictured above) in the upper right hand corner that lets you pick how wide you would like the site to appear. This is based on a similar mechanism on the DNN site. Folks have been asking about it, so feel free to register on our site and grab it for yourself (for free).
|
 |
|
Comments (4)
|
More...
|
|
|
Hierarchical checkbox selection with an Infragistics UltraWebGrid |
|
|
By Brian Dukes on
4/15/2008 10:40 AM
|
|
|
|
I was tasked yesterday with adjusting a hierarchical Infragistics WebGrid (2007.2, but I don’t expect that it’s substantially different in any other recent versions) so that when a checkbox was checked in a parent row that the children rows’ checkboxes were also checked. This proved much more difficult than I expected, in part because I overlooked the client-side event that I needed to use. After struggling with trying to figure out what server side or client side event would fire after a checkbox was checked, I finally found the AfterCellUpdate client side event. There were a few other gotchas that cropped up along the way too, so I thought I’d share my final product for anyone else who might want this same behavior.
To wire up the event, you need to set the Display ...
|
 |
|
Comments (1)
|
More...
|
|
|
|
Announcing Engage: Employment 1.3 |
|
|
By Brian Dukes on
2/22/2008 11:01 AM
|
|
|
|
We at Engage Software have just released the latest update to our DotNetNuke Jobs Listing module, Engage: Employment, version 1.3. This is a module you can use on your company's DNN site to list the job openings you have available at your various locations, and accept and sort applications and applicants.
In this version we have made significant enhancements to searching both within the module ...
|
 |
|
Comments (0)
|
More...
|
|
|
Editing .SqlDataProvider scripts within Visual Studio |
|
|
By Brian Dukes on
2/22/2008 11:00 AM
|
|
|
|
I had finally had it. I was no longer accepting the lack of tool support while editing the .SqlDataProvider scripts for DotNetNuke modules. I needed to figure out a way to make Visual Studio treat those files as if they ended with .sql instead of .SqlDataProvider so that it would give me syntax highlighting for my SQL scripts. Finally, I found an article about doing the same sort of thing for Torque files. I don't have any idea what Torque is, but what I found there seemed to do the trick.
...
|
 |
|
Comments (0)
|
More...
|
|
|
|
Navigating With Environment Variables |
|
|
By Brian Dukes on
1/29/2008 2:44 PM
|
|
|
|
As a developer, and specifically as a DotNetNuke developer, there are a number of directories that I have to navigate to regularly. In particular with DotNetNuke, I'm going to C:\inetpub\wwwroot\DotNetNuke\Website\DesktopModules quite a bit. So, instead of having to try to type that in all the time, or navigate through the folder structure, I've defined an environment variable "dm" that is defined as that path to my Desktop Modules folder. I can just type %dm% into an explorer prompt and be there without any hassle. I've also setup a %wwwroot% shortcut, though it gets used much less often. It's a lot like keeping ...
|
 |
|
Comments (0)
|
More...
|
|
|
Engage: Employment 1.2 has been released! |
|
|
By Brian Dukes on
1/9/2008 4:44 PM
|
|
|
|
We have released a major update for Engage: Employment, our DNN job listing module. In version 1.2, we have added a number of new features and fixed all known bugs from version 1.1.
The most exciting new feature for Employment is the addition of Job Groups, which will allow much more customization and flexibility when using the module. You can now assign jobs into job groups, and then set up various modules to display and edit specific job groups. Before now, there was no way to segregate your jobs, every module always showed every job. Now, you can separate jobs between locations or categories, or any way that you want. In addition, you can also assign different security permissions to each module to better control who gets to create and update various job listings on your site.
Once you upgrade, you ...
|
 |
|
Comments (0)
|
More...
|
|