Skip to content

Tag Archives: javascript

Two Easy Methods for Confirm Dialog with ActionLink

10-Mar-09

Hi guys, today I would like to present two easy ways in which to present a confirm dialog to the user (such as “Are you sure you wish to delete this item?”) from a button or link click before performing a particular action on your ASP.NET MVC website.  If you are already somewhat familiar with [...]

Why JSON data structures are good for you when using AJAX

13-Jan-09

Below is a real good reason to compile a well-formed JSON data structure if you are about to send data through ajax with jquery, as sometimes (like today of course) you can receive undesirable and unexpected results if you take the cheap and nasty option of a simple serialised data string. I thought this is [...]

My name is Graham O'Neale and I'm a software architect from Gold Coast, Australia. I am an overtime thinker, full time coder and awake part time in the real world. I have a keen interest in software development, particularly in the realm of programming (C#, ASP.NET, ASP.NET MVC, LINQ (2 SQL), Entity Framework, Silverlight, Blend, WCF, WPF) and a keen interest in the cutting edge and innovation. I have a new found love for design patterns, ALT.NET practices and well crafted software architecture. The purpose of this blog is to express any thoughts, findings, tips and gripes along my travels in the wonderful world of coding and technology...