CodingForums.com- Web coding and development... - www.codingforums.com | Site profile
|
|
 |
Atom |
RSS
|
|
Site profile page for http://www.codingforums.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.codingforums.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.codingforums.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:
|
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!
|
|
Url:
|
http://www.codingforums.com
|
|
Users activity:
|
3 posts per thread |
|
site activity:
|
877 active threads during last week |
|
Site rank:
|
948 (go to rank page)
|
|
Domain info for:
|
codingforums.com
|
|
|
|
Posting activity table on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
877
|
3,133
|
8,022
|
|
Post:
|
2,554
|
8,931
|
22,793
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! (http://www.codingforums.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.
|
|
|
|
|
CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! posting activity graph:
|
|
http://www.codingforums.com Alexa graph:
|
Top authors on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! during last week:
|
Name
|
Posts
|
|
oesxyl
|
93
|
|
_Aerospace_Eng_
|
87
|
|
abduraooft
|
60
|
|
hinch
|
55
|
|
ninnypants
|
51
|
|
bazz
|
50
|
|
Moodle
|
49
|
|
effpeetee
|
46
|
|
Fou-Lu
|
42
|
|
Philip M
|
40
|
|
|
|
Top 10 active forums on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! during last week:
|
|
Top 10 forums on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!:
HTML & CSS
- 38,625 posts
|
PHP
- 38,573 posts
|
JavaScript programming
- 30,662 posts
|
General web building
- 7,380 posts
|
ASP
- 4,353 posts
|
Site reviews
- 3,470 posts
|
Computer Programming
- 3,382 posts
|
Perl/ CGI
- 3,350 posts
|
DOM and JSON scripting
- 1,990 posts
|
Graphics and Multimedia discussions
- 1,949 posts
|
|
|
|
Latest active threads on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!:
Started 1 day, 3 hours ago (2008-08-20 23:33:56)
by _Aerospace_Eng_
You should read this thread. It should give you an idea of how Fireworks is better. I personally use photoshop because its what I've learned. http://www.codingforums.com/showthread.php?t=14704 2 
Started 23 hours, 2 minutes ago (2008-08-21 04:26:00)
by knox203
Hello everyone, I'm trying to pass a variable from a select list from one form to two other forms. I'm using this piece of code: Code: <script language="JavaScript"><!-- function pass_val() { var selectedItem = document.invoice.invoice_num.selectedIndex; var selectedItemValue = document.invoice.invoice_num.options[selectedItem] .value; if (selectedItem != ... 
Started 1 day, 3 hours ago (2008-08-20 23:34:02)
by masterofollies
You don't use links in the database. You hard code them in either html or php. Don't use a database for it. 
Started 3 days ago (2008-08-19 02:45:00)
by Darren
Ok, the <abbr> tag isn't recognized by IE. The simplest fix seems to be to specify a namespace for the <html> tag as follows: <html xmlns:html="http://www.w3.org/1999/xhtml"> and then generate the <abbr> tags like this: <html:abbr title="pounds">lbs.</abbr> I found this solution here at coding forums at the following (kinda old) link: http://codingforums.com/archive/index.... 
Started 23 hours, 14 minutes ago (2008-08-21 04:14:00)
by jasonc310771
would Javascripts be used to perform the following. link being click would increase a counter in my Db before the link it visited. <a href="www.site.com" (javascript code with 'site 1' included in the details checked in DB for it to update the correct line in the DB)>site1</a> can anyone suggest a way of doing this ? thanks in advance 
Started 1 day, 6 hours ago (2008-08-20 21:00:00)
by MattHussey
I am getting this error. any ideas because its works on another page with out the limiting the search for the partnumb. <?php $partnum=$post['partnumber'] { echo "<table border ='1'>"; echo "<tr> <th>fpartno</th> <th>fcclass</th> <th>fprodcl</th> </tr>"; $query2 = "SELECT fpartno,fcclass,fprodcl FROM itemmaster where fpartno='$partnum'"; $result2 = mysql_query($query2) or... 
Started 2 days, 21 hours ago (2008-08-19 06:19:00)
by pyramation
How can you use AJAX and an <A HREF tag and keep the page where it is, without going up to the top... and without using an <a name="somename">?? Code: <a href="#" onclick="somefunction()"> Click Here </a> 
Started 1 week, 5 days ago (2008-08-09 09:01:00)
by vyp0r
Hi all, I've recently been tearing my hair out over how to get the desired result when dealing with a navigation-content-footer layout, using CSS, that fills the visible page even when there is little content. the aim is to achieve a layout as described below: however, it hasn't been easy to do and quite frankly my head is beginning to hurt from all the hair i've torn out. i'm ... 
Started 1 day, 14 hours ago (2008-08-20 13:11:00)
by primefalcon
hey all, not really a technical question....... but I've googled and googled and googled..... It's probaly easy to find and I'm just not using the right search terms or not but, been looking for a while now..... I cant seem to find the official central C++ website of the official c++ standards body, whoever they be, does anyone know the location of this elusive site? 
Started 1 day, 4 hours ago (2008-08-20 22:40:00)
by YogaDownload
Hello! So, I'm not a coder, but I do know a tiny bit about it so I can attempt to solve problems that arise with my website. I have been having issues with the CPU being taken up 100% every so often by a process, and was told by my hosting company that the issue is coming from http://www.yogadownload.com/products.asp?perpage=5 which causes an infinite loop. I found this code below in the ... 
|
|
Hot threads for last week on CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more!:
Started 1 week, 3 days ago (2008-08-11 22:43:00)
by SteveDD
Hi everyone I hope you can help I have a problem, The problem is when I submit the form it always goes to the wrong username/password page even though I have entered a valid one. I am looking for the username and password in a table called onlineoffers There is also other information contained within it. The table has about 10 fields and username and password is two of them. I have ... 
Started 1 week, 1 day ago (2008-08-14 00:43:00)
by MysticScript
Ok so I am trying to make a pagination for my site. For my members and my inbox. I got it working good by itself with no WHERE = '$logged[username]'. I take PHP Code: $sql = mysql_query ( "SELECT * FROM privates LIMIT " . $limits . ",$max" ) or die( mysql_error ()); and replace it with: PHP Code: $sql =... 
Started 4 days, 6 hours ago (2008-08-17 20:49:00)
by effpeetee
I have a problem with Photoshop CS2. I want to draw a rectangle say ratio width 3 to height 0.25. This is the easy part. Now I want to divede it into three equal horizontal sections each the same size. I have spent most of today trying to do this. I need to do this to make a background image for a Faux columns page. I have googled and googled and googled etc etc but to no avail, Many ... 
Started 1 week ago (2008-08-14 18:55:00)
by Moodle
Hey. When I was looking at a few sites, I came across these sites, all owned by the same guy: ***k Web 2 less than 3 D8OP Why would anybody do this? Just for their 15 minute fame? Moodle  | |