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

相关文章:

  • 2022-12-23
  • 2022-02-23
  • 2022-01-07
  • 2021-08-18
  • 2022-02-01
  • 2021-06-19
  • 2022-02-25
  • 2021-12-08
猜你喜欢
  • 2022-02-23
  • 2021-10-20
  • 2021-06-29
  • 2022-01-05
  • 2021-07-05
  • 2021-05-26
  • 2021-06-06
相关资源
相似解决方案