And here is my wishlist.....
1) Improvement in Monthly article competition
Currently whoever submits the maximum article gets the first prize.Instead,choose the best article in each category based on the votes of readers.And award the prize.
2) Monthly Coding competition
Recently I have written some articles on the various competitions where I participated with the soultions that I proposed.Expecting same (atleast we can start with C#) from the site.
3) DNF Library
This will include
a) Best articles of the month
b) White papers
4) DFN weekly newsletter
Keeps us gear up with what is happening in DNF for the week.
5) Submit a Tip/Trick
Where the author can show a tip for simplifying a problem
6) List Articles by Category
Like for User (say Niladri),the articles can be categorized as
C# : 10
XML: 5
SQL: 8
MULE: 12 etc.
7) DNF Code Improvement Forum
E.g. Some may have written a code like
string temp = string.Empty;
for(int i=0;i<10;i++)
temp += "," + collections[i];
temp = temp.Substring(1,temp.length);
Then he/she has posted this in the forum and has asked for suggestion.
This can be improved as
string temp = string.join(",",collections);
8) Publish yearly Ebooks
- Set up a panel of members
- pick up the best unique topics.articles/blogs from the various categories e.g. C#, SQL Server, Asp.net,WPf etc.
- publish ebooks
9) Site look and feel improvement
As suggested by others, so is my vote too. (:
10) View User Level
Can we have an option from where we can see as how many users belongs to which level (e.g. Platinum,Diamond,gold etc..)?
11) Increase the prize money
I feel that the effort we put in writing articles should worth some more value(monetorywise) than we receive. will be great if this can be improve.Again this is only a suggestion. (:
12) Article Publishing Scheduling feature
One more point I would like to address is the date of publishing content.Suppose I have written 3 articles in a day and I would like to publish them in 3 consecutive days. 1 article for per day.The system should have an option of scheduling the date of the articles.At present we donot have such an option.We need to post the articles on a daily basis.But it is good to have such a "scheduling" feature.
Best Regards,
Niladri Biswas
Sheonarayan, if this helps please login to Mark As Answer. | Alert Moderator