mberseth

Stories kicked by mberseth

C#: Generate WebPage Thumbmail Screenshot Image(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now I've wondered what the easiest way to do this in .NET was, and today I stumbled upon the undocumented WebBrowser.DrawToBitmap method that makes this extremely easy to do. read more...

add a comment |category: |Views: 759

tags: another

25 Resources for Tuning Your .NET Application Performance(effectize.com)

submitted by YuraYura(995) 3 years, 10 months ago

A great list of resources, including MSDN links, guides, .NET blogs and how tos about improving .NET performance. read more...

add a comment |category: |Views: 836

tags: another

A sneak peak at ASP.NET AJAX 4.0’s client-side templating(encosia.com)

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

Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. Dave is giving a sneak peak about it read more...

add a comment |category: |Views: 305

tags: another

XRAY Bookmarklet(westciv.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 10 months ago

XRAY is a bookmarklet for Internet Explorer 6+, and Webkit and Mozilla based browsers (including Safari, Firefox, Camino or Mozilla). Use it to see the box model for any element on any web page. read more...

3 comments |category: |Views: 10

tags: another

jQuery Content Slider Tutorial(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 10 months ago

This tutorial shows how to make an horizontal content slider with jQuery and a plugin called jFlow. read more...

add a comment |category: |Views: 1607

tags: another

ALT.NET Podcast 8 - EF Vote of No Confidence (part 2 of Episode 7)(altnetpodcast.com)

submitted by powerrushpowerrush(3873) 3 years, 10 months ago

In this episode Jeremy Miller and Ward Bell (from IdeaBlade) discuss the Vote of No Confidence on Microsoft's Entity Framework and what it means for the Alt.NET and .NET communities read more...

1 comment |category: |Views: 99

tags: another

ASP.NET AJAX 4.0 CodePlex Preview 1 available(weblogs.asp.net)

submitted by wisemxwisemx(8074) 3 years, 10 months ago

I'm very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. Thanks to everyone who made that happen and thanks to all of you for providing feedback on the Roadmap. This preview contains preview implementations for the following features: Client-side template rendering Declarative instantiation of behaviors and controls DataView control Markup extensions Bindings read more...

add a comment |category: |Views: 181

tags: another

Continuous scrolling pattern using JavaScript and ASP.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 10 months ago

Continuous scrolling is very interesting pattern. If I would have to describe it in short I would say that new items are being loaded while you scroll down the content. It is a completely opposite pattern to a pagination. In this article, you will learn about this pattern and see how it can be implemented using JavaScript and ASP.NET. read more...

add a comment |category: |Views: 386

tags: another

Matt'sFeedback on ASP.NET AJAX Roadmap(mattberseth.com)

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

Matt Berseth sharing his ideas and feedback about ASP.NET AJAX Future. read more...

1 comment |category: |Views: 157

tags: another

ASPNET MVC P4 is on codeplex(codeplex.com)

submitted by simonechsimonech(10.1k) 3 years, 10 months ago

The ASP.NET MVC pre-preview 4 source code + installer is available on Codeplex. Enjoy!! read more...

add a comment |category: |Views: 122

tags: another

jQuery.UI Messenger\Outlook like message notification Widget(mosesofegypt.net)

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

Messenger like notification widget using jQuery.UI, following Matt Berseth post about ProgressBar Widger using jQuery.UI read more...

2 comments |category: |Views: 818

tags: another

The Future of ASP.NET AJAX(encosia.com)

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

My analysis of the ASP.NET Team's tentative road map for ASP.NET AJAX v.Next and beyond, followed by a few additional recommendations. read more...

add a comment |category: |Views: 421

tags: another

ASP.NET MVC preview release 4 - part 1(weblogs.asp.net)

submitted by maartenbamaartenba(5845) 3 years, 10 months ago

The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET MVC. Starting with Preview 4 this week you'll start to see more and more higher level features begin to appear that build on top of the core foundation and add nice productivity. There are a bunch of new features and capabilities in this new build - so much in fact that I decided I needed two posts to cover them all. This first post will cover the new Caching, Error Handling and Security features in Preview 4, as well as some testing improvements it brings. My next post will cover the new AJAX features being added with this release as well. read more...

2 comments |category: |Views: 249

tags: another

Nice blog posting for 1st time CodePlex User(mark-dot-net.blogspot.com)

submitted by JaDaarJaDaar(15) 3 years, 10 months ago

This helped me a lot with the CodePlex client config!! read more...

add a comment |category: |Views: 16

tags: another

Upgrading to SubSonic v2.1(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 10 months ago

I spent a few hours this morning doing the migration of our codebase and it seems to have gone smoothly. Migrating to v2.1 involved a few changes and this post will describe them briefly. read more...

add a comment |category: |Views: 156

tags: another

Five Common ASP.NET SEO Mistakes(dexign.net)

submitted by mbersethmberseth(1385) 3 years, 10 months ago

Here's a checklist of five common mistakes that ASP.NET and the Viewstate/Postback model of development make it far too easy for unsuspecting developers to make: read more...

1 comment |category: |Views: 564

tags: another