Home

Relevant sites

Retrieving Data from MySql into HTML Table Using PHP PDF E-mail
Thursday, 24 July 2008 06:36

In last article I explained how to make a connection to MySql server and how to create a MySql database using PHP. This article is continuation of last article.

Last Updated on Friday, 31 July 2009 07:45
Read more...
 
Connecting to MySql Server Using PHP PDF E-mail
Friday, 11 July 2008 05:03

PHP provides several functions to perform DML operation on MySql database. These functions allow to establish connection, retrieve data and update existing data. Some of the most commonly used functions are

Last Updated on Sunday, 07 June 2009 16:44
Read more...
 
IDs in Cascading Style Sheets (CSS) PDF E-mail
Saturday, 28 June 2008 11:02

CSS allow us to redefine properties of HTML elements. By redefining properties we can create attractive look and feel for web pages. More importantly its usage is simple and straight forward. For example consider following rule.

P

{

color: #F00 ;

}

In above rule ā€œPā€ is a basic CSS selector which can be used to change any property of Paragraph.

Last Updated on Wednesday, 17 June 2009 08:12
Read more...
 
Classes in Cascading Style Sheets (CSS) PDF E-mail
Tuesday, 01 July 2008 06:29

Classes are power mechanism available in CSS to control the layout and formatting of the page. Class allows us to combine elements into group. CSS rules are applied to a class. All the elements grouped in that class are effect by applied rules.

Last Updated on Tuesday, 01 July 2008 06:38
Read more...
 
How to apply CSS to web documents PDF E-mail
Monday, 23 June 2008 08:34

CSS applies styles to individual HTML elements. We can apply CSS to HTML elements in following four ways

 

  • Inline Style
  • Embedded Style
  • External Style
  • Importing Style
Last Updated on Thursday, 18 September 2008 09:20
Read more...
 
«StartPrev123NextEnd»

Page 2 of 3