| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Building new sites; what screen resolution to aim for?
			 
			The last time I built a site it was aimed for 1000 px wide displaying maximum and based on tables. I'm now setting up new sites but won't do the designing myself but before hiring a designer I want to decide what screen resolution to aim for. Are there stats on the web that show the most used screen resolutions? 
		
	
		
		
		
		
		
		
			
		
		
	
	Also, in your design would you use relatively postioned boxes and objects so that your site is "flexible" and display ok on various display resolutions, even though you will have less control of what your site is going to be displayed like? OR, would you design a site for large home display with high resolution (mine's 1680 x 1050), and make a version for smaller resolution to which people with laptops can go, and a third one for mobile phones? Zuzana I hope you'll jump in because I really like your designs and am considering hiring you, but most of your pages have the wide center positioned band design with blank space or a tiled background image on the left and the right, but I want to fill the whole screen, from the left edge of the display to the right edge.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Too lazy to wipe my ass 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				Location: A Public Bathroom 
				
				
					Posts: 38,688
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Bump 4 poo... 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2011 
				Location: Europe 
				
				
					Posts: 1,592
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 This is from my tube: 
		
	
		
		
		
		
		
	
	Code: 
	1. 1280x1024 699 23.78% 2. 1024x768 637 21.67% 3. Unknown 530 18.03% 4. 1366x768 331 11.26%  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 CjOverkill 
			
		
			
			
			Industry Role:  
				Join Date: Apr 2003 
				Location: Woldwide 
				
				
					Posts: 1,328
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Use the facebook, youtube standard ... 1000 px  
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	CjOverkill Traffic Trading Script Free, secure and fast traffic trading script. Get your copy now  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2011 
				Location: Florida 
				
				
					Posts: 2,040
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I usually design for 1000px as well. Good luck.  
		
	
		
		
		
		
		
		
			
		
		
	
	The site should look similar on all browsers using css, so long as the code you are using is supported. For mobile you make a different version of the site and put some code in that checks for the mobile browser and redirects it. Code: 
	<script language=javascript>
<!--
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
   location.replace("http://url-to-send-them/iphone.html");
}
-->
</script>
Code: 
	<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobile.html";
}
//-->
</script>
Good luck  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Too lazy to wipe my ass 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				Location: A Public Bathroom 
				
				
					Posts: 38,688
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Stop reading 'The Long Walk' and check your email...  
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2003 
				Location: Sweden 
				
				
					Posts: 30,070
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I almost always go for 1000 wide. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	gfynicky @ gmail.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Dec 2006 
				Location: Chicago 
				
				
					Posts: 3,526
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 1000px sounds good, but even then I stay away from div relative position tags. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	┌∩┐(◣_◢)┌∩┐ ICQ # 427013273  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Oct 2009 
				Location: At The Mountains Of Madness 
				
				
					Posts: 5,414
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 If you're making .XXX sites I would suggest 2560 x 1600 
		
	
		
		
		
		
			. 
				__________________ 
		
		
		
		
	
	------------------------------------------------ Animal Rescue Click Here to Feed An Animal for Free  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 1000px in the day of cell phones? Why not something that looks good at 1000px but can shrink to any size, images and all? 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Sep 2011 
				Location: Dallas, Texas 
				
				
					Posts: 320
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Did the same. I use; table width="100%" 
		
	
		
		
		
		
		
	
	Browser resolution stats I was pullin in off a test site. ` ![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Damn Right I Kiss Ass! 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2003 
				Location: Cowtown, USA 
				
				
					Posts: 32,422
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Do 1000px. If you must go bigger, 1200px. 
		
	
		
		
		
		
		
	
	Anything smaller will look very outdated in 2 years.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 Masterbaiter 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2006 
				
				
				
					Posts: 26,557
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I personally like 950px 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#14 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 But then still, shrinking something that looks good in 1000px to a size suitable for a cellphone doesn't make much sense because everything will get too small then, it will look like a stamp. Cell phones really require a seperate, dedicated version of your site.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#15 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 Thanks everybody for the replies.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#16 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#17 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2002 
				
				
				
					Posts: 3,745
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	For historical display only. This information is not current: support@bettercgi.com ICQ 7208627 Strongbox - The next generation in site security Throttlebox - The next generation in bandwidth control Clonebox - Backup and disaster recovery on steroids  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#18 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Ever looked at your own site from a Blackberry, Ray? Trust me, it looks like shit. 
		
	
		
		
		
		
		
	
	AFAIK most browsers including Playstation and AOL are xml/css compatible. So that isn't an issue anymore.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#19 | |
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#20 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Oct 2001 
				Location: Toronto 
				
				
					Posts: 7,103
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Using CSS, screen resolution is irrlevant. 
		
	
		
		
		
		
		
	
	You have your main content in the middle of the page, and two backgroud images that float left and right. A LOT better than have a 1600px background...  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#21 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2004 
				Location: oddfuturewolfgangkillthemall!!!!!!! 
				
				
					Posts: 5,656
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Isn't 950/960px the standard? I guess it's 1000 now. 
		
	
		
		
		
		
			
		
		
		
		
		
			
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#23 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2005 
				
				
				
					Posts: 3,670
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 1000     px 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#24 | 
| 
			
			
			
			 marketer. 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2006 
				Location: bcn 
				
				
					Posts: 2,280
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 975-1000px is about the standard now to design for. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#25 | 
| 
			
			
			
			 Bollocks 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jun 2007 
				Location: Bollocks 
				
				
					Posts: 2,793
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I'm doing fluid designs now, making sure it looks as good on a smartphone as it does on a big monitor. Even the menu is fluid, it's all good as long as you set a min-width value. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Interserver unmanaged AMD Ryzen servers from $73.00  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#26 | 
| 
			
			
			
			 Videochat Solutions 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2004 
				Location: Canada 
				
				
					Posts: 49,499
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		
		
	
		
		
		
		
			 
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#27 | 
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Obviously there can't be a 'full width'. The full width should be whatever their screen resolution is. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#28 | 
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Yeah, I figured there was stuff like this. I'm just a hack and know you can make a page work on 1200 wide or a  cell phone. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#29 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I asked you for a page on which "images damn sure shrink lol". Still waiting. Are you a designer and can you design pages that work like that? I'll hire you. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#30 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#31 | |
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#32 | 
| 
			
			
			
			 Too lazy to wipe my ass 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				Location: A Public Bathroom 
				
				
					Posts: 38,688
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#33 | 
| 
			
			
			
			 Masterbaiter 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2006 
				
				
				
					Posts: 26,557
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#34 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2003 
				Location: Encrypted. Access denied. 
				
				
					Posts: 31,779
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Wecurrently have ours ranging from 960px - 1000px, but we just started bumping them up to 1200px. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#35 | |
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 I can recommend this book: "HTML, XHTML, and CSS All-in-one Desk Reference for Dummies" It starts with the basics and really covers everything, introduces you to the world of PHP, Java script and AJAX (the future) and has a CDrom with all the software you need. A great book for the cold winter evenings. Even if you don't want to be a web designer, it's good to read it and get to understand the basics, so that when you hire a web designer, you know what they're talking about.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#36 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#37 | |
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 ![]() Sending you a url by email. 
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#38 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 For naming and shaming and traffic magneting WordPress is great, it saves a lot of time and energy. For anything else... yeah get a designer. I can do some reasonable hand coded web design but I don't have time for it anymore. Look forward to your mail. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#39 | |
| 
			
			
			
			 Let's do some business. 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2003 
				Location: The dirty south. 
				
				
					Posts: 18,781
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 a) I am an affiliate only. I don't need nor do I want paysite style designs. b) I promote cams and they convert better and have always converted better on simple pages. I started out with profiles on Geocities and have not matched conversions ever since moving. Why? It looked like the girl made the page and little blue text links get clicked more than anything. c) Even paysites would convert better on a nice, clean white page with images and blue text links. Maybe a small logo but no fancy ass design, no ridiculous template, just content. If your content is good it will look GREAT on a white, neatly laid out page. White contrasts really great with shit btw, scat sites should do wonderful. Cheers 
				__________________ 
		
		
		
		
	
	![]() Hands Free Adult - Join Once, Earn For Life "I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#40 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 That's an interesting view Stock, I never used white pages and should give it a try. I feel though that everybody tends to copy the Facebook / MySpace / Google design and due to that sites more and more start to look alike and now that WP is getting so popular it only gets worse. I really like it when I get on a site that looks totally different and gives me a "wow" sensation. And that's getting really rare! 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#41 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Jul 2010 
				Location: ☣ 
				
				
					Posts: 9,327
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 950-1000px, I have seen some really cool sizes that match the design which is really appealing. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#42 | |
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Dec 2011 
				Location: United States 
				
				
					Posts: 69
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	ICQ: 609051050  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#43 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Industry Role:  
				Join Date: Aug 2011 
				Location: Les Alpes, France 
				
				
					Posts: 1,423
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 He sent me an url to a site with shrinking images and it's java script and it's really cool... 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |