Here’s a WordPress plugin that will allow you to create a slideshow from posts – using either the provided “Heroes” content type or any other post type. Added bonus – you can place the slideshow anywhere with a shortcode. Uses jQuery Cycle.
Posts Tagged ‘jQuery’
WordPress Plugin – Sponsor Flipwall Shortcode
2 Feb , 2012
Here’s a Wordpress plugin that lets you create a cool sponsor wall with flip effect; instead of complicated post management, embed tiles anywhere with shortcodes!
Drupal – How to Get a List of your Active Modules
25 Jan , 2012
How to get a list of active Drupal modules – all from within your browser! Use this jQuery snippet to render a table complete with links to each module’s project page.
ASP.NET MVC: Using Ajax, Json and PartialViews
24 May , 2010
While working on a new ASP.NET MVC project, I had a simple objective: add a new record and refresh my View. After sifting through several sites I found several resources that lead me to accomplish my goal. I’ve compiled my result into a new sample MVC Application that I created in Visual Studio that you [...]
Updating a .NET Page in Real-Time Using jQuery and AJAX
29 Oct , 2009
Here’s a problem I bet you’ve run into before. You have a long-running function on one of your .NET pages and you want to provide real-time feedback to the user while they’re waiting on the function to complete (by function, I mean a method or a set of methods in the code-behind). So you put [...]
