This short example shows how to store HTML in a model’s field, alter it and and show on page as processed HTML code.
Read More »
This short example shows how to store HTML in a model’s field, alter it and and show on page as processed HTML code.
Read More »
Say, you want your Tag model to contain a subtags field that has Tag instances. And you need to make a through table.
I like Excel for the ability to copy the whole column, and HTML tables don’t normally provide that. As a result, tons of time and nerves spent on copying cell by cell, cell by cell…
My friend and colleague (who btw likes HTML tables but in Adobe Dreamweaver graphic mode) needs a lot of data searched and sorted and put in table, but also copyable. Hm…
So, let’s make HTML tables great!
sidenote In my examples, tables are light blue, and cells are pink.

First part of a series of one minute guides. In this episode: signup view for a custom User model with some additional fields.
Read More »