|
More site info...
SitePoint : New Articles, Fresh Thinking for... - www.sitepointforums.com | Site profile
|
|
Site profile page for http://www.sitepointforums.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.sitepointforums.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.sitepointforums.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 SitePoint : New Articles, Fresh Thinking for Web Developers and Designers:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,537
|
9,119
|
26,608
|
|
Post:
|
6,919
|
25,040
|
74,010
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for SitePoint : New Articles, Fresh Thinking for Web Developers and Designers (http://www.sitepointforums.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.
|
|
|
|
|
SitePoint : New Articles, Fresh Thinking for Web Developers and Designers posting activity graph:
|
|
http://www.sitepointforums.com Alexa graph:
|
Top authors on SitePoint : New Articles, Fresh Thinking for Web Developers and Designers during last week:
user's latest post:
Please help with the CSS Issue !
Published (2009-11-07 22:57:00)
PS- My post was directed to the navigation-I didn't even look at the other issue Ralph described.
user's latest post:
Top Menu Bar problems
Published (2009-11-07 23:21:00)
danielc1234, I assume what you want is the same dropdown styles but the main horizontal links to behave like the top menu (with blue, rounded tabs appearing on hover?) If so, you would essentially replace the CSS styles for the current top-level links with those of the tabs you want. No doubt there will be a bit of tweaking needed, but it shouldn't be hard.
user's latest post:
List of Web Safe Fonts?
Published (2009-11-07 19:59:00)
Quote: Originally Posted by gareth_esutera I was wondering about the substitute fonts, if say I set Verdana as main font and Arial as substitute. Would it be possible to view how the site will look like in Arial font while you still have Verdana? Basically... no, you would need to remove the Verdana reference from the CSS to test it without such support, though as a piece of advice, both Arial and Verdana are websafe so the chances are Arial...
user's latest post:
Run Javascript Only After Page...
Published (2009-11-07 23:37:00)
For the type of processing you are trying to do the JavaScript is best placed immediately before the </body> tag. The JavaScript can then run as soon as the HTML finishes loading without needing an event handler at all.
user's latest post:
Need a feed app to the home page...
Published (2009-11-07 14:43:00)
Wordpress is way better than any simple app. It installs with "wizard" and app don't Wordpress doesn't require any programming skill to use but app does. Wordpress suits any needs, present and future. Don't be afraid, just try.
user's latest post:
True or False. - Page 339 -...
Published (2009-11-07 23:38:00)
False, I'm not programmed. I choose to. The next person wants to buy me a present, yes?
user's latest post:
Placing An Image At The End Of A...
Published (2009-11-07 15:19:00)
Hi, The background position property places the whole image at the co-ordinates you specify. If you said "background-position:0 151px" then the top left corner of the imag e would be placed at 151pixels from the left of your element. This is clearly not what you want. Imagine that your element with which you have applied width and height to is a window that you are looking through. Now imagine someone standing outside the...
user's latest post:
Some help with CFINPUT please?
Published (2009-11-07 12:58:00)
Quote: Originally Posted by cfStarlight Whenever a statement does _not_ explicitly state what it needs, the database has to do some extra steps (lookups) to figure out what you need. it is a common misconception that this is less work the database has to look up every column you type in, just to verify that it actually ~is~ a column in the table(s) you're referencing Code: SELECT cust_id , cust_name , yabba_dabba_ding_dong , cust_address...
user's latest post:
Article Marketing Question
Published (2009-11-07 16:20:00)
i don't advise submitting a single article to multiple sites. Though you could just keep rewriting it. =)
|
|
|
Top 10 active forums on SitePoint : New Articles, Fresh Thinking for Web Developers and Designers during last week:
|
|
Top 10 forums on SitePoint : New Articles, Fresh Thinking for Web Developers and Designers:
PHP
- 90,425 posts
|
CSS
- 51,867 posts
|
Search Engine Optimization
- 43,971 posts
|
General Chat
- 32,245 posts
|
JavaScript
- 29,449 posts
|
Blogging
- 18,699 posts
|
Web Page Design
- 17,935 posts
|
MySQL
- 17,031 posts
|
Promotion Techniques
- 15,859 posts
|
Website Reviews
- 14,327 posts
|
|
|
|
|
Latest active threads on SitePoint : New Articles, Fresh Thinking for Web Developers and Designers:
Started 2 months ago (2009-09-09 05:02:00)
by kohoutek
Started 6 days, 2 hours ago (2009-11-03 06:00:00)
by Dan Grossman
Started 22 hours, 14 minutes ago (2009-11-08 10:21:00)
by airstair
I Recomment you CA keyboards its work on 10 Meters Range....
But i Dont think with more then 30 Feet range how we look at LCD to Manage....
otherwise CA Kayboards are working on 31.5 Range
Cheers~
Started 1 year, 1 month ago (2008-09-12 10:10:00)
by omnibreak
I have been making a similar thing using the jquery library. Uses mouse clicks to move the character. http://liveanime.org/rpg/
Started 2 days, 14 hours ago (2009-11-06 18:11:00)
by kohoutek
CSS Code:
ul { margin-bottom : 2em ; }
Started 2 days, 9 hours ago (2009-11-06 23:28:00)
by markbrown4
Hi there,
The main problem with that script is that the current index is random but the previous index is the one before the current in the array.
Your method of getting the previous would be correct if the order was sequential.
javascript Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd" > <html lang= "en" > <head> <...
Started 3 weeks, 3 days ago (2009-10-16 00:37:00)
by joan.lopez
None of them. I have my new circle of friends now. I'm not that friendly in my childhood years but now I can say I have lot of friends
|
|
Hot threads for last week on SitePoint : New Articles, Fresh Thinking for Web Developers and Designers:
Started 2 years, 1 month ago (2007-10-03 01:39:00)
by jimbo_dk
False. But I love doing that when it rains cos it reminds me of other rainy days.
The next person has a house by the sea.
Started 2 years, 1 month ago (2007-10-03 04:24:00)
by Hostpitable
Started 5 days, 20 hours ago (2009-11-03 12:09:00)
by Hyperbolik
I like both number 2 and 4. They seem to roll off the tongue without being cumbersome.
The only problem with both of these is that they don't really reflect what your business is about.
Started 1 week, 4 days ago (2009-10-29 03:43:00)
by johnch
Its still best when joining a forum that it is somehow related to your
niche or at least where your targeted people are.. But there are still lots
of ways other than that. Usually the old tricks still work as long as you
try to make it of quality..
Started 1 week ago (2009-11-01 16:19:00)
by Force Flow
Search engine spiders follow links, so if you have a "delete this" link that actually deletes content, you will find that content will get deleted randomly.
The way around this is to either use an onlick javascript/AJAX event or use an actual input button or button element.
I had a webapp I built a while back with an image link which was an enable/disable toggle for certain items. Unless ...
Started 2 days, 23 hours ago (2009-11-06 09:21:00)
by RyanReese
The issue isn't calling the image twice. Once the browser loads it then your good. It doesn't matter how many elements you put it on, your saving HTTP requests.
Just because you call an image twice doesn't mean you're not using CSS sprites good.
Started 1 week ago (2009-11-01 19:04:00)
by ladyumbrella
For me, lots of times its knowing where to start or what to write about. I
want to create value, to make things interesting and to try coax a comment
out of the reader..I guess the key is finding compelling and interesting
content but that is easier said than done...
Started 5 days, 18 hours ago (2009-11-03 14:22:00)
by SilverBulletUK
The feature you're looking for is called Pagination, there are many posts on this forum detailing various solutions.
There is a surprising amount of logic involved to do it properly.
Good luck!
Started 4 days, 14 hours ago (2009-11-04 17:50:00)
by ShayneTilley
Hi Mike, Webcrawers are used by third parties to collect information about each page on your site. Predominately for search engines to try and match pages on your site with what people are searching for.
Putting it simply, a crawler will start on your home page, index that, then move to pages you've linked to from your front page, index that, then got to pages you've linked to and so on ...
Started 5 days, 11 hours ago (2009-11-03 21:12:00)
by Shaun(OfTheDead)
Dang, I think I just got smarter after reading that interview.
Well done, Maleika! And congratulations, Ralph!
|
|