[web2py] Re: Web2py and Sencha (Extjs)

2011-02-10 Thread mikech
Thanks for bringing that to my attention. Have you used it with web2py?

[web2py] Re: Web2py and Sencha (Extjs)

2011-02-10 Thread mikech
Sadly only on Apple at the moment

[web2py] Web2py and Sencha (Extjs)

2011-02-09 Thread mikech
Has anyone looked at the recent Extjs developements or Sencha Touch? I'm nowhere ready to do this, but would it be fairly simple to make use of this library. It seems to have a very complete set of business type widgets. Is anyone using it? Mike

Re: [web2py] Re: Getting started

2011-02-06 Thread mikech
http://web2pyslices.com/main/default/index

[web2py] [OT] Stylus - a symplified syntax for CSS

2011-02-02 Thread mikech
It begins to look more and more like Python: http://learnboost.github.com/stylus/

[web2py] Kudos for web2py!

2011-02-01 Thread mikech
This was unexpected! I was reading thru a blog post on how wonderful Seaside - a Smalltalk web framework was, and lo and behold the author says about half way down: = Now it’s time for a confession: the fastest-to-develop in, most prototype-friendly framework that I’ve had the pleasure to

[web2py] Re: Kudos for web2py!

2011-02-01 Thread mikech
Ok a link would be useful: http://smalltalkzen.wordpress.com/2011/02/01/a-secret-passion-and-your-choice-of-web-framework/

[web2py] [OT] - Programming Contest

2011-01-31 Thread mikech
Are you a web developer?Win over *$40,000* in cash and prizes Have you been developing custom solutions for the web? pick your best feature, module or UI component that can be packaged and re-used and publish it on Binpress http://www.binpress.com/. *Binpress* is a marketplace for source-code,

[web2py] Re: [OT] - Programming Contest

2011-01-31 Thread mikech
I also noticed that there seems to be a growing number of sites that sell .js solutions. This one above and http://codecanyon.net/

[web2py] Re: Learning materials for newbie

2011-01-28 Thread mikech
I've also found it pretty useful recently to run the web2py app from source in a good ide, in my case WingIDE which I have a 10 day trial on, and step thru the program using the debugger.

Re: [web2py] Re: T-Shirts web2py

2011-01-27 Thread mikech
+1 Zazzle is another alternative. I don't know if you've ordered t-shirts from Cafe Express, but I did some time ago, and they seemed very lightweight. Don't know if Zazzle is any better. Here is a comparison: http://www.squidoo.com/cafepress_alternative

Re: [web2py] Re: Shell controllers views

2011-01-22 Thread mikech
From a beginners standpoint, both in Python and web2py, it might be useful to use the shell to see the results from the controllers and views. Wrapping it in some easy to launch form would also be helpful. I've tried using the above code in the shell but with little success. Maybe this would

[web2py] Re: Use the source, Luca

2011-01-19 Thread mikech
This would be a great contribution.

[web2py] xmlrpc book sample question

2011-01-18 Thread mikech
When I run the sample I'm getting: Traceback (most recent call last): File pyshell#4, line 2, in module print item.created_on, item.title AttributeError: 'dict' object has no attribute 'created_on' Here is the code: import xmlrpclib server = xmlrpclib.ServerProxy(

[web2py] [Offtopic] Generate a mockup from existing web page

2011-01-10 Thread mikech
Interesting blog entry on the Foreui mockup tool blog about a service that is free for now which generated either Balsamiq or Foreui meta file from an existing web page. The author tried it on the front page of Linkedin with some success. I tried it on the front page of Dzone with quite a bit

Re: [web2py] ADVOCACY: every single other Python program ever written uses imports?

2011-01-06 Thread mikech
That conversation is over my head in a lot of ways. Despite my time on this list I'm a rank beginner in Python and Web2py. I've never been confused about the lack of imports in some programs, or the source of db.xxx vs. dict(), but then I'm reading the book :) I can't imagine anyone using

[web2py] Re: Not open source yet... but

2011-01-04 Thread mikech
I cross posted a thread onto the Tornado Group since I thought this application might be of interest to the readers there. Here is the link: https://groups.google.com/d/topic/python-tornado/MmaQBUx4tyg/discussion. I hope that the discussion here promotes some interest in that group as well.

[web2py] Re: Not open source yet... but

2010-12-29 Thread mikech
Very Impressive! On Dec 27, 10:55 pm, mdipierro mdipie...@cs.depaul.edu wrote: http://vimeo.com/18232653

[web2py] Re: Web2Py Foundation?

2010-12-29 Thread mikech
Perhaps try the Software Conservance again? I see that they recently accepted PyPy and Git On Dec 28, 9:28 am, mdipierro mdipie...@cs.depaul.edu wrote: A foundation is a corporation and, believe it or not, in US a corporation is a person:  

[web2py] Re: CASE statements in DAL?

2010-12-29 Thread mikech
Cool On Dec 29, 8:56 am, mdipierro mdipie...@cs.depaul.edu wrote: You should be able to doL from gluon.dal import Expression db(query).select(Expression(CASE WHEN 1=1 THEN 0 ELSE 1 END)); Nut I never tried. On Dec 29, 8:37 am, Harkirat harkira...@gmail.com wrote: Hi All !          

[web2py] FYI - Google Refine - transforms messy data

2010-11-11 Thread mikech
Just in case you didn't see this impressive piece of software, here is the link: http://code.google.com/p/google-refine/ The videos are well worth watching, and the app is a desktop program so you don't have to share your data. In the 2nd video he demonstrates how to turn a wiki list into a table

[web2py] Step 6 of new app confusion

2010-11-06 Thread mikech
The message for step six is: Info Almost done. Click on the button above to create your new app. Once done you will be able to edit it as any normal web2py app. But there are no buttons just links

[web2py] Re: Step 6 of new app confusion

2010-11-06 Thread mikech
I see on a subsequent walkthru of the wizard that some clarification may be necessary. It appears that step 6 repeats twice. The first time I'm presented with: Generate Model: Generate Controller: Generate Views: Generate Menu: Apply Layout: Erase Database: Populate Database: and the submit

[web2py] Re: \sample markmin app

2010-11-04 Thread mikech
++ DZoned it! On Nov 4, 6:09 am, mdipierro mdipie...@cs.depaul.edu wrote: http://www.web2py.com/markmin

[web2py] Interesting Python(ish) to Javascript

2010-09-16 Thread mikech
http://jashkenas.github.com/coffee-script/#top

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

2010-09-14 Thread mikech
Thanks for the clarification on the: magical imports and hackish eval. Seems clear to me, a beginner. On Sep 14, 7:58 am, mdipierro mdipie...@cs.depaul.edu wrote: Please understand I did not suggest or invite people to post although it is good that people share their experiences. I also

[web2py] A CSS to plain English interpreter in Python

2010-09-13 Thread mikech
I'm in the process of learning CSS and I thought this might interest others. http://gallery.theopalgroup.com/selectoracle/

[web2py] Re: suggestions for web2py website

2010-08-16 Thread mikech
I will also donate On Aug 16, 5:26 am, Tom Atkins minkto...@gmail.com wrote: Forgot to say - a good aspect of the charlesproxy site design is the documentation - lots of information and subheadings but clean navigation. The excellent web2py book is nearly in this structure.  If the design /

[web2py] Python and ZK

2010-08-06 Thread mikech
I haven't used this framework, but it seems very complete and even has a visual composer for forms. They've placed some recent tutorials for Python (Jython) up here: http://docs.zkoss.org/wiki/Python_With_ZK Still not very extensive, but interesting. Mike

[web2py] Re: doc2py - php.net like python module documentation

2010-08-05 Thread mikech
Works on mine but the section headings are very light. On Aug 5, 9:47 am, mdipierro mdipie...@cs.depaul.edu wrote: seems to crash my browser. :-( On Aug 5, 9:36 am, selecta gr...@delarue-berlin.de wrote: here is a online test version where you can also browse the gluon source

[web2py] Re: Web2py Application Exhibition -- Winners!

2010-08-04 Thread mikech
That is a good looking app! On Aug 3, 12:01 pm, NetAdmin mr.netad...@gmail.com wrote: Hello All, The winners of the Web2py Application Exhibition have been e-mailed, and I'm waiting for their replies before posting the results.  Mr.NetAdmin

[web2py] Re: fun with metaclasses

2010-07-30 Thread mikech
Very nice - Dzoned http://www.dzone.com/links/r/web2py_and_metaclasses.html Mike On Jul 30, 7:35 am, mdipierro mdipie...@cs.depaul.edu wrote: http://gluonframework.wordpress.com/2010/07/30/web2py-and-metaclasses/

[web2py] Upvote Dzone link to new web2py version vimeo video

2010-07-27 Thread mikech
http://www.dzone.com/links/what_is_going_on_with_web2py_video_outlineing_new.html Sorry about the mispelling, but I couldn't find a way to correct it

[web2py] Re: The one video you should watch

2010-07-20 Thread mikech
Massimo: I want to DZone this. Is there a web page outlining the new features? On Jul 20, 7:22 am, mdipierro mdipie...@cs.depaul.edu wrote: If you have not followed closes the latest developments, you should watch this video: http://www.vimeo.com/13485916

[web2py] New Django version 1.2

2010-05-17 Thread mikech
http://docs.djangoproject.com/en/dev/releases/1.2/

[web2py] Support Pycharm support for Web2py

2010-05-17 Thread mikech
http://www.jetbrains.net/devnet/message/5263114#5263114

[web2py] Re: New Python IDE for Windows/Mac/Linux

2010-04-02 Thread mikech
know what is an ide. however it looks good. by the way, i'm also developing a web development ide (http://www.mengu.net/post/a-new-web-development-ide) so i hate competition. :D On 2 Nisan, 02:38, mikech mp.ch...@gmail.com wrote: Pycharm:http://www.jetbrains.com/pycharm/index.html

[web2py] New Python IDE for Windows/Mac/Linux

2010-04-01 Thread mikech
Pycharm: http://www.jetbrains.com/pycharm/index.html -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com.

[web2py] Re: Rocket - windows binary issues

2010-03-15 Thread mikech
Nope, not here. On Mar 15, 9:20 am, mdipierro mdipie...@cs.depaul.edu wrote: Due to my lack of familiarity with Windows and my refusal to spend time on it I am running into a problem. I cannot build the web2py binary including ssl 1.15 in order to use rocket. A simple solution would be to

[web2py] Re: web2py HL7 certification

2010-03-09 Thread mikech
I'm attempting to log-in to this. It's telling me that my login in is invalid. I just registered today, and haven't received an email confirming the login info. Mike On Mar 9, 7:04 am, dbb asefa.deb...@gmail.com wrote: To Web2pyers: Massimo has posted a new speedier web2pyHL7, the goal is

[web2py] Re: web2py HL7 certification

2010-03-09 Thread mikech
Never mind got it. On Mar 9, 3:33 pm, mikech mp.ch...@gmail.com wrote: I'm attempting to log-in to this.  It's telling me that my login in is invalid.  I just registered today, and haven't received an email confirming the login info. Mike On Mar 9, 7:04 am, dbb asefa.deb...@gmail.com wrote

[web2py] Re: announcement

2010-03-08 Thread mikech
Congratulations! Will you be writing anything about th ecreation of this app? -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to

[web2py] Zencoding in IE8

2010-03-02 Thread mikech
The Zencoding extensions don't seem to be working in IE8. I tested the install using Chrome and it extended the h tag just fine. -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To

[web2py] Re: Zencoding in IE8

2010-03-02 Thread mikech
Also working in Opera On Mar 2, 10:05 am, mikech mp.ch...@gmail.com wrote: The Zencoding extensions don't seem to be working in IE8.  I tested the install using Chrome and it extended the h tag just fine. -- You received this message because you are subscribed to the Google Groups web2py

[web2py] Re: they are copying us....

2010-02-16 Thread mikech
To quote a saying: Imitation is the sincerest form of flattery. On Feb 16, 6:48 am, mdipierro mdipie...@cs.depaul.edu wrote: sorry was a joke and I did not mean it in a negative ways. I meant to indicate that if before we were taking inspirations from them now thay are taking inspirations from

[web2py] Re: powered by drupal?

2010-02-08 Thread mikech
Seriously? On Feb 8, 1:47 pm, ma...@rockiger.com rocki...@googlemail.com wrote: From the web2py marketing department: Using anything different than web2py is a no go. Practice what you preach. Otherwise you are not credible On Feb 5, 5:21 am, Anand Vaidya anandvaidya...@gmail.com wrote:

[web2py] Re: web2py rocks!

2010-02-03 Thread mikech
Orange is such a nice color :) On Feb 2, 8:08 pm, johntynan jgty...@gmail.com wrote: Thanks!  Here is some additional information: http://opensourcebroadcasting.blogspot.com/2010/02/introducing-pledge... Also, between us here on the web2py group, here is the link to create an account and

[web2py] Yet another Windows Editor

2010-02-02 Thread mikech
http://www.sublimetext.com/. T he author uses Python for his extension language: If you’re building an application, then your users will get much more out of it if you given them a plugin API. For Sublime Text, I settled on Python as the extension language. In fact, I think you’d be mad to choose

[web2py] Re: web2py rocks!

2010-02-02 Thread mikech
Congratulations! Any chance that you'll have some version that we can see screenshots of? -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to

[web2py] Location of Submit button on pg. 55 of book

2010-01-18 Thread mikech
When I enter the code on pg. 55: 1 def first(): 2 form = FORM(INPUT(_name='visitor_name', requires=IS_NOT_EMPTY()), 3 INPUT(_type='submit')) 4 if form.accepts(request.vars, session): 5 session.visitor_name = form.vars.visitor_name 6 redirect(URL(r=request, f='second')) 7 return dict(form=form)

[web2py] Re: Anybody going to PyCon?

2010-01-16 Thread mikech
Well, maybe next year. Massimo, do try again. On Jan 16, 4:30 pm, John Heenan johnmhee...@gmail.com wrote: On Jan 16, 5:33 pm, mdipierro mdipie...@cs.depaul.edu wrote: Back to PyCon. Rejecting all web2py talks for 3 years in a row is not a fluke. We do have more users that some of the

[web2py] Re: Anybody going to PyCon?

2010-01-15 Thread mikech
will not go because 5 minutes of air time does not justify the costs. Moreover I have a conference in India the week after where I am giving a talk and I had to make a choice. Massimo On Jan 15, 12:32 am, mikech mp.ch...@gmail.com wrote: Wow very Django heavy.  That's

[web2py] Re: Anybody going to PyCon?

2010-01-14 Thread mikech
Do they ever give reasons for the talks being rejected? Just curious. On Jan 14, 9:28 pm, mdipierro mdipie...@cs.depaul.edu wrote: I doubt I will be able to attend but I do not know yet for sure. Massimo On Jan 14, 11:08 pm, Anand Vaidya anandvaidya...@gmail.com wrote: Hi All, PyCon

[web2py] Re: Anybody going to PyCon?

2010-01-14 Thread mikech
Wow very Django heavy. That's disappointing. On Jan 14, 10:27 pm, mikech mp.ch...@gmail.com wrote: Do they ever give reasons for the talks being rejected?  Just curious. On Jan 14, 9:28 pm, mdipierro mdipie...@cs.depaul.edu wrote: I doubt I will be able to attend but I do not know yet

[web2py] Unladen Swallow: Python 3’s Best Feature.

2010-01-08 Thread mikech
PEP due out soon proposing rolling Unladen Swallow into Python 3 http://jessenoller.com/2010/01/06/unladen-swallow-python-3s-best-feature/ -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

[web2py:38333] Wysiwig editor problems

2010-01-04 Thread mikech
Version 1.74.4 (2009-12-23 10:12:11) in IE8 insists on putting displaying signs with the lt; gl; - sort of confusing, though it shows ok later. -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

[web2py:38086] New Windows Python IDE

2009-12-30 Thread mikech
http://pfaide.com/ -- You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this

[web2py:37816] Re: Happy Holidays

2009-12-24 Thread mikech
Yes, Happy Holidays - and have a good New Year! On Dec 24, 10:31 am, Thadeus Burgess thade...@thadeusb.com wrote: Happy Holidays! Start thinking about your new years resolution lists! -Thadeus On Thu, Dec 24, 2009 at 11:41 AM, Pynthon Pynthon forumx...@gmail.com wrote: Happy holidays!

[web2py:35285] Re: jpolite 2

2009-11-13 Thread mikech
Bump? On Nov 6, 2:28 pm, mikech mp.ch...@gmail.com wrote: Yes, it does look good! On Nov 6, 5:25 am, murray3 ch...@murraypost.net wrote: Has a web2py adaptaion been produced yet? Just interested, asjpolite v1 was good but this new version seems improved. thanks chrism

[web2py:34994] 2 year moratorium on python syntax changes

2009-11-09 Thread mikech
http://python.org/dev/peps/pep-3003/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to

[web2py:34995] Re: Join web2py wave

2009-11-09 Thread mikech
Invite please? On Nov 7, 4:00 pm, Thadeus Burgess thade...@thadeusb.com wrote: I think we should all start a public web2py wave! :) -Thadeus On Sat, Nov 7, 2009 at 3:54 PM, mdipierro mdipie...@cs.depaul.edu wrote: I have account. I just have not figured out what I am supposed to do

[web2py:34503] Re: T4 - where?

2009-11-03 Thread mikech
There is also a Tortoise client for bzr http://bazaar-vcs.org/TortoiseBzr On Nov 3, 11:32 am, Wes James compte...@gmail.com wrote: I asked the question then ended up installing bzr stuff and did get T4 to test. thx, -wes On Tue, Nov 3, 2009 at 10:12 AM, Yarko Tymciurak

[web2py:34401] Re: T4

2009-11-02 Thread mikech
Is there a write-up of the goals of T4? On Nov 2, 9:32 am, CJSteel chris.st...@gmail.com wrote: A, Thank you for that! Chris On Nov 2, 9:06 am, Júlio Monteiro jmonte...@gmail.com wrote: Hello there, I published dupoxy's patch on my branch, to allow all strings to have a

[web2py:32803] FYI: Ext JS Designer Preview

2009-10-13 Thread mikech
Looks interesting: http://www.extjs.com/blog/2009/10/08/ext-js-designer-preview/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To

[web2py:32142] Re: congratulations to our friends in Brazil!

2009-10-02 Thread mikech
Yes, congratulations - let's see summer in Rio or summer in Chicago :) On Oct 2, 8:05 pm, Álvaro Justen [Turicas] alvarojus...@gmail.com wrote: On Fri, Oct 2, 2009 at 14:34, mdipierro mdipie...@cs.depaul.edu wrote: http://www.google.com/hostednews/ap/article/ALeqM5izzuJeYaNdQE3RQW3n5... You

[web2py:/] Re: Web2py is a good choice for this project?

2009-09-21 Thread mikech
Bump, does no one have an answer for this fellow? Seems like a good choice to me. On Sep 17, 7:40 am, Pha li...@pha.com.br wrote: I will start a new project with the following specifications: Server: Windows Server 2003 Web Server: IIS 6.0 Database: SQL Server 2000 It will be accessed

[web2py:31024] Web2py Blurb

2009-09-14 Thread mikech
http://www.w3avenue.com/2009/09/04/web2py-enterprise-web-framework/ voted up on Dzone --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com

[web2py:30627] Dzone posting Coding Django polls tutorial in web2py

2009-09-10 Thread mikech
http://www.dzone.com/links/coding_django_polls_tutorial_in_web2py.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe

[web2py:30536] Another Web2py blog entry

2009-09-09 Thread mikech
A First shot at web2py: http://www.jjude.com/2009/03/08/a-first-shot-at-web2py/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To

[web2py:30061] New Web2py Blog entry

2009-09-04 Thread mikech
http://giantflyingsaucer.com/blog/?p=811 Also shown on Dzone, I voted it up. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To

[web2py:29838] [OT] Balsamiq Markups Napkee

2009-09-01 Thread mikech
I thought that this might be of interest to those of you who are challenged design wise. Balsamiq mockups http://www.balsamiq.com/ is a cool wireframing package that allows you to sketch out your web pages. That in itself is cool, but then along comes Napkee http://www.napkee.com/index.php

[web2py:29530] Re: web2py book, 2nd Ed

2009-08-27 Thread mikech
Bought it On Aug 26, 2:34 am, mdipierro mdipie...@cs.depaul.edu wrote: The new web2py book is available on lulu.com      http://www.lulu.com/content/e-book/web2py/4968879 Lots of new stuff with100 more pages (341 pages in total). Covers Auth, Crud, Services, interaction with Pyjamas,

[web2py:28169] web2py ajax spreadsheet

2009-08-07 Thread mikech
New video on vimeo by mdpierro http://www.vimeo.com/5432441. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this

[web2py:27451] Pygowave

2009-07-27 Thread mikech
Here's an interesting project implementing Google's Wave Server (due later this year) in Python and Django. http://code.google.com/p/pygowave-server/ Sort of killer app that might look nice in Web2py. --~--~-~--~~~---~--~~ You received this message because you

[web2py:27197] Re: Anyone in Southern Calif

2009-07-22 Thread mikech
I will wait another week to see if anyone answers here before pursuing this. I can't do it because I'm a novice in all of the important areas. On Jul 21, 6:42 am, mdipierro mdipie...@cs.depaul.edu wrote: I am sure you'll find some volunteers. If anybody needs copy of my slides let me know.

[web2py:26996] Anyone in Southern Calif

2009-07-20 Thread mikech
And a member of Socal Piggies (So. Cal. Python Users Group)? They're looking for presenters at the August meeting. Maybe an opportunity to show off Web2py? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:26997] Re: Anyone in Southern Calif

2009-07-20 Thread mikech
I should mention that their wiki is at: http://socal-piggies.org/scp/FrontPage On Jul 20, 4:28 pm, mikech mp.ch...@gmail.com wrote: And a member of Socal Piggies (So. Cal. Python Users Group)?  They're looking for presenters at the August meeting.  Maybe an opportunity to show off Web2py

[web2py:26515] Re: Version 1.65.3 (2009-07-12 17:32:25) for Windows: download corrupt?

2009-07-14 Thread mikech
I've had similiar problems, even with this download. But trying it again usually resolved the issue. One thing that I haven't been able to resolve is that unzipping the archive into my web2py directory doesn't seem to update the installation. I'm forced to unzip the individual w2p files to get

[web2py:25845] Re: new chapters for the book CRUD and AUTH

2009-07-06 Thread mikech
I look forward to this new edition. Mike On Jul 6, 6:20 pm, net mr.shank...@gmail.com wrote: This is just in time! I'm starting to add AUTH functions to the app I'm working on so I'll read both chapters and provide feedback. Sterling On Jul 6, 7:09 pm, Massimo Di Pierro

[web2py:24057] Re: My little blog post about web2py...

2009-06-12 Thread mikech
Nice. Anyone else writing about web2py? On Jun 12, 8:29 pm, Jason Brower encomp...@gmail.com wrote: I am really excited about the jython compatibility.  This opens a huge possibility for me at work.  They only use Java tools, but we are using Jython because it's way faster. Let's see if I

[web2py:23745] Re: check out my newly built web2py app if you want

2009-06-09 Thread mikech
It seems I created two new decks without hitting the submit button by just navigating away from the page. Also would be nice to be able to delete them. Mike On Jun 9, 9:12 am, Iceberg iceb...@21cn.com wrote: I promise Matt is surely right about the font issue. :-) And one more defect,

[web2py:23073] Icon anyone

2009-06-01 Thread mikech
Anyone have a nice looking Web2py icon? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send

[web2py:23079] Re: Icon anyone

2009-06-01 Thread mikech
I see some .png's in the files, but .ico's for windows. On Jun 1, 3:17 pm, Yarko Tymciurak yark...@gmail.com wrote: Have you looked at recent files onhttp://groups.google.com/group/web2py? On Mon, Jun 1, 2009 at 5:02 PM, mikech mp.ch...@gmail.com wrote: Anyone have a nice looking Web2py

[web2py:22596] Version reports a 1.62.3 (2009-05-19 23:25:03) as newest version

2009-05-24 Thread mikech
But the windows version installs as (2009-05-19 23:24:39). I've downloaded the newest zip from the site and deleted the root directory. The version still shows as needing an update, how do I fix this? Mike --~--~-~--~~~---~--~~ You received this message because

[web2py:22406] Re: Most complex app in Web2Py yet?

2009-05-22 Thread mikech
I'd be interested to see a list of components you chose to build these with. For instance which UI did you use? Mike On May 21, 4:42 pm, JorgeRpo jorgeh...@gmail.com wrote: Hello I'd like to know about really complex apps made with web2py so far.. Anyone care to share experiences? Could

[web2py:22420] Re: web2py vs. asp/.net -- help with comparison

2009-05-22 Thread mikech
Maybe I'm missing the point, but it seems to me that the advantage of web2py is that you get to use Python. On May 22, 10:27 am, mdipierro mdipie...@cs.depaul.edu wrote: I think this off topic. I would not recommend anybody to run web2py with IronPython and IIS. I think the original question

[web2py:22438] Web2py - AlterEgo Website suggestion

2009-05-22 Thread mikech
I am a little confused by the navigation between Alterego and the Web2py site. When I've landed on AlterEgo after finding a Google reference to Web2py and Pyjamas, and then I hit home to see what other interesting articles are on AlterEgo I end up on the Web2py homepage with no visible path back

[web2py:22439] Re: Web2py - AlterEgo Website suggestion

2009-05-22 Thread mikech
Ok, I think I get it now. Alterego is Web2py's alter-ego. So it is a parallel set of pages to the Web2py site? Still it would be nice if there were a link on the main site. On May 22, 3:16 pm, mikech mp.ch...@gmail.com wrote: I am a little confused by the navigation between Alterego

[web2py:22227] Re: jPolite solved (almost) all our problems

2009-05-20 Thread mikech
Thanks Alvaro. On May 19, 9:03 pm, Álvaro Justen [Turicas] alvarojus...@gmail.com wrote: On Wed, May 20, 2009 at 1:00 AM, Michael Chean mp.ch...@gmail.com wrote: This is what I see: Ok, your web2py is updated but your admin app isn't. Please remove applications/admin/* and uncompress

[web2py:22246] Shoes for Python

2009-05-20 Thread mikech
Is anyone aware of a Python implementation of Ruby Shoes http://shoooes.net/ a small gui for Ruby? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To post to this group, send email to

[web2py:22177] Re: jPolite solved (almost) all our problems

2009-05-19 Thread mikech
How do I unzip the w2p file on Windows for this app? Mike On May 19, 12:06 pm, mdipierro mdipie...@cs.depaul.edu wrote: I turned jpolite into a web2py app. https://www.web2py.com/jpolite (there is a download link to the w2p file, requires web2py 1.62.1) The form submission needs more

[web2py:22189] Re: jPolite solved (almost) all our problems

2009-05-19 Thread mikech
with the downloaded version and not the one compiled from the latest source. Perhaps this accounts for the difference? Mike On May 19, 5:56 pm, Yarko Tymciurak yark...@gmail.com wrote: On Tue, May 19, 2009 at 7:36 PM, mikech mp.ch...@gmail.com wrote: Sorry to be so dense on this.  I see the upload

[web2py:21707] Re: Dzone posting

2009-05-12 Thread mikech
the last of the RC versions, this time pyForum will have English, Spanish and German translations to show how to seamlessly include internationalization in any web2py project, I am running the last testings and will post the update soon. Cheers, Julio On May 12, 1:11 pm, mikech mp.ch

[web2py:20845] zk-Direct

2009-04-29 Thread mikech
Hi: I'm still in the learning process with Web2py and Python for that matter. And while its really too soon for me to consider the ui design aspect of my projects I've been looking around at what's available. YUI, pyjamas and others all look interesting but I'm really impressed with the

[web2py:20849] Re: zk-Direct

2009-04-29 Thread mikech
Ok I think I see the answer. It uses Jython, so I'm guessing that's a no. Mike On Apr 29, 3:00 pm, mikech mp.ch...@gmail.com wrote: Hi: I'm still in the learning process with Web2py and Python for that matter.  And while its really too soon for me to consider the ui design aspect of my

[web2py:20508] Adding [Try View] to Design options

2009-04-25 Thread mikech
Would it be possible to add a Try View to the Design page, rather than having to Edit then try view? Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To post to this group, send email

[web2py:20139] DAL useable on Desktop apps?

2009-04-20 Thread mikech
Can the DAL be used for desktop applications? I foresee wanting to write both browser and Windows based apps. I'm just a beginner so perhaps the answer is obvious, but would appreciate someone pointing it out to me. :) Mike --~--~-~--~~~---~--~~ You received

[web2py:19991] Re: Request for more organize feature request lists...

2009-04-18 Thread mikech
I would like to report that on the edit page of the administrative interface the word previous is misspelled after the revert button. Mike On Apr 18, 1:10 pm, Fran francisb...@googlemail.com wrote: On Apr 18, 4:52 pm, Jason Brower encomp...@gmail.com wrote: Can we use launchpad to keep try

[web2py:19785] Re: pyForum B3 released

2009-04-14 Thread mikech
This is very impressive. How long did it take you to do the web2py portion and the UI portion? I'm just learning Python, and this is one of the nicest web2py sites that I've seen. Mike On Apr 14, 1:43 pm, Speedbird ju...@techfuel.net wrote: Yeah, that was a failed attempt of creating

[web2py:19563] Re: The official Web2py Book by Massimo....for free?

2009-04-10 Thread mikech
I would also like to add my recommendation for this book. I just purchased it and its a very well written Mike On Apr 7, 8:08 pm, mdipierro mdipie...@cs.depaul.edu wrote: When I called one year ago they would not publish thebookat all. Now we have 10 times more users so it may me worth

<    1   2   3   >