Web Development with .NET and Jquery
Wednesday, 10 April 2013
Sunday, 30 December 2012
Monday, 17 December 2012
Sunday, 5 August 2012
Friday, 3 August 2012
text Blink with Jquery
.min.js"></script>
<div id="msg"> <strong><font color="red">Awesome Gallery By Anil Labs</font></strong></p> </div>
<script type="text/javascript" >
function blink(selector){
$(selector).fadeOut('slow', function(){
$(this).fadeIn('slow', function(){
blink(this);
});
});
}
blink('#msg');
</script>
Sunday, 29 July 2012
10 ASP.NET Performance and Scalability Secrets
http://www.codeproject.com/Articles/23306/10-ASP-NET-Performance-and-Scalability-Secrets
Caching Images in ASP.NET
insert and remove cache
http://www.codeproject.com/Articles/12097/Cache-Management-in-ASP-NET
Caching tutorials
http://www.mnot.net/cache_docs/
http://www.codeproject.com/Articles/22888/Caching-Images-in-ASP-NET
http://www.codeproject.com/Articles/12097/Cache-Management-in-ASP-NET
Caching tutorials
http://www.mnot.net/cache_docs/
http://www.codeproject.com/Articles/22888/Caching-Images-in-ASP-NET
Subscribe to:
Posts (Atom)