My account: Login | Sign Up
Loading... 

Web Development | Forum profile

Forum profile page for Web Development on http://www.codeproject.com. This report page is the aggregated overview from a single forum: Web Development, located on the Message Board at http://www.codeproject.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 "Web Development" on the Message Board at http://www.codeproject.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.

Site: CodeProject: Discussion Boards. Free source code and programming help - Web Development (site profile, domain info codeproject.com)
Title: Web Development
Url: http://www.codeproject.com/script/Forums/View.a...
Users activity: 19 post per thread
Forum activity: 46 active threads during last week
 

Posting activity on Web Development:

  Week Month 3 Months
Threads: 46 183 469
Post: 89 317 894
 

Web Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name Posts
sph3rex 8
Phil Uribe 5
Rage 5
dhewitt88 4
Gennady Oster 4
Hemant Thaker 4
gokninski 4
Jörgen Andersson 4
Shog9 3
Bjohnson33 3
 

Latest active threads on Web Development::

CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 9 hours ago (2008-11-19 01:43:00)  by Hemant Thaker
Hi... I got one general question .... I usually use table for placing my controls, but which one is better Form Or Table and why ? Thanks Hemant Thaker
Thread:  Show this thread (5 posts)   Thread info: Which one is better, Form Or Table Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Which one is better, Form Or Table :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 1 hour ago (2008-11-20 09:15:00)  by Steve Holdorf
I can access the textbox control using javascript, see below, however I do not know how to check the contents of the text box's text. The textbox is nested in the cell of a gridview. gridViewCtlCM.rows[selectedRowIndex].cells[1].chil dNodes[0].value : this does not work How can I check the value of a nested textboxes text using javascript? Thanks, Steve
Thread:  Show this thread (1 post)   Thread info: Checking the text value of a nested control in javascript. Size: 443 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Checking the text value of a nested control in javascript. :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2008-11-20 06:15:00)  by dhewitt88
Hello, I currently have a form that posts its information to a seperate PHP file. It works as it should, it just takes about 4 hours to recieve the email in my inbox. Not sure where the problems lies, in my script or on the server? Any advice is appreciated, thanks. -Derek
Thread:  Show this thread (1 post)   Thread info: Taking hours to recieve email from a PHP submit form. Size: 325 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Taking hours to recieve email from a PHP submit form. :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2008-11-20 06:15:00)  by Ambi4you
hi, i want to add new row dynamically at the bottom of the gridview. tell me.. Thanks.
Thread:  Show this thread (1 post)   Thread info: How to add new row in gridview at the bottom dynamically..? Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to add new row in gridview at the bottom dynamically..? :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 1 day, 4 hours ago (2008-11-20 06:15:00)  by subbu.sk
Hi all, i had one url ,like see videos. if i click the url then one div tag which contains iframe will be opened.and i had one close button which is used to hide the div tag. if i click the close button then div tag will be closed but not the iframe. i need to close the iframe also. and i click the url, second time the same iframe will be created. at runtime by using javascript. Thanks in ...
Thread:  Show this thread (1 post)   Thread info: need to close iframe at runtime and create new one after i click url Size: 494 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "need to close iframe at runtime and create new one after i click url :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 6 days, 7 hours ago (2008-11-15 02:55:00)  by Kiran S. S.
I want to block user from copying data from the page. I have used javascript that block the right click of the user so he will not able use right click menu to copy and past data. But user can still copy data by using keybord keys "Ctrl + C" to copy it. Or they can save the page from file menu. Is there any technique to stops these two things. So i can block user from copying data. Regards,...
Thread:  Show this thread (7 posts)   Thread info: How to block user from copying data from webpage using javascript? Size: 470 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to block user from copying data from webpage using javascript? :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 6 hours ago (2008-11-19 04:00:00)  by Genius.Boy
hello everyone... im currently designing my personal site by using classic asp and javascript language.. i just want u to help me with the following code: Response.write("<!--#include file=\"data/top.txt\"--> "); this code as u know read some html tags from the file top.txt and writ it to the page this code doesnt have errors in syntax but it doesnt show any output in the browser i ...
Thread:  Show this thread (3 posts)   Thread info: response.write doesnt show any output... Size: 1,037 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "response.write doesnt show any output... :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 4 hours ago (2008-11-19 05:59:00)  by papy-boom
I'm using this plugin http://plugins.jquery.com/node/2472 to manage history in Ajax I've changed the line code $("a[@rel='history']").click(function(){ by $j('body').intercept('click', "a[@rel='history']", function(e){ it works perfectly in Firefox i still have the problem using IE7 could you Helps please. it seems like pageload function dosen't work when pressing Back button thinks
Thread:  Show this thread (1 post)   Thread info: Jquery History problem IE 7 Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Jquery History problem IE 7 :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 6 days, 2 hours ago (2008-11-15 07:55:00)  by gokninski
Hello there! I have a very small and hopefully simple query regarding JavaScript for loops and the '<' symbol that has been bugging me now for a couple of days. Below is my JavaScript function that is being called by a submit button: <script type="text/JavaScript"> function createTestArray() { for (i = 0; i < 5; i ++) { alert("Hello"); } }...
Thread:  Show this thread (6 posts)   Thread info: JavaScript issue with Less Than symbol (<) Size: 980 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "JavaScript issue with Less Than symbol (<) :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
CodeProject: Discussion Boards. Free source code and programming help
Started 2 days, 8 hours ago (2008-11-19 01:58:00)  by Hemant Thaker
Hi... Can anybody tell me the solution for adjusting webpage's width and height programatically, according to computer's display settings. Thanks... Hemant Thaker
Thread:  Show this thread (1 post)   Thread info: How to set a page's display monitor's settings Size: 232 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to set a page's display monitor's settings :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads for last week on Web Development::

Web Development
Started 6 days, 7 hours ago (2008-11-15 02:55:00)  by Kiran S. S.
I want to block user from copying data from the page. I have used javascript that block the right click of the user so he will not able use right click menu to copy and past data. But user can still copy data by using keybord keys "Ctrl + C" to copy it. Or they can save the page from file menu. Is there any technique to stops these two things. So i can block user from copying data. Regards,...
Thread:  Show this thread (7 posts)   Thread info: How to block user from copying data from webpage using javascript? Size: 470 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to block user from copying data from webpage using javascript? :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Popup window problem - 6 new posts
Started 4 days, 8 hours ago (2008-11-17 01:48:00)  by Gennady Oster
Hi to All ! I have two applications (web projects) in old good ASP 3.0. One of these applications has the strange problem with window.open, when the URL is asp page. The window opens blank and busy (hourglass cursor). The same URL pasted to explorer address bar brings the right result. No such problem with html pages. No such problem with the second project. The server is Windows 2003 .NET 1....
Thread:  Show this thread (6 posts)   Thread info: Popup window problem Size: 1,455 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Popup window problem :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 6 days, 2 hours ago (2008-11-15 07:55:00)  by gokninski
Hello there! I have a very small and hopefully simple query regarding JavaScript for loops and the '<' symbol that has been bugging me now for a couple of days. Below is my JavaScript function that is being called by a submit button: <script type="text/JavaScript"> function createTestArray() { for (i = 0; i < 5; i ++) { alert("Hello"); } }...
Thread:  Show this thread (6 posts)   Thread info: JavaScript issue with Less Than symbol (<) Size: 980 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "JavaScript issue with Less Than symbol (<) :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week, 1 day ago (2008-11-13 03:52:00)  by TheComputerMan
I need to provide a 'code' for people to enter to prove they are human (well at least that they are reading the page!) I am getting huge amounts of mail generated by some russian 'hacker' and I need to stop this. Does anyone know how to go about coding these little boxes, or if there is a tool available to do it? It is a very simple HTML web - no jave etc - as I am a very simple programmer and...
Thread:  Show this thread (5 posts)   Thread info: Authentication code for humans Size: 551 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Authentication code for humans :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week, 1 day ago (2008-11-13 02:56:00)  by Rage
I am currently developing a small web site using MySQL - PHP, but I am not sure the technology really matters in my problem. I have a page where users can search for items based on some parameters they can select. I have made this using a simple HTML form and this works like a charm, but for one parameter: the user must select an area on a map. What I have done is that I display a map on which ...
Thread:  Show this thread (5 posts)   Thread info: Selecting an area on a map Size: 1,008 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Selecting an area on a map :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week, 1 day ago (2008-11-13 03:43:00)  by Member 3919049
I used to use Cute FTP several years ago when it was free. I've gotten back into creating my own websites and when I went to download Cute FTP I found out that it does not appear to be free anymore. What is your current free FTP tool of choice?
Thread:  Show this thread (5 posts)   Thread info: What is the best free FTP tool Size: 300 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "What is the best free FTP tool :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 2 days, 9 hours ago (2008-11-19 01:43:00)  by Hemant Thaker
Hi... I got one general question .... I usually use table for placing my controls, but which one is better Form Or Table and why ? Thanks Hemant Thaker
Thread:  Show this thread (5 posts)   Thread info: Which one is better, Form Or Table Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Which one is better, Form Or Table :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week ago (2008-11-14 02:57:00)  by Chona1171
Hi to all I would like to search a html document file for all the style properties and loop through them for example if i have the code : <div style="color:#fff"> </div> <div style="text-align:center"> I want the regular expression to pick up the following text style="color:#fff" style="text-align:center" I want to get the amount if hits it found and then I should be able to loop through ...
Thread:  Show this thread (4 posts)   Thread info: style property regular expression Size: 796 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "style property regular expression :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 2 weeks, 1 day ago (2008-11-06 06:09:00)  by kjmcsd
And I'm an advocate for testing your web applications in the four major browsers: 1. IE 2. Firefox 3. Safari 4. Chrome I recently had a Javascript error in my page and I used: IE 7 - Did not break the page - This is why I love IE. It hides bad developers' mistakes IE 8 - Broke the page but did not report the error Firefox 3.0.3 - Broke the page but did not report the error in the error ...
Thread:  Show this thread (10 posts)   Thread info: What is the best browser for development? Size: 849 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "What is the best browser for development? :: Web Development :: CodeProject: Discussion Boards. Free source code a..."
Web Development
Started 1 week ago (2008-11-14 09:57:00)  by il_manti
Hi all. I'm having a slight problem to which I can't seem to find a solution on Google (obv because I'm not searching right) so I thought you might point me towards a link with a solution. I have a textbox. Using Javascript, whenever the user enters a key, javascript iterates through a predefined array and returns a list of matching items in a Div. The result is : <div><ul><li>item 1</li...