SlartyBartfast

Stories kicked by SlartyBartfast

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

Fancy validation pointer messages without images(webpangea.blogspot.com)

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

Here's a neat little CSS trick that allows you to create validation messages which point to the relevant field without the use of images. read more...

add a comment |category: |Views: 18

tags: another

Creating separate views to target mobile devices in MS MVC(webpangea.blogspot.com)

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

how-to on creating separate view files to target mobile phones in your MS MVC websites. By the end of the article, I will have shown how to create new directories within your view folders which target various mobile devices by overriding WebFormViewEngine read more...

add a comment |category: |Views: 18

tags: another

Database independence with NHibernate(ayende.com)

submitted by .NetKicks.NetKicks(1304) 2 years, 7 months ago

Ayende comments on achieving database independence with NHibernate. read more...

add a comment |category: |Views: 26

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

Cruise control with MSBuild - Switching a reference on the build serve(webpangea.blogspot.com)

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

A write up on a method for including a different DLL at build time for a project using Cruise Control with MSBuild - useful for switching 32 bit DLL references to 64 bit DLL references to create builds ready for 64 bit servers when you work in a 32 bit environment read more...

add a comment |category: |Views: 19

tags: another

Using a windows service to schedule a job in VB.Net(webpangea.blogspot.com)

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

A quick run down on how to schedule a job from a windows service in VB.Net using the Quartz.net scheduling library. read more...

add a comment |category: |Views: 105

tags: another

XSRF Attacks in AJAX enabled apps(webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(95) 3 years ago

A bit of research and a brief P.O.C. demonstrating a cross site request forgery against an AJAX enabled application... read more...

1 comment |category: |Views: 38

tags: another