Wednesday, April 18, 2007

53 CSS-Techniques You Couldn’t Live Without

Cascading Style sheet are used by more and more web developers today. CSS has many advantages over the simple html. It is compact and can be used as general resource for all the web pages.

I have found a great article which has 53 ideas for CSS and you can't ignore them. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites.

here is the link:
http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/
Share:

Free xhtml templates

Xhtml is now becoming the defacto standard for the web application. It has more advantage over the simple html.

I have found the cool link to download professional templates which is absoultely free.
here is the link...
http://www.templateworld.com/free_templates.htmll
Share:
Tuesday, April 17, 2007

Formating date in asp.net1.1 datagrid.

Some time we need to display the dates in data grid. And we have to format it as per the requirement.

here is the way to format link in the data grid.

First Select data grid and open property window by pressing f4. Then go to the.
Click on the property builder then click the columns and select the column which you
want to display in date format.

Then go to the data formating expression text box and paste the following code.
{0:dd/MM/yyyy}

compile the application and now data will be display in dd/MM/yyyy format.

Here you can specify any valid format for date.
Share:

How to market your blog

A blog is a great platform to give your opinion and discuss your life with others. If you are a great blogger and you are writing posts about everything but nobody is visiting your blog then it is worthless. So you have to market your blog.

There is lots of way to market your blog. I have found a great link for marketing your blog.

here is the link:
http://www.problogger.net/archives/2007/01/11/how-to-market-your-blog-in-2007/
Share:

Microsoft Anti-Cross Site Scripting Library version 1.5

Microsoft has launched anti scripting library to secure your website from cross scripting.

The Anti-Cross Site Scripting Library can be used to provide a high degree of protection to Web-based applications against Cross-Site Scripting (XSS) attacks.


http://www.microsoft.com/downloads/details.aspx?familyid=efb9c819-53ff-4f82-bfaf-e11625130c25&displaylang=en
Share:

How hackers hack the ajax enabled site. + Stop Hacking

Have you ever think about the securing your ajax enabled websites? Hacker use XSS vulnerabilities to hack this kind of site.

I have found great link that deeply discuss the this XSS vulnerabilities. Mike Ormond has deeply explained about stopping hackers to hack your asp.net Ajax enabled website.

here is the link

http://blogs.msdn.com/mikeormond/archive/2007/04/04/hacking-ajax-applications.aspx
Share:
Friday, April 13, 2007

ASP.NET 1.1-Document Outline Window

If you are using visual studio.net 2003 and you are finding some html code or you want to see the html code for the particular source then document outline window will help you.

It provides the complete tree structure of a html code. So you can easily navigate through it and by selecting particular node will directly moves cursor to that control related code in html pane.

It is a very useful tool navigate between elements of a page or control.

You can see this windows by pressing Ctrl+Alt+ T or you can go through view->Other window -> Document Outline

Here is the screen shot for document outline window.

Share:

Support this blog-Buy me a coffee

Buy me a coffeeBuy me a coffee
Search This Blog
Subscribe to my blog

  

My Mvp Profile
Follow us on facebook
Blog Archive
Total Pageviews