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... 

WebDeveloper.com - www.webdeveloper.com | Site profile

Site profile page for http://www.webdeveloper.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.webdeveloper.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.webdeveloper.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: WebDeveloper.com - http://www.webdeveloper.com WebDeveloper.com
Url: http://www.webdeveloper.com
Users activity: 2 posts per thread
site activity: 737 active threads during last week
Site rank: 479 (go to rank page)
Domain info for: webdeveloper.com
 

Posting activity table on WebDeveloper.com:

  Week Month 3 Months
Threads: 737 2,881 8,604
Post: 1,704 7,409 20,617
 

Authority Badge:

WebDeveloper.com | Forum Authority Badge

WebDeveloper.com posting activity graph:

Posts by:  day  week  month 
 

http://www.webdeveloper.com Alexa graph:

Top authors on WebDeveloper.com during last week:

Name
Posts
NogDog
59
user's latest post:
SFTP without libssh
Published (2009-11-07 12:58:00)
Maybe exec() SFTP command line instructions?
criterion9
51
user's latest post:
html erros due to pasted code...
Published (2009-11-06 21:49:00)
Did you look at the instructions where you downloaded the code? They seemed pretty self explanatory when I read them the first time.
lukaz
47
user's latest post:
Security issue hidden form field
Published (2009-11-07 08:58:00)
Lol thanks
opifex
47
user's latest post:
make .php5 .php
Published (2009-11-07 04:21:00)
you could try this also in .htaccess HTML Code: AddHandler application/x-httpd-php .php .php3 .php4 .php5
mitya
45
user's latest post:
jQuery - select element and prev...
Published (2009-11-05 10:35:00)
Hi all How to check an element and its previous sibling inside one query? I'm getting blank form fields like this: Code: var sel = ":text[value=], textarea[value=]"; $(sel).css('borderColor', 'solid 1px #f00'); I'd like to select the <label> immediately before each field, too. Thanks in advance Andy
Kor
43
user's latest post:
Please tell me the error in this...
Published (2009-11-06 13:28:00)
http://www.ajax-cross-domain.com/
rnd me
43
user's latest post:
race condition
Published (2009-11-06 21:49:00)
if the script tags are in the head and there are no defer attribs in play, onload will not fire until every script is parsed and evaluated... if you can't move the tags, add "if(window.myOnload){myOnload();}" to the end of your copy of the prototype.js file, and put the stuff from your body.onload() into a function named myOnload. using this simple method you can chain several script togethers, and even make them arrive...
ssystems
42
user's latest post:
Can't trace what's...
Published (2009-11-07 15:03:00)
Guess 34 views is not enough to point out any direction. Bump bump bump
justinbarneskin
33
user's latest post:
Cannot get my external clocks to...
Published (2009-11-07 15:57:00)
Those time zone scripts are too dicey, consider abandoning it? Googling "world times scripts" returns http://www.javascriptkit.com/script/cut47.shtml You can play around with it until you discover it doesn't work either.
kaafmim
32
user's latest post:
Need help getting sorting...
Published (2009-11-06 15:23:00)
I checked your code, it was really confusing, but at last I found out! The problem was that if the rangeStart number was the minimum at the beginning, the minPosition was not going to be changed, therefore in the next phase, it was goinig to swap the minimum value (rangeStart), with the value in the minPosition from the last cycle. In other words, any time it was reaching the minimum, it was going to put it back in the next cycle. The solution...
 

Top 10 active forums on WebDeveloper.com during last week:

JavaScript - 707 new posts JavaScript - forum profile
PHP - 322 new posts PHP - forum profile
HTML - 200 new posts HTML - forum profile
CSS - 129 new posts CSS - forum profile
Website Reviews - 76 new posts Website Reviews - forum profile
SQL - 39 new posts SQL - forum profile
General - 33 new posts General - forum profile
Java (NOT JavaScript!) - 29 new posts Java (NOT JavaScript!) - forum profile
The Coffee Lounge - 21 new posts The Coffee Lounge - forum profile
Search Engines - 19 new posts Search Engines - forum profile
 

Top 10 forums on WebDeveloper.com:

JavaScript - 120,830 posts JavaScript - forum profile
PHP - 55,650 posts PHP - forum profile
CSS - 30,561 posts CSS - forum profile
HTML - 25,429 posts HTML - forum profile
General - 10,485 posts General - forum profile
The Coffee Lounge - 8,080 posts The Coffee Lounge - forum profile
SQL - 7,571 posts SQL - forum profile
Website Reviews - 5,936 posts Website Reviews - forum profile
ASP - 5,851 posts ASP - forum profile
Multimedia - 3,936 posts Multimedia - forum profile

Latest active threads on WebDeveloper.com:

WebDeveloper.com
Started 4 days, 5 hours ago (2009-11-05 07:58:00)  by eric23sav
Can anyone help with this? I'm lost for what to do.
Forum:  HTML HTML - forum profile
Thread:  Show this thread (8 posts) Thread info: Help Please. Page Jumps From Right To Left On Load!! Driving Me Crazy!! =( Size: 51 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help Please. Page Jumps From Right To Left On Load!! Driving Me Crazy!! =( :: HTML :: WebDeveloper.com"
WebDeveloper.com
Started 2 days, 14 hours ago (2009-11-06 22:59:00)  by justinbarneskin
Which do you want help on, the link you gave or the index.html?
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (5 posts) Thread info: Cannot get my external clocks to work Size: 63 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Cannot get my external clocks to work :: JavaScript :: WebDeveloper.com"
WebDeveloper.com
Started 2 days ago (2009-11-07 13:14:00)  by JMRKER
The following does not answer your problem yet, but I did simplify it a bit to make it easier to discuss what it is that you want to change. I'm a little confused as to why you have <input> tags for values that you don't wish to use in any calculations. To make it easier on the user to know which fields require entries as opposed to those that do not, you might want to put a 'readonly' ...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (3 posts) Thread info: Need help with javascript calculator Size: 7,098 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: More information needed ... :: JavaScript :: WebDeveloper.com"
WebDeveloper.com
Started 1 day, 22 hours ago (2009-11-07 14:37:00)  by gibatul
Anybody can help me please? this is quite urgent :-)
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (3 posts) Thread info: Remove special characters and empty spaces from input text Size: 52 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Remove special characters and empty spaces from input text :: JavaScript :: WebDeveloper.com"
WebDeveloper.com
Started 1 day, 22 hours ago (2009-11-07 15:03:00)  by ssystems
Guess 34 views is not enough to point out any direction. Bump bump bump
Forum:  .NET .NET - forum profile
Thread:  Show this thread (2 posts) Thread info: Can't trace what's causing the full page postback Size: 86 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Can't trace what's causing the full page postback :: .NET :: WebDeveloper.com"
WebDeveloper.com
Started 2 days, 2 hours ago (2009-11-07 11:13:00)  by vwphillips
Quote: Wish one: I would like the final choice to appear as text instead of another drop down. Not sure I understand this wish 2 Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (3 posts) Thread info: Dependant Drop Downs Size: 6,637 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dependant Drop Downs :: JavaScript :: WebDeveloper.com"
WebDeveloper.com
Started 1 day, 23 hours ago (2009-11-07 14:14:00)  by wallacekp
Not quite sure what you mean but try View /Toolbars/Documents
Forum:  Dreamweaver/FrontPage Dreamweaver/FrontPage - forum profile
Thread:  Show this thread (2 posts) Thread info: Very Simple Question, please help Size: 61 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Very Simple Question, please help :: Dreamweaver/FrontPage :: WebDeveloper.com"
 

Hot threads for last week on WebDeveloper.com:

JavaScript
RE: Images with time - 27 new posts
Started 1 week, 4 days ago (2009-10-29 03:55:00)  by Pprakash
try the given file "sun.html" in the browser. put the value insted of 1000 and path of images as insted of 'sun1.jpg, 'sun2.jpg', 'sun3.jpg', 'sun3.jpg', as you required in the given code file 1000 means 1 second <html> <head> <script type="text/javascript"> var q=0, k; function change() { q = q+1; k=setTimeout("change()",1000); var i = new Array("p", "sun1.jpg", "sun2.jpg...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (31 post) Thread info: Looking for timed image script Size: 890 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Images with time :: JavaScript :: WebDeveloper.com"
JavaScript
jquery alert Onclick - 24 new posts
Started 3 days, 22 hours ago (2009-11-05 15:28:00)  by webevelopersFTW Registered User
how can i put a alert on this Code: <input type="button" id="addlesson" value="Add Lesson!" onClick="inputter(document.getElementById('testid' ).value)" /> the onclick right now sends a value over the url i want the alert to stop that and ask if they are sure they want to do that yes and continue no just stay there. i have the jquery working but it doesn't stop the...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (24 posts) Thread info: jquery alert Onclick Size: 1,313 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "jquery alert Onclick :: JavaScript :: WebDeveloper.com"
JavaScript
Started 1 week, 1 day ago (2009-11-01 09:41:00)  by Reis
Are you trying to do this with ajax without page-reload or a simple form submit?
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (21 post) Thread info: How can i pass a variable via javascript!!! Size: 80 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How can i pass a variable via javascript!!! :: JavaScript :: WebDeveloper.com"
HTML
Started 1 week, 2 days ago (2009-10-30 15:30:00)  by Coyotelab
create xml sitemap: http://www.xml-sitemaps.com/ submit that sitemap in Google webmaster tool: www.google.com/webmasters/tools/
Forum:  HTML HTML - forum profile
Thread:  Show this thread (24 posts) Thread info: Google hasn't indexed my site for over two weeks Size: 298 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Google hasn't indexed my site for over two weeks :: HTML :: WebDeveloper.com"
PHP
Started 1 week, 3 days ago (2009-10-30 10:59:00)  by Sodbuster
I get the expected output: Code: Befor return.After return. 1 And now with require: Fatal error: Cannot redeclare myFunction() (previously declared in...info.php:4) in...info.php on line 8
Forum:  PHP PHP - forum profile
Thread:  Show this thread (24 posts) Thread info: Included page does does not work as when it is requiered! Size: 473 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Included page does does not work as when it is requiered! :: PHP :: WebDeveloper.com"
JavaScript
RE: Help! - 20 new posts
Started 2 weeks, 3 days ago (2009-10-23 04:39:00)  by javacessan
No one out there that knows what doesn't work? The info I get from the status bar error message is this: Message: Invalid argument. Line: 32 Char: 1 Code: 0 URl: http//:the-url-to-the-phpdocument Line 32 is this one: Code: config = 'height='+h+',width='+w+',top='+centerHeight+',lef t='+centerWidth+',scrollbars='+scrollb+',resizable ='+resize+'' OR does any one have a ...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (32 posts) Thread info: problem w/ simple script coming from Flash Size: 883 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help! :: JavaScript :: WebDeveloper.com"
JavaScript
Started 1 week ago (2009-11-02 11:52:00)  by mitya
I'm assuming you know this doesn't really hide the file location - anyone could find it in your source code. Yes, you can close windows from parents (or indeed from anywhere) but you need to set up your pop-up windows properly to do this - i.e. with names). Better to call a function from your onclick and open the window from there, giving it a name. Then, via that name, you can close it, ...
Forum:  JavaScript JavaScript - forum profile
Thread:  Show this thread (19 posts) Thread info: Open and Close Javascript Window (to download a file) Size: 708 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Open and Close Javascript Window (to download a file) :: JavaScript :: WebDeveloper.com"
Java (NOT JavaScript!)
Started 1 week, 1 day ago (2009-10-31 16:35:00)  by JavaServlet
Use the IP Address, or point a domain name at your IP. Forward your port through your router. Your firewall should block incoming requests and you'll have to configure it to allow access to certain ports. Be aware that allowing access will create security holes with alot of junk invading your server.
Forum:  Java (NOT JavaScript!) Java (NOT JavaScript!) - forum profile
Thread:  Show this thread (18 posts) Thread info: how to be able to access my localhost in the internet? Size: 303 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to be able to access my localhost in the internet? :: Java (NOT JavaScript!) :: WebDeveloper.com"
PHP
Started 6 days, 13 hours ago (2009-11-02 23:48:00)  by NogDog
Currently $row is going to be an integer, not an array, as it's the result of a mysql_num_rows(), not a mysql_fetch_*() function. Not being totally sure what you want to accomplish, I'm not sure if you need any additional logic in there. If ecr_number field is defined as unique in the database table, you could skip most of that stuff and just do a single REPLACE query.
Forum:  PHP PHP - forum profile
Thread:  Show this thread (15 posts) Thread info: Fetch array of values from sql table Size: 386 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fetch array of values from sql table :: PHP :: WebDeveloper.com"
PHP
Started 4 days, 23 hours ago (2009-11-04 14:28:00)  by jasonahoule
It looks like you have 26 fields. PHP arrays are 0 based. Try changing $RECORD_LENGTH to 25.
Forum:  PHP PHP - forum profile
Thread:  Show this thread (15 posts) Thread info: Notice: Undefined offset: 26 Size: 93 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Notice: Undefined offset: 26 :: PHP :: WebDeveloper.com"