Currently learning a bit of Dreamweaver, but just checking what you guys think the best web design package out there is? Is Illustrator a good way to design web design templates also?
Currently learning a bit of Dreamweaver, but just checking what you guys think the best web design package out there is? Is Illustrator a good way to design web design templates also?
'Fascists dress in black and go round telling people what to do, where as priests.....'
Modern webdev is really a multitude of different fields, including:
- Graphic Design (Vector and Raster)
- HTML & XML Templating
- CSS & XSL Layouts and Styles
- Client-Side Scripting (Javascript)
- Programming (PHP, VB, Python, etc.)
- DBA (MySQL, MS-SQL, etc.)
And because it's also competive, even if it's only a hobby, you also need marketing skills, knowledge of how the search engines work, an understanding of community and the pyschology of web users, etc. So the days of the webmaster are long gone.
None of which answers your question, I'm just trying to make a point:
Forget about picking a "web design package", there's no such thing any more. What you already have is about as close as you can get so I'd suggest continuing to play with that until you find one particular aspect of it really interesting, then focus on that and start looking for people to work with for the rest.
adam
I'm just starting to look at Python - seems quite straightforward so far and I would recommend having a go at that, if you're interested in the programming side of web development.
Once I get a decent grounding in Python, I'll hopefully start playing with some of the web application frameworks - Django, Google App Engine etc.
Any Python/Django experts out there?
Cheers lads, not looking to getting into programming as such or even getting into website, just interested in the design aspect of it and experimenting with that end until I'm comfortable enough to take on the coding side of it. Designing a website for a friend of mine, and if that goes well, can go on from there. From a design background and finding Dreamweaver hard to get to grips with at first, but it'll be worth the effort.
'Fascists dress in black and go round telling people what to do, where as priests.....'
Hacked on Python a while back when I wanted to talk to Mailman, absolutely hated it. Probably just because it can be so different to the Perl, PHP and other languages I tend to use, but still, ewww. And Java...!? Yuck!
DW's your best man so Pauro 76, stick with it. Just don't consider it as a career option. Careers in webdev these days are in frontend design, backend functionality or sales and marketing. There's no room for the man in the middle any more unless you got in on the ground floor.
Last edited by dahamsta; 12/06/2009 at 9:08 AM.
whats wrong with java or any of those frameworks? Seriouslly, i thought even nerds liked itLinux and java, with a bit of perl scripting thrown in, thought it was nerd heaven! I am out of touch, is there something more nerd cool out there?!
I'm a bloke,I'm an ocker
And I really love your knockers,I'm a labourer by day,
I **** up all me pay,Watching footy on TV,
Just feed me more VB,Just pour my beer,And get my smokes, And go away
Java UI design is simple.
Doesn't look great though and it never feels "right", so to speak.
UI? Java? Perl? MVC? Python?
I know nothing....![]()
'Fascists dress in black and go round telling people what to do, where as priests.....'
MVC, the V being the jsp/html i.e. the view. The C definitely not being java usually a mixture of xml and some java....the M being java(but you could have a .net c# design also, or even eiffel etc etc )....
Check out some cool ajax stuff then Tets. There are librarys out there that you install as plugins, and you can build directly in java, it looks pretty cool too -> JavaFX i think its called, nice netbeans plug in too.
Pauro while you are at it, heres another one for you FLEX. Really is cool how that integrates with web services. Its proprietary stuff but still pretty cool.
I'm a bloke,I'm an ocker
And I really love your knockers,I'm a labourer by day,
I **** up all me pay,Watching footy on TV,
Just feed me more VB,Just pour my beer,And get my smokes, And go away
I have a slightly different definition of it Paul
MVC - Model View Controller: http://en.wikipedia.org/wiki/Model%E...0%93controller
Model - All of the information available to be displayed to the user is stored in a database of some kind, Oracle, DB2, Cloudscape, MySQL, XML doc, etc
Controller - Controls what will be displayed to the user, extracts the relevant data from the Model and passes it to the View
View - How the information is displayed to the user, i.e. how the information fro mthe controller appears in the browser window, application UI, etc
Recently started messing with AJAX, but I've seen a lot of apps where it's forced in for the sake of saying "look what I did with AJAX" when a much simpler solution exists.
The model can be anything tets, it could be JSF, it could be Struts, it could be spring, it could be a combination of both etc. Generally some framework sits under/within the model. It doesn't have to be a link to a DB either, it could be a webservices framework like axis for example. Thats too rigid a definition for Model. The controller is what handles page to page navigation or in a thick client window to window/tab to tab or for example a JTable.
I'm a bloke,I'm an ocker
And I really love your knockers,I'm a labourer by day,
I **** up all me pay,Watching footy on TV,
Just feed me more VB,Just pour my beer,And get my smokes, And go away
Lordy, think I need a beginners guide to everything listed here! I'm progressing ok on Dreamweaver, I'll stick to that for now and have a look at the others mentioned here.
'Fascists dress in black and go round telling people what to do, where as priests.....'
Yeah Trap needs to sort out whether or not Stephen Ireland comes back into the fold or......oh sorry wrong thread.
See now Pauro in that situation the Model and View were correct, but the Controller was an incompetent idiot.![]()
Don't be so hard on yourself dahamsta![]()
![]()
I'm a bloke,I'm an ocker
And I really love your knockers,I'm a labourer by day,
I **** up all me pay,Watching footy on TV,
Just feed me more VB,Just pour my beer,And get my smokes, And go away
Bookmarks