Happy Couch-ing. This helps me to find my code in forum. Hope it helps you too 
Other Points Of Interest:

- Convert/Add/Subtract Dates ("from_custom", "return")
- Code: Select all
<cms:date custom_date from_custom='j.n.Y' return='+1 day' format='Y-m-d' />
- Automatic versioning of assets( css/js ) by last modified date
- Code: Select all
<cms:rel src="assets/js/pages/<cms:show k_template_name />.js" last_mod='1' />
- Mod of cms:log to skip filename & message -
- Code: Select all
<cms:log />
- Unlimited Adding of numbers via modded cms:add tag
- Code: Select all
<cms:add '1' '2' '3' '4' />
- Use <cms:abort /> to control ajax response and avoid extra code 'Generated by Couch..'
- Code: Select all
<cms:abort msg="<cms:embed 'ajax-response.html' />" />
- How to Not Output PHP Warning Message
- Pagination in backend among clonable pages in page-view
- CMS:EACH /Splits up a string/ - Fixed count & Added Totals
- Code: Select all
<cms:each var=string startcount='1' ><cms:show k_step /> of <cms:show k_total /></cms:each>
- Calculation of progress of some project
- Code: Select all
<cms:date_progress from=date1 to=date2 boundary=date3 />
- Auto-convert image to base64 Reminder: make this as a new couch tag
- Update total quantity and price of CouchCart, cache enabled - JS/Ajax solution
- Multiple Uploader for Img and Docs Reminder: post 'unlimited file library' solution with curl and another simpler solution for regular templates with securefile editables
- Do not show admin-panel folder in html source for downloads with cloak_url
- Remove extra spaces and new-line characters minification
- Code: Select all
<cms:trim variable />
<cms:trim "<cms:embed 'snippet.html' />" />
- How to add multiple tags/functions to kfunctions.php
- It has only just begun...
Other Points Of Interest:
- How CouchCMS cache works - details
- Delete cookie fix
- to be continued...