justinbezanson

Stories submitted by friends of justinbezanson

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 16 days, 21 hours ago

Getting started with NuGet can be very confusing because there are really four parts to it with separate downloads. This post is an effort to make it easier to grasp and get started. read more...

add a comment |category: |Views: 2

tags: another

Open Tabs to the Right in Visual Studio 2011 Beta(www.codersbarn.com)

submitted by BognitBognit(2125) 29 days, 2 hours ago

I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. read more...

add a comment |category: |Views: 2

tags: another

The Future of ASP.NET Web Forms(www.codersbarn.com)

submitted by BognitBognit(2125) 1 month, 8 days ago

We've all seen the growing popularity of ASP.NET MVC over recent years and the most common reaction is to want to play with it but when it comes time to making the switch, we often experience the "don't move my cheese" syndrome. read more...

add a comment |category: |Views: 17

tags: another

2 Important Things to Notice When Using Lock() Statement(www.dev102.com)

submitted by razamitrazamit(4566) 2 months, 20 days ago

2 Important Things to Notice When Using Lock() Statement read more...

2 comments |category: |Views: 19

tags: another

How to Suppress / Disable Script Errors in WPF WebBrowser Control(www.dev102.com)

submitted by razamitrazamit(4566) 3 months, 2 days ago

suppressing the script error on the new webbrowser control read more...

add a comment |category: |Views: 3

tags: another

Ajax File Upload With ASP.NET Using Valums’ Script(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 3 months, 21 days ago

ASP.NET applications can be easily integrated with ajax file upload scripts. Valums' ajax upload script is easily customizable and extendable read more...

add a comment |category: |Views: 15

tags: another

Open Tabs to the Right in Visual Studio 2010(www.codersbarn.com)

submitted by BognitBognit(2125) 4 months, 11 days ago

It really annoys me that files are opened in the tab bar in Visual Studio by default to the left. read more...

add a comment |category: |Views: 4

tags: another

How to Customize jQuery UI Autocomplete to Update Multiple Fields(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 4 months, 23 days ago

jQuery UI Autocomplete widget can be customized to update arbitrary number of fields. This tutorial presents end-to-end solution how to put it together with ASP.NET Webservice. read more...

add a comment |category: |Views: 5

tags: another

Calling Console Application from Web Form(codersbarn.com)

submitted by BognitBognit(2125) 6 months, 15 days ago

To call the console app from the Web form code-behind we use the Process.Start method. We can avail of the ProcessStartInfo class to set up any properties in advance of making the process call. read more...

add a comment |category: |Views: 5

tags: another

Responsive Web Design - Stop and Think(www.codersbarn.com)

submitted by BognitBognit(2125) 8 months, 28 days ago

This article by Ethan Marcotte on Responsive Web Design has been widely touted as the designer's panacea for all things mobile. Other leading designers such as Jeffrey Zeldman and Andy Clarke have all jumped on the band wagon. Considering the amount of influence these guys have on young designers, it saddens me that leading designers, of all people, would sacrifice their art on the altar of a quick fix. read more...

add a comment |category: |Views: 4

tags: another

jQuery UI Selectable with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 9 months, 26 days ago

Long lists of checkboxes or multiselect list are not very pleasant to use. jQuery Selectable plugin offers viable alternative. In this post you can check how to get it working with ASP.NET read more...

1 comment |category: |Views: 7

tags: another

jQuery UI Datepicker with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 4 days ago

In this article you will find step by step guide how to integrate jQuery UI Datepicker with ASP.NET read more...

add a comment |category: |Views: 11

tags: another

Button Click Event via Ajax with jQuery(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 8 days ago

In this post you will see how easy you can call some ASP.NET server side method using jQuery via Ajax. There are number of scenarios in which this trick can be useful but for me the most appealing one are asynchronous autosaves. You have seen it in number of places for sure – basically whenever you give user an option to enter long piece of content, it’s a good practice to implement autosave, just in case, to prevent user’s content from disappearing because of browser crash or session timeout. read more...

add a comment |category: |Views: 15

tags: another

jQuery UI Autocomplete with ASP.NET(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 10 months, 14 days ago

jQuery UI provides a few very nice and very useful widgets which you can really easily integrate with your application. In this post I will show you how to use Autocomplete widget to implement predictive search. read more...

add a comment |category: |Views: 8

tags: another

Easy Client Side Repeater with jTemplates Part 3(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 1 month ago

Post shows how to recreate ItemTemplate and AlternatingItemTemplate with jTemplates for client side repeater read more...

add a comment |category: |Views: 11

tags: another

Easy Client Side Repeater with jTemplates part 2(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 1 year, 1 month ago

In the first part of that article it was showed how to use jTemplates plugin to build client side repeater. In this part author shows how to make that work with data from ASP.NET WebService. read more...

add a comment |category: |Views: 9

tags: another