Clicky

October 31, 2007
@ 05:18 PM
I have 9 Jaiku invitations left. Everyone who wants to receive one, please leave his/her name and email address in comment of THIS post.

Forget to say I'm at mahdi.jaiku.com!


UPDATE:
I sent all 9 invitations and I don't have anymore left.


 
Categories: General

Recently (and specially after Web 2.0 revolution) many websites started to use more complicated CAPTCHA solutions on their websites in order to prevent spam and bot attacks. There are many free solutions and tools for users and developers to implement CAPTCHA technology in their applications. There are also many ASP.NET controls and components for this approach but many of them are so simple to hijack or don't offer features that these days we see on professional websites (some features like reload function, voice, etc.).

A few days ago I found a link to reCAPTCHA on Yahoo!. reCAPTCHA is a free (but professional) tool for basic users and also developers. To use this service you should first signup, receive an API Key for your website (you can receive as many as you need) and use one of easy-to-install plugnins provided. And good news for ASP.NET developers is that you can download and use a server side control and enjoy reCAPTCHA with two lines of code! The API Key guarantees your website and prevents attackers collect answers from visitors and use them. There are three different themes to choose.

If you want to use reCAPTCHA on a Web 2.0 website you can use AJAX API just by adding this line of code to you html or webform file: I strongly suggest you download and test this tool in your web applications.


Quick Links: reCAPTCHA.net | Live Demo | Why reCAPTCHA | Signup | reCAPTCHA.NET Control | Email Protection With reCAPTCHA


 
Categories: .NET General | AJAX | Security | Web | Web 2.0 | Web Services

October 3, 2007
@ 02:07 PM
Omar Al Zabir has recently listed 10 cool articles about ASP.NET, AJAX, ... which he has published this year. From my personal view these articles are interesting:


 
Categories: .NET General | AJAX | ASP.NET | Security | Web | Web 2.0 | Web Development

October 1, 2007
@ 01:54 PM
BlogEngine.NET 1.2 released. As you may know it's a free blog tool written in C# and ASP.NET 2.0 and they added many features to this release which you can see here.

In this release BlogEngine supports 26 language packages including Persian language which I had translated its resources for them.

Although, I don't use BlogEngine at present (and I'm using dasBlog), I'm thinking about migration to BlogEngine because of more features. In this version BlogEngline also supports BlogML for import/export (Thanks Keyvan!).

More on BlogEngline.NET: Download Latest Release | Documents | Hosters that offer BlogEngine.NET | Complete Features List | Some Videos.


 
Categories: .NET General | ASP.NET | Download