RyanFarley

Stories kicked by RyanFarley

WPF Tutorials(www.wpftutorial.net)

submitted by RyanFarleyRyanFarley(585) 2 years, 4 months ago

Great site for those getting started with WPF. Includes tutorials, walk-throughs, and all the basics for getting started with WPF. read more...

add a comment |category: |Views: 48

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Using RestSharp to consume RESTful Web Services(stum.de)

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

Michael Stum demonstrates the basic concepts of RestSharp, a new open source project for consuming RESTful APIs. Includes an introduction to REST concepts and a good overview of RestSharp's basic functionality. read more...

add a comment |category: |Views: 306

tags: another

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

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

How To Guarantee That Your Software Will Suck(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

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

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

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another

jQuery and Microsoft(weblogs.asp.net)

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

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

jQuery, Microsoft, and Nokia(jquery.com)

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

news today: Both Microsoft and Nokia are taking the major step of adopting jQuery as part of their official application development platform. Not only will they be using it for their corporate development but they will be providing it as a core piece of their platform for developers to build with. read more...

3 comments |category: |Views: 177

tags: another

Username Availability Validator almost ready, the early demo(mosesofegypt.net)

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

A demo on using UserName Availability Validator control that is built using ASP.NET AJAX and the project is available on CodePlex read more...

1 comment |category: |Views: 189

tags: another

JQuery, the very very basics - Lesson 1(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

JQuery is the star among the growing list of JavaScript libraries. A few of its characteristics are light-weight, cross-browser compatibility and simplicity. A task that would take 10 lines of code with traditional JavaScript can be accomplished with JQuery in just 1 line of code. I write to record the series of very basic lessons I learned about JQuery (my study source is the very readable book JQuery in Action). read more...

add a comment |category: |Views: 495

tags: another

Starting With jQuery - Dynamically Applying Rules(randomactsofcoding.blogspot.com)

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

This series of posts on using jQuery with no prior knowledge comes to its fourth iteration. This week, we're going to build on the Validation plug-in by looking at how to add and remove rules dynamically. read more...

add a comment |category: |Views: 269

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

Details Popup Via jQuery clueTip Plugin(beckelman.net)

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

Just to prove there are a million ways to get something done I decided to try using the jQuery clueTip Plugin to provide more details about an item in an ASP.NET ListView via a popup. read more...

add a comment |category: |Views: 740

tags: another