savagekid

Stories submitted by savagekid

Getting specific with the Specification Pattern(2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 1 year, 2 months ago

The idea of Specification pattern according to Martin Fowler is to separate the statement of how to match a candidate, from the candidate object that it is matched against. As well as its usefulness in selection, it is also valuable for validation and for building to order. read more...

add a comment |category: |Views: 4

tags: another

Fun with jQuery clone() and animate()(2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 2 years, 4 months ago

While going through the jQuery API documention, I realised that I have not tried my hands at many of its wonderful functions. So I thought of doing something creative with clone() and animate() functions. read more...

add a comment |category: |Views: 12

tags: another

jQuery Show/Hide Content(2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 2 years, 4 months ago

Here is a technique I normally use to show/hide a content in a div tag. This is quite an useful UI technique in situations where you have to show a Master-Child data, where the child data will be hidden initially and will be shown on demand on click of a image or button. read more...

add a comment |category: |Views: 48

tags: another

Check availability of Username using ASP.NET MVC and jQuery (2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 2 years, 4 months ago

Here is a simple way to check if an Username is available using ASP.NET MVC and jQuery read more...

add a comment |category: |Views: 20

tags: another

Generating a Shorter URL using bit.ly API and jQuery (2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 2 years, 4 months ago

Here is a simple jQuery script to generate shorter URL using the bit.ly API read more...

add a comment |category: |Views: 9

tags: another

Handling Exceptions using jQuery and ASP.NET MVC(2leggedspider.wordpress.com)

submitted by savagekidsavagekid(70) 2 years, 4 months ago

Using AJAX has become one of the de facto practices in many web based RIAs. The use of jQuery is on the rise in many web applications, especially the ones built using ASP.NET MVC. Making AJAX calls using jQuery is quick and easy. A typical web request can have an expected response or an exception. It is therefore important to catch exceptions when we make any AJAX calls so that we can show some message which makes sense to the user. read more...

add a comment |category: |Views: 10

tags: another

Interactive Application Architecture Patterns(ctrl-shift-b.blogspot.com)

submitted by savagekidsavagekid(70) 4 years, 5 months ago

An Introduction to the Model-View-Controller, Model-View-Presenter, and Presentation-Abstraction-Control Patterns read more...

add a comment |category: |Views: 19

tags: another

Wire-up MVP and Castle Windsor for Dependency Injection(codebetter.com)

submitted by savagekidsavagekid(70) 4 years, 5 months ago

Article which shows automatic injection of presenter in to the view class with ASP.NET as the view. It also shows how the CreateNew attribute used in Composite Web UI Application Block actually works read more...

add a comment |category: |Views: 164

tags: another