摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
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 阅读全文
摘要:
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... 阅读全文
摘要:
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 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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. 阅读全文