StatCounter User Forum  
StatCounter Free web tracker and counter

Go Back   StatCounter User Forum > Webmaster > Lounge (non-StatCounter related topics here!)

Closed Thread
 
Thread Tools Display Modes
  #41  
Old 07-08-2007, 04:42 PM
kma221 kma221 is offline
Junior Member
 
Join Date: Apr 2007
Posts: 14
Default

Thanks erne i have been able to learn some new things from there good work nice simple site

Last edited by trackerm; 07-09-2007 at 07:43 AM.
  #42  
Old 07-09-2007, 07:22 AM
moryali moryali is offline
Junior Member
 
Join Date: Jul 2007
Location: Israel
Posts: 1
Default great links, thank you very much

I keep on looking for sites beside w3schools, but I usually get lost with the amount of info available. I really hope there were good learning sits in hebrew, especially regarding rtl languages, that seems to usually cause the most problems.


  #43  
Old 08-03-2007, 03:48 AM
BajaGringo BajaGringo is offline
Junior Member
 
Join Date: Aug 2007
Location: Rosarito Beach, Baja Mexico
Posts: 5
Default Google Adsense

I read a post that mentioned Google Adsense. I have several websites and have thought of trying my hand with Google Adsense on one or two that have descent traffic. What is your experience here as far as ease of use/income potential?

Last edited by Arne; 08-03-2007 at 12:13 PM. Reason: No links anywhere until Statcounter is used on the site(s)
  #44  
Old 08-03-2007, 07:47 AM
Nabeel Nabeel is offline
Junior Member
 
Join Date: Aug 2007
Posts: 1
Default

Hi, This post of mine is very beneficial and informative, however there are some specific facts or information that I require. If anyone can help me in this matter then please send me a private message. Best Regards,
  #45  
Old 08-03-2007, 08:04 AM
paetechie paetechie is offline
Junior Member
 
Join Date: Aug 2007
Posts: 1
Default

was looking at those links a few days ago

trying to learn css here

  #46  
Old 08-03-2007, 10:45 AM
Wing Chun Wing Chun is offline
Member
 
Join Date: Apr 2006
Location: Birmingham UK
Posts: 275
Arrow

Quote:
Originally Posted by paetechie View Post
was looking at those links a few days ago

trying to learn css here

a quick tip from me is use float:left rather than display:inline, and for anything too complicated use tables (they're not recommended by many experts, but google.com uses them, as does this forum. truth is there's no replacement supported by all major browsers)
  #47  
Old 08-03-2007, 12:10 PM
Wing Chun Wing Chun is offline
Member
 
Join Date: Apr 2006
Location: Birmingham UK
Posts: 275
Arrow

this forum really needs a 10 or 20 post minimum before sig links are enabled
  #48  
Old 08-03-2007, 12:23 PM
StatCounterJen's Avatar
StatCounterJen StatCounterJen is offline
StatCounter Team
StatCounter Team
 
Join Date: Jun 2007
Location: Dublin, Ireland
Posts: 1,885
Default

Thanks Wing Chun,

We're looking into implementing something like that.
  #49  
Old 08-03-2007, 02:03 PM
jamesicus jamesicus is offline
Member
 
Join Date: Jul 2007
Location: Tucson, Arizona
Posts: 245
Default

Quote:
Originally Posted by Wing Chun View Post
.......... for anything too complicated use tables (they're not recommended by many experts, but google.com uses them, as does this forum. truth is there's no replacement supported by all major browsers)
We are leaving for the day in a few minutes so this is just a quick post. Check out this excellent page relating to Table use: http://www.webaim.org/techniques/tables/

JP
__________________
Web Developer References & Resources
Non-commercial - Validated HTML & CSS
  #50  
Old 08-19-2007, 03:45 AM
BenMore BenMore is offline
Senior Member
 
Join Date: Sep 2006
Location: Corfu, Greece
Posts: 855
Default Tables have Class

With the ongoing discussion about table use and the various arguments for and against causing me some confusion, I tried to eliminate them from my new design. Then, I found some very interesting articles and books that argued in their favour and even suggested, sometimes emphatically, that they were on the way back. They also said that using tables with CSS wasn’t too difficult a thing to achieve…. So I read on and discovered that, indeed, “Tables have Class”.

Yes, you can allocate CSS qualities to tables and rows and data cells, very easily. As all that suited my purpose just right I applied it and found that all worked very well and very easily.

e,g. For my “Contact us” page –

/* Table to hold contact info on Contact Us Page */

table.contact {
width: 600px;
}

table.contact td {
border: none;
}

.contactleftcol {
padding: 3px 3px 3px 3px;
font-weight: normal;
font-size: 80%;
text-align: right;
vertical-align: middle;
line-height: 1.2;
color: #711515;
width: 110px;
}

.contactrightcol {
font-weight: normal;
text-align: left;
color: #000;
width: 390px;
}

As applied in my page (there’s some PHP included to redisplay information and error messages) –


<table class="contact">
<tr>
<td class="contactleftcol" >
<span class="text1">Name</span>
</td>
<td class="contactrightcol">
<input type="text" title="Enter your name" name="name" tabindex="1"
value="<?php if (isset($_POST['name'])) { echo "$name"; } ?>" size="45" /> <?php echo "<font color='#ffffff'>$namemess</font>" ?>
</td>
</tr>
The above applies to the Name row
e.g.

http://www.classic-cameos.com/images/Contact.bmp

If anyone wants some more information on this, PM me.
__________________
Rob

Rob Dingwall Photography
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:00 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.