 | | 
21.02.2011, 11:28
|  | Forum Legend | | Join Date: Dec 2007 Location: Work in ZH, live in SZ
Posts: 12,351
Groaned at 363 Times in 293 Posts
Thanked 23,673 Times in 8,567 Posts
| | Webdesign tools
Hi there,
after nearly a decade in which I avoided anything "web" after 2002 and worked on "real software"... Now it looks like I need to upgrade my good old FrontPage 2000...
I need to work on some GUIs and I want to make them very dynamic as in "i-google-style" ( http://www.google.com/ig ). I know what that means at the backend, but I would like to start to work on some GUI prototypes without the actual programming in the back yet. Does anybody know some good tools for dynamic web developments? (Ideally freeware...  )
Thanks!
| 
21.02.2011, 11:40
| | Re: Webdesign tools
Cracks would probably refer you to a text editor, such as Notepad. If you are interfacing with the server, some tools match up better to some server OS than others. If you are interfacing to a generic server, your GUI development will likely only concern itself with standard Javascript, CSS and HTML. In the case of Google apps, those are AJAX GUI components.
I think Eclipse has a lot of interesting plug-ins, but quite heavy and complicated. I normally generate the basic part in Dreamweaver or some graphical IDE, then edit in PSEdit or Jujuedit.
| 
21.02.2011, 11:46
|  | Forum Legend | | Join Date: Dec 2007 Location: Work in ZH, live in SZ
Posts: 12,351
Groaned at 363 Times in 293 Posts
Thanked 23,673 Times in 8,567 Posts
| | Re: Webdesign tools
I am aware that I am talking Ajax here - or some of the similar dynamic alternatives.
I can do all my basic fun in a text editor - that's what I used FrontPage for a decade ago. The question is more: If you want to make a prototype of an Ajax website - how would you do it as simple as possible: Have the "boxes", be able to move them around (and just make some mock-ups of the content without any integration of sources yet).
| 
21.02.2011, 12:02
|  | Forum Legend | | Join Date: Jul 2007 Location: Quaint Wädenswil, Zürich, CH
Posts: 8,131
Groaned at 27 Times in 20 Posts
Thanked 7,036 Times in 3,912 Posts
| | Re: Webdesign tools | 
21.02.2011, 12:16
| | Re: Webdesign tools | Quote: | |  | | | | | | | | This is a good list. But it also reflects how deep the topic can go. The Google AJAX API and jQuery are both very useful APIs, but will require a knowledge ramp-up curve. | Quote: | |  | | | If you want to make a prototype of an Ajax website - how would you do it as simple as possible: Have the "boxes", be able to move them around (and just make some mock-ups of the content without any integration of sources yet). | | | | | If you know Javascript, the moving of boxes are simple events of changing the location of the object to the mouse location. But if what you are really interested in is designing the look and feel of the GUI, you might be better off mocking it up in a static graphics program, then hand it over to someone who has the knowledge and time to code it in Javascript. Otherwise, you could rip off the source of any AJAX app you find on the Internet, then modify its source to your liking. Ultimately, you will be entering code in text. Perhaps Dreamweaver has a drag and drop interface, but it isn't free.
I also would be interested to know if there is a free and better app for this purpose.
| 
21.02.2011, 13:37
|  | Forum Legend | | Join Date: Dec 2007 Location: Work in ZH, live in SZ
Posts: 12,351
Groaned at 363 Times in 293 Posts
Thanked 23,673 Times in 8,567 Posts
| | Re: Webdesign tools | Quote: | |  | | | If you know Javascript, the moving of boxes are simple events of changing the location of the object to the mouse location. But if what you are really interested in is designing the look and feel of the GUI, you might be better off mocking it up in a static graphics program, then hand it over to someone who has the knowledge and time to code it in Javascript. | | | | | It's a bit of all:
- I know Javascript (well, I did a decade ago or so) and I can fake it all the way. But I guess I can then just as well make a static demo... it is only to give an idea of the concept.
- I want Ajax or similar for technical reasons. I am trying to build a web interface for a VERY complex software. Making it with a "widget" approach means that we can take the various components of the software and include them step by step in a web framework. So you have many little projects that you can run in parallel instead of making one massive web GUI with a terribly slow release cycle... and if one thing doesn't work or is not on time, I still get a good product out of it...
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | Thread Tools | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT +2. The time now is 20:27. | |