ipich

Stories kicked by ipich

Use jQuery and quickSearch to interactively search any data(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 6 months ago

A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. read more...

1 comment |category: |Views: 288

tags: another

Gravatar with ASP.NET MVC(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 6 months ago

Ryan Lanciaux discusses a class for retrieving Gravatar images -- this class was mainly written to facilitate using Gravatar with ASP.NET MVC. read more...

2 comments |category: |Views: 328

tags: another

jQuery Intellisense Updates from Microsoft(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 6 months ago

With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

1 comment |category: |Views: 364

tags: another

Aggiorno 1.3beta with the all powerful -SMART SEARCH and REPLACE(aggiorno.com)

submitted by fzoufalyfzoufaly(575) 3 years, 6 months ago

Aggiorno now has a very powerful SMART SEARCH and REPLACE. Just like a Find & Replace that understands and takes into consideration markup while working. read more...

1 comment |category: |Views: 149

tags: another

How to Use Visual Studio jQuery IntelliSense Supported Through Hotfix(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 6 months ago

Jeff King, Program Manager for Visual Studio Web Tools blogged VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files on Friday. The HotFix (VS2008 SP1 only) allows Visual Studio to find "-vsdoc.js" files that have commenting for IntelliSense in the same folder as a script file linked to from your document. In this post I am going to show you how to get IntelliSense working once the HotFix is installed in both a normal aspx page as well as ASP.NET MasterPage. read more...

2 comments |category: |Views: 342

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed(blog.wekeroad.com)

submitted by ChadMoranChadMoran(535) 3 years, 6 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments |category: |Views: 417

tags: another

Vista DWM Hacking – Capture and Stream D3D/WPF Windows Real-Time(jmorrill.hjtcentral.com)

submitted by jdollahjdollah(345) 3 years, 6 months ago

This prototype project uses undocumented Vista DWM calls to get reference to a Direct3D surface the Vista DWM uses to paint windows. The D3D surface is then able to be rendered in a WPF application like a "VisualBrush". Because this is done in the GPU, it is very efficient. The sample application will also let you stream a high quality, high fps capture of your video to Silverlight or Windows Media Player. read more...

4 comments |category: |Views: 902

tags: another

WPF Model - View - View-Model Screencast(blog.lab49.com)

submitted by markheathmarkheath(1485) 3 years, 6 months ago

A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. read more...

4 comments |category: |Views: 554

tags: another

Starting with jQuery - Using jQuery with Web Forms(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 6 months ago

In this sixth and final entry on a series of post focused on using jQuery with no prior knowledge, I dive into applying jQuery into the traditional ASP.Net web form environment. The example code covered in this entry focuses on applying the jQuery Validation plug-in against 2 sets of input in the same form. To make the example more realistic, the form fields are contained inside of content page to ensure the code works with ASP.Net's client id renaming feature/annoyance. read more...

1 comment |category: |Views: 483

tags: another

PagedList Sorted Edition(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Sorted Edition of PagedList read more...

3 comments |category: |Views: 324

tags: another

NHibernate Profiler: A guided tour(ayende.com)

submitted by bennagebennage(1150) 3 years, 6 months ago

Ayende provides an introduction to his upcoming tools for analyzing NHibernate usage. read more...

1 comment |category: |Views: 281

tags: another

C# Structs(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 6 months ago

What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! read more...

11 comments |category: |Views: 951

tags: another

Boy Scout Check-ins(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 6 months ago

How to leave your code campground cleaner than you found it. read more...

2 comments |category: |Views: 366

tags: another