Posts Tagged ‘javascript’

Setup Facebook Like Button and Like Box

Posted: 7th May 2010 by thegrayzone in Development
Tags: , , ,

I recently added a Like Button and Like Box to LesleyWilliamson.com. This is part of their new set of Social Plugins and was surprisingly easy. There are 2 ways that you can add each of the plugins, I opted to use the XFBML option rather than the iframe method (which is easier!). Initial Setup Before [...]

Dynamic jQuery UI Dialog buttons

Posted: 16th March 2010 by thegrayzone in Development
Tags: , ,

The project that I’m currently working on is an ASP.NET MVC app, with the majority of calls to server side methods being made via jQuery AJAX, returning PartialViews that are then shown in jQuery UI Dialogs. I’ve created a few generic methods for helping with common functionality used by many Dialogs. As part of this [...]