NewLine Carriage return code in ASP

Use the following code if you want to implement a newline or a carriage return inside a rendered file. vbNewLine = “\n” (specific new line character for a new Platform; whichever is appropriate for current platform) vbCrLf = “\n” (Carriage & return linefeed combined) vbCr … More


Customzing the Footer of a Word Press Theme

For the sake of simiplicity we are looking at cleaning up the code of the footer within the Twenty Ten theme of Word Press. Simply open the footer.php file for editing and remove the code between the following tags: </div><!– #main –> ……. code ……. … More


Adding a third column to the Twenty Ten theme

The Twenty Ten WordPress theme ships with a two-column layout. A Main content area for your posts (left side) and a right column sidebar for your widgets and navigation. That all sounds good, but in many cases, you might want to add a third column … More


Modifying the Header of the Twenty Ten Theme in WordPress

In order to Make changes to the Header of the Twenty Ten Theme in WordPress 3.x Open the style.css file for editing from the Appearance > Editor  Menu First we would like to change the header /* =Header ————————————————————– */ #header { padding: 30px 0 … More


Modifying the Layout width of a WordPress theme

The word press themes are pretty much similar, however we are going to stress on using the TwentyTen theme which ships with WordPress 3.x The current width used in the Twenty Ten theme is 940px by width, we need to change this (for our example) … More



Featured