LSUDVM

Stories kicked by LSUDVM

AddThis Html Helper now available via NuGet(riderdesign.com)

submitted by RiderDesignRiderDesign(34) 5 months, 11 days ago

I have written and published my first Html Helper for MVC 3. It is the AddThis Helper which is currentlly at v0.55. The helper lets one add 1 of the 9 AddThis styles. You can see those 9 types at AddThis.com/Get/Sharing. Using the helper is extremely easy. Install it via NuGet. read more...

add a comment |category: |Views: 45

tags: another

Panorama viewer with Silverlight and DeepZoom(riderdesign.com)

submitted by RiderDesignRiderDesign(34) 3 years ago

Shows how to create a pano viewer in just a few minutes using DeepZoom Composer and Silverlight. The view lets you drag and zoom the pano image. read more...

add a comment |category: |Views: 165

tags: another

http://riderdesign.com/articles/Build-a-file-tree-explorer-with-jQuery(riderdesign.com)

submitted by tkinesistkinesis(85) 3 years, 6 months ago

Create a file tree explorer with the jQuery File tree plugin and asp.net. With this plugin and a little server side logic, it is very easy to create a great looking client side file tree explorer. This article explains how to set up, configure and customize jQuery File Tree and use ASP.NET to retrieve the file structure. read more...

1 comment |category: |Views: 396

tags: another

Sending email with jQuery and a web service(riderdesign.com)

submitted by kbrownderkbrownder(80) 3 years, 7 months ago

This article show to use jQuery to interact with an asmx web service. Utilizing jQuery the contact form can be submitted without postback and the values passed via JSON to the web service. You learn how to ceate a new service and add the service reference as well coding the jQuery to pass the data read more...

add a comment |category: |Views: 388

tags: another

Password strength validation with jQuery(riderdesign.com)

submitted by TwillsTwills(100) 3 years, 7 months ago

The jQuery Password Strength Meter is a great free plugin that provides realtime client side evaluation of your password, providing visual indication regarding the strength of the password. This article covers setting up, configuring and customization of the plugin. read more...

1 comment |category: |Views: 2475

tags: another

Check username availability with JQuery & ASP.NET(riderdesign.com)

submitted by ShowjumperShowjumper(155) 3 years, 7 months ago

This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

add a comment |category: |Views: 729

tags: another

Check username availability with JQuery & ASP.NET(riderdesign.com)

submitted by LSUDVMLSUDVM(470) 3 years, 7 months ago

This article shows how to use jQuery in a real world practical situation - to check username availability - by making an AJAX call to a WebMethod. In this artcle we examine how to make the call, how get the desired username and pass it correctly as well as using jQuery to style and display firnedly notification messages. read more...

add a comment |category: |Views: 166

tags: another

ASP.NET Rich Text Editor Control(blogs.msdn.com)

submitted by jamesewelchjamesewelch(2275) 4 years, 6 months ago

Kannan Sundararajan, Microsoft, has written a Rich Text Editor control using ASP.NET and JavaScript and shared it under the MS-PL license on CodePlex. It has a very rich feature set and Kannan hopes to enhance it further in the future. Features: * Clipboard support: You can copy and paste content from other programs like Microsoft Word, Internet Explorer, Visual Studio into the RichTextEditor and it will persist the formatting. If you copy code from Visual Studio it will preserve the code coloring scheme. * Context sensitive Toolbar: The ToolBar buttons will reflect the properties of that content automatically when you select it or navigate through it using the mouse or keyboard . * Code Block: It allows you to format text as code blocks. Simple select the text and format it by clicking the "Code Block" ToolBar button. * Emoticons: You can express yourself better by adding emoticons to your rich text. * HtmlView: If you would like to have more control over the look and feel of your text then you can edit it in HtmlView as well. * Text in multiple languages: The control currently supports several languages. * Browser support: The control works well in two of the most widely used browsers Internet Explorer and Firefox. read more...

9 comments |category: |Views: 2005

tags: another

How to create a captcha graphic in VB.net(vbnotebookfor.net)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

The author shows how to generate a simple captcha in VB.net (I don't hold the VB.net part against him though) read more...

add a comment |category: |Views: 48

tags: another

Visual Studio 2008 RTM!(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 4 years, 6 months ago

Visual Studio will RTM by the end of November bringing with it, .Net 3.5, C# 3.0, VB9, Linq and much more. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET MVC Framework to Write Web Apps without Viewstate or Postbacks(code-magazine.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

Article by Jeffrey Palermo about the upcoming MVC Framework from Microsoft. read more...

add a comment |category: |Views: 8

tags: another

Remove generated JavaScript from your pages(blog.madskristensen.dk)

submitted by tiernanotiernano(1674) 4 years, 7 months ago

One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

add a comment |category: |Views: 16

tags: another

Have We ASP.NET Geeks Lost Something?(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years, 7 months ago

Rob wonders if using asp.net has made us lose touch with the core of what being a web developer is all about... you know, the XHTML, CSS, JavaScript, and all that fun stuff. read more...

1 comment |category: |Views: 1

tags: another

The Last Language War / Language Trolling Post You'll Ever Need To Rea(davidrupp.blogspot.com)

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

Relevant to DNK? Somewhat. Funny? Yes. read more...

add a comment |category: |Views: 2

tags: another

How An Open Source Developer Transitioned To .Net(keithelder.net)

submitted by drmohundrodrmohundro(374) 4 years, 7 months ago

Keith Elder shares his story on how and why he switched from LAMP (php, apache, etc) development over to .NET. read more...

2 comments |category: |Views: 7

tags: another

LINQ To Sql tutorial Series By Scott Guthrie (Pdf Book Format)(it-box.blogturk.net)

submitted by coffeematecoffeemate(180) 4 years, 7 months ago

Scott Guthrie’s great ‘LINQ To Sql’ tutorial series in PDF book format. read more...

add a comment |category: |Views: 7483

tags: another