StefanPienaar

Stories kicked by StefanPienaar

A Simple .NET Profanity Filter(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 10 months ago

A website I am working on right now accepts public comments, and one of the requirements is to do a basic check for dirty language. Surprisingly for such a common problem I wasn’t able to find any code on the net that did what I wanted and so I’ve ended up writing my own. The Censor class is pretty simple: you give it a list of words you want to censor, either simple text or with wildcards, and the censor will star out any matches it finds. read more...

2 comments |category: |Views: 669

tags: another

Upload Multiple Files in ASP.NET using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 10 months ago

Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in ASP.NET using jQuery. read more...

add a comment |category: |Views: 1396

tags: another

Showing beautiful message boxes in Asp.Net web forms using JQuery Impr(clientsideasp.net)

submitted by anzeranzer(135) 2 years, 11 months ago

Impromptu is an excellent JQuery plug-in to show beautiful message boxes in web forms. It can be used to make any kind of message boxes such as alerts, confirm boxes, prompts, popup login boxes, popup input wizards etc. Even though the plug in is easy to use in static HTML, its not straight forward to use confirm messages for Asp.Net submit buttons or link buttons. This article explains how to make it work with Asp.Net read more...

add a comment |category: |Views: 157

tags: another

Retrieving Twitter Updates with ASP.NET(stardeveloper.com)

submitted by Faisal_KhanFaisal_Khan(126) 2 years, 11 months ago

In this tutorial, we will learn how to retrieve Twitter status updates using Twitter API and ASP.NET. We will develop code that encapsulates calls to Twitter API and provides easy to use .NET classes to retrieve Twitter status updates, programmatically. We will demonstrate the code by developing an ASP.NET control that uses these .NET classes to retrieve and display Twitter status updates on our website. read more...

add a comment |category: |Views: 23

tags: another

10 Best Libraries for generating PDF Files(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 1 month ago

Today we are presenting collection of 10 best libraries for generating PDF files. read more...

add a comment |category: |Views: 686

tags: another

5 Useful SQL Server Scripts(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Collection of 5 useful scripts for SQL Server. read more...

add a comment |category: |Views: 782

tags: another

10 C# Shorthands that improve productivity(dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

One of the best things about C# is that as the language and libraries expand thought is put into keeping things readable. Below I have listed 10 shorthands that you can use to make your code tighter and less wordy. No doubt you know one or more already — but do you currently use all ten of them ? read more...

add a comment |category: |Views: 1357

tags: another

C# String Generator(vcskicks.com)

submitted by vckicksvckicks(399) 3 years, 2 months ago

Write a flexible C# random string generator without complex algorithms. Useful for things such as random password generators. read more...

add a comment |category: |Views: 38

tags: another

Populate SubSonic DropDown with Distinct Values(cyberslingers.com)

submitted by runxc1runxc1(220) 3 years, 2 months ago

A good way to write a distinct query with Subsonic read more...

add a comment |category: |Views: 180

tags: another

SQL Server Five methods converting rows to columns(sqlserveradvisor.blogspot.com)

submitted by sqlserveradvisorsqlserveradvisor(385) 3 years, 2 months ago

Five methods converting rows to columns read more...

add a comment |category: |Views: 1526

tags: another

Regular Expressions in C# - Practical Usage (dijksterhuis.org)

submitted by martijnmartijn(445) 3 years, 2 months ago

This post touches on four major regular expression subjects: 1. String Comparison - does a string contain a particular sub-string? 2. Splitting a string into segments - we will take an IPv4 address and retrieve its dotted components 3. Replacement - modifying an input string 4. Stricter input validation - how to harden your expressions. read more...

add a comment |category: |Views: 495

tags: another

Dynamically 301 Redirect 404 Page Not Found In ASP.NET(blogfodder.co.uk)

submitted by leen3oleen3o(365) 3 years, 2 months ago

I have been building our new content management system, and I knew that our first site to be using it would need have a lot of pages 301 redirected as we are going to change the file structure and pages names (And the old site has has a lot of SEO done). So I thought it would be a great ‘Admin Tool’ to be able to add the old and new pages into a table and if a 404 was served (One of the old pages) check against the pages in the database and 301 redirect the page to the new one. read more...

add a comment |category: |Views: 60

tags: another

6 SEO Tips For ASP.NET URL’s(blogfodder.co.uk)

submitted by leen3oleen3o(365) 3 years, 2 months ago

If you are building a new ASP.NET application, SEO has become a big factor in how you plan the structure / code of the site. But quite an important part of the site which are often overlooked are the URL’s, and a lot of people do the basics which I’ll show below but there are a few common things people tend to miss or never thought could be a problem... read more...

1 comment |category: |Views: 655

tags: another

Asp.Net AJAX Poll using JQuery – A complete implementation with Admin(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 2 months ago

In this blog post am going to explain how to develop an animated Asp.Net AJAX poll system using JQuery. The system will have a back-end (admin part) to add and manage polls. read more...

add a comment |category: |Views: 218

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Programmatically Setting the Default Button of a Textbox(craigwardman.com)

submitted by craigwcraigw(115) 3 years, 2 months ago

Programmatically Setting the 'Default Button' of a Textbox in ASP.NET from CraigW Blog read more...

add a comment |category: |Views: 39

tags: another