tlynch

Stories kicked by tlynch

Using CDN Hosted jQuery with a Local Fall-back Copy(weblogs.asp.net)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

How to use a jQuery hosted on a CDN with a fall back to a local version in case of an outage. read more...

1 comment |category: |Views: 327

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

Getting started with Lucene.Net Search Library(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 7 months ago

Taking a look at the Lucene.Net Search Engine Library. Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework. In this episode we will learn the basics needed to simply get Lucene.net up and running. read more...

add a comment |category: |Views: 619

tags: another

Visual Studio: Automatically increment assembly build version(code.mareoblo.pl)

submitted by elfyelfy(230) 2 years, 8 months ago

I always wanted to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. Additionally there should be support inside Visual Studio and possibility for custom settings because I like the “date sigining” where 3 last fields are just YYYY-MM-DD. A dream come true ;) in form of Build Version Increment add-in for Visual Studio 2005/2008. read more...

2 comments |category: |Views: 674

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Playing with JSON(joshholmes.com)

submitted by joshholmesjoshholmes(260) 3 years, 4 months ago

Josh Holmes digs into JSON with Silverlight and a few JSON frameworks... Check out the article to see Silverlight leveraging JSON with System.Json, LINQ and more. There's even samples in raw JavaScript, MSAjax, Prototype and JQuery. Finally he ended it all up by mixing JQuery and Silverlight. That was fun and remarkably simple. read more...

1 comment |category: |Views: 314

tags: another

Using Adobe Flex in Visual Studio(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 4 months ago

You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. read more...

2 comments |category: |Views: 401

tags: another

A Dissertation on .NET Properties(codeheaven.info)

submitted by johnrudyjohnrudy(150) 3 years, 4 months ago

A lengthy dissertation on properties in .NET, including guidelines, MSIL disassembly and disassembled/decompiled automatic properties. Yes, learn what "automatic" properties in C# 3.0 really do for (to) you! read more...

6 comments |category: |Views: 420

tags: another

Announcing Sueetie - the Open Source .NET Community Platform(dbvt.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 5 months ago

Sueetie is a open-source community platform/framework built on open-source .NET applications. It currently integrates great open-source .NET applications such as BlogEngine.NET, ScrewTurn Wiki, YetAnotherForum.NET, Gallery Server Pro, & WSAT Website Starter Kit into a single-themes cohesive community. read more...

add a comment |category: |Views: 165

tags: another

Improve your jQuery - 25 excellent tips(tvidesign.co.uk)

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

jQuery is awesome. I've been using it for about a year now and although I was impressed to begin with I'm liking it more and more the longer I use it and the more I find out about it's inner workings. I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in. read more...

2 comments |category: |Views: 776

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

27 Free Must-have Online Collaboration Tools(crazeegeekchick.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 6 months ago

hese days teams can be dispersed all over the globe. With outsourcing, telecommuting, distance learning and complex project collaboration, it's often helpful to have tools that can assist with the various collaborative tasks need to be done by dispersed teams. I've put together a great list of 27 free... read more...

4 comments |category: |Views: 1060

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

jQuery Ajax uploader plugin (with progress bar!)(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 6 months ago

Do you want your HTML file upload controls to show a progress bar during the upload? That's always been tricky. Here's a cool jQuery plugin that gets the job done, along with a demo app written in ASP.NET MVC. read more...

1 comment |category: |Views: 2286

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

Client Side ASP.NET ListView Sorting via jQuery TableSorter Plugin Dem(beckelman.net)

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

I was recently asked to provide sorting on a ListView that I knew needed it, but had left off originally because I was having trouble with the way I normally handle sorting ListViews with this particular page. This led me to searching for another way. I think what I came up with may replace the way I have been handling user requested sorting (all server side) up until now. What I found was the jQuery TableSorter plugin plus a few extras. The plugin, like just about all jQuery plugins is really easy to use. You just point it at your table and it does the rest (make sure your table has thead and tbody tags though). Of course there are many options that you can set for your particular situation. Check out the demo. read more...

2 comments |category: |Views: 494

tags: another