Difference between revisions of "User:Juanjose"

From AOLserver Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
E-mail: [mailto:juanjose@simpleoption.com]<br/>
 
E-mail: [mailto:juanjose@simpleoption.com]<br/>
  
More info: [http://www.sandii.org/juan]
+
[http://juanjose.simpleoption.com/ Business blog]<br/>
 +
[http://www.sandii.org/juan/ More information about me]
 +
 
 +
 
 +
== Experience with AOLServer ==
 +
 
 +
I have used AOLServer on top of FreeBSD to design an online shop ( [http://www.simpleoption.com Simple Option] ). Basically it's a site that interacts with a database, using the great AOLServer database access API. Also, I use many other modules as nssession to track users.
 +
 
 +
Also, the text visit logs are processed, and logged into a database, where later are processed via AOLServer + GdTclFt to create graphs, and give many other statistics of the usage.
 +
 
 +
The advantages of AOLServer for this kind of project is the easyness of programming, since TCL is an excellent language if you want to work with strings (that is, HTML), and AOLServer lets you have easy and efficient access to databases. This combination lets you focusing in the real problem, and not in the pure technical side of it.

Revision as of 13:53, 5 September 2007

Quick Contact info

Name: Juan José del Río
Company: Simple Option
Telephone: +34 616 512 340
E-mail: [1]

Business blog
More information about me


Experience with AOLServer

I have used AOLServer on top of FreeBSD to design an online shop ( Simple Option ). Basically it's a site that interacts with a database, using the great AOLServer database access API. Also, I use many other modules as nssession to track users.

Also, the text visit logs are processed, and logged into a database, where later are processed via AOLServer + GdTclFt to create graphs, and give many other statistics of the usage.

The advantages of AOLServer for this kind of project is the easyness of programming, since TCL is an excellent language if you want to work with strings (that is, HTML), and AOLServer lets you have easy and efficient access to databases. This combination lets you focusing in the real problem, and not in the pure technical side of it.