Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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 - http://bytes.com 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:

Expert Communities - bytes | Forum Authority Badge

Expert Communities - bytes posting activity graph:

Posts by:  day  week  month 
 

http://bytes.com Alexa graph:

Top authors on Expert Communities - bytes during last week:

Name
Posts
NeoPa
87
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 ;)
Dormilich
44
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 won’t load anyway) or use AJAX to load that everchanging content and leave the static content.
Frinavale
41
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?
matheussousuke
26
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...
ChipR
26
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.
acoder
24
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.
RRick
22
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/
topher23
21
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...
Dököll
21
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?
ADezii
21
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:

access - 352 new posts access - forum profile
c - 161 new posts c - forum profile
c sharp - 122 new posts c sharp - forum profile
php - 119 new posts php - forum profile
javascript - 104 new posts javascript - forum profile
asp .net - 63 new posts asp .net - forum profile
.net - 61 new posts .net - forum profile
python - 61 new posts python - forum profile
java - 58 new posts java - forum profile
html css - 57 new posts html css - forum profile
 

Top 10 forums on Expert Communities - bytes:

php - 7,142 posts php - forum profile
c sharp - 6,083 posts c sharp - forum profile
javascript - 5,788 posts javascript - forum profile
perl - 4,707 posts perl - forum profile
html css - 4,431 posts html css - forum profile
asp .net - 4,329 posts asp .net - forum profile
windows - 4,266 posts windows - forum profile
access - 4,132 posts access - forum profile
java - 4,077 posts java - forum profile
asp classic - 3,930 posts asp classic - forum profile

Latest active threads on Expert Communities - bytes:

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";... '/>
Forum:  html css html css - forum profile
Thread:  Show this thread (5 posts) Thread info: Can I give fixed length for ON and OFF buttons size? Size: 901 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Can I give fixed length for ON and OFF buttons size? :: html css :: Expert Communities - bytes"
Expert Communities - bytes
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 ...
Forum:  c c - forum profile
Thread:  Show this thread (5 posts) Thread info: game of 21, person vs. computer. first closest to 21 without going over
wins help fin Size: 3,428 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "game of 21, person vs. computer. first closest to 21 without going over
wins help fin :: c :: Expert Communities - bytes"
Expert Communities - bytes
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 {.
Forum:  c c - forum profile
Thread:  Show this thread (2 posts) Thread info: Compiler say I cannot use newCDInventory as a function. Any suggestions?? Size: 101 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Compiler say I cannot use newCDInventory as a function. Any
suggestions?? :: c :: Expert Communities - bytes"
Expert Communities - bytes
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 ...
Forum:  c c - forum profile
Thread:  Show this thread (6 posts) Thread info: How to override standard printf defined in gcc library Size: 994 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: How to override standard printf defined in gcc library :: c :: Expert Communities - bytes"
Expert Communities - bytes
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...
Forum:  c c - forum profile
Thread:  Show this thread (3 posts) Thread info: why some operators cannot be overloaded? Size: 1,095 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: why some operators cannot be overloaded? :: c :: Expert Communities - bytes"
Expert Communities - bytes
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.
Forum:  c c - forum profile
Thread:  Show this thread (14 posts) Thread info: recursion Size: 230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: recursion :: c :: Expert Communities - bytes"
Expert Communities - bytes
Started 15 hours, 29 minutes ago (2009-11-22 16:04:00)  by Banfa
Please post your linker errors.
Forum:  c c - forum profile
Thread:  Show this thread (3 posts) Thread info: Rational Class help. Reduction funtion doesnt work. Linker error in Dev
cpp. Size: 31 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Rational Class help. Reduction funtion doesnt work. Linker error in Dev
cpp. :: c :: Expert Communities - bytes"
 

Hot threads for last week on Expert Communities - bytes:

python
Circle loop - 27 new posts
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...
Forum:  python python - forum profile
Thread:  Show this thread (27 posts) Thread info: Circle loop Size: 1,833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Circle loop :: python :: Expert Communities - bytes"
php
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> ...
Forum:  php php - forum profile
Thread:  Show this thread (26 posts) Thread info: HTML email shows as text plain Size: 1,157 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: HTML email shows as text plain :: php :: Expert Communities - bytes"
access
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];...
Forum:  access access - forum profile
Thread:  Show this thread (23 posts) Thread info: Reminder dates in listbox Size: 1,828 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Reminder dates in listbox :: access :: Expert Communities - bytes"
access
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?
Forum:  access access - forum profile
Thread:  Show this thread (23 posts) Thread info: Access asking for a query parameter unnecessarily? (Access VBA and SQL) Size: 320 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Access asking for a query parameter unnecessarily? (Access VBA and SQL) :: access :: Expert Communities - bytes"
access
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?
Forum:  access access - forum profile
Thread:  Show this thread (22 posts) Thread info: How can I use DMax function and apply it to a single customer ID? Size: 288 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: How can I use DMax function and apply it to a single customer ID? :: access :: Expert Communities - bytes"
access
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.
Forum:  access access - forum profile
Thread:  Show this thread (17 posts) Thread info: Cascading ComboBoxes Size: 424 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Cascading ComboBoxes :: access :: Expert Communities - bytes"
javascript
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...
Forum:  javascript javascript - forum profile
Thread:  Show this thread (15 posts) Thread info: writing a variable to a page Size: 1,762 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "writing a variable to a page :: javascript :: Expert Communities - bytes"
html css
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
Forum:  html css html css - forum profile
Thread:  Show this thread (14 posts) Thread info: Block links, width/height problems Size: 247 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Block links, width/height problems :: html css :: Expert Communities - bytes"
javascript
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. shouldn’t you mouse over the heading? or putting it that way: how to mouse over something that’s not there?
Forum:  javascript javascript - forum profile
Thread:  Show this thread (14 posts) Thread info: Trouble with mouseover Size: 791 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Trouble with mouseover :: javascript :: Expert Communities - bytes"
c
re: recursion - 14 new posts
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.
Forum:  c c - forum profile
Thread:  Show this thread (14 posts) Thread info: recursion Size: 230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: recursion :: c :: Expert Communities - bytes"