profile for Macon_Cao at Stack Overflow, Q&A for professional and enthusiast programmers

Umbraco Home

 

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 and web.config

Log in Umbraco

assembly: businessLogic.dll

namespance: umbraco.BusinessLogic

class: Log

log file is in App_Data/Logs/

 

How to Add Umbraco Extension

http://www.nibble.be/?p=60

Umbraco Image Gallery

Data Presentation

<xsl:when test="$size &gt;= 1024"> <xsl:value-of select="format-number($size div 1024,'#,###')"/> <xsl:text>KB</xsl:text> </xsl:when>

 

Template

Use jQuery to load a page with another template

Miscellaneous

Path in asp.net

Javascript functions

string functions

posted on 2012-07-13 17:04  无所畏惧,有所期待  阅读(190)  评论(0编辑  收藏  举报