跟大家一起学习,一起进步 2005 坚强 努力 整洁

导航

文章分类 -  dotnetnuke

1 2 3 下一页

collect articles about dotnetNuke
四大DNN模块开发指南
摘要:这四个DNN模块开发指南各有千秋,我一直使用的是第三种方法。 http://dnn.johndcooper.com/Default.aspx?tabid=55 http://www.dotnetnuke.dk/Default.aspx?tabid=60 http://dnnjungle.vmasanas.net/Default.aspx?tabid=28 http://www.semibra... 阅读全文

posted @ 2005-01-12 09:59 icfarmer 阅读(694) 评论(0) 推荐(0)

DNN中皮肤,容器,皮肤对象简介
摘要:在DNN中,站点的外观、总局全靠皮肤,容器,皮肤对象来改变。而制作皮肤,容器,皮肤对象非常的容易,本文就简单介绍一下这三者的有关知识。 皮肤 皮肤是整个站点的外观布局,它的文件夹位于Portals/_default/skin(这是主机皮肤)中或Portals/0/skin(这是站点皮肤,0为站点标识,如果有多个站点,就会出现1,2...)中,主机皮肤在各个站点中共享,而站点皮肤只能在指定的站点... 阅读全文

posted @ 2005-01-11 23:44 icfarmer 阅读(769) 评论(0) 推荐(0)

DotNetNuke:Skin.vb代码流程分析
摘要:这篇随笔对SKIN.VB的分析可能比较简单,但具体的流程我应该是写出来了,对于它的具体作用还是需要大家自己的分析里面的代码,毕竟我也是自己研究,对一些地方的看法也有或多或少存在错误。 一,获取当前请求的httpcontext的入口设置 Dim_portalSettingsAsPortalSettings=CType(HttpContext... 阅读全文

posted @ 2005-01-11 23:25 icfarmer 阅读(930) 评论(0) 推荐(0)

几个DNN里的技巧
摘要:一,保存密码框中的数字 一般的,当用户登陆的时候填错用户名或密码,IE会自动将密码 框的内容给清空掉,但有没有办法保存下来呢,有,下面是DNN的保存方法,(我以前在论坛里也看见过这贴子,但怎么做的我也忘记了) PrivateSubPage_Load()SubPage_Load(ByValsenderAsSystem.Object,ByValeAsSystem.Ev... 阅读全文

posted @ 2005-01-11 23:22 icfarmer 阅读(514) 评论(0) 推荐(0)

DotNetNuke3.0.8文件管理器的错误及解决方法
摘要:错误描述: 以host登录DNN3.0.8网站,点击“常规任务”上的“文件”图标,会出现如下错误: 错误: 文件管理器 当前无效. DotNetNuke.Services.Exceptions.ModuleLoadException: 未找到路径“F:\My Projects\Asp.NET Source\DotNetNuke\DotNetNuke_3.0.8\DNN3\Porta... 阅读全文

posted @ 2005-01-03 17:37 icfarmer 阅读(553) 评论(0) 推荐(0)

DotNetNuke3.0.8中不能使用中文页面名的问题
摘要:今天下载安装了DotNetNuke3.0.8,总体感觉比以前版本要稳定得多。这个版本被DNN 核心团队称为Release Candidate(RC),也就是所谓“发布版候选人”,相信不久之后的DNN3.0.9就将是最终发布版本了。 不过发现了一个以前3.x版本都没有遇到的小问题,定义页面名称(TableName)的时候,不允许输入中文页面名!查看了一下源文件,发现原来在 "adm... 阅读全文

posted @ 2005-01-03 10:43 icfarmer 阅读(372) 评论(0) 推荐(0)

Exposing a DotNetNuke Module as a Web Service
摘要:This article provides a summary of how to expose existing DotNetNuke modules as a Web service to any consumer. --> Recently... 阅读全文

posted @ 2004-12-28 23:32 icfarmer 阅读(487) 评论(0) 推荐(0)

做模块的过程
摘要:Design a data model to hold the Image list information. Create a DotNetNuke version 2 data access layer (DAL) and SQL script files Make a view control, which is the primary presentation layer Make ... 阅读全文

posted @ 2004-12-28 22:05 icfarmer 阅读(462) 评论(0) 推荐(0)

dnn3.07+cnforum+cnblogs b2 搭建的网站
摘要:使用这个三个作为主程序搭建的网站:) DNN作为网站主框架程序,论坛和博客作为应用程序,数据供主框架调用。 基本上不用任何编辑器,通过网页本身就可以建设网站了。 不说了,来看看就知道了。。 http://www.lawoy.com 法维网 http://blog.lawoy.com 法维网 法律博客 http://bbs.lawoy.com 法维网 法律咨询 阅读全文

posted @ 2004-12-15 20:38 icfarmer 阅读(453) 评论(0) 推荐(0)

DNN 3.0的安装模版 (DotNetNuke.install)
摘要:概要 3.0版本的DotNetNuke使用一个安装模版来控制安装的进程。这个安装模版是一个XML文件,这篇文章将介绍这个模版中的节点和他们的用法。 节点 节点是模版的根节点,其他所有的节点都是它的子节点。总共有8个下级节点: 子节点 提供模版的描述。 子节点 创建数据库模式脚本的名称 (这个脚本必须位于web.config中default Da... 阅读全文

posted @ 2004-12-14 17:59 icfarmer 阅读(441) 评论(0) 推荐(0)

Creating a DotNetNuke Module using notepad -For absolute beginners! (Page 5)
摘要:Package the module: We will... 阅读全文

posted @ 2004-12-11 17:32 icfarmer 阅读(421) 评论(0) 推荐(0)

Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 4) page 3
摘要:Compile the module: .Net ap... 阅读全文

posted @ 2004-12-11 17:27 icfarmer 阅读(352) 评论(0) 推荐(0)

Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 3)
摘要:Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 3) page 2 Changing the module: ... 阅读全文

posted @ 2004-12-11 17:25 icfarmer 阅读(339) 评论(0) 推荐(0)

Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 2)
摘要:Creating a DotNetNuke Module using notepad - For absolute beginners! (Page 2) page 1 Creating the Development environment: ... 阅读全文

posted @ 2004-12-11 17:23 icfarmer 阅读(470) 评论(0) 推荐(0)

Creating a DotNetNuke Module using notepad - For absolute beginners!
摘要:http://adefwebserver.com/DotNetNukeHELP/DNN_Module1/Default.htm DotNetNuke is the fast growing free portal software available here. There are plenty of tutorials on the we... 阅读全文

posted @ 2004-12-11 17:15 icfarmer 阅读(407) 评论(0) 推荐(0)

DotNetNuke (DNN) 2.x Module Architecture, Part III
摘要:In this final article of our module architecture series, we will look at the architecture of the database provider class, and finally creating our distribution and installing o... 阅读全文

posted @ 2004-12-11 17:10 icfarmer 阅读(368) 评论(0) 推荐(0)

DotNetNuke (DNN) 2.x Module Architecture, Part II
摘要:In this second part of a three part series we will cover the Business Logic Layer, and the Data Abstraction Layer of module Architecture of DotNetNuke. ... 阅读全文

posted @ 2004-12-11 17:08 icfarmer 阅读(599) 评论(0) 推荐(0)

DotNetNuke (DNN) 2.x Module Architecture, Part I
摘要:In this article we go over the architecture of a DNN 2.x module, specifically the Survey module example included within the DotNetNuke distribution. In part one, we cover setti... 阅读全文

posted @ 2004-12-11 17:06 icfarmer 阅读(318) 评论(0) 推荐(0)

Exposing a DotNetNuke Module as a Web Service
摘要:This article provides a summary of how to expose existing DotNetNuke modules as a Web service to any consumer. --> Recently... 阅读全文

posted @ 2004-12-11 17:00 icfarmer 阅读(213) 评论(0) 推荐(0)

到底怎样安装/初始化/个性化DotNetNuke(DNN)?
摘要:DotNetNuke中国官方网站DNNChina上有《DotNetNuke 3.0.4 安装指南》一文,我在这里以3.0.7为蓝本稍做详细点的说明,2.x雷同: 1、下载:首先下载最新版本的DotNetNuke3.0.7- http://prdownloads.sourceforge.net/dnn/DotNetNuke_3.0.7.zip?download; 2、创建数据库:在MS SQ... 阅读全文

posted @ 2004-12-11 16:02 icfarmer 阅读(289) 评论(0) 推荐(0)

1 2 3 下一页