Saturday, January 24, 2009

How do Photoshop helps in Web Designing

Photoshop helps in creating new templates for the Website. Designing will be easy when there is a ready made template. Photoshop also helps in making

• Header image
• Buttons
• Logo
• Pictures
• Layout
• Banners

What area do Human Resource Management function

Human Resource Management functions in the following areas:
• Selection
• Training and Development
• Evaluation and Management
• Endorsement
• Redundancy
• Industry and Employee Relations
• Records of all private data.
• Compensation, allowance, bonus in connection with Payroll
• Advice for internal 'customers' in relation with problems at work
• Career development

What is Human Resource Management

Human Resource Management is a role within an organization which points on the employment, which helps the workers in the organization. Human Resource Management mainly focuses on the topic related to the people such as recompense, hiring, performance management, business expansion, safety, profits, inspiration of the employee, communication or the contacts, management and the training.

Monday, January 12, 2009

Tools used for Web Designing

HTML
DHTML
XML
Java
Java Applet
JavaScript
Flash / Shockwave
Photoshop (for images)
CSS ( for style sheets)

Some of the Popular websites in India

Yahoo
Google India
Orkut
Youtube
Rediff
Blogger
Rapidshare
Wikipedia
Facebook
Naukri
Indiatimes
Sify

What is a professional website

Anyone those who get a software for designing can make a website but what makes a professional website?
Designing an ecommerce site with a good content
Get to know your visitors
People must get what they search for
Logo must be looking nice
Easy Navigation
Images must be professional looking
Color matching
Browser compatibility
Download speed
Search engine friendliness

What are the advantages of a website

A website is friendly in doing a business. It will help in many ways such as:
Reduce the number of flyers you have to produce for the company
Saves staff time
Customers saves the time for shopping rather than a crowded shopping outside
The information about the purchase and buying pattern of the customers provides further marketing opportunities
The orders, payments and customer details will be automatically collected
The online database of the products are quick, easy and not expensive to modify
The website hosted on a trustworthy commercial web server is online and accessible for 24 hours a day
Saves money
It is professional

Tuesday, January 6, 2009

How can we add Paragraph breaks?

Unless and until the breaks given for the paragraphs, all the sentence will be formatted to one paragraph. < p > is the tag for formatting a sentence to paragraph. It has a corresponding closing tag < /p >. this will format the text to a paragraph.

What are Character Entities?

Some character has a special meaning in HTML. For example the less than sign ( < ) is used for opening a tag, so it is not possible to add the less than sign in the Webpage as it is. It must be entered in a different way. Either it can be given by using the Entity name or the Entity number. For example, the less than sign is added to the webpage by adding < ( or ) <

What is preformatted text?

The preformatted text is given in < pre > tag and has the corresponding closing tag < /pre >
The text or the images drawn with the characters within the < pre > and < /pre >tags will be shown as it is in the browser. The text is formatted by the 58 tag. If you want the text to appear as it is with the space given between, the < pre > tag can be used.< /pre >

What is preformatted text?

The preformatted text is given in
 tag and has the corresponding closing tag 

The text or the images drawn with the characters within the
 and 
tags will be shown as it is in the browser. The text is formatted by the
 tag. If you want the text to appear as it is with the space given between, the 
 tag can be used.

What are the contents present in the < head > in HTML?

Meta tags containing the keywords that are used by the search engine
Scripts such as JavaScript or VBScripts which controls any scripts contain in the documents.
Style definitions such as CSS to apply the attributes to the whole page.