NewsPeeps - Stories tagged with KiGG
1
peeps

KiGG’s Story Summary

published 271 days, 12 hours, 37 minutes ago posted by adminadmin 398 days, 22 hours, 21 minutes ago
Sunday, December 06, 2009 3:41:55 AM GMT Friday, July 31, 2009 5:57:58 PM GMT
This is part 2 of a series on KiGG Automation. Part 1: Automating KiGG Publishing Part 2: KiGG’s Story Summary   Part 3: Automating KiGG Submission I noticed that sometimes when you submit a story to KiGG, the summary of the story looks rather garbled. Wishing to correct this, I explored what is actually happening when KiGG summarizes a url for you. The first step in the process is to go to the submit new story page. When you enter a url into the url field, the site will perform an ajax ca... (more)
category: News | clicked: 3 | comment | | source: www.kodefuguru.com
tags: KiGG
1
peeps

Automating KiGG Submission

posted by adminadmin 398 days, 22 hours, 22 minutes ago
Friday, July 31, 2009 5:56:08 PM GMT
This is part 3 of a series on KiGG Automation. Code in this article may be dependent on previous entries. Part 1: Automating KiGG Publishing Part 2: KiGG’s Story Summary  Part 3: Automating KiGG Submission When you’re first starting a KiGG site and your user base is low, creating a bot can ease the pain of obtaining content. However, in the default install of KiGG there is no way to automate this. You can search blogs and news sites, but submitting articles from those sites is a manual proces... (more)
category: News | clicked: 0 | comment | | source: www.kodefuguru.com
tags: KiGG
1
peeps

Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell - Kazi Manzur Rashid's Blog

published 363 days, 21 hours, 2 minutes ago posted by adminadmin 415 days, 3 hours, 28 minutes ago
Friday, September 04, 2009 7:16:10 PM GMT Wednesday, July 15, 2009 12:50:01 PM GMT
Tuesday, February 17, 2009 11:56 PM kazimanzurrashid Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell In this post, I will show how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the code snippet of late... (more)
category: News | clicked: 1 | comment | | source: weblogs.asp.net
tags: KiGG, MVC
1
peeps

Automating KiGG Publishing

published 360 days, 3 hours, 50 minutes ago posted by adminadmin 415 days, 3 hours, 31 minutes ago
Tuesday, September 08, 2009 12:28:55 PM GMT Wednesday, July 15, 2009 12:47:23 PM GMT
When I set up my first KiGG site, I was surprised to discover that I had to manually publish articles. I assumed it would be an automated process that would run once a day. Since there are times I may not be able to log into my website, I set about figuring out how to automate the process. I should note that during this process, I didn’t use best practices. I had one requirement: make a program that I can schedule to publish stories on KiGG. I wasn’t really sure what I would need to go about doing tha... (more)
category: News | clicked: 1 | comment | | source: www.kodefuguru.com
tags: KiGG
1
peeps

For Us By Us - Kazi Manzur Rashid's Blog

published 415 days, 3 hours, 36 minutes ago posted by adminadmin 415 days, 20 hours, 15 minutes ago
Wednesday, July 15, 2009 12:42:44 PM GMT Tuesday, July 14, 2009 8:03:45 PM GMT
Recently, I got few requests about the story publishing process from the peoples who are also planning to launch sites based upon KiGG. So instead of answering them individually, I preferred to write a post to explain it. Like the many social news/links site the story appearing in the front-page is done based upon some algorithms and it has the complete support to add/replace/remove any of those algorithms. By default, it comes with 6 different algorithms. The story publish process starts when the ... (more)
category: News | clicked: 0 | comment | | source: weblogs.asp.net
tags: KiGG
1
peeps

Kigg - Building a Digg Clone with ASP.NET MVC Part - 1

published 428 days, 1 hour, 51 minutes ago posted by adminadmin 428 days, 19 hours, 20 minutes ago
Thursday, July 02, 2009 2:27:44 PM GMT Wednesday, July 01, 2009 8:58:16 PM GMT
Introduction For the last few days, I have been trying to get my hands dirty with the new ASP.NET MVC framework. I saw many discussions on some of the advanced topics like IoC Container/DI, View Engine, Controller factory and so on, but I could not find a simple application to harness the power of the new ASP.NET MVC framework. Certainly, knowing these things is an added benefit but it is not mandatory to develop applications with the ASP.NET MVC Framework. In this article - from the Dot... (more)
category: News | clicked: 1 | comment | | source: dotnetslackers.com
tags: KiGG, programming
1
peeps

KiGG - Upgrade open ID provider to include Facebook, Google etc.

published 428 days, 1 hour, 51 minutes ago posted by adminadmin 428 days, 23 hours, 50 minutes ago
Thursday, July 02, 2009 2:27:44 PM GMT Wednesday, July 01, 2009 4:28:45 PM GMT
The list of default Open ID providers listed on the Login screen does not include Facebook or Google. It would be nice if these and other popular Open ID providers (Yahoo, maspace etc.) could be added to the list. Also I see the code is using ID Selector (www.idselector.com), do you plan to upgrade to RPX (rpxnow.com)? (more)
category: News | clicked: 0 | comment | | source: kigg.codeplex.com
tags: internal, KiGG