General web building | Forum profile
|
|
Forum profile page for General web building on http://www.codingforums.com.
This report page is the aggregated overview from a single forum: General web building, located on the Message Board at http://www.codingforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "General web building" on the Message Board at http://www.codingforums.com is also shown in the following ways:
1) Latest Active Threads
2) 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 forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on General web building:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
16
|
86
|
337
|
|
Post:
|
31
|
226
|
838
|
|
|
General web building Posting activity graph:
|
Top authors during last week:
|
Name
|
Posts
|
|
abduraooft
|
3
|
|
oesxyl
|
3
|
|
cancer10
|
3
|
|
_Aerospace_Eng_
|
2
|
|
lokeshshettyk
|
2
|
|
Pirate Mike
|
2
|
|
tivaelydoc
|
1
|
|
jihanemo
|
1
|
|
tomws
|
1
|
|
bstream
|
1
|
|
|
|
|
Latest active threads on General web building::
Started 2 days, 5 hours ago (2008-11-19 06:08:00)
by cancer10
Hi There, Do you know of any free e-learning script out there? If not, a paid would also do....but free one will be better. Thanx 
Started 2 days, 5 hours ago (2008-11-19 06:07:00)
by vinyl-junkie
I almost feel stupid for asking this, but here goes. For a long time, I have heard that it is considered best practice not to code a website so that hyperlinks would automatically open in a new window; i.e., don't code them with target="_blank" and to let the site visitor decide for themselves if they want to open up a new window or not. Now I find myself in the position of needing a "good" ... 
Started 2 days, 6 hours ago (2008-11-19 05:15:00)
by Mccall101
I'm trying to make a side menu that has metallic silver buttons with yellow text. 
Started 2 days, 10 hours ago (2008-11-19 01:38:00)
by neonflorida
Hi. I am looking into adding a video section to a site and well I wish for the videos to update themselves and change from video to video. Say about 6 videos in a row and then it would change to another 6 videos. Like on the youtube home page wher they videos change. I am unsure exactly what language I should use. Javascript or DHTML?. Any help would be fantastic. Thanks 
Started 5 days, 19 hours ago (2008-11-15 16:04:00)
by Pirate Mike
Hey all, I want to create a image gallery for my website. I want it to display thumbnails of the images then when clicked, the full size image is shown. What the best way to create this? thanks, Mike 
Started 4 days ago (2008-11-17 11:15:00)
by lokeshshettyk
I want to redirect http://xxx.abc.com/any/thing/here to http://kkk.xxx.abc.com/any/thing/here if the user is using an iphone or ipod Here is my code Code: RewriteCond %{HTTP_USER_AGENT} (ipod|iphone) [NC] RewriteRule ^(.*) http://kkk.xxx.abc.com/$1? [R=301,L] Gives me the following error Firefox has detected that the server is redirecting the request for this address ... 
Started 4 days, 15 hours ago (2008-11-16 19:43:02)
by bazz
Hi, I have a domain registered with godaddy and it is pointed to a second domain. when I try to visist the frist domain, it automaticaly loads the second I want to be able to record visits from that first domain but it seems not to be being sent as a referrring domain. Can I change anything in godaddy, to achieve this, or do I need to have a one-page site for the first domain, ... 
Started 4 days, 19 hours ago (2008-11-16 16:41:00)
by Bobafart
i keep getting an error 500 with the following .htaccess Code: Options +FollowSymlinks RewriteEngine On RewriteRule ^([^/]+)/?$ /game.php?sitetitle=$1 [NC, QSA,L] RewriteRule ^people/([^/]+)/?$ /profile.php?n=$theuser [NC,QSA,L] not sure what I am doing wrong.... 
Started 5 days, 7 hours ago (2008-11-16 03:45:00)
by sethberno
Hello all, I was wondering if anyone could hekp me with a little code that would record the ip of someone that visited a certain page within a forum. It is only going to be used for security purposes. thank you for any help! 
Started 5 days, 17 hours ago (2008-11-15 17:54:00)
by Millenia
Quote: Originally Posted by oesxyl is news for somebody who don't know about it, probably fit better in 'General web building forum', Edit: I'm not sure I understand what op ask best regards Done. 
|
|
Hot threads for last week on General web building::
Started 1 week, 1 day ago (2008-11-12 15:30:00)
by jihanemo
This question is from my e-commerce class. I'm having a hard time trying to find the answer (I know nothing about computer hardware) - "Assuming that you have two processors of the same architecture, why might you want to use one with a higher frequency?" (I'm assuming that "processors" referred to the processors inside a CPU?). 
Started 5 days, 19 hours ago (2008-11-15 16:04:00)
by Pirate Mike
Hey all, I want to create a image gallery for my website. I want it to display thumbnails of the images then when clicked, the full size image is shown. What the best way to create this? thanks, Mike 
Started 2 days, 5 hours ago (2008-11-19 06:07:00)
by vinyl-junkie
I almost feel stupid for asking this, but here goes. For a long time, I have heard that it is considered best practice not to code a website so that hyperlinks would automatically open in a new window; i.e., don't code them with target="_blank" and to let the site visitor decide for themselves if they want to open up a new window or not. Now I find myself in the position of needing a "good" ... 
Started 2 days, 5 hours ago (2008-11-19 06:08:00)
by cancer10
Hi There, Do you know of any free e-learning script out there? If not, a paid would also do....but free one will be better. Thanx 
Started 4 days ago (2008-11-17 11:15:00)
by lokeshshettyk
I want to redirect http://xxx.abc.com/any/thing/here to http://kkk.xxx.abc.com/any/thing/here if the user is using an iphone or ipod Here is my code Code: RewriteCond %{HTTP_USER_AGENT} (ipod|iphone) [NC] RewriteRule ^(.*) http://kkk.xxx.abc.com/$1? [R=301,L] Gives me the following error Firefox has detected that the server is redirecting the request for this address ... 
Started 5 days, 7 hours ago (2008-11-16 03:45:00)
by sethberno
Hello all, I was wondering if anyone could hekp me with a little code that would record the ip of someone that visited a certain page within a forum. It is only going to be used for security purposes. thank you for any help! 
Started 2 days, 6 hours ago (2008-11-19 05:15:00)
by Mccall101
I'm trying to make a side menu that has metallic silver buttons with yellow text. 
Started 1 week, 2 days ago (2008-11-12 03:41:00)
by bstream
Hi, I'm new to web programming, can anyone tell me which progamming language is the simplest and easiest to build my web site. I'm trying to build a site which can help me to learn chinese character. Basically my web site will display a random chinese character (from lots of image file in a folder directory) and each time a character (image .jpg) is displayed, it will show also the ... 
Started 1 week ago (2008-11-14 03:31:00)
by tivaelydoc
I hate iframes. I know css and html, but I'm not trying to use php. The hosting service I'm using is 110mb.com, although freehostia.com is not too bad. I was thinking of using just using a simple css layout, but I need multiple areas to change when you click on a link without the home page changing. Beware, my website promotes a lot of derogatory terms: http://tivaelydoc.110mb.com/UCG.html... 
Started 1 week ago (2008-11-14 05:57:00)
by lfmiddleearth
I would like to get a similiar site of www. manufacturers-representatives.com I want to obviously be able to change and update info on this site but I really have no idea how this would work can someone help me? I will need a back end database to see all the information of our clients. 
|
|