Chandan Web Blog.

Entries for June, 2008

How to include multiple CSS and JS files using Typoscript

You may include multiple CSS files using the following code: page.includeCSS { file1 = fileadmin/templates/project1/css/file1.css file2 = fileadmin/templates/project1/css/file2.css file3 = fileadmin/templates/project1/css/file3.css } Use this code to include Javascript files: page.includeJS { file1 = fileadmin/templates/project1/js/file1.js file2 = fileadmin/templates/project1/js/file2.js file3 = fileadmin/templates/project1/js/file3.js } Consider you wish to have a CSS specifically for IE 6 and below: [version= [...]

Running several name-based web sites on single IP address on Fedora 8

I have given below a few main points which may be useful in setting up a virtual host on Fedora 8. I would give these examples considering you wish to have www.url-1.com and www.url-2.com. Step 1: Add your new domain to hosts file. This is very essential else you will get address not found error! [...]

  
Subscribe to this page grab our RSS feed
search_left
Theme & Wordpress Integration - by Chandan