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

2014-02-26 Thread silvioprog
2014-02-26 6:42 GMT-03:00 Giuseppe : [...] > 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 postgres? > Ch

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 site

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

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

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

2014-02-25 Thread Giuseppe
> El 25/02/2014, a las 19:14, silvioprog escribió: > > 2014-02-25 13:32 GMT-03:00 Giuseppe : >> El 24/02/2014 20:46, silvioprog escribió: >>> 2014-02-23 17:09 GMT-03:00 Giuseppe : >>> [...] Well, mainly my web development projects are based on corporative websites or eCommerce, not

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

2014-02-25 Thread silvioprog
2014-02-25 13:32 GMT-03:00 Giuseppe : > El 24/02/2014 20:46, silvioprog escribió: > > 2014-02-23 17:09 GMT-03:00 Giuseppe : > [...] > >> 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 Giuseppe
El 24/02/2014 20:46, silvioprog escribió: 2014-02-23 17:09 GMT-03:00 Giuseppe >: [...] 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 buil

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 escribió: > > 2014-02-23 17:09 GMT-03:00 Giuseppe : > [...] >> Well, mainly my web development projects are based on corporative web

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

2014-02-24 Thread silvioprog
2014-02-23 17:09 GMT-03:00 Giuseppe : [...] > 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 & JTemplate you

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 >: 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 p

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

2014-02-22 Thread silvioprog
2014-02-22 23:29 GMT-03:00 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? Yes. It is a junction of the old Brook persistence and a stable code

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
Oops... :D 2014-02-22 19:02 GMT-03:00 silvioprog : [...] > 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 OPF (like > htt

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

2014-02-22 Thread silvioprog
2014-02-22 15:11 GMT-03:00 Giuseppe Luigi : > 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 are also projec

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-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 F

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

2014-02-08 Thread silvioprog
2014-02-08 15:01 GMT-02:00 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. 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
> 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.h

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

2014-02-08 Thread silvioprog
2014-02-08 2:15 GMT-02:00 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. You used Brook in the construction of this site? -- Silvio Clécio My public projects - github.com/silvi

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-tp40355

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 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 Lazarus@lists.lazarus.freepascal.or

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 >: > > > Hehe... Thanks buddy! Please see Bootstrap project. :) > http://getbootstrap.com > > Yep, I already use that along with jQuery. They do help covering my bad > d

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

2014-02-06 Thread silvioprog
2014-02-06 14:10 GMT-02:00 leledumbo : > > 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 > simplistic > and straightfor

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

2014-02-06 Thread leledumbo
age 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 Laza

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

2014-02-06 Thread luiz americo pereira camara
2014-02-04 14:42 GMT-03:00 : > 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 a architetu

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 i

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 probl

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 Frederic Da Vitoria
2014-02-05 Mattias Gaertner : > On Wed, 5 Feb 2014 17:52:23 +0100 > Frederic Da Vitoria wrote: > > > 2014-02-05 silvioprog : > >[...] > > Strange things keep happening in this list, mostly answers which arrive > > minutes or even hours before the question :-) > > This happens for me less than eve

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 wrote: > 2014-02-05 silvioprog : >[...] > 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 mail. Check the mail headers. It cont

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 (under >construction, and is a very basic *site because I did it with low cost to my client, see the login form herehttp://imagebin.org/29

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

2014-02-05 Thread silvioprog
2014-02-05 silvioprog 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 *>>* And I n

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 wo

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

2014-02-05 Thread Frederic Da Vitoria
2014-02-05 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? :( > Strange things keep happening in this list, mostl

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 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 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 leledumbo
> see two pics here http://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-

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

2014-02-05 Thread silvioprog
2014-02-05 : > 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.. >

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 : 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 n

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 : Hi all, I would like to do a “simple poll” to know your opinion. I d

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 : 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)

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

2014-02-05 Thread silvioprog
2014-02-05 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 wh

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

2014-02-05 Thread silvioprog
2014-02-05 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 th

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

2014-02-05 Thread silvioprog
2014-02-04 : > 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

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 thin

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 eq

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

2014-02-05 Thread leledumbo
azarus-Lazarus-FPC-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 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 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, glpu...@

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 Obje

[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 t