My account: Login | Sign Up
Loading...

Dev Shed Forums - Open Source web development - www.devshed.com | Site profile

rss Atom  |   RSS
Site profile page for http://www.devshed.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.devshed.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.devshed.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: Dev Shed Forums - Open Source web development - http://www.devshed.com Dev Shed Forums - Open Source web development
Url: http://www.devshed.com
Users activity: 2 post per thread
site activity: 1,645 active threads during last week
Site rank: 372 (go to rank page)
Domain info for: devshed.com
 

Posting activity table on Dev Shed Forums - Open Source web development:

  Week Month 3 Months
Threads: 1,645 6,845 17,853
Post: 2,889 13,263 33,732
 

Authority Badge:

Dev Shed Forums - Open Source web development | Forum Authority Badge

Dev Shed Forums - Open Source web development posting activity graph:

Posts by:  day  week  month 
 

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

Top authors on Dev Shed Forums - Open Source web development during last week:

Name Posts
RSS_News_User 678
Porthos 63
r937 47
b3n 37
Kravvitz 36
pabloj 35
VisseAUS 31
Trident18 31
keath 22
ManiacDan 22
 

Top 10 active forums on Dev Shed Forums - Open Source web development during last week:

PHP Development - 521 new posts PHP Development - forum profile
Technology News - 311 new posts Technology News - forum profile
Business News - 303 new posts Business News - forum profile
MySQL Help - 225 new posts MySQL Help - forum profile
JavaScript Development - 207 new posts JavaScript Development - forum profile
Science News - 205 new posts Science News - forum profile
Perl Programming - 183 new posts Perl Programming - forum profile
CSS Help - 128 new posts CSS Help - forum profile
Antivirus Protection - 128 new posts Antivirus Protection - forum profile
Windows Help - 104 new posts Windows Help - forum profile
 

Top 10 forums on Dev Shed Forums - Open Source web development:

PHP Development - 19,439 posts PHP Development - forum profile
Technology News - 11,082 posts Technology News - forum profile
Business News - 10,709 posts Business News - forum profile
Science News - 8,718 posts Science News - forum profile
MySQL Help - 8,173 posts MySQL Help - forum profile
JavaScript Development - 6,663 posts JavaScript Development - forum profile
C Programming - 6,019 posts C Programming - forum profile
Java Help - 5,903 posts Java Help - forum profile
CSS Help - 4,682 posts CSS Help - forum profile
Perl Programming - 3,438 posts Perl Programming - forum profile

Latest active threads on Dev Shed Forums - Open Source web development:

Dev Shed Forums - Open Source web development
Started 2 weeks, 5 days ago (2008-06-15 08:04:00)  by jasisurfu
Hai everybody I wish to change the text of an jpg/gif image from javascript that means i get some text from the user and i wish to set this new text on the image where the old text contains with the same effect of old text of image. what to do for it. pls help me. with regards asarjas
Forum:  Web Design Help Web Design Help - forum profile
Thread:  Show this thread (11 posts) Size: 434 bytes
Customize:  Customize "Change text of an image :: Web Design Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 10 hours ago (2008-07-03 11:49:00)  by rmhpirate
I've coded an online application in PHP, that uses javascript to open some popup windows (hence I'm posting here). I can't get the popup window to stay closed. This is what I have. Page #1 Uses php to open a popupwindow by simply "printing" the javascript code necessary to open a popup window. Page #2 (Popup Window) This page also uses PHP to handle the necessary ...
Forum:  JavaScript Development JavaScript Development - forum profile
Thread:  Show this thread (2 posts) Size: 2,007 bytes
Customize:  Customize "Keeping a Popup Window Closed :: JavaScript Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 2 days, 22 hours ago (2008-07-02 00:41:00)  by titaniumdecoy
I am trying to write a class X that behaves like a 2D array via X::operator[]. To do this, I created class X::Y which also defines operator[] and returns the desired pointer. The problem I have is that the X::Y object that is created is not easy to delete. For example: X x; if (x[0][0] != NULL) ... There is no easy way to delete the 'new' object of type X::Y returned ...
Forum:  C Programming C Programming - forum profile
Thread:  Show this thread (6 posts) Size: 573 bytes
Customize:  Customize "Temporary object :: C Programming :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 11 hours ago (2008-07-03 11:27:00)  by Rivka
I have a script that I'm using on my site where users click a link, and it allows them to download/save a file. This is important for two reasons -- we want them to save the file (not just play it in their browser), and we also want to hide the link of the file, so it can't be hotlinked to. So, the script, which I borrowed from another site, and made some minor modifications to:...
Forum:  PHP Development PHP Development - forum profile
Thread:  Show this thread (3 posts) Size: 2,297 bytes
Customize:  Customize "Force Download Script - 0 bytes file? :: PHP Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 10 hours ago (2008-07-03 12:28:00)  by MDW
why would you want to do that? if you want to have some form of page brake every 100 characters, you might be better off doing that with PHP when you fetch the text back from the database, instead of adding it to the database (the same function will do both). this means you have plain text in your database that can be used in various ways, and when you want to add your <break> ...
Forum:  PHP Development PHP Development - forum profile
Thread:  Show this thread (3 posts) Size: 3,581 bytes
Customize:  Customize "RE: [PHP5] Insert value with special varible :: PHP Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 3 days ago (2008-07-01 22:41:00)  by achardrys
That doesn't echo a random string, the file seems have an error. PHP Version 4.3.11 Is the code you gave me over my version?
Forum:  PHP Development PHP Development - forum profile
Thread:  Show this thread (7 posts) Size: 205 bytes
Customize:  Customize "RE: Are cookies as safe as sessions? :: PHP Development :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 10 hours ago (2008-07-03 11:57:00)  by pendraggon87
Hey everyone, thanks for the help. The problem I am having is that I am testing out a proxy we have in NY, and a proxy we have in Japan. The computer that I am using is in Toyoseu, Japan. What I want to know is why, when navigation to the website: stuttgarter-zeitung.de/stz/page/detail.php/1693599 it takes longer to load using the Tokyo proxy. Normally, I would think that it ...
Forum:  Web Hosting Web Hosting - forum profile
Thread:  Show this thread (3 posts) Size: 557 bytes
Customize:  Customize "Why does a website in Germany load quicker in the US than Japan? :: Web Hosting :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 11 hours ago (2008-07-03 11:40:00)  by DorkRawk
I was having some trouble centering my layout in Firefox. It looked fine in IE6 (yes... it's a pain to work in, but it's the nature of the beast when doing internal intranet stuff) when I simply used "text-align: center;" but the layout wouldn't center until I added "text-align: -moz-center;" under that (in the body style). Is this an acceptable way of doing things? Is this a ...
Forum:  CSS Help CSS Help - forum profile
Thread:  Show this thread (2 posts) Size: 690 bytes
Customize:  Customize "Text-align: -moz-center; :: CSS Help :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 9 hours ago (2008-07-03 13:05:00)  by RSS_News_User
Reuters - Scientists have linked 32 genetic variations to Crohn's disease, a bowel disorder, highlighting the complexity of many common diseases and the difficulties facing researchers seeking treatments. View the Entire Article
Forum:  Science News Science News - forum profile
Thread:  Show this thread (0 posts) Size: 481 bytes
Customize:  Customize "Big haul of Crohn's genes shows disease complexity (Reuters) :: Science News :: Dev Shed Forums - Open Source web development"
Dev Shed Forums - Open Source web development
Started 1 day, 9 hours ago (2008-07-03 13:05:00)  by RSS_News_User
Reuters - Hedge fund swindler Samuel Israel III faced a fresh charge of bail jumping on Thursday and was ordered to jail immediately, one day after his mother convinced him to end a high-profile run from justice. View the Entire Article
Forum:  Business News Business News - forum profile
Thread:  Show this thread (1 post) Size: 490 bytes
Customize:  Customize "Hedge fund swindler Israel denied bail, jailed (Reuters) :: Business News :: Dev Shed Forums - Open Source web development"
 

Hot threads for last week on Dev Shed Forums - Open Source web development:

Antivirus Protection
Started 1 week ago (2008-06-27 21:12:00)  by Trident18
A few days ago I downloaded a stupid file. My system had already been running slowly, but I immediately saw a huge slowdown, internet connections became sporadic and I was unable to open my A/V program [eset NOD32] at all. I found this site and tried running through the steps on the first sticky. The first two apps/directions wouldn't run at all. I was able to run Malwarebytes' Anti...
Forum:  Antivirus Protection Antivirus Protection - forum profile
Thread:  Show this thread (52 posts) Size: 1,548 bytes
Customize:  Customize "Found multiple infections: hldrrr.exe, srosa and more :: Antivirus Protection :: Dev Shed Forums - Open Source web development"
Dev Shed Lounge
Started 1 week, 2 days ago (2008-06-25 22:09:00)  by Dekudude
...the title basically says it all. Is there? C-H-MODD? Shmodd? Chh-Modd? I always use the second in the list, but I have trouble believing that's correct. =P Anyone here know? I looked it up, but couldn't find anything.
Forum:  Dev Shed Lounge Dev Shed Lounge - forum profile
Thread:  Show this thread (26 posts) Size: 276 bytes
Customize:  Customize "Is there a proper way to pronounce "CHMOD"? :: Dev Shed Lounge :: Dev Shed Forums - Open Source web development"
Antivirus Protection
Started 1 week ago (2008-06-27 15:11:00)  by graysoncass
I get a message that says I'm missing component "C:\documents and settings\games\local settings\temp\.t11.tmp.vbs." or it ends .tt8.tmp.vbs."
Forum:  Antivirus Protection Antivirus Protection - forum profile
Thread:  Show this thread (22 posts) Size: 228 bytes
Customize:  Customize "Computer automatically restarting everytiem a profile is selected :: Antivirus Protection :: Dev Shed Forums - Open Source web development"
Antivirus Protection
Started 1 week, 5 days ago (2008-06-22 05:27:00)  by Porthos
Lets take a deeper look at you system. Download Deckard's System Scanner. HERE 1. Close all applications and windows. 2. Double-click on dss.exe to run it, and follow the prompts. 3. When the scan is complete, a text file will open - Main.txt 4. Copy (Ctrl+A then Ctrl+C) and paste (Ctrl+V) the contents of Main.txt in your thread here. 5. A folder, C...
Forum: