Beecher Networks - Web Development, Hosting & Domains
Results 1 to 19 of 19

Thread: Web design

  1. #1
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts

    Web design

    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.....'

  2. #2
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    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

  3. #3
    Reserves
    Joined
    Nov 2004
    Posts
    541
    Thanks Thanks Given 
    34
    Thanks Thanks Received 
    68
    Thanked in
    30 Posts
    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?

  4. #4
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts
    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.....'

  5. #5
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    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.

  6. #6
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts
    Quote Originally Posted by dahamsta View Post
    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.
    Cheers mate, will stick with Dreamweaver and see how it fares. Not really looking beyond it as a hobby, but thinking learning about it in general would be extremely useful...
    'Fascists dress in black and go round telling people what to do, where as priests.....'

  7. #7
    Capped Player
    Joined
    Apr 2005
    Location
    Maígh Eó
    Posts
    16,378
    Thanks Thanks Given 
    2,602
    Thanks Thanks Received 
    1,040
    Thanked in
    846 Posts
    whats wrong with java or any of those frameworks? Seriouslly, i thought even nerds liked it Linux 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

  8. #8
    Coach tetsujin1979's Avatar
    Joined
    Nov 2003
    Location
    Dublin, originally from Limerick
    Posts
    23,245
    Thanks Thanks Given 
    1,127
    Thanks Thanks Received 
    5,289
    Thanked in
    3,499 Posts
    Java is better for middleware stuff, the C in the MVC architecture. It's fairly pants for UI design. And I say that as a programmer.
    All goals, yellow and red cards tweeted in real time on mastodon, BlueSky and facebook

  9. #9
    Reserves awec's Avatar
    Joined
    Mar 2009
    Location
    Belfast
    Posts
    679
    Thanks Thanks Given 
    33
    Thanks Thanks Received 
    48
    Thanked in
    38 Posts
    Java UI design is simple.

    Doesn't look great though and it never feels "right", so to speak.

  10. #10
    Coach tetsujin1979's Avatar
    Joined
    Nov 2003
    Location
    Dublin, originally from Limerick
    Posts
    23,245
    Thanks Thanks Given 
    1,127
    Thanks Thanks Received 
    5,289
    Thanked in
    3,499 Posts
    designing a UI in Java is simple
    getting everything lined up correctly, and able to scale properly with window changes, is what I imagine hell to be like
    All goals, yellow and red cards tweeted in real time on mastodon, BlueSky and facebook

  11. #11
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts
    UI? Java? Perl? MVC? Python?

    I know nothing....
    'Fascists dress in black and go round telling people what to do, where as priests.....'

  12. #12
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    Quote Originally Posted by Pauro 76 View Post
    UI? Java? Perl? MVC? Python?

    I know nothing....
    UI = User Interface; what you look at in programs. Java, perl and python are programming languages. MVC = Model View Controller, a programming paradigm better explained by the interwebs.

  13. #13
    Capped Player
    Joined
    Apr 2005
    Location
    Maígh Eó
    Posts
    16,378
    Thanks Thanks Given 
    2,602
    Thanks Thanks Received 
    1,040
    Thanked in
    846 Posts
    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

  14. #14
    Coach tetsujin1979's Avatar
    Joined
    Nov 2003
    Location
    Dublin, originally from Limerick
    Posts
    23,245
    Thanks Thanks Given 
    1,127
    Thanks Thanks Received 
    5,289
    Thanked in
    3,499 Posts
    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.
    All goals, yellow and red cards tweeted in real time on mastodon, BlueSky and facebook

  15. #15
    Capped Player
    Joined
    Apr 2005
    Location
    Maígh Eó
    Posts
    16,378
    Thanks Thanks Given 
    2,602
    Thanks Thanks Received 
    1,040
    Thanked in
    846 Posts
    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

  16. #16
    Coach Pauro 76's Avatar
    Joined
    Jun 2001
    Location
    London town
    Posts
    6,582
    Thanks Thanks Given 
    456
    Thanks Thanks Received 
    197
    Thanked in
    112 Posts
    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.....'

  17. #17
    Seasoned Pro centre mid's Avatar
    Joined
    Mar 2005
    Location
    Tinternet
    Posts
    2,965
    Thanks Thanks Given 
    45
    Thanks Thanks Received 
    79
    Thanked in
    65 Posts
    Yeah Trap needs to sort out whether or not Stephen Ireland comes back into the fold or......oh sorry wrong thread.
    "I'm just a chilled out entertainer"

    Blog

  18. #18
    Director dahamsta's Avatar
    Joined
    May 2001
    Location
    The Internet
    Posts
    14,045
    Thanks Thanks Given 
    519
    Thanks Thanks Received 
    853
    Thanked in
    521 Posts
    See now Pauro in that situation the Model and View were correct, but the Controller was an incompetent idiot.

  19. #19
    Capped Player
    Joined
    Apr 2005
    Location
    Maígh Eó
    Posts
    16,378
    Thanks Thanks Given 
    2,602
    Thanks Thanks Received 
    1,040
    Thanked in
    846 Posts
    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

Similar Threads

  1. CSS codes and web design
    By Sean South in forum Off Topic
    Replies: 4
    Last Post: 15/11/2010, 11:57 AM
  2. Web Design
    By eamo1 in forum Off Topic
    Replies: 3
    Last Post: 06/07/2009, 7:48 AM
  3. How to design websites..
    By Pauro 76 in forum Off Topic
    Replies: 2
    Last Post: 12/12/2008, 11:30 AM
  4. Design your own eL kit competition...
    By Pauro 76 in forum Off Topic
    Replies: 30
    Last Post: 22/09/2008, 11:11 AM
  5. design or own ground?
    By gael353 in forum Limerick
    Replies: 2
    Last Post: 28/03/2003, 8:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •