Friday 17 October 2014

Web Designing

Web Designing

Web Designing is the process of building the front-end or User Interface (client side) of a website including writing mark up, stylesheet, images,  Interactions, and the layout design. A Web Designer is responsible for the Visual Part( Front End ) of a website. He should know following technologies in order to create a website layout.
  1. HTML              –>   To create page structure
  2. CSS                 –>   To style the page created in html
  3. Photoshop     –>    To create and edit images on a webpage.
  4. Javascript      –>    To add functionality in a website.
  5. Jquery           >    To Make interactive Website and to add animations.
  6. HTML5           >    Latest Version of HTML.
  7. CSS3             >     Latest version on CSS.
  8. Bootstrap      >     An HTML5 Based Framework for Responsive Websites. 
  9. SASS             >   CSS Preprocessor
  10. Angular JS   >    JavaScript Framework 
Apart from this, there are some Advance technologies like, jQuery ( a javascript library) , HTML5( latest version of HTML), CSS3( Latest version on CSS) required to create a Attractive Webpage.
To Learn Web Designing online, you can go through our Online Tutorial.

Sunday 5 January 2014

CSS Image Sprite

CSS Image Sprite is a Single Image containing multilple images which is used in background.
It save loading times as we are using single image for multiple purpose.

For Example, I am using this single image to call multiple buttons.

This is the single image which we are using in background.

jquery


Wednesday 25 September 2013

HTML Entities

HTML Can not show all characters, Some characters are reserved by HTML.

For Exp, We can not use "<", ">", "&", etc.

To Write that particular characters, we use HTML Entities.
html entities