Embed Windows Live Messenger in web page

msnim: command How to use Windows Live Messenger (MSN) functions in web page? Command list :- Use this file command we can add, chat, voice and video chat too.. <a href="msnim:chat?contact=[USERNAME]">Contact us</a>  -- To chat <a href="msnim:add?contact=[USERNAME]">Add me</a> -- Add to contact list <a href="msnim:voice?contact=[USERNAME]">Voice chat</a>  -- Strat voice chat <a href="msnim:video?contact=[USERNAME]">Video conversation</a>    -...
More

How to get elements with contains text with help of jQuery

Get the elements which contains specified text inside the element(inner html) In this post I am going to explain about how to get elements which elements have specified text in that innerhtml. For example I have list of items with some contains. So, now we want to get the element which contains "jQuery". Example here :- Example html code :- <ol id="list" type="digit"> <li>I love <b>jQuery</b>.</li> <li>Java script is Basic</li> <li>Now a days j...
More

ASP.NET Security Vulnerability and prevent that

Patch to fix the ASP.NET Security Vulnerability is now available on Windows Update : ASP.NET Security Update Now Available on Windows Updates http://weblogs.asp.net/scottgu/archive/2010/09/30/asp-net-security-fix-now-on-windows-update.aspx -- Updated on 01st-Oct-2010 Official patch released : ASP.NET Security Update Now Available http://weblogs.asp.net/scottgu/archive/2010/09/28/asp-net-security-update-now-available.aspx -- Updated on 29th-Sep-2010 In this post I am going say something about ASP...
More