I would agree with Alexander that solid HTML/CSS knowledge is important, particularly if you are using another person's template and trying to add your own elements. CSSEdit has some good reviews for Mac HTML/CSS tweaking. I mostly use TextMate and Firefox.
Adobe Dreamweaver does WYSIWYG HTML design and I believe there are some server-side plugins, but probably not for anything App Engine yet. On Jan 15, 1:30 am, Alexander Kojevnikov <[email protected]> wrote: > The thing is, there's no substitute for a solid html/css knowledge. No > visual html editor, and there are lots of them floating around, will > produce a consistently valid and cross-browser compatible mark-up. > > Your best bet is to learn the basics, or to hire someone else to do > the job. > > On Jan 15, 6:05 pm, Ashu <[email protected]> wrote: > > > Ok, so I am writing my application in > > 1) Python > > 2) Using the Default WebApp Framework (app engine). > > 3) Initially used Notepad++ (also configured Eclipse IDE) as the > > Editor > > > I also downloaded a free html template from the web and currently > > using that to display my data/content. However, I also need to > > customize some of the pages to take user input(aka add HTML Form > > elements). I did add them up, but it kind of screws up the look and > > feel of the page. I am still trying to work with CSS/HTML. So, I was > > wondering if there was a Visual Tool/plugin that I could use to design > > my pages by drag/drop and then connect it with my Python code. > > > On Jan 13, 3:54 am, Roberto Saccon <[email protected]> wrote: > > > > there are tools and plugins for everything available on the Internet. > > > Make your question more precise. Is the editor for natural language or > > > programming language (which one) ? If the later is the case, I > > > recommend CodeMirror, it has pluggable parsers, is framework > > > independent and if you look at the source code, it is one of the most > > > amazing pieces of JavaScript I have seen in the last years (and it is > > > also used at Google, but I forgot which project) > > > > regards > > > Roberto > > > > On Jan 13, 7:21 am, Ashu <[email protected]> wrote: > > > > > I have coded up the necessary logic, but now I am stuck trying to come > > > > with a descent looking Form to take input from the user. Are there any > > > > plugins or tools available to get the HTML part coded with ease. > > > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
