Showing posts with label WEB LANGUAGE. Show all posts
Showing posts with label WEB LANGUAGE. Show all posts

Tuesday, 18 March 2014

Know your goals before building your website

Are you planning to build a website for your company? Designing a professional web design is highly important in web development process. Web designing is one of the trickiest processes in web development and selecting the right web development company is hence highly important. You should be highly careful about all the aspects of web development.
 
Here are the four points that you need to think about, before selecting a web development company.• Focus on setting up your aspirations.
• You should decide the budget.
• Choose the right web design firm.
• Pick the right web hosting company.


Try to analyze the following points too, before starting your search for web design firms. • The need for creating a website.
• The time period that you are planning to take to establish the website
• Know your targeted visitors.
• The exact place of your business and the places where you want to establish your brand
• Your competitors
• Are you planning for an online sale? 
• Are your competitors involved in online sale?
• What is the payment method that you are planning to adopt?
A proper research using the above mentioned points will help you to take a perfect decision regarding your website design and the web design firm that you need to approach. 

List of all HTML tag codes.

If you are looking for some HTML tags to make your web site more exiting, then you came to the right place. Bellow you will find all the variety of HTML codes and tips to assist you improve your HTML code Knowlage. Even the most experience programmer will not have a good image of all these HTML tags.

Before reviewing the HTML tags,take a deep breath, if you're new to HTML and web site design, the following section will assist you in creating an HTML web page.
The list bellow is an index of html tags.



<html> </html>    The main tag
<head> </head>  header tag
<body> </body>   body tag
<font> </font>      sets font color, size, type
<img> </img>        used to add image
<a> </a>               linking tag
<marquee> </marquee>    make text move
<blink> </blink>        make text blink
<b> </b>                   makes the font bold
<center> </center>   aligns things in center
<br>                           break line tag
&nbsp;                        space tag
<p> </p>             define paragraph

<H1> </H1>         makes the font as a heading
<H2> </H2>         makes the font as a heading
<H3> </H3>         makes the font as a heading
<H4> </H5>         makes the font as a heading
<H5> </H5>         makes the font as a heading

<u> </u>             underlines the font
<i> </i>               makes the font italic
<pre> </pre>      to create pre formated text
<form> </form>  define forms
<textarea> </textarea> shows text area
<input> </input>      creates form types
<select> </select>    used to create combo box
<meta>                     meta tags are used to redirect, refreh pages
<iframe> </iframe>   used to create internal frames
<strike> </strike>     makes striked text or word

<ul> </ul>                 used to list things
<li> </li>                   used to list things
<table> </table>       to define table
<tr> </tr>                  table row inside table
<td> </td>                table column inside row

<hr>                        horizontal line tag
<embed> </embed>      Embed audio in web page
<input type="image">    button as an image
<area> </area>              Links using the image
<fieldset> </fieldset>      Fieldset with legend
<!DOCTYPE>                   Document Type Definiton
<ol="value">                   Bullet styles
<acronym> </acronym>  Acronym tag
<a href title="value">     Create Tooltip
<canvas>                        Canvas
<object> </object>         Include video in web page
<frameset> </frameset>  Frameset
<iframe> </iframe>          Inline frame
<meta>                            Meta tag for page ranking
<sub> </sub>                  Subscript and superscript
<phrase> <phrase>         Phrase tag



HTML tag code are Alfa and Omega in HTML programming.

Sunday, 16 March 2014

What is web design ? how many types of layout and language ?

Web design is the process of creating websites. It encompasses several different aspects, including webpage, layout, content production, and graphic design. While the terms web design and web development are often used interchangeably, web design is technically a subset of the broader category of web development.



There are 3 types of website layout design:-


         
         1.static website
         2.dynamic website
         3.responsible website 



There are many types of language uses in web design



   1. HTML(Hypertext markup language)- The hypertext markup language is the standard way of presenting data in a web browser. which is used to apply content to a website such as text, table and image.



    2.CSS(Cascading Style-Sheets)-Cascading-Style-Sheets, isn't much of a language, but more as a subset of HTML that can be used to style your websites, such as color and image. 




    3.Javascript - simple client-side scripting language. which is  used to add special effects to your page, such as animation, or hover effect. but it has some limitations.


      MySQL Database-it is commonly used with php to make databases, such as mailing list, shopping cart and forums etc.
           
     4.PHP(Hypertext Preprocessor) - a server-side programming language,that can be embedded directly into HTML coding. it is can be used to work with databases, and work with files on the server (things   Javascript can't do). PHP is very similar to the C programming language.It can be used on all major operating systems and supports most web servers.



     5.ASP(Active Server Pages)- ASP is Microsoft's solution to dynamic, interactive web pages. ASP are web pages that contain scripts in addition to the standard HTML tags.Active Server Pages have an .asp extension. ASP is very similar VB programming. advantage of ASP is that it is language-independent and therefore is easy to use across all     platforms and applications.



     6.JSP(Java Server Pages)- JSP is a web design language developed by Sun Microsystems. It is used to control web page content via servlets,which are little programs that run on a web server. These servlets modify the web page on the server prior to it being displayed within a web browser.The JSP technology enables you to combine regular, static       HTML with dynamically generated HTML.

      7.XML(Extensible Markup Language)-XML is a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere.XML, a formal     recommendation from the World Wide Web Consortium (W3C), is similar to the language of today's Web pages, the Hypertext Markup Language (HTML). Both XML and HTML contain markup symbols to describe the contents of a page or file.

      8.ColdFusion
         ColdFusion, developed by Macromedia, is used to build and serve web pages. It consists of ColdFusion Studio, which is used to create web         pages, and ColdFusion Server, which is used to display the web pages. One of the best features of ColdFusion is the ability to create web pages 'on the fly' from content stored within a database. Although     it is very reliable, ColdFusion may be better suited for larger companie rather than individuals, as it is fairly expensive.


    9.PERL/CGL-: Which is server-side scripting languages, but PHP or ASP will almost always do what you need anyway. 


      10.RSS- which is used to create subscribable feeds, commonly used for blogs, but also used for websites that update content often.