• 0

web designer vs. web developer


Question

Recommended Posts

  • 0
  Quote
Originally posted by pinhead

As a web developer, I can honestly say that designing databases that work effectively is as hard as designing something that looks good. What matters is the team - the sum of developers and designers. With out the interaction of the two, you have nothing.

What really matters is your clients - they should get what they want - check out some of our clients - Weetabix (www.weetabix.co.uk) or London Luton Airport (www.london-luton.co.uk) - they got EXACTLY what they want and get 160,000+ visitors a month. This was a team effort and as the database developer, it wouldn't have happened without the designers or the bog-standard ASP developers. What matters most is doing what you are most competent at. The only thing separting designer from developer is the area of competance.

So you are saying you wouldn't mind being paid the same as a web designer?

  • 0

WEB DESIGNER

Photoshop

Flash

HTML

i.e. Usability Expert

WEB DEVELOPER

HTTP

ASP/PHP/Java/Perl

XML

SQL

HTML/WAP

i.e. Engine Expert

Sorted :cheeky: !

BTW

JSP is Java Server Pages. JSP is not a language but a method of embedding Java code within web pages... it is definitely more powerful than ASP being compiled into bytecodes (rather than interpreted VBScript), with a much better support for an object model. C++ was a great langauge in it's day but it required too much of an attention to detail (i.e. in memory management) that it led to many programmers producing erroneous or unsafe code. Hence Java was born as a safe environment... and yes you can program entire applications and games in Java.... it isn't as fast but then C++ has had a 15 year (?) headstart in the compiler race..... Get me?

PEEEZ

  • 0
  Quote
C++ was a great langauge in it's day...
Wow, that's a bold statement. C++ was a great language? Considering that all my favorite apps (NAV, Winamp, Photoshop, LAME, OGG, Winzip, IE, Nero, PowerDVD, etc.) are all written in C++, I would think C++ is still a great language.
  • 0
  Quote
Originally posted by Oogle

Wow, that's a bold statement. C++ was a great language? Considering that all my favorite apps (NAV, Winamp, Photoshop, LAME, OGG, Winzip, IE, Nero, PowerDVD, etc.) are all written in C++, I would think C++ is still a great language.

I agree.... Its the best for programming (for the computer, not for the web)

  • 0
  Quote
Originally posted by pinhead

As a web developer, I can honestly say that designing databases that work effectively is as hard as designing something that looks good. What matters is the team - the sum of developers and designers. With out the interaction of the two, you have nothing.

What really matters is your clients - they should get what they want - check out some of our clients - Weetabix (www.weetabix.co.uk) or London Luton Airport (www.london-luton.co.uk) - they got EXACTLY what they want and get 160,000+ visitors a month. This was a team effort and as the database developer, it wouldn't have happened without the designers or the bog-standard ASP developers. What matters most is doing what you are most competent at. The only thing separting designer from developer is the area of competance.

Totally agree...:)

  • 0

I'm both... I love doing both, it ussualy depends on my mood. But I love programming better...

  Quote
Originally posted by John Doe

Web Designer - A job that anyone can pick up fairly quicky and easily.

Web Developer - A job that requires aptitude in math/logic and years of training.

That is TOTALLY WRONG.

For one, lets start with a Designer. You need inspiration, creativity, yes practice, but you can't just "pick it up." It's a skill that needs to be achieved and not everyone can achieve it, well not everyone can at the same time at least. Every web designer also has their own style. In no way can you "pick up" web designing unless you are refering to the languages that drive it such as HTML, or the programs that bring it to life, such as photoshop.

Second, a web developer does require a lot of math and logic but no it doesn't take "years of training." Most of the time it's better to learn on your own, not go to colleges for years and years and get "training." You become more experienced after the years, but it's not like you get trained for a few years and POOF you're a web developer. Not at all. Like web designing, it requires skill and you're own unique style.

ALSO!!!! A lot of you say and think of Perl as a "web language" Perl CAN BE that with the use of CGI but was not developed in the beginning for that. Perl was a small Unix language for driving systems and such because of it's easy IO to files and string manipulation. Most of the Perl programmers today still use it as a programming language and not just on the web with CGI. I just thought I'd say that because Perl is my favorite programming languages and it bugs me when people think it's just a web language..heh

  • 0

I seem to have a much different view of what a Web Developer is than other people on this board. If you consider Perl/HTML/etc. the languages that a Web Developer uses than I agree with you, both Web Designers and Web Developers jobs are about the same. Most of what I hear people on this board saying that a Web Developer does I consider to also be the job of a Web Designer.

I am not knocking the job of Web Designer/Developer. I just think being a programmer (C++/COM/SQL) is obviously mentally harder.

  • 0
  Quote
Originally posted by John Doe

I seem to have a much different view of what a Web Developer is than other people on this board. If you consider Perl/HTML/etc. the languages that a Web Developer uses than I agree with you, both Web Designers and Web Developers jobs are about the same. Most of what I hear people on this board saying that a Web Developer does I consider to also be the job of a Web Designer.

I am not knocking the job of Web Designer/Developer. I just think being a programmer (C++/COM/SQL) is obviously mentally harder.

Firstly lets get one thing straight.... I am a developer of IP solutions (not the same as a web developer), my skillset includes everything from developing simple web pages to designing enterprise systems for the telco I work for.

My team is predominately a web team.... but because IP is now taking over all forms of development we now do development in a number of other areas, however I have always been a developer first, a web developer second -- the same path my career has followed.

In the development of a typical web site in our team a designer will provide the graphics, flash, css, layouts and a prototype, the web developer will code the html, javascript, and the back end.

Let me ask you a question....

Do these sound easy to you?

[small application - e.g. commercial promotion]

Write Pages (HTML)

Write database model definition (SQL)

Write database select, insert, update (SQL)

Write Back-End Code (ASP, HTML, SQL)

Add interaction (JavaScript, ASP)

Test

Deploy

[large application - e.g. web based mail]

Write Pages (HTML)

Write Back-End code (ASP, HTML)

Write Scripts to connect with middleware components (ASP, XML)

Write middleware components (Java, XML)

Write data components (Java, PL/SQL)

Write database (PL/SQL)

Write interaction (JavaScript, ASP)

Test

Deploy

Now compare this to a typical C++ programmer.

[some application - e.g. anything]

Write application (C++)

Write database (PL/SQL)

Spot the difference?

Well this is what most script kiddies do.... at least the first and when they are ready the second too......

By back-end code...I mean code that generate HTML..... these scenarios don't even consider dynamically generated JavaScript or XSLT as solutions. It is difficult to keep up with all technologies you need to know. This only shows one solution... other solutions can be the Web-service architecture, DNA (COM+), PHP, PERL, CGI, JSP (including servlets) and now .NET.

And you may laugh and think ASP is not a language... and you'd be right.... that's why every ASP programmer moans about it... we all want real program language features.....strong typing, object abstraction would have been nice (compilation too.... we got ASP.NET.... and I stop complaining). We don't know the errors until we run an application.... yes, no compile time debugging to make your life easier!

JSP is much better cos it gives you the real language features and it can use your real compiled objects and it has the same syntax.......know why? COS IT'S JAVA! yes, and that is a real language.

It can be seen that C++ is not a modern language.....but still the most powerfull... no doubt about that. It's productivity, however, is questionable.

I have also found that some developers used to the traditional model of application development find the shift to web development very difficult (because of the nuances of the HTTP protocol and dealing with 5 languages that have to work together to produce a coherent result)... Developers that move the other way don't seem to find it difficult at all.... probably because the web development model is far more complex.

I think I can essentially sum up what I've written in this essay....

I don't think that you quite understand quite how much skill is required to produce a good web application.... be it a site or something far more complex.

Anyway.... you got my 10cents worth that time.

ONE!

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft has known to toggle settings in Windows Updates.
    • Another Linux utility is being rewritten in Rust by David Uzondu Greenboot, the health check tool originally written in bash, is getting a rewrite in Rust, courtesy of engineers at Red Hat. This useful tool started in mid‑2018 as a Google Summer of Code project for Fedora IoT, designed to keep atomically updated systems from self-destructing after a bad update. At its heart, Greenboot is a framework that hooks into systemd to run health checks every time a machine boots. It looks for scripts in specific directories; anything in /etc/greenboot/check/required.d/ absolutely must pass. If a required script fails, Greenboot triggers a reboot to retry. After a few failed attempts, it executes scripts in /etc/greenboot/red.d/ and initiates a system rollback to the last known-good deployment, preventing an update from bricking your system. When all required checks succeed, it runs scripts from /etc/greenboot/green.d/ and marks the boot as successful by setting a GRUB environment variable. This whole process is kicked off by the greenboot-healthcheck.service before systemd's normal boot-complete.target is reached. As for why Red Hat is choosing this rewrite, it comes down to creating a more robust and secure utility. This is definitely not the only *-rs tool rewrite we have seen lately; you have probably heard about sudo-rs, which is a project to build a memory-safe replacement for the classic sudo utility. Building these fundamental system components in a memory-safe language like Rust helps eliminate entire categories of security vulnerabilities. According to the official Fedora change proposal, the rewrite expands support for both bootc and rpm-ostree based systems, whereas the original Bash version was built only for rpm-ostree. Red Hat developers have submitted a proposal to ship this new Rust version in Fedora 43. According to Phoronix, while the plan still needs a final vote from the Fedora Engineering and Steering Committee, it looks very likely to be approved. For current Fedora IoT users, the change promises to be a simple, seamless upgrade.
    • Elden Ring Nightreign will finally gain ‘Duo Expeditions' next week by Pulasthi Ariyasinghe FromSoftware's latest project, Elden Ring Nightreign, delivered a multiplayer-focused experience for the first time. While the title offered solo runs as an alternative to its standard three-player Trio Expeditions, Duos were surprisingly missing at launch. A couple of months later, the developer is finally delivering this highly requested feature for the hit roguelike. On social media, the studio confirmed that Duo Expeditions will be hitting Elden Ring Nightreign with the next update, patch 1.02, for the game on July 30. Check out the newly released trailer showing off this mode below. As we mentioned in our review of Elden Ring Nightreign, everything from enemy health, boss aggression, player damage, and even XP gain changes depending on how many players are in the Expedition. A post-launch update even tweaked the difficulty to favor solos as well. Duos should have the same changes being applied, with the mode being easier than trios but harder than solos to complete. Making sure the difficulty is properly balanced has previously been given as the reason why the Duos mode has taken a while to come in. FromSoftware also confirmed that patch 1.02 will have a range of more quality-of-life improvements on the UI side. This will include more Relics filtering options, making custom builds easier to construct before going on new runs, as seen below. Publisher Bandai Namco also announced this week that the Elden Ring Shadow of the Erdtree expansion for the original open-world Soulslike recently passed 10 million players. Meanwhile, this Elden Ring Nightreign spin-off now has over 5 million players, making both massive successes for the publisher. While FromSoftware is now focusing on other projects, Bandai Namco isn't done with the Elden Ring universe just yet either, as a live-action movie has now been confirmed to be in development too.
    • Or you ignore the part where @Michael Scrip answered you directly.
    • The reasons for Microsoft being in near perpetual state of reorganization for two years is due to the 6 CapEx acquisitions between Jan 2022 and Jan 2023, Blizzard, Oribi, Minit, Miburo, Lumenisity and Fungible. There were 15 CapEx acquisitions in 2021 alone. Much like the Borg, Microsoft assimilates knowledge instead of expending resources on learning and development. 10 gaming companies, 3 AI and 1 data modeling companies since 2018. But then this is in the founding DNA of Microsoft, MS DOS wasn't made by MS, Windows was based on the Apple Mac and Xerox PARC Alto....and on and on. (To be fair Apple's Lisa and Mac were from the Alto also)
  • Recent Achievements

    • Very Popular
      d4l3d earned a badge
      Very Popular
    • Dedicated
      Stephen Leibowitz earned a badge
      Dedicated
    • Dedicated
      Snake Doc earned a badge
      Dedicated
    • One Month Later
      Philsl earned a badge
      One Month Later
    • One Month Later
      armandointerior640 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      624
    2. 2
      ATLien_0
      240
    3. 3
      Xenon
      163
    4. 4
      neufuse
      123
    5. 5
      +FloatingFatMan
      123
  • Tell a friend

    Love Neowin? Tell a friend!