Re: How to save links in the TextField

2010-05-24 Thread nameless
mmm I could use also javascript or css and render the links on client side ? - On 24 Mag, 14:00, Marcus Carlsson wrote: > A better approach would be just saving the link (not using html markup) > and then apply a filter to those links. This result could later on be > cached if performa

Re: How to save links in the TextField

2010-05-24 Thread Marcus Carlsson
A better approach would be just saving the link (not using html markup) and then apply a filter to those links. This result could later on be cached if performance is an issue. If you later on modify the saved links, just remember to empty the cache. On 24 May 04:55, nameless wrote: > mmm 2 textfie

Re: How to save links in the TextField

2010-05-24 Thread nameless
mmm 2 textfields for the same information ? Is this a good approach ? -- On 22 Mag, 20:11, Rolando Espinoza La Fuente wrote: > On Fri, May 21, 2010 at 6:12 PM, nameless wrote: > > > I have a simple Blog model with a TextField. What is the best way to > > save links in the TextField ? >

Re: How to save links in the TextField

2010-05-22 Thread Rolando Espinoza La Fuente
On Fri, May 21, 2010 at 6:12 PM, nameless wrote: > > > I have a simple Blog model with a TextField. What is the best way to > save links in the TextField ? > > 1) Saving link in the database in this form: http://www.example.com > and then using some filter in the template to trasform it in form: >

Re: How to save links in the TextField

2010-05-22 Thread nameless
help please :D On 22 Mag, 00:12, nameless wrote: > I have a simple Blog model with a TextField. What is the best way to > save links in the TextField ? > > 1) Saving link in the database in this form:http://www.example.com > and then using some filter in the template to trasform it in

How to save links in the TextField

2010-05-21 Thread nameless
I have a simple Blog model with a TextField. What is the best way to save links in the TextField ? 1) Saving link in the database in this form: http://www.example.com and then using some filter in the template to trasform it in form: http://www.example.com>http://www.example.com 2) Saving link