|
More site info...
Web Design Forum , Website Hosting, Web... - www.webdevforums.com | Site profile
|
|
Site profile page for http://www.webdevforums.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.webdevforums.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.webdevforums.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.
|
|
|
|
|
Posting activity table on Web Design Forum , Website Hosting, Web Development Templates Discussion:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
270
|
984
|
3,001
|
|
Post:
|
397
|
1,655
|
5,129
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Web Design Forum , Website Hosting, Web Development Templates Discussion (http://www.webdevforums.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.
|
|
|
|
|
Web Design Forum , Website Hosting, Web Development Templates Discussion posting activity graph:
|
|
http://www.webdevforums.com Alexa graph:
|
Top authors on Web Design Forum , Website Hosting, Web Development Templates Discussion during last week:
user's latest post:
Help with SEO on my new site
Published (2009-11-29 07:32:00)
Getting familiar with the SEO terms and definitions is one thing and successfully managing to reach the top spots on Google is quite another. If you are very new to the optimization world, attempt reading as many articles and forums threads as you can and then make good decisions, whether to start link and content building all by yourself or contacting the expert companies.
user's latest post:
Help Needed!
Published (2009-11-29 10:37:00)
Right first off your going to have to learn some server-side language, there are loads to choose from e.g. PHP, ASP, JSP, C++ (Cgi scripts) etc... That will be responsible for catching the form and 'doing stuff' with it. Where are you planning on storing the information? Text file / database / xml documents etc... Again up to you, each method has it's own learning curve. "[...] help me create a form that any person can...
user's latest post:
How can I add a signature?
Published (2009-11-28 12:50:00)
Stay very active in the Forum and you will be able to do so.
user's latest post:
Dynamic "You-Are-Here"...
Published (2009-11-28 23:10:00)
Create a class for each state that element (I hope 'li') will exist in - "highlighted", "selected", and "unselected" work fine. "unselected" should actually be the default styles in your sheet. I'm betting your new to JS, so install the jQuery script and learn how to toggle classes, and then remove classes on siblings. When you click one of your thumbnails,...
user's latest post:
Pretty new to building sites,...
Published (2009-11-28 00:58:00)
Hi all! I am a print designer from way back, but finally have begun to cut my teeth in html. I'm excited since it has added a little newness to my design career! My portfolio site has got some issues but its a start! Check it out! I've used the highslide javascript to build my portfolio pages (only have 3 of 6 done currently). I also built it with tables (about a year ago now), but plan to rebuild with CSS positioning when I get a...
user's latest post:
Newbie Video Question
Published (2009-11-27 23:21:00)
I am not sure what kind of software you have access to, but what I would do is embed the video into a flash document and attach the flash document into the website. There are a couple reasons I would do this. One, you will be able to add controls to the video where users can control the video (including play, stop, pause, mute, etc.) Secondly, I believe most internet users have the flash plug in installed on there machines and this will allow...
user's latest post:
Escaping Quotes in PHP
Published (2009-11-29 14:28:00)
Alan: I'm sorry... I mistyped that in my post, but it my testing, I was using backslashes, and it wasn't working. Yeller: $x='somefunction('<a href="website.com">;')'; would fail because the first ' inside the parenthesis would end the php code (connecting it the first ' that defines the variable). Solution: About 10 minutes after I posted this, I found a solution. I still...
user's latest post:
How to maintain formatting in...
Published (2009-11-28 01:23:00)
I'm storing short bios of employees and need to maintain some simple formatting, ( paragraphs, line breaks etc.), but when stored as Text or BLOB, PHP renders it into very plain text with no formatting. I'm looking for some PHP function that could retain the RTF formatting features. If I have to store it some other way I'm open to t, but I'd prefer to store these bios in the MySQL database rather than separate files.
user's latest post:
Free host with php
Published (2009-11-28 21:35:00)
Quote: Originally Posted by Magiccupcake first, not a newbie. been developing site for over 5 years. second, what does hosting have to do with developing a website? third, did you not actually read my posts? I just needed a temporary place to put my site for a client to see it. Thanks to YellerPuma for actually reading and understanding me I assume you already got this taken care of but just in case you haven't hit me up and I will let...
|
|
|
Top 10 active forums on Web Design Forum , Website Hosting, Web Development Templates Discussion during last week:
|
|
Top 10 forums on Web Design Forum , Website Hosting, Web Development Templates Discussion:
Web Designs, HTML Reference and CSS
- 10,688 posts
|
Web Page Design Reviews
- 5,710 posts
|
General Questions
- 5,636 posts
|
Client & Server Side Scripting (PHP, ASP, JavaScript)
- 3,633 posts
|
The Lounge
- 2,976 posts
|
Website Search Engine Optimization and Google
- 2,794 posts
|
Web Graphics & Multimedia
- 2,530 posts
|
Web Hosting Discussions
- 2,496 posts
|
Tell Us About Yourself
- 1,967 posts
|
Freelancing
- 850 posts
|
|
|
|
|
Latest active threads on Web Design Forum , Website Hosting, Web Development Templates Discussion:
Started 1 week, 2 days ago (2009-11-28 23:33:00)
by YellerPuma
I was scripting a while ago and I had to write a paragraph with certain styles.
Code:
document.write('<p style="width: 100%; height: 40px; margin-top: 20%; color: yellow; background-color: black; font-size: 30px; font-weight: bold; text-align: center; ">' + name + '! Hello this is dummy output </p>');
This code worked perfectly. If you notice the style attributes are double quoted as...
Started 1 week, 1 day ago (2009-11-29 15:09:00)
by deercreek
Try min-height: 100% and let me know if that works.
Started 1 week, 1 day ago (2009-11-29 05:25:00)
by vincent_penny vincent_penny is offline New Member: Posts Will Be Moderated
I need to design a form; a type of product ordering form. I'm REALLY novice in creating server-side applications, and am wondering if anyone can help me create a form that any person can fill out, but only an administrator can access, yet the form posts realtime. In particular, I'm wondering what I should use for my needs (php, .asp, xml, etc.) and basically a small 'tutorial' on how to build the...
Started 1 month ago (2009-11-03 14:38:00)
by Enderhall
the most important thing you can do is get quality websites to link to you
Started 3 weeks, 6 days ago (2009-11-10 05:24:00)
by jamesparker
It will be better if you can go through the Google guidelines!
Started 1 month ago (2009-11-04 17:23:00)
by thewebsquad
What all are you looking to do?
My company offers SEO packages.
Started 1 week, 1 day ago (2009-11-29 07:26:00)
by bermuda
Articles are great for gaining better traffic shares over the net, otherwise such links from copied pages might not bring magical values from SEO viewpoints.
Started 2 weeks, 6 days ago (2009-11-17 18:27:00)
by thewebsquad
If you have a site dealing with one keyword phrase, use the anchor text and link to that page. Your homepage gets enough links, deeplinking will benefit you better.
I try to assign each page with a keyphrase, with the homepage being the company name and the main keyphrase.
Started 2 months ago (2009-10-03 02:42:00)
by PaylessSEO
Thanks for your graph, it will help to newbies, but if you also have mentioned few points through writing, then it will be more convenient for new users.
Affiliate marketing
Started 1 week, 1 day ago (2009-11-29 07:21:00)
by bermuda
Well, such things are happening from time to time and nobody could precisely answer the question of just why? Sometimes the reason might be some links which are pointing at those internal pages like the one you have mentioned but many other times no links are to be found.
|
|
Hot threads for last week on Web Design Forum , Website Hosting, Web Development Templates Discussion:
Started 1 week, 2 days ago (2009-11-28 23:33:00)
by YellerPuma
I was scripting a while ago and I had to write a paragraph with certain styles.
Code:
document.write('<p style="width: 100%; height: 40px; margin-top: 20%; color: yellow; background-color: black; font-size: 30px; font-weight: bold; text-align: center; ">' + name + '! Hello this is dummy output </p>');
This code worked perfectly. If you notice the style attributes are double quoted as...
Started 1 week, 1 day ago (2009-11-29 05:25:00)
by vincent_penny vincent_penny is offline New Member: Posts Will Be Moderated
I need to design a form; a type of product ordering form. I'm REALLY novice in creating server-side applications, and am wondering if anyone can help me create a form that any person can fill out, but only an administrator can access, yet the form posts realtime. In particular, I'm wondering what I should use for my needs (php, .asp, xml, etc.) and basically a small 'tutorial' on how to build the...
Started 1 week, 2 days ago (2009-11-29 00:37:00)
by doggbAT doggbAT is offline New Member: Posts Will Be Moderated
Would techniques used to speed up a website loading time also help to keep the server load low? I'm referring to techniques similar to those seen here .
I'm going to assume that some techniques would, and some wouldn't. Would I be right in saying that the techniques involving caching information on the users computer would help to keep server load low?
Thanks in advance,...
Started 1 week, 1 day ago (2009-11-29 15:09:00)
by deercreek
Try min-height: 100% and let me know if that works.
Started 2 weeks, 1 day ago (2009-11-22 17:55:00)
by kimmag
Well, I didn't notice what you were talking about first, but I saw it was the pics. I think it's a special CSS code for that. Sorry that I can't come with more info.
Started 1 month ago (2009-11-03 14:38:00)
by Enderhall
the most important thing you can do is get quality websites to link to you
Started 1 week, 2 days ago (2009-11-29 01:05:00)
by Alan
Wow, you make things complicated. j/k
PHP Code:
// $_SERVER['PHP_SELF'] returns the path of the current script relative to the document root.
// The explode function breaks this up into an array and the end function merely points to the last entry.
$thisFilename = end ( explode ( '/' , $_SERVER [ 'PHP_SELF' ]));
if( $thisFilename == ...
Started 3 weeks, 6 days ago (2009-11-10 05:24:00)
by jamesparker
It will be better if you can go through the Google guidelines!
Started 1 week, 2 days ago (2009-11-28 23:10:00)
by bradgreens
Create a class for each state that element (I hope 'li') will exist in - "highlighted", "selected", and " unselected" work fine. "unselected" should actually be the default styles in your sheet.
I'm betting your new to JS, so install the jQuery script and learn how to toggle classes, and then remove classes on siblings.
When you click one of your thumbnails, you'd remove the "selected" ...
Started 1 month ago (2009-11-04 17:23:00)
by thewebsquad
What all are you looking to do?
My company offers SEO packages.
|
|