For my systems analysis class we need to create a mockup of a Web-based employee information system.
What is the best software for creating a Website mockup? I found Pencil which is free and looks pretty good, but I would love to hear other suggestions.
Once a mockup is created, what is the best way to show the mockup in an actual browser? I don't see an easy way to do this in Pencil.
No need to create an image of a database plan when you can use a table.
So from what I can see you just want to make a fake table. I google'd pencil which seems to be like paint program.
If you use the following code I made it is a very simply mock database. (Like a plan of a database).
Thanks for the help, but really all I need to do is show the user input and output screens. Specifically, for input we need to illustrate a log in screen and a employee look up screen. Then, for output we need to show a detailed report and a summary report.
The professor is not asking for any code, merely a mock up or "dummy" version of the web-based system.
The above code shows a simple login system and a search box when click it would bring up employee information.
For the output you could be lazy, just open up Microsoft access every uni/college has it. Make some fields e.g. ID(Primary), First Name...
What ever you want in your report and use the report wizard simply print screen it and your works done. I don't see a problem in your print screening a login system or the search box either.
To display it within a browser you will need to use code.
Save your images. e.g. ( imageone.jpg)
Code:
<img border="0" src="imageone.jpg" alt="">
You can use any software to edit images. I'd download GIMP it's free and like photoshop.
Thanks for your help. Since this is a systems analysis class the object is to make something that the user can look at and still be easily changed if the user is unhappy.
Bookmarks