|
More site info...
CodeProject: Discussion Boards. Free source... - www.codeproject.com | Site profile
|
|
Site profile page for http://www.codeproject.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.codeproject.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.codeproject.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on CodeProject: Discussion Boards. Free source code and programming help:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
1,373
|
5,035
|
13,135
|
|
Post:
|
6,196
|
23,106
|
61,914
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for CodeProject: Discussion Boards. Free source code and programming help (http://www.codeproject.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
CodeProject: Discussion Boards. Free source code and programming help posting activity graph:
|
|
http://www.codeproject.com Alexa graph:
|
Top authors on CodeProject: Discussion Boards. Free source code and programming help during last week:
user's latest post:
Ron Paul’s Amendment To Audit...
Published (2009-11-20 20:05:00)
Ian Shlasko wrote: Why you referring to inflation as if someone sat down and said "Hey, let's make the money less valuable each year!" Conspiracy theorists tend to act out of insecurity. A world where everything is controlled by evil bogey men, is more predictable than one where stuff just happens.
user's latest post:
980,000th posting
Published (2009-11-19 14:33:00)
No, you can talk to me using big words, but expect a bill for my consultation!
user's latest post:
Problem while using master page
Published (2009-11-20 16:56:00)
This is a patent exception for VS IDE. If you have created any Custom control, you might have come accross with this. Dont rely on designer, rather write < asp:Content to the page.
user's latest post:
More scammers
Published (2009-11-20 22:36:00)
God punishes some with bad concert tickets, and others with feeble minds.
user's latest post:
SQLite
Published (2009-11-20 14:04:00)
con.Open(); // move it below cmd = new SQLiteCommand(); // don't need it cmd = con.CreateCommand(); cmd.Connection = con; // don't need it con.Open();
user's latest post:
PowerPoint conditionals
Published (2009-11-20 17:09:00)
smcnulty2000 wrote: This is all just a best-faith kind of suggestion. If I knew for sure that the macro language would get you there I'd point you to a site or something that could cut the shortest path. Based on my experience with excel/word VBA you should be able to create VB6 esque forms with the basic set of windows controls. The only thing I think would be needed I'm not aware of (in other office apps) is a way to save the...
user's latest post:
Boom baby!
Published (2009-11-20 15:57:00)
After the loading preview, I'm staring at a big black screen. Is this per the game, or did someone think a dead terminal interface was funny?
user's latest post:
Ron Paul’s Amendment To Audit...
Published (2009-11-20 17:51:00)
Why you referring to inflation as if someone sat down and said "Hey, let's make the money less valuable each year!" It's a side effect of a free market, not an intentional addition. http://en.wikipedia.org/wiki/Inflation#Causes [ ^ ] That said, the general consensus among economists is that a low but non-zero inflation rate is a good thing, and one of the purposes of the Fed is to keep the inflation rate from getting out...
|
|
|
Top 10 active forums on CodeProject: Discussion Boards. Free source code and programming help during last week:
|
|
Top 10 forums on CodeProject: Discussion Boards. Free source code and programming help:
The Lounge
- 208,291 posts
|
The Soapbox - off-topic rants
- 78,781 posts
|
C#
- 57,763 posts
|
Visual C++ / MFC
- 49,043 posts
|
ASP.NET
- 48,800 posts
|
Visual Basic / VB.NET
- 20,665 posts
|
SQL / ADO / ADO.NET
- 19,365 posts
|
Suggestions and Bug Reports
- 10,282 posts
|
Web Development
- 9,150 posts
|
.NET Framework
- 8,072 posts
|
|
|
|
|
Latest active threads on CodeProject: Discussion Boards. Free source code and programming help:
Started 12 hours, 59 minutes ago (2009-11-21 14:55:00)
by Abhishek sur
I think the process should have more than one concurrent infinite threads...
Started 13 hours, 2 minutes ago (2009-11-21 14:52:00)
by harold aptroot
Why does your RandomFactory.Create work the way it does? Surely you realize that it won't increase the entropy of your random numbers I can't think of anything else it might be expected to accomplish, but you might have a perfectly legitimate reason to "restart" your PRNG with a seed that is a value from the old PRNG
Started 13 hours, 21 minutes ago (2009-11-21 14:33:00)
by SimulationofSai
Have you thought about using MSMQ? Whenever your web method say MethodA() is called by any client, the first thing that MethodA() will do is push a message into a message queue. Your local app say AppA will keep polling (or subscribe to the message queue) and will be notified whenever a message arrives in the queue, this letting you know that MethodA() has been invoked.
Started 13 hours, 3 minutes ago (2009-11-21 14:51:00)
by SimulationofSai
I browsed through the forums after quite some time, and noticed that 1) The quality of questions being asked have gone way down 2) The quality of language used has deteriorated BUT The members who are answering are doing a very neat job of pointing out the bad questions, asking the questioner to rephrase the question and making a great attempt in answering even if the question makes very ...
Started 1 day, 6 hours ago (2009-11-20 20:56:00)
by Marc Clifton
Christian Graus wrote: We saw KISS from the last row. That may be a blessing in disguise. Aren't these guys eligible for membership in the AARP? Marc
Started 13 hours, 43 minutes ago (2009-11-21 14:11:00)
by Luc Pattyn
Printing is a rather complex matter. Printing a Form is based on the Paint handler and the PrintDocument class. My Sokoban article offers a simple example.
Started 13 hours, 17 minutes ago (2009-11-21 14:37:00)
by Luc Pattyn
Have a look at OpenFileDialog class, and study some of the articles here at CodeProject. Just search for editor, or RichTextBox.
Started 13 hours, 48 minutes ago (2009-11-21 14:06:00)
by Nishant Sivakumar
Anyone watches this show on TV or on DVD? My son has fallen for this show (recently) and Comcast only has about 6-7 episodes. I've never seen a Fireman Sam DVD in local stores either. Amazon has VHS copies but not many DVDs. Also there seem to have been various different versions over the years. The one my son likes is 3D CGI animation and everyone uses a very strong Welsh accent that I ...
Started 2 days, 6 hours ago (2009-11-19 21:00:00)
by Christian Graus
CaptainSeeSharp wrote: Sincerely, Ron Paul, Member of Congress Alan Grayson, Member of Congress Ron Paul passed in a proposal with emoticons in it ?
Started 15 hours, 7 minutes ago (2009-11-21 12:47:00)
by Abhishek sur
Use any Html Editor. You might use Yahoo editors... But the best one is FCK editor I guess. Try google on FCK editor and find it out.
|
|
Hot threads for last week on CodeProject: Discussion Boards. Free source code and programming help:
Started 6 days, 4 hours ago (2009-11-15 23:45:00)
by Kirtan Gor
I am not an active poster like the other guys. I just stand by the side, and read EACH & EVERY post they make (. . . and their replies). So, I guess, that makes me a part of CP as well. Congratulations 10 years is a really long time. Keep it up!
Started 4 days, 12 hours ago (2009-11-17 15:32:00)
by Pete O'Hanlon
Joe - I'm sorry, but I find the title of this post to be highly offensive to some great people. Our very own Karl Shifflett is one of the program managers with the VS team, and he's a very, very bright guy. Sure, like any other team, there will be members who have trouble reading and breathing at the same time, but find me a team where there isn't at least one knuckle dragger.
Started 5 days, 2 hours ago (2009-11-17 00:57:00)
by Christian Graus
Started 5 days, 11 hours ago (2009-11-16 16:34:00)
by 0x3C0
Wow! A floating iron. Seriously though, that's really good. It's better than I could come up with.
Started 2 days, 13 hours ago (2009-11-19 14:44:00)
by Kevin McFarlane
I watched some of the keynote and I'm working through the short videos here http://blog. chromium.org/2009/11/hello-open-source -developers-would-you.html [ ^ ] http://googleblog.blogspot.com/2009/11/releasing-c hromium-os-open-source.html [ ^ ]
Started 1 week, 1 day ago (2009-11-13 15:05:00)
by josda1000
OK I'm seriously glad I started a healthy debate. Finally... a real debate. Let's continue. -------------------------------------------------- --------------- Article VI: Debts, Supremacy, Oaths This Constitution, and the Laws of the United States which shall be made in Pursuance thereof ; and all Treaties made, or which shall be made, under the Authority of the United States, shall be the ...
Started 4 days, 17 hours ago (2009-11-17 10:05:00)
by Dave Kreskowiak
Get out now before everybody else around you takes the small number of jobs available. Knowing UPS, they won't change they minds about this until they've lost a couple of billion $$$ doing it.
Started 4 days, 22 hours ago (2009-11-17 05:13:00)
by Dalek Dave
Brady Kelly wrote: "What drives you?" My conviction that I am clever enough to get a job where I never need to ask that question? Brady Kelly wrote: "Are you a people's person? No, that would be schizophrenia, I am a People Person, singular. Brady Kelly wrote: Help me understand why you said yes [loudly and slowly as if speaking to a retard] Because that is what I believe [/...
Started 2 days, 6 hours ago (2009-11-19 21:00:00)
by Christian Graus
CaptainSeeSharp wrote: Sincerely, Ron Paul, Member of Congress Alan Grayson, Member of Congress Ron Paul passed in a proposal with emoticons in it ?
Started 1 week ago (2009-11-14 04:26:00)
by Richard A. Abbott
If Alex Jones's websites were closed down, you would be utterly speechless.
|
|