Thursday, August 2, 2007

Using NetSpell with ASP.NET

This articlw will show you how to use NetSpell from your ASP.NET application. The code is quite simple, C# is used but it would be nice to see the author explain more about the dictionary files. I guess I have to google some more on that.

Monday, July 9, 2007

ASP.NET search terms to database and listing most popular

In this article I will give you the kind of search term logging mechanism I am using now here at ASPCode.net. We will use a single table for logging search terms and be able to extract both the top terms (most searched for) and latest terms.

read more | digg story

Tuesday, June 26, 2007

Apache can run ASP.NET

Follow the instructions and see how ASP .NET works under Apache.



read more | digg story

ASP.NET 2.0 Resources

ASP.NET 2.0 resources and news.



read more | digg story

Apache can run ASP.NET

Follow the instructions and see how ASP .NET works under Apache.



read more | digg story

How to compile php scripts in asp.net

Compile your php scripts in asp.net. Didn't even know it was possible.



read more | digg story

Hugo Chavez launches Venezuelan PC brand running Linux!

While many developers try to avoid the political aspects and concentrate on the code, events periodically tend to remind us that FOSS is a powerful tool in the fight for people's minds.

Wednesday, June 20, 2007

ASP Developer

Aren't you an ASP developer?, I was recently asked when meeting a client of mine. They had an old system running, and truthfully it was pretty much state of the art back then, around 2000 when it was built. 3 layered code, MTS , SQL Server etc.

But still, now when getting the question, inside my head I thought "No, I am an ASP.NET developer, that's where all the fun is and how I want to develop sites", but of course I never said that.

Cause 2 microseconds later I thought, hey, I got two kids to feed at home and this man is asking me to work, what am I thinking...So I looked up at him, smiled and said:

"Of course I am an ASP Developer"

While people knowing me might argue and say, "hey I know you have a lot of asp.net contractor work, you wouldn't need to take that job". Well, in short terms, no, however being an independent consultant is to me pretty much do what they tell you to do.

Tuesday, June 5, 2007

Create a paypal shop with ASP.NET

Here is a great tutorial on how to create a simple ASP.NET paypal shop. Visual Studio 2005 solution and C# sourcecode. No database, but you can of course add that later.

Thursday, May 31, 2007

Tuesday, May 15, 2007

Some cool ASP.NET books

Here are some good and popular ASP.NET books

Friday, May 4, 2007

Send mail with ASP and JMail


This post shows you how to send email using JMAil in ASP



While it used to feature an code generator it's not too hard to just copy the code and change it, using server.createobject("JMail.SMTPMail")

Thursday, April 5, 2007

mysql ado.net driver working in medium trust

While running your asp.net 2.0 application under medium trust is a good thing in general - one problem is taht is doesn't allow for MySQL access. The way of getting it to work is a two step process


  1. A recompiled driver - mysql ado.net driver for medium trust

  2. Tweaking the medium trust configuration - adding mysql access to web_mediumtrust.config

Tuesday, February 27, 2007

Paging and hoistory using Microsoft Ajax

This article shows you how to implement paging wuth ASP.NET and Ajax. It uses a History plugin also available for download at the site.

Tuesday, February 20, 2007

Client side browser detection

This article shows you how to do

client side (javascript) detection of which browser

the visitor is using when prgramming MS AJAX.

Some nice tutorials on how to use the HoverExtender

Here are some really nice tutorials on

how to use the HoverExtender

Friday, February 9, 2007

Test

Just testing
Ever looking to download free fonts? The site utilizes some cool Ajax stuff using JQuery and ASP.NET, the ajax paging routine is pretty nice.
This is a great post for your ajax asp.net beginning beginning , especially I guess it woule be interesting to learn ASP.NET update panels work.

Sunday, February 4, 2007

Reading binary object in MySQL

The site look pretty new - however the article on how to read binary data from MySQL is straigtforward and really nice formatted. While it might be arguable whether binary data at all should be stored inside a database it sure is nice to know how to do it.