dwhite

Stories kicked by dwhite

Sometimes, even jQuery can’t save you from yourself(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 10 months ago

This post describes a cross-browser problem I had with jQuery that turned out to be my own fault, including a runthrough of debugging process and the eventual solution. read more...

add a comment |category: |Views: 7

tags: another

HTTP Error 405 With ASP.Net MVC and HTTP PUT on IIS 7.5(shouldersofgiants.co.uk)

submitted by dwhitedwhite(250) 1 year, 10 months ago

Helpful for MVC and WCF Data Services read more...

add a comment |category: |Views: 64

tags: another

Behavior Driven Development (BDD) with Cucumber and ASP.NET MVC(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 1 year, 11 months ago

While developing with Rails, I was practicing BDD with Cucumber. I felt that Cucumber scenarios (written Gherkin) were far more useful for the majority of my testing on a web application. In this post, I use Cucumber and Webrat for fast BDD testing with an ASP.NET MVC (although it could be ANY web application, like WebForms, etc) read more...

add a comment |category: |Views: 81

tags: another

Behavior Driven Development (BDD) with SpecFlow and ASP.NET MVC(blog.stevensanderson.com)

submitted by desmonddesmond(2014) 2 years, 2 months ago

How does BDD compare with TDD, and how can you use BDD-style tools such as Cucumber and SpecFlow with ASP.NET MVC? Steve Sanderson considers the options, and provides an example of combining ASP.NET MVC 2, SpecFlow, and WatiN. read more...

1 comment |category: |Views: 556

tags: another

Do you know about this undocumented Google CDN feature?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 7 months ago

Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images). read more...

add a comment |category: |Views: 450

tags: another

Silverlight 3 NavigationCacheMode To The Rescue(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 2 years, 8 months ago

I’ve been lucky enough to work on a new project for a client involving Silverlight 3 and the Silverlight Virtual Earth CTP. One reoccurring issue that keeps coming up is performance, and I’m always looking for ways to balance functionality with speed. In the app we are loading up a Virtual Earth map and populating it with data (nothing new). We have a fair amount of data being loaded for various functions and layers. Users are able to show and hide layers as well as interact with the map’s basic functions (zoom, pan, etc). Users can then navigate to other areas based on selections from the map page. read more...

add a comment |category: |Views: 58

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

11 keystrokes that made my jQuery selector run 10x faster(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 11 months ago

An in-depth analysis of the performance concerns when using a popular jQuery selector and a couple ways to dramatically speed it up, including benchmarks. read more...

1 comment |category: |Views: 559

tags: another

June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio - ScottGu's (weblogs.asp.net)

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

Scott's latest links post. read more...

add a comment |category: |Views: 259

tags: another

ASP.NET MVC and the Templated Partial View - Death to ASCX(jeffreypalermo.com)

submitted by dwhitedwhite(250) 2 years, 11 months ago

We are used to master pages and applying them to ASPX pages. Then we pull small parts of the view into user controls or ASCX. In ASP.NET MVC, we use ASCX files as partial views because the user control model is so baked into our thinking. I propose that ASCX does not provide much benefit in ASP.NET MVC. It’s usefulness may end with using the extension as a naming convention for the easy identification of partial views. Beyond that, it’s pretty thin. read more...

add a comment |category: |Views: 120

tags: another

ASP.NET AJAX 4.0 and the ScriptManager Control(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 2 years, 11 months ago

Learn to use ASP.NET AJAX 4.0 Preview 4 with the ScriptManager in ASP.NET 3.5. Also, learn the new features of the ScriptManager control in ASP.NET 4.0 (Beta 1). read more...

add a comment |category: |Views: 44

tags: another

Top 5 jQuery Modal Plugins(webdevdotnet.blogspot.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 11 months ago

Have you ever needed a jQuery Modal plugin, but you were overwhelmed by the number of choices? Well, here is a list of the top picks from the jQuery community. read more...

add a comment |category: |Views: 45

tags: another

ASP.NET 4.0 AJAX - Preview 4 - Data Binding(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 2 years, 11 months ago

Throughout the course of my introductory posts on ASP.NET AJAX 4.0, we looked at the new DataView control as well as the Sys.Observer class, which brings the Observer pattern to plain JavaScript objects. The new ASP.NET AJAX release is very exciting offering powerful new features to take AJAX enabled applications to a new level. In this post, we’ll look at another exciting feature of ASP.NET AJAX 4.0 known as "live bindings." read more...

add a comment |category: |Views: 31

tags: another

ASP.NET 4.0 AJAX – Preview 4 – JavaScript Observer Pattern(blogs.visoftinc.com)

submitted by dwhitedwhite(250) 3 years ago

A look at Sys.Observer in ASP.NET AJAX 4.0 read more...

add a comment |category: |Views: 12

tags: another

F# Webcast: Introducing functional concepts(tomasp.net)

submitted by tomasptomasp(299) 3 years ago

Now that Visual Studio 2010 beta 1 is out, it may be a good time finally try the new F# language. To make the exploration easier, I created a web cast series that demonstrates interesting aspects of F#. In this part, we'll look at basic functional concepts and working with data. read more...

add a comment |category: |Views: 18

tags: another

Automatically minify and combine JavaScript in Visual Studio(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It’s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. I hope you’ll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more “enterprisey” automation solutions. read more...

add a comment |category: |Views: 514

tags: another