UI: Jquery is Javascript Library
Jquery Basics:With the title itself, anybody can deduce that we are indirectly talking about javascript only. So, we can say that Javascipt is the guardian of Jquery. These are client end technologies...
View ArticlejQuery: Effects/Methods
In our last article, jQuery Part 1 , we covered the basic understanding and now we will move to Methods or effects available in jQuery.Hide/Show/Toggle MethodsThe most used method Hide/Show. From the...
View ArticleStyles of Source Code Comments in C#, SQL, XML, HTML, CSS, JavaScript
Developers take months to write beautiful pieces of code and reviewer gets only few hours or I say, minutes to provide suggestions and improvisations. Then it becomes a hard deal for a developer to...
View ArticleRegisterClientScriptBlock, RegisterClientScriptInclude
“Current trends are more inclined towards the client model for a better UI experience where small pieces of client script are integrated into the application.” These client scripts can be declaratively...
View ArticleRegisterStartupScript, RegisterOnSubmitStatement
We have discussed RegisterClientScriptBlock, RegisterClientScriptInclude in our previous article here. There are two more methods to client script dynamically from server side. We will discuss these...
View Article