Skip to main content

Web Designer

If you want to be a web designer.

Skills

  • Should have worked on and have a good understanding of the following packages and areas:

    HTML
    Javascript / VBscript
    JSP
    ASP
    Photoshop

    Flash
    Dream Weaver
    Frontpage
  • Should have aesthetic picture and designing abilities (including usage of color combinations, CSS files, etc).
  • Should have the ability to understand client requirements; and translate into appropriate web interface.
  • Should be comfortable in working with Windows/ Java environment

    Work Experience

  • At least 2 to 3 years of good web designing experience
  • Web pages should be bug free and clean/ simple and light
  • Should have managed/ maintained websites that are currently hosted and running
    Key Responsibilities
  • Testing and implementation
  • Analysis and design of solutions at both onsite and client sites to integrate the company's product
  • Interaction with clients to implement solutions
  • Interaction with third party solution providers for project implementation
  • Software development and coding 
  • Testing quality and implementation

    Compensation
  • Will depend upon the entry level/ experience profile
  • Comments

    Popular posts from this blog

    MSW Logo

    Start Logo and type the following command. cs for [j 1 9 1][rt 45 for [i 1 15 1] [repeat 60[lt 6 fd :i]]] Output :

    Example CSS file

    Example CSS file Add the following in the Head section of your web page <link href="default.css" rel="stylesheet" type="text/css" /> do necessary modification save the code below in a file name default.css and see the result *{  margin: 0;  padding: 0; } body {  margin: 20px 0;  background: #FFFFFF;  font: normal 13px Arial, Helvetica, sans-serif;  color: #666666; } a {  color: #29A3E1; } a:hover {  text-decoration: none;  color: #E16629; } /* Boxed */ .title {  background: url(images/img4.gif) no-repeat right center;  border-bottom: 3px solid #CFCFCF; } .boxed1 .title {  font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif; } .boxed1 .content {  background: url(images/img05.gif) no-repeat left bottom;  padding: 20px; } .boxed2 .title {  font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif; } .boxed2 .content {  background: url(images/img06.gif) repeat-x left bottom; ...