|
More site info...
Expert Communities - bytes - bytes.com | Site profile
|
|
Site profile page for http://bytes.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://bytes.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://bytes.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.
|
|
Title:
|
Expert Communities - bytes
|
|
Url:
|
http://bytes.com
|
|
Users activity:
|
3 posts per thread |
|
site activity:
|
647 active threads during last week |
|
Site rank:
|
1,503 (go to rank page)
|
|
Domain info for:
|
bytes.com
|
|
|
|
Posting activity table on Expert Communities - bytes:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
647
|
2,400
|
6,693
|
|
Post:
|
1,394
|
5,955
|
18,406
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Expert Communities - bytes (http://bytes.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.
|
|
|
|
|
Expert Communities - bytes posting activity graph:
|
|
http://bytes.com Alexa graph:
|
Top authors on Expert Communities - bytes during last week:
user's latest post:
Web Browser Control Does...
Published (2009-11-21 21:10:00)
Quote: Originally Posted by NeoPa dblHeaderHeight looks a bit suss though. When does it actually show the expected size? I would never expect it to as that value seems to be in something quite different from Twips. Centimetres or inches or something. I would actually expect it to fill up your whole form, or at least so nearly all of it that you wouldn't notice any gap. I guess you missed this then ;)
user's latest post:
I have header and footer images,...
Published (2009-11-21 16:06:00)
either replace the images with appropriate text (the images wont load anyway) or use AJAX to load that everchanging content and leave the static content.
user's latest post:
dll not found when changing the...
Published (2009-11-21 04:09:00)
Hi tincho87, Do you have control over the plugin.dll code? Could you take a look at how it is referencing the functions.dll?
user's latest post:
HTML email shows as text plain
Published (2009-11-20 15:49:00)
Quote: Originally Posted by Atli We don't spend our entire day on here. This is volunteer work we do as well as our day jobs, families, etc.. We can't always (and usually don't) reply within minutes. But yea, actually. I was sleeping xD Yeah, sure, but sometimes I get a little unsure cause once I posted a post here that got opened, no one answered the questions anymore. Anyway, thanks for the suport, I'm gonna have to go...
user's latest post:
Reserved Error (-1517) when...
Published (2009-11-21 04:12:00)
It sounds like a field or table name in your front-end doesn't match up with the back-end. Try deleting the table and re-link to it, then double check the names.
user's latest post:
Trouble with mouseover
Published (2009-11-21 09:07:00)
Why not give it an ID? Also, you have the code to show, but it's in the wrong place - it needs to be in the function.
user's latest post:
vc6 modify process priority
Published (2009-11-20 00:50:00)
Don't know if this will help or not. This changes the priority of the current process. http://nibuthomas.com/2009/03/04/cha...ss-at-runtime/
user's latest post:
Cascading ComboBoxes
Published (2009-11-21 04:13:00)
As Experts or helpers of any other sort, we expect that people asking for help will be 100% forthcoming. Those who are not cause a lot of frustration. We are simply expressing that you have caused frustration in not being completely up-front about your problem, instead couching it in "something you people would understand." Such an attitude borders on arrogance, and is really annoying to people who are just trying to help. If...
user's latest post:
Deploy cr10 with vb6
Published (2009-11-21 22:11:00)
I could be wrong, but I believe Crystal Reports must be licensed in order for you to include in your finished product, I do not think it is Open source. Can you add an Open source software and package?
user's latest post:
Web Browser Control Does...
Published (2009-11-21 21:10:00)
Quote: Originally Posted by AdamOnAccess Nice Job. You nailed it. 1.5833 * 1440 = 2279.952 when dblHeaderHeight = 2279.952, the code works perfectly. Odd how it initially worked in inches, but then snapped to the full form the moment you touched it. Thanks, Adam You are quite welcome, Adam.
|
|
|
Top 10 active forums on Expert Communities - bytes during last week:
|
|
Top 10 forums on Expert Communities - bytes:
php
- 7,142 posts
|
c sharp
- 6,083 posts
|
javascript
- 5,788 posts
|
perl
- 4,707 posts
|
html css
- 4,431 posts
|
asp .net
- 4,329 posts
|
windows
- 4,266 posts
|
access
- 4,132 posts
|
java
- 4,077 posts
|
asp classic
- 3,930 posts
|
|
|
|
|
Latest active threads on Expert Communities - bytes:
Started 17 hours, 31 minutes ago (2009-11-22 14:02:00)
by Atli
Hey.
You could specify the CSS width int he style attribute. Expand | Select | Wrap | Line Numbers <input type="button" value="ON" style="width: 50px";... '/>
Started 2 days, 17 hours ago (2009-11-20 14:03:00)
by mProgramz
//Specification: This program plays a version of
//the card game of 21.
//A human player is pitted against the computer.
//The player who is the closest to 21 without
//going over wins the hand.
#include <iostream>
#include <ctime>
#include <string>
using namespace std;
//prototypes...
void play21(void);
int dealCards(int, string);
void hit(int &);
void ...
Started 10 hours, 23 minutes ago (2009-11-22 21:10:00)
by Banfa
If you are getting compilation errors then post them please.
You have 1 less } than {.
Started 3 weeks, 5 days ago (2009-10-27 12:45:00)
by Banfa
fprintf (and printf) are in the standard C library. This is a static library. You can replace any function in the standard library by writing your own version and compiling it and then linking with the object. The linker will prefer the version in your object file to the version in the library. The library is only used to resolve symbols that have not been resolved in all the object files of ...
Started 23 hours, 30 minutes ago (2009-11-22 08:03:00)
by Banfa
Generally the operators that can't be overloaded are like that because overloading them could and probably would cause serious program errors or it is syntactically not possible,
For instance the sizeof operator returns the size of the object or type passed as an operand. It is evaluated by the compiler not at runtime so you can not overload it with your own runtime code. It is syntactically...
Started 1 day, 11 hours ago (2009-11-21 20:10:00)
by YarrOfDoom
There is still some room for improvement.
Try going over this code line by line with some example input and see if you can find what is obsolete.
If you really can't find it, I could provide you with some more hints.
Started 15 hours, 29 minutes ago (2009-11-22 16:04:00)
by Banfa
Please post your linker errors.
|
|
Hot threads for last week on Expert Communities - bytes:
Started 6 days ago (2009-11-17 06:48:00)
by OzzyB
This is another problem in the Zelle book. Expand | Select | Wrap | Line Numbers
def drawCircle(win, centre, radius, colour):
circle = Circle(radius)
circle.setFill(colour)
circle.setWidth(2)
circle.draw(win)
def eyes(row, columns):
win = GraphWin()
drawCircle(win, centre, 50, "white")
drawCircle(win, centre, 25, "blue...
Started 3 days, 16 hours ago (2009-11-19 15:26:00)
by matheussousuke
This how it appears on the email:
Responder para: <matheuswebdesigner@hotmail.com>
tipo de conteúdo: text/html; charset=iso- 8859-1
<html><body>
Por favor siga estas instruções para verificar seu registro:
<BR>
1. Clique no link abaixo:
<BR>
2. Digite o usuário e o código de confirmação que está localizado abaixo desta
linha.
<BR>
<BR>
...
Started 5 days, 3 hours ago (2009-11-18 03:37:00)
by tuxalot
Hi all,
I have a select query like this: Expand | Select | Wrap | Line Numbers SELECT qryTrackingDate.[Employee ID],
qryTrackingDate.[Trace Date],
qryTrackingDate.ELastName,
qryTrackingDate.EFirstName
FROM qryTrackingDate
WHERE (((qryTrackingDate.[Trace Date])>Date()))
ORDER BY qryTrackingDate.[Trace Date];...
Started 5 days, 3 hours ago (2009-11-18 03:41:00)
by ChipR
Sorry, I'm not too familiar with querydefs and parameters. The table at http://support.microsoft.com/kb/142938 has Text, but doesn't list CHAR as a variable type, nor does the example use [ ]. Maybe that could be part of the problem?
Started 4 days, 7 hours ago (2009-11-19 00:08:00)
by ChipR
I just can't figure out what you mean by "sticks that are coming up that are 2 years old or more". Those terms don't appear to relate to anything in your post.
From your example, why don't you just do a select from customers who haven't ordered within the last 2 years?
Started 3 days, 6 hours ago (2009-11-20 00:52:00)
by NeoPa
As for your question, there are a couple of articles based around this subject. I think the better one for you would be Cascading Combo/List Boxes , but the other ( Example Filtering on a Form ) may also be worth a look.
Started 5 days, 3 hours ago (2009-11-18 03:36:00)
by colinod
Hi
I have the following code and it works fine if i want the total to be in a form field but i want to write the amount to the webpage using document.write, have tried all sorts but cant get it to work Expand | Select | Wrap | Line Numbers <script type="text/javascript">
function calculate(f)
{
var nums = f.num;
var ntext = f.num;
var result...
Started 4 days, 7 hours ago (2009-11-19 00:04:00)
by magnesium
haha, I know I know... I learned my HTML about 10 years ago.. Teachers ain't free so I downloaded all browsers and as long as it all looks and functions well on the important ones I don't mess with it.. Thank you tho, I'll try and see what happens
Started 2 days, 3 hours ago (2009-11-21 04:10:00)
by Dormilich
Quote:
Originally Posted by heapster123 I have no idea what to add in the function. well, obviously you have to make the image visible .
(enough hints for now)
btw. shouldnt you mouse over the heading? or putting it that way: how to mouse over something thats not there?
Started 1 day, 11 hours ago (2009-11-21 20:10:00)
by YarrOfDoom
There is still some room for improvement.
Try going over this code line by line with some example input and see if you can find what is obsolete.
If you really can't find it, I could provide you with some more hints.
|
|