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: 664 active threads during last week
Site rank: 1,310 (go to rank page)
Domain info for: bytes.com
 

Posting activity table on Expert Communities - bytes:

  Week Month 3 Months
Threads: 664 2,304 6,744
Post: 1,659 6,120 19,279
 

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
Dormilich
92
user's latest post:
The WAV file which was playing...
Published (2009-11-10 20:55:00)
Quote: Originally Posted by CdnRebel I don't know what the chmod for the file is, chmod is a unix programme that sets the permissions for a specific file. i.e. if the permission is set to "000" no-one (owner, group, other) is allowed to read, write or execute the file. Quote: Originally Posted by CdnRebel I don't know how to clear a cache. Can you be more specific? go to the browser settings, search for cache,...
tlhintoq
56
user's latest post:
Windows 7 - Reported Form size...
Published (2009-11-10 17:12:00)
Of course. But since they are forms that I'm creating I have some control over that. I'm switching between .None and .Sizeable. I filter the "before" sizes depending on whether or not the form went maximized Expand | Select | Wrap | Line Numbers if (WindowState == FormWindowState.Maximized) {...
Plater
41
user's latest post:
problem with dissapearing DIV in IE
Published (2009-11-10 15:11:00)
(Where did my post go? I saw nothing change in my IE. Mouseover of anything did not make difference, no effects occured.
donbock
39
user's latest post:
const char *Str_Replace(const...
Published (2009-11-10 23:52:00)
Copy from s1 to the output string until you find an instance of s2. Then copy all of s3 into the output string. Then resume copying from s1 after the end of the embedded instance of s2. Repeat these steps until you reach the end of s1. You need to be careful that you don't write past the end of the output string allocation. You can do this either by allocating a big enough output string or by increasing the allocation as needed. Next...
Dököll
38
user's latest post:
how to create .exe file in java
Published (2009-11-09 04:04:00)
You will need a .WAR file for certain Windows Apps, .WAR or .EAR should do the trick most ofthe time for either that or Web Apps. Please forgive me I am not aware of .exe files for Java Apps. Good luck!
Markus
37
user's latest post:
how to get DPI value of an...
Published (2009-11-10 22:17:00)
Quote: Originally Posted by neovantage Hmm ok But can you tell me how this website Link finding the dpi value of uploading images against selected "Format auswählen"? As i need to do that in my client appliction and i am stuck with that. Please please help me out to sort out my problem They're not finding the DPI of an image. They have set widths that you select from and, I assume, that value is then passed to a printer.
Frinavale
37
user's latest post:
Editable column in gridview
Published (2009-11-10 20:31:00)
It is a lot more difficult to do this dynamically. If you don't have to use dynamic controls then you should avoid doing so if you're new to this... Of course, it is possible to dynamically create columns for your GridView. You should still use TemplteFields for this purpose for a bunch of reasons that I will address in a minute...but instead of declaratively defining them (in the ASPX page) you'll do so dynamically. Every...
TheServant
36
user's latest post:
The WAV file which was playing...
Published (2009-11-10 11:31:00)
Possibly your chmod for the file is changing with the ftp, so check that. Otherwise, all I can think of is it's to do with your browser. Have you tried on another browser and cleared your cache?
NeoPa
34
user's latest post:
Can a report display a new order...
Published (2009-11-09 17:08:00)
It lines up perfectly. What are you talking about? The trick is to edit it in a text editor. Typically these use non-proportional fonts (EG. Courier; Courier New) which ensures each character takes the same amount of horizontal space no matter if it's a 'W' or an 'i'. This way it is easy to ensure all is lined up smartly - and easier to read because of it. BTW I was just kidding. I sorted yours out for you of course.
topher23
23
user's latest post:
Access 2007 Toolbar Issue
Published (2009-11-09 17:54:00)
Unfortunately, the Ribbon isn't quite what the old menus and toolbars were, but it is very useful. At the very least, you can turn off the ribbon tabs you don't want so only the custom one appears. That may solve some of your problems. Quote: msdn tutorial: The tabs displayed in the Fluent UI are additive. That is, unless you specifically hide the tabs or set the Start from Scratch attribute to True, the tabs displayed by a form or...
 

Top 10 active forums on Expert Communities - bytes during last week:

c - 330 new posts c - forum profile
php - 265 new posts php - forum profile
access - 218 new posts access - forum profile
javascript - 167 new posts javascript - forum profile
java - 117 new posts java - forum profile
c sharp - 103 new posts c sharp - forum profile
asp .net - 87 new posts asp .net - forum profile
sql server - 79 new posts sql server - forum profile
visual basic .net - 51 new posts visual basic .net - forum profile
.net - 42 new posts .net - forum profile
 

Top 10 forums on Expert Communities - bytes:

php - 6,971 posts php - forum profile
c sharp - 5,920 posts c sharp - forum profile
javascript - 5,647 posts javascript - forum profile
perl - 4,664 posts perl - forum profile
html css - 4,361 posts html css - forum profile
windows - 4,247 posts windows - forum profile
asp .net - 4,245 posts asp .net - forum profile
java - 3,998 posts java - forum profile
asp classic - 3,905 posts asp classic - forum profile
access - 3,771 posts access - forum profile

Latest active threads on Expert Communities - bytes:

Expert Communities - bytes
Started 1 month, 1 week ago (2009-09-30 06:43:00)  by r035198x
A method called getDeckOfCards should not be void. It must be returning a List<Card> instead. Enums will help to clean up the code and logic
Forum:  java java - forum profile
Thread:  Show this thread (44 posts) Thread info: Game of Set program, need help with for loop nesting and more Size: 262 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Game of Set program, need help with for loop nesting and more :: java :: Expert Communities - bytes"
Expert Communities - bytes
Started 12 hours, 9 minutes ago (2009-11-12 04:00:00)  by faelnefal
try this int sample = 106070; Console.WriteLine(String.Format("{0:0,000,000}",sa mple));
Forum:  c sharp c sharp - forum profile
Thread:  Show this thread (3 posts) Thread info: currency formatting Size: 145 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: currency formatting :: c sharp :: Expert Communities - bytes"
Expert Communities - bytes
Started 11 hours, 18 minutes ago (2009-11-12 04:51:00)  by swacidware
What have you done so far?
Forum:  java java - forum profile
Thread:  Show this thread (2 posts) Thread info: write a simple code for calculator Size: 26 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: write a simple code for calculator :: java :: Expert Communities - bytes"
Expert Communities - bytes
Started 1 day, 22 hours ago (2009-11-10 17:58:00)  by weaknessforcats
Your operator<< returns void so there's no stream for << (*ei)->GetEdgeID() . The operator<< needs to return an ostream& ( not an ostream). Expand | Select | Wrap | Line Numbers log << "Edge ID: " << (*ei)->GetEdgeID() << " "; // => fails.. Also, what's the array and the sprintf all about? This is C++ and not C. Expand | Select | Wrap | Line ...
Forum:  c c - forum profile
Thread:  Show this thread (5 posts) Thread info: want to write outstream operator Size: 4,231 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: want to write outstream operator <<, arguments are more than two
different types... :: c :: Expert Communities - bytes"
Expert Communities - bytes
Started 12 hours, 13 minutes ago (2009-11-12 03:56:00)  by dlite922
Sweet! I'll try that next time. I don't remember GROUP_CONCAT. I better look that up. You guys never disappoint the byte php forum n00bs! Dan
Forum:  mysql mysql - forum profile
Thread:  Show this thread (2 posts) Thread info: Display joined table records in one parent record Size: 189 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Display joined table records in one parent record :: mysql :: Expert Communities - bytes"
 

Hot threads for last week on Expert Communities - bytes:

php
Started 6 days, 8 hours ago (2009-11-06 07:19:00)  by sachinshastri Newbie
hi i have xml file , i want to transform its format to OEBPS format by PHP, is it possible to transform xml conversion to other xml format ? Kindly reply me as soon as possible Thanks Sachin Sharma
Forum:  php php - forum profile
Thread:  Show this thread (30 posts) Thread info: Can we convert xml format to other xml format like (OEBPS) Size: 245 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can we convert xml format to other xml format like (OEBPS) :: php :: Expert Communities - bytes"
c
Started 1 week, 1 day ago (2009-11-04 11:33:00)  by bona3 Newbie
okay , thank you for your help If you can help me to calculate the 1est code complixity
Forum:  c c - forum profile
Thread:  Show this thread (28 posts) Thread info: Determining the Time Complexity of code Size: 103 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Determining the Time Complexity of code :: c :: Expert Communities - bytes"
c
Started 1 week ago (2009-11-05 00:58:00)  by Man4ish Member
How a c string can be splitted by token '\' using strtok? Example: Hello\world is one c-string. I need to split it into Hello and world. How this can be implemented? Thanks in advance.
Forum:  c c - forum profile
Thread:  Show this thread (17 posts) Thread info: How a c string can be splitted by token '\' using strtok? Size: 201 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How a c string can be splitted by token '\' using strtok? :: c :: Expert Communities - bytes"
access
Started 1 week, 1 day ago (2009-11-04 15:37:00)  by ChipR
The structure of the database may not be optimal, but I would recommend leaving it alone if it works. Changes to the structure would probably wreck your forms, and it's probably not worth it. This question can be answered by deciding whether you have the time and/or desire to start over. The design phase would be accelerated by the existing model, and converting records isn't hard if you can ...
Forum:  access access - forum profile
Thread:  Show this thread (16 posts) Thread info: Restructuring an existing database? Size: 834 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Restructuring an existing database? :: access :: Expert Communities - bytes"
visual basic .net
Started 1 week ago (2009-11-05 14:13:00)  by qfchen
below are some code I got from internet. but I have problem with the statement, MailMsg.BodyEncoding = Encoding.Default, which indicate that Encoding is not declared. And How can I get SMTP host name or IP address? ------------------------------------------------ ---------------- Expand | Select | Wrap | Line Numbers Imports Microsoft.VisualBasic Imports System....
Forum:  visual basic .net visual basic .net - forum profile
Thread:  Show this thread (15 posts) Thread info: send a email and attach file in VB Size: 9,688 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: send a email and attach file in VB :: visual basic .net :: Expert Communities - bytes"
access
Started 1 week, 1 day ago (2009-11-04 14:20:00)  by OldBirdman
The OnDirty Event for the form should work.
Forum:  access access - forum profile
Thread:  Show this thread (15 posts) Thread info: What is the event that occurs right after a record number is generated? Size: 43 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: What is the event that occurs right after a record number is generated? :: access :: Expert Communities - bytes"
javascript
re: jquery problem - 15 new posts
Started 1 week, 2 days ago (2009-11-03 12:39:00)  by RamananKalirajan
Hi, Just place the file inclusion in the end of the body in your html... Like call the function after the page is loaded... This will do. Thanks and Regards Ramanan Kalirajan
Forum:  javascript javascript - forum profile
Thread:  Show this thread (16 posts) Thread info: jquery problem Size: 209 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: jquery problem :: javascript :: Expert Communities - bytes"
php
Started 1 week ago (2009-11-04 19:09:00)  by Dormilich
code executed by PHP marked bold Expand | Select | Wrap | Line Numbers <a href="list.php?Id=$Id"><img src=" <?php echo $row_list['photo']; ?> everything else is simple HTML text
Forum:  php php - forum profile
Thread:  Show this thread (14 posts) Thread info: passing variables in url -- help Size: 903 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: passing variables in url -- help :: php :: Expert Communities - bytes"
access
Started 6 days, 16 hours ago (2009-11-05 23:49:00)  by msquared
I think I understand what you are asking. Does the following make any sense to you. tblShipment Expand | Select | Wrap | Line Numbers ShipID (PK) CustID (FK) ShipDate RefNum Query Expand | Select | Wrap | Line Numbers SELECT T1.ShipID As NewShipment, T1.CustID As Customer, T1.ShipDate As NewShipDate, T1.RefNum As...
Forum:  access access - forum profile
Thread:  Show this thread (14 posts) Thread info: Can a report display a new order number and older order details? Size: 2,382 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: Can a report display a new order number and older order details? :: access :: Expert Communities - bytes"
javascript
Started 1 week, 1 day ago (2009-11-03 21:27:00)  by Plater
Is Safari the only browser it does weird things in? IE? FF? gChrome? Opera? Does Safari not support prototyping? Am I to assume you have gone through commenting out lines to see if it was one particular line that was the problem?
Forum:  javascript javascript - forum profile
Thread:  Show this thread (13 posts) Thread info: strange parse error in Safari Size: 261 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "re: strange parse error in Safari :: javascript :: Expert Communities - bytes"