Tag Archive | technology

PHP OVER ASP.NET

Both languages have powered to provide a better application. But slight advantages can hang over to PHP. PHP will work well in any kind of platform and server.  ASP.NET can be used only with Internet Information Server (IIS). Both are same but ASP.NET is more on Rapid-Application-Development and PHP is more on Coding. For PHP, […]

Types of Coding in Webdesign | Web Development

Basic web development(Coding types) might consist of: Client side coding: HTML5 and CSS3 Flash Java Script jQuery Microsoft Silverlight AJAX Server side coding: PHP (open source) ASP (Microsoft proprietary) ActiveVFP (open source) CSP, Server-Side ANSI C ColdFusion (Adobe proprietary, formerly Macromedia, formerly Allaire) CGI Erlang, with Linux, Yaws, Mnesia, Erlang (LYME) solution stack Groovy (programming […]

HTML | Tags | Presentation Tags

These are just three of the ten options available to indicate how text can appear in XHTML. The full list is bold, italic, monospaced, underlined, strikethrough, teletype, larger, smaller, superscripted, and subscripted text. <b>: Anything that appears in a <b> element is displayed in bold. <!DOCTYPE HTML— <p>This is <b>Bold Text</b></p> </html> <i>: The content […]

HTML | Tags | Pharse Tags

          The following elements are not just for presentational purposes; they also describe something about their content. <em>: The content of an <em> element is intended to be a point of emphasis in your document, and it is usually displayed in italicized text. <!DOCTYPE HTML— <p>This is the <em>Emphasis Text</em> </p> […]

HTML | Tags | Lists

There are many reasons you might want to add a list to your pages.You can create three types of lists in XHTML: Unordered lists ,which are like lists of bullet points Ordered lists ,which use a sequence of numbers or letters instead  of bullet points Definition lists ,which allow you to specify a term and […]

HTML | Comments

Comments: HTML comments are fairly simple to include in your document, as they have a simple format. A comment in your document might resemble the following: <!– This is a comment –> Anything after    <  !–    until the closing    –>    will not be displayed. It can still be seen in the source code for  the […]

HTML | Tags | Headings | Breaks

  Headings: XHTML offers six levels of headings, which use the elements <h1> ,<h2> ,<h3> ,<h4> ,<h5> and <h6>. Browsers display the <h1> element as the largest of the six and <h6> as the smallest. Most browsers display the contents of the <h1> ,<h2> and <h3> elements  larger than the default size of text in […]

Web Design Technologies

 Web designers use a variety of different tools depending on what part of the production process they are involved in. These tools are updated over time by newer standards and software but the principles behind them remain the same. Web graphic designers use vector and raster graphics packages for creating web formatted imagery or design […]