Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~936 People Reached
Favorite Tags
Member Avatar for tustind

I have been developing a site in Firefox 3.6, and when viewed in 3.5 today I noticed that the following CSS was not working as it should: [code] html, body { background: #E5FFCF; min-height:100%; /* needed for container min-height */ height: 100%; font-size: 90%; } body.theme_layout_three { background: #E5FFCF url(../images/bg-center-470.gif) …

0
107
Member Avatar for tustind

Ok, I am totally stuck. I've spent hours on this today, and I can't figure out what is going on. This is my .htaccess file: [CODE] RewriteEngine On RewriteRule ^articles/([0-9]+)/([a-zA-Z0-9\-]+)$ /article.php?id=$1 [L] RewriteRule ^articles/([0-9]+)/([0-9]+)/([a-zA-Z0-9\-]+)$ /article.php?id=$1&page=$2 [L] RewriteRule ^topics/([0-9]+)/([a-zA-Z0-9\-]+)$ /topic.php?id=$1 [L] RewriteRule ^topics/(.+)$ /sub-topic.php?topic=$1 [L] RewriteRule ^authors/([0-9]+)/([a-zA-Z0-9\-]+)$ /author.php?id=$1 [L] RewriteRule ^preview/([0-9]+)/([a-zA-Z0-9\-]+)$ …

Member Avatar for tustind
0
136
Member Avatar for tustind

I have a website which does very solid organic traffic through Google. This is an article website and we haven't done anything to specifically target google or any other search engine. Nevertheless, here is a breakdown of our search engine traffic from the last month: Google - 94% Yahoo - …

Member Avatar for infinique
0
181
Member Avatar for tustind

OK, for the life of me I can't seem to figure out how to solve this problem. When an image is given the style attribute float:left and a standard unordered list placed next to it, the bullets appear on top of the image. I have tried margin and padding targeting …

Member Avatar for ko ko
0
128
Member Avatar for tustind

I have a table in which each entry has a view counter. I would like to create a list that displays only entries that are within 100 views of a 1,000 view threshold. But, I want to also show each entry at any interval of 1,000 views. I.E., I would …

Member Avatar for edwinhermann
0
76
Member Avatar for tustind

I apologize in advance for this being quite a long post... but, any help is great! I have a website (coded in PHP) which publishes content provided by users in a revenue sharing model. We pay each contributor a certain amount for every 1,000 "views" that their articles get. In …

Member Avatar for FlashCreations
0
213
Member Avatar for tustind

I have been TRYING to figure out what font this is, as I really want to use it on my site. (I am talking about the font used for the article titles, in this case, "Free Markets, Free Muslims). But I have scoured the CSS and can not figure it …

Member Avatar for tustind
0
95