|
|
Editing .SqlDataProvider scripts within Visual Studio |
|
Brian Dukes
|
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...
|
|
|
|
|
|
What Blogs Do You Read? |
|
Ian Robinson
|
By Ian Robinson on
2/7/2008
|
|
|
|
Earlier today I created a list of blogs, podcasts, and web sites that are of interest to me as a developer. This are the sites I keep tabs on so I can stay up on the latest and keep learning. Some of them I frequent more regularly than others...
|
 |
|
Comments (0)
|
More...
|
|
|
Engage: Locator 1.1 Released!!! |
|
John Eimer
|
By John Eimer on
2/7/2008
|
|
|
|
We have released a major update for Engage: Locator. In version 1.1, we have added a few new features to make using the module to display your locations even better.
The most notable change is the ability to configure the default display for the module. There are a new module settings that allow you to configure the default module display. You can choose to display all of your locations or to display the search option by default. When displaying all of your locations, you can also choose if the map mashup is displayed as well.
Other enhancements will be seen when editing a location. One feature allows you enhance your location details. You can utilize the text editor to insert images, links or format each location's details. We have also given you the ...
|
 |
|
Comments (0)
|
More...
|
|
|
Engage: Publish site featured in DNN Newsletter |
|
Chris Hammond
|
By Chris Hammond on
2/5/2008 10:59 AM
|
|
|
|
In the first DotNetNuke newsletter from the DotNetNuke Corporation for 2008 the project spotlight showcases a website that is using Engage: Publish for content management. Here's some of the text that was included in the newsletter.
"At the ZoneDiet.com site, visitors can get a wealth of information about the Zone Diet, in additon to being able to order official Zone Products (Omega-3 Concentrates, Food Items, Polyphenols, Supplements, Skin Care Products, Books) through the e-commerce store. "
|
 |
|
Comments (0)
|
More...
|
|
|
Engage: Publish Conversion Writeup |
|
Chris Hammond
|
By Chris Hammond on
2/2/2008 7:01 PM
|
|
|
|
For my personal website I converted from CommunityServer to DotNetNuke, using Engage: Publish as the Blogging platform. I did a pretty lengthy writeup of the conversion process. You can read more about the conversion on the writeup.
|
 |
|
Comments (0)
|
More...
|
|
|
Navigating With Environment Variables |
|
Brian Dukes
|
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...
|
|