Friday, December 02, 2011 by Ian Robinson
Filed under: Tips & Tricks, Module Development, DotNetNuke
DotNetNuke 6.1 introduced a new set of functionality for managing client resources (CSS and JavaScript files).
Here is a quick round up of resources ...
Read more
Thursday, October 06, 2011 by Cuong Dang
Filed under: Tips & Tricks, UI and UX
Since the release of DotNetNuke 6.0, there have been quite a few conversations regarding z-index issues around navigation and the content area within a page.
If you look closely in the overhaul process of DotNetNuke user interface, it's incorporated jQuery UI as the core enhancements in most of the controls.
Image source: Smashing Magazine
The framework also specified the z-index values (in default.css) mostly to control the positioning and calculation of the new module actions menu height a...
Read more
Friday, July 29, 2011 by Cuong Dang
Filed under: Tips & Tricks, Skinning, DotNetNuke
For those of you who are very tedious about front-end performance of websites, you’re probably already familiar with a few techniques to minimize loading resources from the core DotNetNuke framework such as CSS and Javascripts. As long as those files are just for presentation and can be addressed in skin.css or skin.js, this approach helps tremendously with site performance and creates a much better experience for site visitors.
I consider myself to be pretty detail-oriented when it comes...
Read more
Tuesday, March 22, 2011 by Ian Robinson
Filed under: Tips & Tricks, DotNetNuke
Recently, Joe Brinkman posted a quick tip about using local virtual hosts for your DotNetNuke dev installs. The summary is that there are a couple of public domains out there that point to 127.0.0.1 (which means they’ll hit your local IIS). These services Joe mentioned are smackaho.st and lvh.me. The benefit of using a service like this is that you can just assume your local domain will work and you don’t need to edit your machine’s hosts file.
So, after contemplating this for a moment, I thoug...
Read more
Friday, March 18, 2011 by Ian Robinson
Filed under: Tips & Tricks, DotNetNuke
As a community member running a well-established DNN site, I took the opportunity to test out the new DNN 6.0 CTP upgrade package today on a backup I had of dnnGallery. I also used the IIS SEO Toolkit to do some before-upgrade and after-upgrade comparisons on the website so that I could see what kind of impact it had on the website.
Read more
Tuesday, March 15, 2011 by Cuong Dang
Filed under: Tips & Tricks, Skinning, DotNetNuke
We've been messing with more DotNetNuke development in mobile (smart phones and tablets) environment lately and have learned a great deal of knowledge in dealing with devices and OSes.
Recently we found that need to make sure the page is rendering appropriate content and meta viewport when viewed on mobile devices. Ian looked into 40 Fingers Style Helper Skin Object and it allows the ability to add meta to head of the document when building your skin without doing it manually on the page level.
Read more