SlartyBartfast

Stories kicked by friends of SlartyBartfast

Add a user interface to mailto links with manyMail (jQuery plug-in)(blog.toepoke.co.uk)

submitted by chittychitty(114) 1 year, 4 months ago

Article demonstrating a jQuery plug-in that enhances mailto hyperlinks with a dialog front-end. read more...

add a comment |category: |Views: 46

tags: another

Capitalise text inputs with CSS(blog.toepoke.co.uk)

submitted by chittychitty(114) 1 year, 5 months ago

Illustrates how to improve data quality and user experience by capitalising names without resorting to javascript. read more...

add a comment |category: |Views: 241

tags: another

Config management with Rake for .net projects.(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 1 year, 7 months ago

Managing configuration for multiple environments in .net projects with Rake and Configatron read more...

add a comment |category: |Views: 181

tags: another

Displaying YouTube videos in your MS MVC website(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 2 years, 5 months ago

Little article demonstrating how to Display relevant YouTube videos on your MS MVC website. We use Google Data API to search youtube, and display on your page with a little jQuery AJAX magic. read more...

add a comment |category: |Views: 14

tags: another

Creating a scrollable list that scrolls when dragged with jQuery(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 2 years, 7 months ago

DraggableList is a jquery plugin for making a list or other html element scroll within a draggable container. Simply point the pluggin at an unordered list (or other element), specify a containment size and the list will become draggable. Drag the list up and down to scroll its contents. read more...

add a comment |category: |Views: 56

tags: another