poretti

Stories kicked by poretti

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

Introducing Waegis(nayyeri.net)

submitted by simonechsimonech(10.1k) 4 years ago

A new spam blocking service just hit the .NET space: Waegis. It's a service similar to Akismet, but written entirely in .NET read more...

add a comment |category: |Views: 28

tags: another

Slice - Collection Slicing Extension Method(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years ago

A recreation of Python collection slicing in .NET using extension methods. read more...

add a comment |category: |Views: 47

tags: another

dasBlog 2.1 Released!(ekampf.com)

submitted by ekampfekampf(3195) 4 years ago

dasBlog 2.1 has been released from its new home at CodePlex. read more...

add a comment |category: |Views: 23

tags: another

SEO Page Manager For ASP.Net(weblogs.asp.net)

submitted by MrBaldmanMrBaldman(165) 4 years, 1 month ago

manage all your meta tags and sitemap urls in one convenient place read more...

add a comment |category: |Views: 53

tags: another

Great Little Silverlight Tool Every .Net Developer Need(blog.toolico.com)

submitted by tomericotomerico(220) 4 years, 1 month ago

A light and handy Silverlight utility which allows you to select through all the possible String.Format options. And provides you with a code snippet to paste into your code. read more...

add a comment |category: |Views: 18

tags: another

Integrate PayPal Checkout Button with ASP.NET 2.0(codersbarn.com)

submitted by BognitBognit(2125) 4 years, 1 month ago

I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then, several people have made mention of a problem of a problem that I came across myself when coding this, namely getting your project to recognize the reference to the new custom form class. read more...

add a comment |category: |Views: 412

tags: another

ASP.NET: How to Integrate Both Google Checkout and PayPal In 3 Steps(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 2 months ago

If you've pulled your hair out trying to implement any sort of plausible solution to Google Checkout and PayPal integration, check out this amazingly simple solution! read more...

add a comment |category: |Views: 267

tags: another

Graffiti 1.0 Released(graffiticms.com)

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

Telligent released the first final version of its new CMS product, Graffiti. Graffiti 1.0 can run under Mono and provides powerful features with simplicity. read more...

5 comments |category: |Views: 8

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

The Most Useful VS Feature No One Seems To Use(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Speed up your debugging time by using the Exceptions dialog box. read more...

1 comment |category: |Views: 17

tags: another

Google Chart C# API(brainyautomation.com)

submitted by tallentallen(130) 4 years, 3 months ago

Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. read more...

add a comment |category: |Views: 3835

tags: another

Best VS Fonts and Settings EVER(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

Okay the title is a bit over the top :) Recently I was playing around with the vs settings after reading Scott Hanselman's article on black/white IDE colors and came up with this. Take a look and let me know what you think. Maybe it will be your new color scheme in VS... read more...

13 comments |category: |Views: 50

tags: another

Keep your CSS files clean with a tiny HttpHandler(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 4 months ago

CSS, is the heart of any web application today. Writing cross browser CSS is really a hell of an art and including CSS files selectively and writing CSS hacks that will work out in one browser but wont in other is also a tedious job... read more...

add a comment |category: |Views: 25

tags: another

OpenID implementation in C# and ASP.NET(blog.madskristensen.dk)

submitted by dscoducdscoduc(1099) 4 years, 4 months ago

Interested in adding OpenID to your .NET website? read more...

3 comments |category: |Views: 378

tags: another

A good list of opensource apps(bloodyflux.com)

submitted by DaCoderDaCoder(115) 4 years, 4 months ago

I agree with the list totally read more...

1 comment |category: |Views: 5

tags: another