Messages - Ruffnekk [ switch to compact view ]

Pages: prev1 ... 36 37 38 39 40 [41] 42 43 44 45 46 ... 57next
201
I'd rather release it as Freeware than knowing some bozo is getting rich over my hard work :mad:

202
I've downloaded it and ran it, but what exactly does it do? Does it even ask for confirmation of deletion? I see it gathering data, but it takes so long that I interrupted the process.

203
First off, I think FarmSteader's idea about Kudos is very good, although I fear it might refrain people from donating real credits, defeating the purpose of the site. The concept works though. The same principle is used on another forum I visit regularly, www.tek-tips.com. Any user can flag a post as very helpful, and the author will receive a star for it. I have gathered around 25 stars and it feels good and it motivates you to help other people better.

My own ideas about improving www.donationcoder.com:

1. I've posted this before in another topic: I'd like to see a section where coders in particular can post FAQs, tutorials or 'Tips-n-Tricks' dealing with subjects or language elements they are proficient in. These posts can be about programming in general or a specific language topic.

2. I'd like to see an option where I can be notified of an important post by the staff. This could be any new topic in the 'Official Announcements' board. If you put this option in the profile settings and enable it by default, then all users will be notified of new topics like this one. This will, in my opinion, greatly improve the feedback on the site with regard to user opinions. For whatever reason, some users cannot or will not browse through each forum board regularly and therefore miss important threads.

204
That may be a good prize challenge: mouser releases all raw statistics about the number of posts per member and related stuff and we have to code a web interface parsing the data into an interactive GUI :P

205
Post New Requests Here / Re: IDEA: Simple PC Usage Timer
« on: December 19, 2006, 03:11 AM »
Okay Fealit, I made some changes you should test to see if the SQL Server part is working correctly or not.

I added a file called 'sqldb.data' to the installation. You can edit it with notepad.

The current contents of the file are:

Server=YourServerName
Database=TheDatabaseName
Table=TheTableName
StatusField=TheFieldnameContainingTheStatusCode
IDField=TheFieldnameContainingTheComputerName
User=YourSQLServerUsername
Password=TheMD5HashForYourSQLPassword
/* Please do not change the order of the above parameters */
/* Do not insert spaces before or after the '=' sign */
/* You don't have to use quotes if a value contains spaces */

I hope it is self-explanatory. If you have questions, contact me!

I couldn't test it at all since my PC at work doesn't have SQL Server, but I think it should work if you set the parameters correctly. I hope to hear from you soon about it :D

Pages: prev1 ... 36 37 38 39 40 [41] 42 43 44 45 46 ... 57next
Go to full version