Re: Create Django web apps with drag and drop interface builder

2013-03-26 Thread timothy crosley
While I have a horrible microphone, I went ahead and made a screencast that 
shows building an app using WebBot, it's using AppEngine in this example 
but the steps are more or less the same when used with Django:

http://www.youtube.com/watch?v=ucougrZK9wI

On Monday, March 25, 2013 12:40:34 PM UTC-4, timothy crosley wrote:
>
> Hi Gabriel,
>
> Thanks for your response, Do you have an further information on how Servoy 
> is built - or any particular features you think I should take inspiration 
> from?
> I went to there site and tried to download it, and was only able to after 
> creating an account and filling out a survey. Even then I was presented only
> with binaries and a propitiatory licence - so I was unable to browse 
> through the code to see how it was built. And from what I can tell on there 
> site
> they are a web app platform for deploying apps (with a small set of 
> tools) similar to what Google's app engine is and not a collection of open 
> source
> tools that let's you build apps for any of these platforms (including 
> possibly Servoy in the future) like WebBot is.
>
> While I do not personally use Eclipse IDE (I'm more of a Kate guy), a lot 
> of WebBot users do and I am told WebBot works quite nicely in it, one is 
> currently
> building a tutorial on how to integrate the tool which I will upload on my 
> site, and I can ask for a rough draft of to send to you if you are 
> interested.
>
> Thanks for your feedback and for wishing me good luck!
>
> Timothy 
>
> On Monday, March 25, 2013 3:44:49 AM UTC-4, Gabriel - Iulian Dumbrava 
> wrote:
>>
>> Hi Tim,
>>
>> I have not tried webbot yet, but I would also like to make a suggestion. 
>> Take a look on how Servoy is built. It is also kind of a framework to build 
>> database intensive apps both for web and smart client. 
>>
>> They have built it on top of eclipse, so they were able to leverage on 
>> that. 
>>
>> Good luck with your project!!!
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Create Django web apps with drag and drop interface builder

2013-03-25 Thread timothy crosley
Hi Gabriel,

Thanks for your response, Do you have an further information on how Servoy 
is built - or any particular features you think I should take inspiration 
from?
I went to there site and tried to download it, and was only able to after 
creating an account and filling out a survey. Even then I was presented only
with binaries and a propitiatory licence - so I was unable to browse 
through the code to see how it was built. And from what I can tell on there 
site
they are a web app platform for deploying apps (with a small set of 
tools) similar to what Google's app engine is and not a collection of open 
source
tools that let's you build apps for any of these platforms (including 
possibly Servoy in the future) like WebBot is.

While I do not personally use Eclipse IDE (I'm more of a Kate guy), a lot 
of WebBot users do and I am told WebBot works quite nicely in it, one is 
currently
building a tutorial on how to integrate the tool which I will upload on my 
site, and I can ask for a rough draft of to send to you if you are 
interested.

Thanks for your feedback and for wishing me good luck!

Timothy 

On Monday, March 25, 2013 3:44:49 AM UTC-4, Gabriel - Iulian Dumbrava wrote:
>
> Hi Tim,
>
> I have not tried webbot yet, but I would also like to make a suggestion. 
> Take a look on how Servoy is built. It is also kind of a framework to build 
> database intensive apps both for web and smart client. 
>
> They have built it on top of eclipse, so they were able to leverage on 
> that. 
>
> Good luck with your project!!!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Create Django web apps with drag and drop interface builder

2013-03-23 Thread timothy crosley
Thanks for the checking the project out and for the advice! I am hoping to 
add more and more documentation over the next few weeks, in addition to 
possibly some screen casts. I will look into how to best support bootstrap 
(and foundation) within the framework, as your right a lot of people are 
using these now.

Thanks again,

Timothy

On Saturday, March 23, 2013 4:17:54 PM UTC-4, אברהם סרור wrote:
>
> This looks nice but the documentation is lacking yet I hope your projects 
> success (also the desktop GUI builder)
>
> If I may make a suggestion, keep in mind that today people use bootstrap 
> (and foundation <http://foundation.zurb.com/>), the framework could 
> support that. and also it could make it easy to use jquery
>
>
> On Sat, Mar 23, 2013 at 9:51 PM, timothy crosley 
> <timothy...@gmail.com
> > wrote:
>
>> Hi, 
>>
>> For the last few years I have been working on a WebApplication framework 
>> designed to let you build complex web apps using a drag and drop interface 
>> builder
>> and pure python code. I have just now released it to the public and would 
>> really like feedback and opinions. You can see it here:
>>
>> www.webbot.ws
>>
>>
>> These applications can then run on top of Django or AppEngine.
>> I hope other Django users find it useful!
>>
>> Thanks,
>>
>> Timothy
>>  
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com .
>> To post to this group, send email to django...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/django-users?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Create Django web apps with drag and drop interface builder

2013-03-23 Thread timothy crosley
Hi, 

For the last few years I have been working on a WebApplication framework 
designed to let you build complex web apps using a drag and drop interface 
builder
and pure python code. I have just now released it to the public and would 
really like feedback and opinions. You can see it here:

www.webbot.ws


These applications can then run on top of Django or AppEngine.
I hope other Django users find it useful!

Thanks,

Timothy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.