Posts Tagged ‘Web’
On of the useful things you can do with GridViews in ASP.NET is to run code during the rendering of each individual row. This allows you to change aspects, such as visual appearance, of each row based on the values of the cells. For instance, you can change the background color of the cell based [...]
One of the pain points with developing AJAX, JavaScript, JQuery, and other client-side behaviors is that JavaScript doesn’t allow for cross domain request for pulling content. For example, JavaScript code on www.johnchapman.name could not pull content or data from www.bing.com. One way to overcome this issue is by using a server-side proxy on the site [...]
When designing high traffic websites, it is important to ensure the pages load quickly and not make excessive use of server resources. One of the biggest culprets to slow page loads and exessive use of server resources is images. There are many instances where images used for design and layout purposes could be replaced with [...]
With the privacy concerns that many people have with Facebook, many have decided to attempt to delete their accounts and rid themselves of the social network. From the Facebook website and from your profile page, it is not easy or obvious how to delete your account. It is by design. Facebook profits from your account [...]
