Dot
Net
Sources.com
Monday, 01 March 2010
In this article I'd like to share a Tag cloud web control with star filed jQuery effect. The jQuery plug-in itself is NOT written by me. You can discover the plug-in on [1]. I just wrapped an existing plug-in into a web control in order to be used as quickly as possible for developers wanted to avoid the JavaScript. I realize it is not too much what I have done in this article but I still think it could be very useful. Basically you don?t need to touch JavaScript to reach the effect. It is all wrapped for you in a WebControl. As you see further, you can use it by writing a few lines and the effect is quite impressive... read more.
posted by
Petr Pechovic
Labels:
Friday, 12 February 2010
Just published an old Tip/Trick about configuration application in .NET. Nothing complicated but still helpful :). Read more
posted by
Petr Pechovic
Labels:
.NET  Tip/Trick  
Friday, 29 January 2010
Published an article on CodeProject.com. - In this article I'll cover OOP principles in MS AJAX JavaScript Library. It is quite a big topic but I decided to highlight only the essential things that should be known by developers creating server side controls extended by client capabilities. Click here for reading the article.
posted by
Petr Pechovic
Labels:
Tuesday, 22 December 2009
Just won the monthly competition on codeproject.com. Thanks everyone for reading and voting for it.
posted by
Petr Pechovic
Labels:
Awards  
Monday, 23 November 2009
An article published. It's about the solutions to split page load into multiple stages. Click here for reading the article.
posted by
Petr Pechovic
Labels:
Sunday, 25 October 2009
Published an article about popup boxes such a message box and confirm box in ASP.NET. Click here for reading the article.
posted by
Petr Pechovic
Labels:
Friday, 31 July 2009
Published an article about steps to create a custom Update Progress control in ASP.NET. Click here for reading the article.
posted by
Petr Pechovic
Labels:
ASP.NET  AJAX  Article  .NET