Search found 140 matches

by hilti
Sun Jul 26, 2009 6:43 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

Try to use Dojo (check the demos). There is a delay on first usage (download javascript: about 130kb) but the system is really responsive. Hi Alessandro, the Dojo Toolkit is really impressive. Although I like fancy AJAX-Stuff, drag & drop and those things I'm a bit aware of these bloated libraries....
by hilti
Sat Jul 25, 2009 9:36 am
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

Just a short notice: Dragonfly version 0.17 is out! Dragonfly 0.17 provides some cool functions for auto-loading modules and custom helpers. Just put them into the specified directories "helpers-active" or "modules-active" and Dragonfly loads them on startup. This way the Dragonfly web framework kee...
by hilti
Fri Jul 17, 2009 9:09 pm
Forum: Whither newLISP?
Topic: Corumullion's story telling parentheses
Replies: 5
Views: 3877

newdep wrote:yeah very smart solution ... nice error handling ;-)
I'm working on it newdep ... ;-)

You now - cormullion is like McGyver. He got some flower soil, a pen and some code and then there's a blogging site :-)
by hilti
Thu Jul 16, 2009 3:03 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

If you made Dragonfly:listener able to accept single queries such as "www.example.com/?teststring", then could I use .htaccess mod_rewrite to redirect URIs of the form "www.example.com/teststring" to "www.example.com/?teststring"? Not quite sure about your 'action' yet... Hi! Using htaccess mod_rew...
by hilti
Wed Jul 15, 2009 7:18 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

WOW! So great to see it working on Your website.

hilti
by hilti
Sat Jul 11, 2009 7:39 am
Forum: newLISP in the real world
Topic: Web Framework
Replies: 5
Views: 2295

Sorry for that bug. My styles came from safari cache, so I didn't notice the problem. I fixed it.

Thanks cormullion for mention it. Your path is correct.

Cheers
hilti
by hilti
Fri Jul 10, 2009 11:24 am
Forum: newLISP in the real world
Topic: Web Framework
Replies: 5
Views: 2295

The "Dragonfly web framework" is my attempt for newLISP.

Here are the links to the blog
http://dragonfly-newlisp.blogspot.com/

and the project on Google Code
http://code.google.com/p/dragonfly-newlisp/

Your feedback is welcome. Have fun!

hilti
by hilti
Thu Jul 09, 2009 4:28 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

I love the speed of newLISP!!!

Check out this picture in my blog post:
http://dragonfly-newlisp.blogspot.com/2 ... wlisp.html
by hilti
Thu Jul 09, 2009 3:04 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

A note: carefully check the name of your framework, since Opera Browser has a debugger called "Dragonfly". See here: http://www.opera.com/dragonfly/ You could have problems from Opera company... since because they are in a similar working area: web... Hi, I think the name "Dragonfly web framework" ...
by hilti
Fri Jun 26, 2009 7:55 pm
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

cormullion, feel free to do so.

I just added a twitter search function including the generation of some nice bubbles.
Here's a screenshot

Image

Oh - rest in peace Michael Jackson!


Dragonfly 0.08 is updated on Google Code.
by hilti
Fri Jun 26, 2009 9:51 am
Forum: Dragonfly
Topic: Dragonfly - a web framework for newLISP
Replies: 74
Views: 55759

Dragonfly - a web framework for newLISP

Hi newLISPER, a week ago I started my project "Dragonfly". Now there's something to show, so it needs his own topic. Currently Dragonfly (version 0.06) includes the following features - generating HTML tables from lists - generate several HTML tags (e.g. image, script, rss) - a sliding panel with de...
by hilti
Mon Jun 22, 2009 7:42 am
Forum: newLISP newS
Topic: A new web-based library for newLISP
Replies: 20
Views: 12185

Dragonfly Version 0.03 is available in Google Code, including a HTML table generator and some small updates to debugging information. See this blog post how it works.

http://dragonfly-newlisp.blogspot.com/2 ... tions.html

What do You think?

Best Regards
Marc
by hilti
Fri Jun 19, 2009 12:06 pm
Forum: newLISP newS
Topic: A new web-based library for newLISP
Replies: 20
Views: 12185

I just opened a blog about the Dragonfly web framework and updated the Roadmap on Google Code. You'll find the blog here http://dragonfly-newlisp.blogspot.com/

And Google Analytics told me, that there were the first visitors :)
by hilti
Wed Jun 17, 2009 8:21 pm
Forum: newLISP newS
Topic: A new web-based library for newLISP
Replies: 20
Views: 12185

Dragonfly

Hi Jeff, I'm very excited about Your library, so I started to write an extension called Dragonfly. It's going to be a small framework for web applications. I'm just learning the way newLISP works and posted my code thoughts into Google Code http://code.google.com/p/dragonfly-newlisp/ But beware: it'...
by hilti
Wed Apr 22, 2009 4:30 pm
Forum: Anything else we might add?
Topic: HOW-TO serve multiple apps with the builtin newLISP -http
Replies: 4
Views: 4154

HOW-TO serve multiple apps with the builtin newLISP -http

Hi Fan Club! This is my day three on newLISP and my first post in this forums. Originally I came from PHP, took a short trip with Rails and discovered newLISP via a short research on the XEROX Star. Yes - the XEROX Star - an old, but so impressive system which runs completely on LISP. I googled abou...