473,385 Members | 1,645 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

html templates

hi!

i am looking for a framework to create a fast dynamic website. between
using Cheetah and HTMLTemplate which would you recommend?
also quixote offers a session management API? how secure is this session
management? is it just a cookie on the client side?

thanks

cheers
ajay

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Jul 18 '05 #1
6 1505
Ajay wrote:
i am looking for a framework to create a fast dynamic website. between
using Cheetah and HTMLTemplate which would you recommend?


I'm using Cheetah for a project, and I love it. I've never tried
HTMLTemplate, though.
Jul 18 '05 #2
Ajay <ab******@mail.usyd.edu.au> wrote:

i am looking for a framework to create a fast dynamic website. between
using Cheetah and HTMLTemplate which would you recommend?
This is such a personal decision. It really depends on what appears to
you.

I like Cheetah's templating language a lot. I use Webware as my web app
server, but I use Cheetah for doing the templates instead of the Webware
PSP.

For a small dynamic site, however, I could learn to like CherryPy as well.
You compile the whole web site along with a simple web server into a single
script.
also quixote offers a session management API? how secure is this session
management? is it just a cookie on the client side?


"Just" a cookie? How would you do session management more securely?
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Jul 18 '05 #3
also quixote offers a session management API? how secure is this

session
management? is it just a cookie on the client side?


"Just" a cookie? How would you do session management more securely?


well what i really meant is whether the data is just kept on the cookie or
is a hash of the data (and some random string) also stored. or do you
store the name of a tmp file on the cookie and the file itself contains
the session data.
i think i'll give cheetah a try

cheers

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Jul 18 '05 #4
Ajay:
i am looking for a framework to create a fast dynamic website. between
using Cheetah and HTMLTemplate which would you recommend?
I've used Cheetah and it's great. I have no experience with HTMLTemplate
though.
also quixote offers a session management API? how secure is this session
management? is it just a cookie on the client side?


Feel lucky:
http://www.google.com/search?q=quixo...ion+management

--
René Pijlman
Jul 18 '05 #5

I tried Cheetah and found it to be a bit slow. Maybe it has too many
features. The template language is great, though.

For speed, I'd recommend mod_python + psyco
Ajay:
i am looking for a framework to create a fast dynamic website. between
using Cheetah and HTMLTemplate which would you recommend?


I've used Cheetah and it's great. I have no experience with HTMLTemplate
though.
also quixote offers a session management API? how secure is this session
management? is it just a cookie on the client side?


Feel lucky:
http://www.google.com/search?q=quixo...ion+management


Jul 18 '05 #6
Pierre-Frédéric Caillaud <pe****@free.fr> wrote:

I tried Cheetah and found it to be a bit slow. Maybe it has too many
features. The template language is great, though.


There is some code in the WebWare wiki that demonstrates how to cache
Cheetah templates, so they only get recompiled when they change. That can
help performance on sites that rarely change.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
Jul 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Hansan | last post by:
Hi all, I hope you have time to help me out a little. My problem is that I want to combine some python code I have made with some html templates, I found a tutorial at dev shed:...
2
by: nanookfan | last post by:
Hi all, I'm having a bizarre problem converting XML files to HTML using an XSLT. The problem is only occuring in my Netscape 7.0 browser. What makes it more bizarre is that it is only...
6
by: Virginia Kirkendall | last post by:
Hi: I'm new with this & need help creating a XSL table that looks like the following: --------------------------------------------------------- | | | | | |...
2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
3
by: Sandros | last post by:
Background: I'm collecting usability statistics for a group of applications. Each count has the following attributes: date, application, major heading, minor heading, count. My intent is to pull...
8
by: Matej Cepl | last post by:
Hello, does anybody have %subj%? I would like to generate some very simple HTML (XHTML?) file from OOImpress, so that I can send it to the friend for review and not bother her with all images,...
4
by: JLP | last post by:
Hello, I have a couple of hundred books in TEI based XML. I want to output html and pdf documents. I started building my own style sheets to do this and I ran into a problem with footnotes. Many...
3
by: mark wade | last post by:
Thanks for your help in advance. Hello, I am just learning HTML and are using HTML-KIT. I am wondering if HTML-Kit has a bunch of templates to choose from to build a website. I see that...
11
by: doulos05 | last post by:
I am working on an xml project that will contain numerous documents which will be edited by about 100-150 non-technical people on a regular basis. Because of this, I am trying to make it as simple...
11
by: David Schwartz | last post by:
I'm processing some xml with xsl stylesheets and, for some reason, I have one stylesheet that does not produce the needed html tags in the output. I can't figure out why this stylesheet would be...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.