Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Web Page Design | Forum profile

Forum profile page for Web Page Design on http://www.sitepointforums.com. This report page is the aggregated overview from a single forum: Web Page Design, located on the Message Board at http://www.sitepointforums.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 Page Design" on the Message Board at http://www.sitepointforums.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: SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - Web Page Design (site profile, domain info sitepointforums.com)
Title: Web Page Design
Url: http://www.sitepoint.com/forums/forumdisplay.ph...
Users activity: 27 posts per thread
Forum activity: 98 active threads during last week
 

Posting activity on Web Page Design:

  Week Month 3 Months
Threads: 98 355 960
Post: 260 934 2,549
 

Web Page Design Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
AlexDawson
35
user's latest post:
Firefox 3 & 3.5 rendering...
Published (2009-12-03 10:19:00)
Belfast75 as it has been said already, they both use the same rendering engine (Gecko), the difference however will be in the updates that are made to the rendering engine in order to keep relevant with the latest standards and (of course) fixing bugs and glitches with that version. With Firefox however (unlike IE), most users keep up-to-date with new software releases, so it won't be as prevalent an issue as you will find with Internet...
Black Max
23
user's latest post:
Programatically, what makes a...
Published (2009-12-03 18:14:00)
Quote: Originally Posted by raena That would qualify this site. that is truly horrific. This one is even more stunningly bad , and does not validate. (It's a classic, I know.)
Stomme poes
12
user's latest post:
using nested tables for web design?
Published (2009-12-03 06:45:00)
Quote: Other stuff like php, and asp began to appear. Dunno about ASP but PHP's at least 10 years old. 15 years? It's pretty old as well, and was designed from the beginning as a web-manipulating language.
richardAZ
10
user's latest post:
looping without a loop statement
Published (2009-12-03 13:31:00)
a page refresh is one consideration as I won't have much on the page anyway. the problem with that is working around the changing variables.
felgall
9
user's latest post:
Classes vs Ids
Published (2009-12-03 13:19:00)
Quote: Originally Posted by pmw57 Because Internet Explorer also captures name attributes when using getElementById, is there any good practice so far as using the same value on id and name attributes? Good practce would be that IF you use the same value for both a name and an id in the same page then they should both be on the same element and if you need to use the same name multiple times (such as for radio buttons) then the ids for each...
pmw57
8
user's latest post:
looping without a loop statement
Published (2009-12-03 14:18:00)
It may help if we back away from the coding problem so that you can let us know the overall plan for what you want to achieve.
markbrown4
6
user's latest post:
Programatically, what makes a...
Published (2009-12-03 04:03:00)
I'd rather not assist you in building skynet.
DSeyir
5
user's latest post:
Table vs list
Published (2009-11-30 11:41:00)
Quote: Originally Posted by gary.turner If you have only images, and no captions or other text, simply make the li s inline. If you have captions, etc., you will need a more complex solution, Code: <ul> <li><img src="" alt=""></li> <li><img src="" alt=""></li>...
ralph.m
4
user's latest post:
Best Way to Setup an Event...
Published (2009-11-29 13:57:00)
Yeah, I shouldn't have said PageRank. I was just sloppily using it as a kind of general term for findability. I basically meant that a home page will establish its presence on the web over time, and it might be better to update the content there than effectively create a new site every time with a new subdomain, which will take time to be findable.
dmcleary
4
user's latest post:
Table vs list
Published (2009-11-30 10:08:00)
Hi DSeyir, Glad it worked out for you Just modify your CSS so that it looks like this: #picturepost ul li{ clear:both; float:center; <-- ?? Don't think you need this. display:inline; <-- You don't need this. padding:5px; } Yes, columns go up and down (Think "Roman columns") Cheers, David
 

Latest active threads on Web Page Design::

SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 5 hours ago (2009-12-03 19:13:00)  by Ripe
Do you mean this ? Just copy and paste that code into your footer or something, and it'll do the rest. Oh and it does have a "add to favorites" option.
Thread:  Show this thread (2 posts)   Thread info: using "add this" on your website Size: 251 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: using "add this" on your website :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 3 hours ago (2009-12-02 21:31:00)  by Kevin Yank
Hmm, interesting project! There are certainly ways to quantify "attractive" vs "unattractive" colour combinations, so that might be an interesting place to start. Sites that contain clashing colours, for example might be quantifiably poorer designs than sites that contain complementary colours. Overall number of colours, too, can be a powerful factor—generally, the fewer dominant colours in ...
Thread:  Show this thread (19 posts)   Thread info: Programatically, what makes a good design? Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Programatically, what makes a good design? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 years, 2 months ago (2007-09-14 16:33:00)  by thoutam
http://www.fundable.org/groupactions...-08.0897036 890 7 Spots Left
Thread:  Show this thread (100 posts)   Thread info: BrowserCam Group Purchases Size: 224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: BrowserCam Group Purchases :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 day, 11 hours ago (2009-12-03 13:06:00)  by pmw57
PHP cannot interact with the user very well, unless you want the page to reload every time someone hits Next. I suspect that JavaScript will provide a solution for you here. The good people in the JavaScript Forum should have a good solution for you here.
Thread:  Show this thread (4 posts)   Thread info: looping without a loop statement Size: 356 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: looping without a loop statement :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 5 days, 10 hours ago (2009-11-29 14:50:00)  by SpacePhoenix
IDs can only be used once per page, they are used for defining the layout, they can also be used for formatting but will normally be used only apply a broad formatting like the background for an area . Classes can be used as many times as you like, they are mainly used for formatting.
Thread:  Show this thread (11 posts)   Thread info: Classes vs Ids Size: 285 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Classes vs Ids :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 13 hours ago (2009-12-02 12:00:00)  by stonedeft
post the css for the "big" class please
Thread:  Show this thread (10 posts)   Thread info: simple code wrong output Size: 49 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: simple code wrong output :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 12 hours ago (2009-12-02 12:23:00)  by richardAZ
Don't be so browser specific. What matters most is that the code validates. The minor variations between 3.0 and 3.5 should not effect rendering. But then again, programmers have been known to fix what ain't broken.
Thread:  Show this thread (4 posts)   Thread info: Firefox 3 & 3.5 rendering engines Size: 238 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Firefox 3 & 3.5 rendering engines :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 2 days, 3 hours ago (2009-12-02 21:13:00)  by stonedeft
Why would you want to replicate the websites why not just link to them and or get the source codes form your sellers and set it up on your server.
Thread:  Show this thread (3 posts)   Thread info: Website replication Size: 146 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Website replication :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 1 week, 2 days ago (2009-11-25 22:44:00)  by AlexDawson
To be honest I'm not sure any standards exist for this particular situation, though one best practice I tend to see is websites using a subdomain for each years event (such as http://2010.uxlondon.com/ ), though I'm not sure the situation is more preferential than having a folder structure with the year.
Thread:  Show this thread (13 posts)   Thread info: Best Way to Setup an Event Website that Changes Every Year? Size: 460 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best Way to Setup an Event Website that Changes Every Year? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers
Started 3 days, 15 hours ago (2009-12-01 09:13:00)  by CSU-Bill
One way to do this would be to have that one paragraph as a separate file. When you update that file, it would be update on your site. Then use an iframe on the other sites to display that single file.
Thread:  Show this thread (5 posts)   Thread info: Text automatically transferring to other websites ? ? Size: 217 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Text automatically transferring to other websites ? ? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
 

Hot threads for last week on Web Page Design::

Web Page Design
Started 2 days, 3 hours ago (2009-12-02 21:31:00)  by Kevin Yank
Hmm, interesting project! There are certainly ways to quantify "attractive" vs "unattractive" colour combinations, so that might be an interesting place to start. Sites that contain clashing colours, for example might be quantifiably poorer designs than sites that contain complementary colours. Overall number of colours, too, can be a powerful factor—generally, the fewer dominant colours in ...
Thread:  Show this thread (19 posts)   Thread info: Programatically, what makes a good design? Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Programatically, what makes a good design? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 3 weeks, 6 days ago (2009-11-07 10:43:00)  by AlexDawson
As long as there is a majority of people using such browsers, it's only prudent to keep supporting them, I would argue that any person who drops support for the browser when that version alone still holds arguably a majority share (more so than Safari, Chrome AND Opera together) is ignoring their audience. Don't get me wrong, I don't like the idea of perpetuating the cycle however it's simply a ...
Thread:  Show this thread (81 post)   Thread info: IE6 is slowly dying; shall we pull the trigger? Size: 802 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IE6 is slowly dying; shall we pull the trigger? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 5 days, 7 hours ago (2009-11-29 17:11:00)  by Force Flow
Better question: who would actually recognize this certification? Or is it a associate/bachelor/graduate degree? I've found that most of the time, experience and past projects, rather than certs, are what people look for (though there are exceptions for certain specialties, such as for DB admins) So, if you think these classes will help you learn what you want to learn, then sure, take ...
Thread:  Show this thread (16 posts)   Thread info: Technical Certificate worth it? Size: 496 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Technical Certificate worth it? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 1 week, 6 days ago (2009-11-21 20:21:00)  by digitalpbk
I vote for table. As images are more in size and difficult to manage. Suppose you want to add one more entry, you will have to go edit the image save and upload. Images need one more HTTP request to load. Which can slow down page loading and put pressure on your server.
Thread:  Show this thread (35 posts)   Thread info: Help on Table or Image Size: 301 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help on Table or Image :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 1 week, 4 days ago (2009-11-23 01:10:00)  by AlexDawson
Remove all the images and have conventional links in a list using the paw print image as the bullet. Perhaps giving a bit of information about the place in question. There are too many weirdly sized banner images and logos for it to follow any kind of image convention, especially as some of those images look very unprofessional. Other than that you could always go with a bunch of floated list ...
Thread:  Show this thread (24 posts)   Thread info: Suggestions for Designing "Stack O'Links" Size: 835 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Suggestions for Designing "Stack O'Links" :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
RE: Classes vs Ids - 11 new posts
Started 5 days, 10 hours ago (2009-11-29 14:50:00)  by SpacePhoenix
IDs can only be used once per page, they are used for defining the layout, they can also be used for formatting but will normally be used only apply a broad formatting like the background for an area . Classes can be used as many times as you like, they are mainly used for formatting.
Thread:  Show this thread (11 posts)   Thread info: Classes vs Ids Size: 285 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Classes vs Ids :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 2 days, 13 hours ago (2009-12-02 12:00:00)  by stonedeft
post the css for the "big" class please
Thread:  Show this thread (10 posts)   Thread info: simple code wrong output Size: 49 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: simple code wrong output :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 2 years, 2 months ago (2007-09-14 16:33:00)  by thoutam
http://www.fundable.org/groupactions...-08.0897036 890 7 Spots Left
Thread:  Show this thread (100 posts)   Thread info: BrowserCam Group Purchases Size: 224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: BrowserCam Group Purchases :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
Started 1 week, 2 days ago (2009-11-25 22:44:00)  by AlexDawson
To be honest I'm not sure any standards exist for this particular situation, though one best practice I tend to see is websites using a subdomain for each years event (such as http://2010.uxlondon.com/ ), though I'm not sure the situation is more preferential than having a folder structure with the year.
Thread:  Show this thread (13 posts)   Thread info: Best Way to Setup an Event Website that Changes Every Year? Size: 460 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best Way to Setup an Event Website that Changes Every Year? :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."
Web Page Design
RE: Table vs list - 9 new posts
Started 4 days, 16 hours ago (2009-11-30 08:14:00)  by dmcleary
Hi DSeyir, Well, you shouldn't be getting a row of thumbs ... do you mean a column? The only thing I can think of is that the <li> needs a clear:both tag set as a style. <li style="clear:both;"><image></li> Let us know if that fixes it. Regards, David
Thread:  Show this thread (11 posts)   Thread info: Table vs list Size: 383 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Table vs list :: Web Page Design :: SitePoint : New Articles, Fresh Thinking for Web D..."