Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-26 Thread Giuseppe
I agree. Are you interested in helping us in the documentation? So far, we are only three or four people documenting. I can try. Very nice. I can help you in this task, explaining about all Brook features. Great. Good questions, system is win8 64b, dll from SQLite

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-26 Thread silvioprog
2014-02-26 6:42 GMT-03:00 Giuseppe glpu...@gmail.com: [...] I'm 98% sure problem was a sqlite3.dll 32bits, where a sqlite3.dll 64 was needed. A simple app didn't worked either. Now I'm with Brook 3 and demos comes with postgres connection. What must be used in params to use firebird instead

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-25 Thread Giuseppe
El 24/02/2014 20:46, silvioprog escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com mailto:glpu...@gmail.com: [...] Well, mainly my web development projects are based on corporative websites or eCommerce, not custom-made implementations. Here a CMS is the best option.

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-25 Thread silvioprog
2014-02-25 13:32 GMT-03:00 Giuseppe glpu...@gmail.com: El 24/02/2014 20:46, silvioprog escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com: [...] Well, mainly my web development projects are based on corporative websites or eCommerce, not custom-made implementations. Here a

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-25 Thread Giuseppe
El 25/02/2014, a las 19:14, silvioprog silviop...@gmail.com escribió: 2014-02-25 13:32 GMT-03:00 Giuseppe glpu...@gmail.com: El 24/02/2014 20:46, silvioprog escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com: [...] Well, mainly my web development projects are based on

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-25 Thread silvioprog
2014-02-25 15:38 GMT-03:00 Giuseppe glpu...@gmail.com: El 25/02/2014, a las 19:14, silvioprog silviop...@gmail.com escribió: 2014-02-25 13:32 GMT-03:00 Giuseppe glpu...@gmail.com: El 24/02/2014 20:46, silvioprog escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com: [...]

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-24 Thread silvioprog
2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com: [...] Well, mainly my web development projects are based on corporative websites or eCommerce, not custom-made implementations. Here a CMS is the best option. Now I want to build a Web App. Are different kind of projects :P With Brook

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-24 Thread Giuseppe
I know, but first I Have to fight against Brook and my laptop, don't want to works lol Enviado desde mi iPad /Giuseppe El 24/02/2014, a las 20:46, silvioprog silviop...@gmail.com escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe glpu...@gmail.com: [...] Well, mainly my web development

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-23 Thread Giuseppe
El 22/02/2014 23:02, silvioprog escribió: 2014-02-22 15:11 GMT-03:00 Giuseppe Luigi glpu...@gmail.com mailto:glpu...@gmail.com: Sorry for late reply, too busy :( What approach you follow to build your sites? Jtemplate? Use brook just as restful server? I use it according the

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-22 Thread Giuseppe Luigi
Sorry for late reply, too busy :( What approach you follow to build your sites? Jtemplate? Use brook just as restful server? Im still just trying to figure on my mind how to deploy my idea to Brook development. My web development skills are mainly based working over CMS Regards. --

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-22 Thread silvioprog
2014-02-22 15:11 GMT-03:00 Giuseppe Luigi glpu...@gmail.com: Sorry for late reply, too busy :( What approach you follow to build your sites? Jtemplate? Use brook just as restful server? I use it according the project. In several projects, I use only GET/POST, JTemplate and HTML. But there

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-22 Thread silvioprog
Oops... :D 2014-02-22 19:02 GMT-03:00 silvioprog silviop...@gmail.com: [...] procedure TMyAction.Post; begin Entity.Validate; // Yes, my own validation! Write('ID: %d, Name: %s', [Entity.Id, Entity.Name]); // Yes, I'm reusing my object! Entity.Save; // I love it, my validation using

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-22 Thread leledumbo
I see you already have your own persistence framework. Is it fully functional already? What backends are supported? Do you use another abstract framework (like SQLdb) to achive it? -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-22 Thread silvioprog
2014-02-22 23:29 GMT-03:00 leledumbo leledumbo_c...@yahoo.co.id: I see you already have your own persistence framework. Is it fully functional already? What backends are supported? Do you use another abstract framework (like SQLdb) to achive it? Yes. It is a junction of the old Brook

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-08 Thread leledumbo
You used Brook in the construction of this site? Not me, it's him. I haven't done any publicly accessible web app with Brook yet. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web-Development-only-tp4035589p4035722.html Sent from

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-08 Thread silvioprog
2014-02-08 15:01 GMT-02:00 leledumbo leledumbo_c...@yahoo.co.id: You used Brook in the construction of this site? Not me, it's him. I haven't done any publicly accessible web app with Brook yet. Hm... but he used Brook? -- Silvio Clécio My public projects - github.com/silvioprog --

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-08 Thread leledumbo
Hm... but he used Brook? One thing for sure he uses fcl-web, but no idea whether he uses it directly or through Brook. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web-Development-only-tp4035589p4035724.html Sent from the Free

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-07 Thread Lukasz Sokol
On 07/02/14 04:08, silvioprog wrote: 2014-02-06 14:10 GMT-02:00 leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id: Hehe... Thanks buddy! Please see Bootstrap project. :) http://getbootstrap.com Yep, I already use that along with jQuery. They do help

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-07 Thread Felipe Monteiro de Carvalho
On Fri, Feb 7, 2014 at 4:06 AM, Lukasz Sokol el.es...@gmail.com wrote: Their linked site looks all Dutch^WRomanian to me ;) A bit far =) Their linked side is in Indonesian. -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-07 Thread leledumbo
The second link at the bottom is his name, he's one of Pascal evangelist in Indonesia. We're running roadshows about Modern Pascal across Indonesia. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web-Development-only-tp4035589p4035719

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-06 Thread Michael Schnell
On 02/05/2014 11:57 AM, Michael Schnell wrote: by an xxx- WidgetType / xxx = one of ExtJS, JQuery, qooxdoo or dojo (or whatever the hype is these days). :-) By this, the application programmer would be enabled to switch between the hype of the day java script tools by clicking a setting in

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-06 Thread luiz americo pereira camara
2014-02-04 14:42 GMT-03:00 glpu...@gmail.com: Hi all, and I would like to know your opinion if it's worth to develop web applications using server side with Brook (for example), and HTML5 and JS for client side, against other options like Java, PHP, Python. For some times i'm working in

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-06 Thread leledumbo
in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web-Development-only-tp4035589p4035684.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-06 Thread silvioprog
2014-02-06 14:10 GMT-02:00 leledumbo leledumbo_c...@yahoo.co.id: Hehe... Thanks buddy! Please see Bootstrap project. :) http://getbootstrap.com Yep, I already use that along with jQuery. They do help covering my bad design. I really have no sense in good looking one, all I care is

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread glpunzi
And there are some advantage using fcl-web instead Brook? Or just was your requeriments? Regards. Enviado desde Surface Pro De: Michael Van Canneyt Enviado el: ‎miércoles‎, ‎5‎ de ‎febrero‎ de ‎2014 ‎8‎:‎58 Para: lazarus@lists.lazarus.freepascal.org On Tue, 4 Feb 2014,

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Michael Van Canneyt
On Wed, 5 Feb 2014, glpu...@gmail.com wrote: And there are some advantage using fcl-web instead Brook? Or just was your requeriments? 1. To my knowledge, Brook is built on top of fcl-web, so there is no 'instead' ? 2. Brook didn't exist at the time, it is a very young framework. I built

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread leledumbo
-for-Web-Development-only-tp4035589p4035602.html Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Michael Schnell
On 02/05/2014 08:58 AM, Michael Van Canneyt wrote: I have succesfully developed such (big) projects in Lazarus: Server side is Lazarus (more specific: fcl-web and the webdata/json-rpc modules) Client side is ExtJS - but JQuery, qooxdoo or dojo (or whatever the hype is these days) would work

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread glpunzi
The best of the best could be WebControls, a widgeset thath translate widgets to some JS library, to design WYSIWYG … I think could be an ambitious project, but time is time. Form - Page. Grid - AlloyUI datatable http://alloyui.com/tutorials/datatable/ and so on.. IIRC Raudus do same

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
2014-02-04 glpu...@gmail.com: Hi all, I would like to do a “simple poll” to know your opinion. I developed a lot of Delphi in the past, and I like it very much. Some weeks ago I returned to Delphi from an outsourcing, and worked under Delphi 6, and remembered how I loved Object Pascal.

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
2014-02-05 Michael Van Canneyt mich...@freepascal.org: On Wed, 5 Feb 2014, glpu...@gmail.com wrote: And there are some advantage using fcl-web instead Brook? Or just was your requeriments? 1. To my knowledge, Brook is built on top of fcl-web, so there is no 'instead' ? 2. Brook didn't

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
2014-02-05 Michael Schnell mschn...@lumino.de: On 02/05/2014 08:58 AM, Michael Van Canneyt wrote: I have succesfully developed such (big) projects in Lazarus: Server side is Lazarus (more specific: fcl-web and the webdata/json-rpc modules) Client side is ExtJS - but JQuery, qooxdoo or dojo

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Michael Van Canneyt
On Wed, 5 Feb 2014, silvioprog wrote: 2014-02-05 Michael Schnell mschn...@lumino.de: On 02/05/2014 08:58 AM, Michael Van Canneyt wrote: I have succesfully developed such (big) projects in Lazarus: Server side is Lazarus (more specific: fcl-web and the

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread glpunzi
Very nice looking screens Silvio, congrats. Enviado desde Surface Pro De: silvioprog Enviado el: ‎miércoles‎, ‎5‎ de ‎febrero‎ de ‎2014 ‎15‎:‎33 Para: lazarus@lists.lazarus.freepascal.org 2014-02-04 glpu...@gmail.com: Hi all, I would like to do a “simple poll” to know

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Michael Van Canneyt
On Wed, 5 Feb 2014, silvioprog wrote: 2014-02-05 Michael Van Canneyt mich...@freepascal.org: On Wed, 5 Feb 2014, glpu...@gmail.com wrote: And there are some advantage using fcl-web instead Brook? Or just was your requeriments? 1. To my knowledge, Brook is built on top of

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
2014-02-05 glpu...@gmail.com: The best of the best could be WebControls, a widgeset thath translate widgets to some JS library, to design WYSIWYG ... I think could be an ambitious project, but time is time. Form - Page. Grid - AlloyUI datatable http://alloyui.com/tutorials/datatable/ and

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread leledumbo
://imagebin.org/291101, http://imagebin.org/291102); Nice screenies, Silvio *gosh, I wish I have a design sense that is as good as my coding sense* -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Lazarus-FPC-for-Web-Development-only-tp4035589p4035636.html Sent from

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Giuseppe
No idea :D I builded web sites over CMS but main web development was with other RaD tool (java and dojo) for web development. I'm still trying to investigate good practices to develop web under FPC, and to reuse code for desktop apps too, with OOP I suppose. My Delphi development background

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Sven Barth
Am 05.02.2014 15:52, schrieb Michael Van Canneyt: There is any advantage to convert JS to Pascal and vice versa, because you would be doing the work that the browser already does. These conversions always end up decreasing performance, and let the programmer prisioneiro to a particular widget.

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
Guys, I saw this thread in: http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085622.html And I noticed that I'm not getting all messages. I have some problem or lock in my account list? :( -- Silvio Clécio My public projects - github.com/silvioprog --

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Frederic Da Vitoria
2014-02-05 silvioprog silviop...@gmail.com: Guys, I saw this thread in: http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085622.html And I noticed that I'm not getting all messages. I have some problem or lock in my account list? :( Strange things keep happening in

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
Copied from the link http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085665.html: Sure. I didn't mean to say that it's not usable, just that at the time when I looked for something (some years ago), it was simply not yet available. But, and please do not take this wrong, I

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
2014-02-05 silvioprog silvioprog at gmail.com http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus: * Guys, I saw this thread in: ** http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085622.html

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread silvioprog
Copied from: http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085669.html * 1 - http://buscadobairro.com.br http://buscadobairro.com.br/ (under construction, and is a very basic *site because I did it with low cost to my client, see the login form

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Mattias Gaertner
On Wed, 5 Feb 2014 17:52:23 +0100 Frederic Da Vitoria davito...@gmail.com wrote: 2014-02-05 silvioprog silviop...@gmail.com: [...] Strange things keep happening in this list, mostly answers which arrive minutes or even hours before the question :-) This happens for me less than every 100th

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Frederic Da Vitoria
2014-02-05 Mattias Gaertner nc-gaert...@netcologne.de: On Wed, 5 Feb 2014 17:52:23 +0100 Frederic Da Vitoria davito...@gmail.com wrote: 2014-02-05 silvioprog silviop...@gmail.com: [...] Strange things keep happening in this list, mostly answers which arrive minutes or even hours before

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Michael Van Canneyt
On Wed, 5 Feb 2014, silvioprog wrote: Yes yes. Currently, Brook can offer you an excellent way for you to route your actions. Please, see this link: https://dl.dropboxusercontent.com/u/135304375/brookframework/doc/BrookAction.TBrookAction.html#Register Now, Brook also offers facility for a

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-05 Thread Giuseppe Luigi Punzi
, February 5, 2014 5:46 PM To: Lazarus mailing list Subject: Re: [Lazarus] Lazarus/FPC for Web Development only Guys, I saw this thread in: http://lists.lazarus.freepascal.org/pipermail/lazarus/2014-February/085622.html And I noticed that I'm not getting all messages. I have some problem

[Lazarus] Lazarus/FPC for Web Development only

2014-02-04 Thread glpunzi
Hi all, I would like to do a “simple poll” to know your opinion. I developed a lot of Delphi in the past, and I like it very much. Some weeks ago I returned to Delphi from an outsourcing, and worked under Delphi 6, and remembered how I loved Object Pascal. I’m on a position where we have

Re: [Lazarus] Lazarus/FPC for Web Development only

2014-02-04 Thread Michael Van Canneyt
On Tue, 4 Feb 2014, glpu...@gmail.com wrote: Hi all, I would like to do a “simple poll” to know your opinion. I developed a lot of Delphi in the past, and I like it very much. Some weeks ago I returned to Delphi from an outsourcing, and worked under Delphi 6, and remembered how I loved