[web2py] reg:DAL and google datastore

2010-10-27 Thread bally boy
Hi, While DAL is wonderful considering the easy semantics and wonderful portability across all databases. However while working with google datastore , I find it much more productive and flexible to use google's API rather than DAL.Can this be done?

[web2py] Pinging the gae dummy url(_ah/queue/default) to keep the app fresh in cache

2010-10-18 Thread bally boy
Hi I remember having read it somewhere, on how to do this, just seem to have lost the link. Can someone point me to the link please.

Re: [web2py] Re: Did anybody notice oracle bought Sun?

2010-10-11 Thread bally boy
You might probably want to read this too.. just came across this link:- http://stuff.techwhack.com/9840-oracle-high-mysql-pricing and this:- http://www.theregister.co.uk/2010/10/08/oracle_jacking_up_mysql_prices/ On Mon, Oct 11, 2010 at 2

Re: [web2py] spree clone

2010-10-05 Thread bally boy
Hi Albert! In fact Massimo had created a shopping cart which can be modified in the best possible manner to create something like this. In fact I had created a small cart along these lines. But there is definitely some small things remaining. Should be able to finish it and upload it by EOD today i

Re: [web2py] Re: Suggestion needed!

2010-09-28 Thread bally boy
Thanks all of you! On Tue, Sep 28, 2010 at 9:49 PM, Jason Brower wrote: > On 09/28/2010 05:19 PM, b vivek wrote: > > I know it is too much to ask, but could somebody suggest where do I start > digging in. I really want to know the internals properly. Well Massimo, if > you have to suggest a stu

Re: [web2py] facebook apps

2010-09-27 Thread bally boy
gt; you can look and even copy! ;-) > > mic > > 2010/9/27 bally boy : > > Hi has anyone here created any facebook apps using web2py.. would love to > > have a look! > > ( and well if anyone has ever documented anything.. that would be a > treat!) > > >

Re: [web2py] Re: welcome app normalize hack ie and html5 ready

2010-09-27 Thread bally boy
This new flash definitely looks cool Martin! On Tue, Sep 28, 2010 at 1:06 AM, Martin.Mulone wrote: > fixed. > > you can test in css_test at the bottom i put multiple. You have to > reload the page to see the changes because of caching. > > http://web2pytesting.appspot.com/welcome/default/test_css

[web2py] facebook apps

2010-09-27 Thread bally boy
Hi has anyone here created any facebook apps using web2py.. would love to have a look! ( and well if anyone has ever documented anything.. that would be a treat!)

Re: [web2py] web2py online book

2010-09-23 Thread bally boy
You can buy it from Lulu.. Believe me it would be worth buying, though I have not bought it yet http://www.lulu.com/product/paperback/web2py-(3rd-edition)/12199578 On Thu, Sep 23, 2010 at 9:46 PM, weiertzw wrote: > do you have web2py offline book? sometimes i don't have time to online > so maybe

Re: [web2py] Running web2py in cheap shared hosts

2010-09-22 Thread bally boy
But Massimo, cant one just compile and install python 2.5 or 2.6 on it rather than relying on virtual env. I had once tried installing pylons on Dreamhost and had to do the same. It was a shared host as well. http://vivek40.blogspot.com/2010/07/pylons-on-dreamhost.html

Re: [web2py] Re: I need someone's eyes on this!

2010-09-21 Thread bally boy
cur (look at the comments): > > http://www.danieltome.com/blog/2008/01/17/mysql-errno-150/ > > Anyway. This do not solve your problem. Try give the category > reference a default=0 and/or ondelete="NO ACTION" attribute. Does it > solve the problem? > > Massi

Re: [web2py] Re: I need someone's eyes on this!

2010-09-21 Thread bally boy
I am able to link product table to the order_item table but am not able to do the same with product and categories table!... I dont understand that! On Tue, Sep 21, 2010 at 6:07 PM, mdipierro wrote: > this is not a web2py error. OperationalError is a database error. I do >

[web2py] I need someone's eyes on this!

2010-09-21 Thread bally boy
Ok so this is a little tweaked code of the estore which Massimo posted. The original one works fine, but here I am just adding a table categories :- db.define_table('categories', Field('category',requires=IS_NOT_IN_DB(db,'categories.category')),format='%(category)s') db.define_table('product',

Re: [web2py] Re: StackExchange for web2py community

2010-09-18 Thread bally boy
or newbie it gives the _impression_ that > web2py requires the desperate self promotion of its creator to > succeed. I've since learned that is certainly not the case, but only > after I joined this mailing list. Massimo deserves better support > outside the gated walls of this g

[web2py] plugin_google_checkout

2010-09-18 Thread bally boy
Hi Just came across "plugin_google_checkout" in the mailing list. Want to know if this works!

Re: [web2py] Re: StackExchange for web2py community

2010-09-17 Thread bally boy
And yeah on second thoughts about what Michael said, while it can be argued that sheer exclusivity, might stunt the growth of web2py(which even I was thinking), I guess there are other ways to spread the word too... On Sat, Sep 18, 2010 at 10:24 AM, bally boy wrote: > I am with Massimo on

Re: [web2py] Re: StackExchange for web2py community

2010-09-17 Thread bally boy
I am with Massimo on one thing, not to scatter information all around.As a platform although both Stack Overflow and Stack exchange are great and better than google mailing lists but it does invite a lot of uninvited guests who actually know nothing. For eg: - let us say someone puts up a post ask

[web2py] trying to understand plugin_wiki

2010-09-17 Thread bally boy
Hi I am just trying to get into terms with plugin_wiki. 1. Am using the tagging widget and see that all tags are stored in two tables:-plugin_wiki_tag and the related info in plugin_wiki_links.. Now as of now I am concerned with plugin_wiki_links. 2. I am using plugin_wiki_links to tag my blogs a

[web2py] Hi guys.. reg:plugin_wiki select/read

2010-09-17 Thread bally boy
I am using plugin_wiki which looks awesome.Looks like you guys are soon going to get us developers out of jobs and send us to school to learn CSS/Javascript etc. Ok anyway so this is what I wanted to ask. I am at this url:- http://127.0.0.1/myapp/plugin_wiki/page_edit/tag/1 Now I am want to do som

Re: [web2py] Re: I once was asked to report things like this...

2010-09-14 Thread bally boy
Massimo > > > On Sep 14, 9:11 am, bally boy wrote: > > And yeah Massimo, that definitely is an interesting history.. I guess his > > comments are the reason I started looking at web2py .. > > mitsuhiko-->(Armin-the creator flask)!.. But yes I like flask too, though

Re: [web2py] Re: I once was asked to report things like this...

2010-09-14 Thread bally boy
I posted too!:-) On Tue, Sep 14, 2010 at 7:51 PM, weheh wrote: > Nice Reddit post, Bruno. I also posted my support.

Re: [web2py] Re: I once was asked to report things like this...

2010-09-14 Thread bally boy
And yeah Massimo, that definitely is an interesting history.. I guess his comments are the reason I started looking at web2py .. mitsuhiko-->(Armin-the creator flask)!.. But yes I like flask too, though web2py definitely makes a developer many times more productive. :-) On Tue, Sep 14, 2010 a

Re: [web2py] Re: web2py 1.84.1 is out

2010-09-13 Thread bally boy
Thanks Jonathan! On Tue, Sep 14, 2010 at 1:11 AM, Jonathan Lundell wrote: > On Sep 13, 2010, at 12:33 PM, bally boy wrote: > > Could someone be kind enough to point me to the posts relating to these > changes in the new release:- > > > improved OpenID (thanks Michele) > &

Re: [web2py] Re: happy programmer's day everybody

2010-09-13 Thread bally boy
Happy programmers day ! :-) On Mon, Sep 13, 2010 at 8:18 PM, Martin.Mulone wrote: > happy programmer's day to all > > On Sep 13, 9:15 am, mdipierro wrote: > > http://en.wikipedia.org/wiki/Programmers%27_Day >

Re: [web2py] Re: web2py 1.84.1 is out

2010-09-13 Thread bally boy
tures are still undocumented, expect of posts on > this list. Sorry. > > On Sep 13, 2:15 pm, bally boy wrote: > > Would there be any change in docs too that have to be looked at ! > > > > On Tue, Sep 14, 2010 at 12:42 AM, mdipierro > wrote: > > > I think versi

Re: [web2py] Re: web2py 1.84.1 is out

2010-09-13 Thread bally boy
lity to change the {{...}} escape > sequence in templates. > > > On Sep 13, 2:08 pm, bally boy wrote: > > Thanks and great job Massimo! I hope you know how much we all really > > appreciate all your efforts... > > > > On Tue, Sep 14, 2010 at 12:34 AM, mdipierro > w

Re: [web2py] web2py 1.84.1 is out

2010-09-13 Thread bally boy
Thanks and great job Massimo! I hope you know how much we all really appreciate all your efforts... On Tue, Sep 14, 2010 at 12:34 AM, mdipierro wrote: > > flash now stays put in the top right corner > > improved behavior for URL and T objects > > new app level logging with logging.conf (thanks J

[web2py] A search tool using web2py

2010-09-11 Thread bally boy
I was just contemplating on this idea to develop some sort of app which could crawl through the various social networking sites, look at the comments ppl have posted on various things rangin from music to songs to products to movies , and then categorize them into individual sections and grade eac

Re: [web2py] Re: intercepting SQLFORM delete

2010-09-09 Thread bally boy
Ya that is true.. Have been following the mailing list closely and will definitely agree with you..Massimo is amazing. In fact "Massimo is to web2py what Guido is to python"... wow that does sound good! :-) On Fri, Sep 10, 2010 at 9:58 AM, Richard wrote: > Wow so fast. Massimo you are amazi

Re: [web2py] Re: Thank You Massimo and all others

2010-09-05 Thread bally boy
> "there was Massimo standing alone holding the flag" > haha, glad you tried it out anyway. > > I was also surprised how productive web2py is and yet how much > criticism it gets. > > > http://blog.sitescraper.net/2010/06/web2py-flexible-python-web-framework.htm

Re: [web2py] RESTful URLs

2010-09-03 Thread bally boy
Thanks Jonathan! On Sat, Sep 4, 2010 at 10:18 AM, Jonathan Lundell wrote: > On Sep 3, 2010, at 9:28 PM, bally boy wrote: > > Hi is there a way to generate RESTful URLS. Let me explain:- > 1. I have an app called 'app' > 2. a controller called 'cont' > 3. a

[web2py] RESTful URLs

2010-09-03 Thread bally boy
Hi is there a way to generate RESTful URLS. Let me explain:- 1. I have an app called 'app' 2. a controller called 'cont' 3. a function called 'func' Instead of being called by the url http://.../app/cont/func Can it be called like http://../func directly.. I am sure that it can be done ... just th

Re: [web2py] Re: Thank You Massimo and all others

2010-09-03 Thread bally boy
gt; On 09/03/2010 01:15 PM, mdipierro wrote: > > > > > Thanks you in the name of everybody here. Help us spread the voice. > > > The more users the better web2py will become. > > > > > On Sep 3, 2:22 pm, bally boy wrote: > > > > >> Hi g

[web2py] Thank You Massimo and all others

2010-09-03 Thread bally boy
Hi guys.. I have been working across plenty of frameworks, from django, to pylons to turbogears and more recently to flask. And yes each one of them is beautiful and has that feel of awesomeness in their own way. All these days while comparing frameworks I used to come across web2py but then there