Tag Archives: How to

how to align web page to center

Apr 23, 2012

A website leans to look more balanced when it’s centered on the monitor, instead of clinging to the left side with lots of white space..

Read more

How to Make Barcode Regions in the

Apr 20, 2012

This methodological tip shows how to read the image and mark all the barcode regions, for all the recognized barcodes in the image. The barcode..

Read more

How to Debug PHP Source Code in

Apr 18, 2012

<pre><!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″> <title>NetBeans PHP debugging sample</title> </head> <body> <?php $m=5; $n=10; $sum_of_factorials = calculate_sum_of_factorials..

Read more

How to Styling iframes with CSS

Apr 17, 2012

If you still haven’t heard, hear it now: FRAMES ARE DEAD – well, technically, they are more like the undead – the zombies of webdesign…

Read more

how to change font style in css

Apr 12, 2012

The FONT tag is dead. Long live CSS! Please help spread the word, too many people STILL have not gotten that memo and merrily use..

Read more

how to create a hyperlink in html

Apr 09, 2012

HTML Hyperlinks (Links) A hyperlink (or link) is a word, group of words, or image that you can click on to bound to a new..

Read more