Skip to main content

Openings for different technoogies.

Surprise Solutions Walkin drive for Web, UI Designers

Company Surprise Solutions

Website www.surprisesolutions.com

Eligibility Any Graduate

Experience Fresher (Experienced candidates good at technical skills shall also participate).

Location Chennai

Job Role Web / UI Designer

JOB SUMMARY:

Job Description:
Should be strong in both Web designing and UI designing.
Good knowledge in basics of Mobile Application languages (Android, IOS, Windows) is added advantage.
Strong working experience in flash, Photoshop is mandatory.
Will be responsible for defining user experience.
Conceptualization and design of Android apps.

Candidate profile:

Strong Knowledge in HTML 5, Flash, CSS, and Photoshop is mandatory.
Need good understanding of colour schemas and UX.
Passionate about the internet and mobile design industry

Key Skills: Strong knowledge in CSS, Photoshop, Flash mandatory.

Income potential: 80,000 to 1, 20,000 (Plus incentives)

Walkin Date: June 5th, June 6th, June 7th ,2013.

Contact : 9884804775.

Contact Details : cv@surprisesolutions.com

Venue :

Surprise Solutions,
No 97/98, Jawaharlal Nehru road,
Ashok Nagar, Chennai – 83.
Landmark : Near Kasi theatre,
Saravana Bhavan building 2nd floor.

Comments

Post a Comment

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...