profile for Macon_Cao at Stack Overflow, Q&A for professional and enthusiast programmers
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
  2012年7月16日
摘要: Supported by Nova Outsourcing I recently got interested in Microsoft.ApplicationDataBlock.SqlHelper.ExecuteNonQuery as it was mentioned by an Umbraco developer in my team. I find the method allows pro... 阅读全文
posted @ 2012-07-16 23:21 无所畏惧,有所期待 阅读(1193) 评论(0) 推荐(0) 编辑
  2012年7月13日
摘要: The content below are gathered from the internet accompanied with my experience. I will appreciate if you have any feedbacks. Enjoy your Umbraco journey. How to Debug Setting trace in default.aspx a... 阅读全文
posted @ 2012-07-13 17:04 无所畏惧,有所期待 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Supported by Nova Outsourcing Many Umbraco developers will run into the situation to get all the attributes returned by the GetMedia method. Here we go with a complete example to get all attributes re... 阅读全文
posted @ 2012-07-13 16:28 无所畏惧,有所期待 阅读(543) 评论(0) 推荐(0) 编辑
  2012年7月10日
摘要: Supported by Nova OutsourcingYou can debug DNN module in DNN site either in IIS or in Visual Studio development environment. I personally prefer to debug in Visual Studio environment as it make me feel all the stuffs are placed in the same box. It is also convenient if you want to look into some asc 阅读全文
posted @ 2012-07-10 17:01 无所畏惧,有所期待 阅读(993) 评论(1) 推荐(2) 编辑
  2012年6月27日
摘要: Supported by Nova Outsourcing Before writing the article, I have thought it a while that if it is necessary to share the way of building DotNetNuke Module in Normal Asp.net Application. This case may... 阅读全文
posted @ 2012-06-27 12:12 无所畏惧,有所期待 阅读(1124) 评论(0) 推荐(1) 编辑
  2012年6月18日
摘要: 关键字: Eval Bind 强类型数据绑定 类似的其它选择 在开发实践中,数据绑定能够最大限度的提高代码产出和代码质量。因此有必要整理一下数据绑定的方法及其相关注意事项。数据绑定分为单向和双向,大家可能已经猜到,单项的数据绑定一般用于数据展示;而双向的数据绑定除了展示数据,还要将界面数据的变动自动写回到绑定的数据源中。 Eval 单向数据绑定,将数据源中的数据展现到界面上。当我们提及数... 阅读全文
posted @ 2012-06-18 23:46 无所畏惧,有所期待 阅读(2729) 评论(5) 推荐(1) 编辑
  2012年5月29日
摘要: JMP3 is the best candidate to play mp3 audio files on the page. Here we go the files for JMP3. JMP3 plugin (jquery.jmp3.js)JQuery (jquery-1.7.2.min.js)Flash player (singlemp3player.swf) Configuration Copy jquery.jmp3.js, juqery.*.js, singlemp3player.swf to scripts folder or some other folder you lik 阅读全文
posted @ 2012-05-29 16:15 无所畏惧,有所期待 阅读(1912) 评论(0) 推荐(0) 编辑
  2012年4月22日
摘要: Umbraco is the most powerful and flexible CMS I have ever seen so far. I just write this essay to demonstrate how to develop an Umbraco DataType for the folks who have basic Asp.net development knowle... 阅读全文
posted @ 2012-04-22 18:30 无所畏惧,有所期待 阅读(1297) 评论(0) 推荐(0) 编辑
  2012年4月4日
摘要: Recommended tools Visual Studio Express FoxeVisual StudioIt provides intelligence prompt for the xsl key words to facilitate the work on the xsl.FoxeIt provides a tree-nodes like view on the xml document to facilitate the navigation on the umbraco.config cache file.Template CodesWith the help ... 阅读全文
posted @ 2012-04-04 23:43 无所畏惧,有所期待 阅读(566) 评论(0) 推荐(0) 编辑
  2012年4月1日
摘要: DataType plays important role in Umbraco if you dedicate to extend the power of Umbraco. For simplicity, the dependencies for DataType goes as following. From the skeleton like diagram above, we can easily think about how can DataType work essentially. The ISqlHelper tells us the way that Umbraco s. 阅读全文
posted @ 2012-04-01 23:32 无所畏惧,有所期待 阅读(883) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页