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 [...]

  • Share/Bookmark
Wednesday, July 21st, 2010 at 12:02 | 3 comments
Categories: Code, How To, Web

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 [...]

  • Share/Bookmark
Wednesday, June 23rd, 2010 at 08:43 | 5 comments
Categories: Code, How To, Web, jQuery

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 [...]

  • Share/Bookmark
Thursday, June 10th, 2010 at 13:52 | 0 comments
Categories: Code, Graphics, How To, Web

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 [...]

  • Share/Bookmark
Thursday, May 13th, 2010 at 18:07 | 0 comments
Categories: How To, Web
TOP