Home
>
Archive
>
SSW Standards
>
Better Software Suggestions
>
SSW DotNetNuke Suggestions
-
Improve Performance
DotNetNuke has a lot of Admin pages which is slow because they are
doing constant postback. DotNetNuke team would improve the
performance by using client callback such as Ajax. e.g. Langages
admin page
For example, if the page is not doing a postback when you click the
item in the node in Language Admin.
Figure: DotNetNuke Postback.
-
Make XHTML-compliant
DotNetNuke uses upper cases for all html elements. DotNetNuke web
pages uses span tag where div tag is supposted to be used.
DotNetNuke would make all default documents to be XHTML-compliant.
Figure: Make XHTML-compliant