Password Protected Extension

26. August 2009 4:04 PM

Back to few days ago, a friend of mine who also using .NET BlogEngine was asking me about how to modify the code to make it support password protected post/page.


After I look into details about how am I going to kick start... and I found the best implementation is writing an 'Extension'. That how the 'PasswordProtected' extension was borned! See the sample post here! [More]

BlogEngine.NET ,

Password Protected Demo Post

26. August 2009 1:44 PM

This is a protected post, you are require to login prior read this post.

BlogEngine.NET ,

Implement Your Own Ip2Location Information Services

20. August 2009 5:34 PM
Nowaday every blogger also have free visitors map on thier side bar that power by the following providers,

Last week, I decided to implement my own IP to location information services for my blog, and I keep sourcing the free Geo IP information database. At first, I found the ipligence community free edition. Which only offers,

  •    Region Code/Name.

  •    Country Code/Name.


Later, I found a better free database from IPInfoDB, which offer a much more comprehensive IP Geo information. As it cover the following informations, [More]

Services , ,

Multiple Group Link List Widget

5. August 2009 1:04 PM
Recently a BE.NET user was requesting a link list widget that supported multiple group which is not available in the current 'Link List' widget. Therefore, I have spent some time to create a new widget by using the ASP.NET treeview control to have a better UI grouping presentation.

Throughout the development cycle, I thought of it will be added value if I exposed some of the basic settings to the user like list below,

  • Main node title.

  • Group node image.

  • Link node image.

  • Show/Hide the main node.

  • Show/hide the dotted line.

  • Expand/collapse node capability.

  • Cutomize the group and link node style.

  • The easy way to rearrange the group and link order.

  • Show/hide individual group/link.

  • Support multiple sub group.


[More]

BlogEngine.NET