Browse by Tags

All Tags » Web Development (RSS)

Introduction to canvas element in HTML 5 by sreejukg

One of the new features in HTML 5 is the canvas element. Canvas is a rectangular area where you can draw various objects using the script. In a more simple way you can consider canvas as a rectangular area where you can create your own graphics in the...

Prevent Cross Site Scripting/HTML injection attacks with <%: by sreejukg

The intention of this article is to speak about the new <%: (Known as Code Nugget syntax) introduced in ASP.Net 4. As mentioned in the title, this will help developers to avoid cross site scripting (XSS) attacks. What is Cross Site Scripting? Lot of...

ViewStateMode in ASP.Net 4.0 by sreejukg

When asp.net introduced the concept of viewstate, it changed the way how developers maintain the state for the controls in a web page. Until then to keep the track of the control(in classic asp), it was the developer responsibility to manually assign...

Getting started with Google custom search Integration by sreejukg

This article assumes that you have a google account already created. If you do not have a google account, you can sign up one from here https://www.google.com/accounts/NewAccount . This article assumes that you want to allow users to search your site...
Filed under:
More Posts