Archive for the ‘Programming Language’ Category

Determining how much a web site should cost is one of the most frequently asked but rarely answered questions in the web design world. Even now, with millions of web sites online, there exists no magic formula for calculating either the cost of a new web site or the cost of a redesign. For this [...]

What is XHTML?

Posted: January 24, 2011 in HTML, Programming Language
Tags:

Extensive Hypertext Markup Language or XHTML aims to replace HTML.  XHTML is similar to HTML but is considered to be cleaner and more concise than HTML. XHTML is also known as HTML but acts as an XML(Extensible Markup Language) application. Moreover, all web servers support it. XHTML consists of all the elements in HTML combined [...]

HTML ELEMENTS

Posted: December 23, 2010 in HTML, Programming Language
Tags: ,

An HTML element is everything from the start tag to the end tag: Start tag * Element content End tag * <p> This is a paragraph </p> <a href=”default.htm” > This is a link </a> <br /> * The start tag is often called the opening tag. The end tag is often called the closing [...]

You learn how many possible code’s are good in html. Maybe if you are newly in developing web. Here are start in coding.: Sample Code: Simple Heading: HTML headings are defined with the <h1> to <h6> tags. <h1>This is a heading</h1> <h2>This is a heading</h2> <h3>This is a heading</h3> HTML Paragraphs HTML paragraphs are defined [...]

HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages. I’m using this script for using a template. Open start:  all programs -> accessories -> notepad OR if you have dreamweaver go [...]

SQL for Beginners

Posted: December 21, 2010 in Programming Language
Tags: , ,

SQL – Structure Query Language for Beginners- Database. We continue our journey into the world of SQL and relational database systems. First we know, SQL is short for Structured Query Language and is a widely used database language, providing means of data manipulation (store, retrieve, update, delete) and database creation. Almost all modern Relational Database [...]

Every web developer needs to use Javascript in creating web applications, and when it comes to displaying multiple items on a page with a focus on a single item Sliders and Scrollers comes in handy. You can use Javascript Sliders and Scrollers with news, images or products to display data in an organized and user [...]

To create a jquery pop up image, you need an script for pop up image. This code: An prettyPhoto.css was the design for the pop up border, background, image and the arrow. It look like this: “<link href=”css/prettyPhoto.css” type=”text/css” rel=”stylesheet” />” then: Then a jscript that look for animation in pop up JAVASCRIPT: <script src=”http://www.google.com/jsapi” [...]