Friday, July 10, 2009

5 Free professional dating site templates

Making a website template is a time consuming as well as costly. In this post i will try to help how you will get a List of FREE WEB TEMPLATES to start your business within a couple of days. Each free templates will provide you the professional looks & feel. Just DOWNLOAD FREE TEMPLATES & start to earn money. If you are thinking to run a Love Romance or Dating site then read my post. When you

How to enable or disable Javascript in a web browser like Internet Explorer (IE), Mozilla Firefox, Opera

If you want to view webpages with javascripts then you need to ensure your web browser is javascript enabled. Most of the users enabled javascript by default thats why developer never take care this issue. Generally you can view a web page without enabling javascript but you may miss the javascript funtionality of this web page. Web developers do a lot of work using javascript so it will be

Thursday, July 9, 2009

Making or creating comma separated value list in a single line using SQL SP or UDF

Most of the times we need to display a summary or quotation line in our page by making a comma separated value list from SQL Server table data rows. But the reality is we did not get any built in function from SQL Server. But we did it by applying few techniques. Lets for SQL Server we can use the COALESCE function, In SQL Server 2000 we can use a variable smartly in our SELECT statement. To do