littlecharva

Stories kicked by littlecharva

Simple Table Control in ASP.NET MVC(blog.anthonyburns.co.uk)

submitted by littlecharvalittlecharva(70) 3 years, 7 months ago

How to build a simple but relatively powerful html table control to render IEnumerable collections such as Linq query results. read more...

add a comment |category: |Views: 200

tags: another

Windows Mobile Twitter Client - Quakk goes Open Source(anthonyburns.co.uk)

submitted by littlecharvalittlecharva(70) 3 years, 8 months ago

If you're interested in participating with the development of Quakk or just want to have a poke around in the code, then you can download the source from Code Plex. read more...

add a comment |category: |Views: 25

tags: another

Twitter Reply EMailer .NET Source(anthonyburns.co.uk)

submitted by littlecharvalittlecharva(70) 3 years, 10 months ago

Source code for a simple .NET application that sends you notifications of your Twitter replies. read more...

add a comment |category: |Views: 11

tags: another

Never forget a thing thanks to Powershell and Regular Expressions(anthonyburns.co.uk)

submitted by littlecharvalittlecharva(70) 3 years, 11 months ago

Quirky, geeky post about how you can use Powershell and Regular Expressions to help you with a technique to remember facts and figures. read more...

add a comment |category: |Views: 9

tags: another

Sending SMTP Email Asynchronously(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 11 months ago

Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending. read more...

add a comment |category: |Views: 520

tags: another

Turn Google App Engine into your own Personal Content Delivery Network(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford. But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...

1 comment |category: |Views: 366

tags: another

Windows Live writer update (preview) (bink.nu)

submitted by mdoppmdopp(856) 3 years, 11 months ago

The update for windows live writer is now available. read more...

add a comment |category: |Views: 174

tags: another

One-Click File Upload for IE in ASP.NET(anthonyburns.co.uk)

submitted by littlecharvalittlecharva(70) 3 years, 11 months ago

Upload files using a hyperlink rather than a File Upload box and a Submit button. It uses one click instead of two, and takes up less room on your page and looks a lot nicer. read more...

add a comment |category: |Views: 53

tags: another

Empty EventArgs (EventArgs.Empty)(blog.obishawn.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

How many times have you written an event whose event handler just takes in a generic EventArgs object and when you raise that event you pass in new EventArgs()? Turns out the EventArgs class has a static read-only instance field EventArgs.Empty. read more...

add a comment |category: |Views: 210

tags: another

Firefox as an IDE(codinghorror.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 1 month ago

"Although I prefer IE7's native speed and feel for day-to-day browsing chores, there's no doubt that Firefox is my primary web development IDE. Whenever I need to troubleshoot HTML, CSS, or JavaScript, I immediately reach for Firefox. That's primarily because of two incredibly powerful developer extensions for Firefox: Web Developer Extension and Firebug" read more...

3 comments |category: |Views: 2

tags: another

What should I choose for my primary key?(databases.aspfaq.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 5 years, 2 months ago

Naturals? Idents? GUIDs? Oh, jeez. Getting an official opinion on which to use is about as hard as getting a lawyer to tell you exactly when its okay to shoot somebody. NOBODY wants to give you a straight up answer. And you can understand why; there are many different things you have to consider, each of which can take you in a completely different direction. This article is an excellent listing of each type and its pros and cons. Protip: Idents are your best bet. From www.codinghorror.com. read more...

1 comment |category: |Views: 4

tags: another

Some C# Coding Guidelines at patrick.veverka.net(patrick.veverka.net)

submitted by veverkapveverkap(815) 5 years, 2 months ago

Some friends and I have compiled a list of C# coding guidelines from many sources. read more...

2 comments |category: |Views: 20

tags: another