CornerPixel Blog RSS 2.0

# Monday, May 31, 2010

I am not sure where I have been, or whether or not I have not been paying attention, but I have missed something.

I just got done updating my DotNetNuke website to 5.04, from 5.02, and I was having a bear of a time.  I was using the same old update steps I used for version 4.

Most of the update directions are just fine for version 4, except for one.

The Web.Config file!

In any version above 4.6.2 (that is what I have been told) does not require you to update the web.config file.  Yuppers, you heard me right.  DNN now updates the web.config file for you.

You don’t even have to redo the connection strings.  How do you like that?

This isn’t a long post, but I thought I would pass on the information.  I know many of you are already wondering why I hadn’t figured this out before, and I am not sure either.  Oh well, at least I have the information now.

 

Happy DNN updating!

Monday, May 31, 2010 4:54:18 PM (Pacific Standard Time, UTC-08:00)

#       Comments [2] - Trackback

DotNetNuke

# Friday, January 29, 2010

Today I got an email from Google because I use their Google Apps, and I was surprised, but kind of happy to read the email they sent.  Below is it's contents in entirety. 

NOTE: I have highlighted the interesting parts, or at least some.

Dear Google Apps admin,​

In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology.  This includes faster JavaScript processing and new standards like HTML5.  As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.

We plan to begin phasing out support of these older browsers on the Google Docs suite and the Google Sites editor on March 1, 2010.  After that point, certain functionality within these applications may have higher latency and may not work correctly in these older browsers. Later in 2010, we will start to phase out support for these browsers for Google Mail and Google Calendar.

Google Apps will continue to support Internet Explorer 7.0 and above, Firefox 3.0 and above, Google Chrome 4.0 and above, and Safari 3.0 and above.

Starting next week, users on these older browsers will see a message in Google Docs and the Google Sites editor explaining this change and asking them to upgrade their browser.  We will also alert you again closer to March 1 to remind you of this change.

In 2009, the Google Apps team delivered more than 100 improvements to enhance your product experience.  We are aiming to beat that in 2010 and continue to deliver the best and most innovative collaboration products for businesses.

Thank you for your continued support!

Sincerely,

The Google Apps team

Email preferences: You have received this mandatory email service announcement to update you about important changes to your Google Apps product or account.

Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043

I hope someone else finds this interesting.  If not, no worries, but if you did and have comments, please feel free to post.

Friday, January 29, 2010 10:52:51 PM (Pacific Standard Time, UTC-08:00)

#       Comments [0] - Trackback

Browser - IE General | Web News | Web Standards

# Monday, January 04, 2010

Okay I have a customer who has a .deb file that he wants to link to in his blog, which I have created for him in DotNetNuke.  DotNetNuke is an ASP.NET CMS. (content management system)

When he links to it, the user gets a 404 error, which is not what was wanted, so I needed to figure this out.

My assumption is that I need to add a MIME Type to IIS.  I found the following MIME Type, and it worked.

application/x-deb  

I first looked through several “Common MIME Type” web pages and couldn’t find the .deb extension.  Then I went to Wikipedia just because I wanted to find out more about the debian extension.  Once there I was happy to notice that it gave the “internet Media Type” (MIME Type) on the right hand side of the web page.

So make a note.  If you want to find an uncommon MIME Type, look for the extension on Wikipedia.

Monday, January 04, 2010 10:59:18 AM (Pacific Standard Time, UTC-08:00)

#       Comments [0] - Trackback

IIS | Server Administration

# Sunday, November 29, 2009

I have been designing a site for a customer that is going to rely on having a good looking and functional DNN Core Repository.

I found that creating a template for the repository was pretty simple after I found some online documentation on the DNN Repository.

I found that in the /wwwroot/DesktopModules/Repository/Templates/ directory I could add my own template which will show up under the Repository Skin drop down box.  As shown below.

DotNetNuke Repository dropdown for choosing the template or skin for your repository
As you notice the bottom one is the one I added.

Now the Issue

I was very excited to make my own repository template, but soon found I was getting pesky borders around the tables of the repository in the Safari and Opera browser. 

I tried editing the repository.aspx file, but was uncomfortable doing that because that is going beyond a simple template.

So then I did some experiments with the two browsers having the issues.  (Safari and Opera)  You can see my demo page and how I ended up fixing the issue.  (NOTE: for the demo page to make sense you need to view it in either Safari or Opera)

Basically to fix the issue I ended up using CSS to tell the tables inside the div I use for Content to have no borders.  Below is the CSS. (in the example below the DIV that the tables are in has the class bordernone)

.bordernone table,
.bordernone td,
.bordernone tr,
.bordernone tbody
{
    border: none !important
}

I hope that all makes sense.  Please feel free to email me if you have questions.  You can also make a comment here with a question, or heck, a better way to fix this issue.

Sunday, November 29, 2009 4:07:10 PM (Pacific Standard Time, UTC-08:00)

#       Comments [0] - Trackback

CSS | DotNetNuke | Web Standards

Archive

<July 2010>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567

Email Subscription

Sign up to get the CornerPixel Blog delivered to your email.

About the Author

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Sign In

Statistics

Total Posts: 52
This Year: 3
This Month: 0
This Week: 0
Comments: 28