Monday, May 11, 2009

Add a default time and make the dropdownlist required (not include that item)

Add a dropdownlist with the value of default item=0:
<asp:dropdownlist id="ddlExample" runat="server" appenddatabounditems="true">
<asp:listitem text="select" value="0"></asp:listitem>
</asp:dropdownlist>

Add a requiredfieldvalidator with the initialvalue=0:

<asp:requiredfieldvalidator id="rfvExample" runat="server" initialvalue="0" controltovalidate="ddlExample" text="select plz">
</asp:requiredfieldvalidator>

2009 Google Flash SEO

http://www.beussery.com/blog/index.php/2008/10/google-flash-seo/

Webmaster guidelines

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769

Saturday, May 2, 2009

XSS (Cross Site Scripting) Prevention Cheat Sheet

http://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet