|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Http://www.realwebdevelopers.com
Would just like your opinion ... uses faux columns for layout.
|
|
#2
|
||||
|
||||
|
The area for content on your main page is relatively small, should be a little bigger.
Your page does not validate as XHTML Transitional See errors here
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# |
|
#3
|
|||
|
|||
|
I'm lost here...you take a great domain name as you've got 'realwebdevelopers.com' and fill it with Buffy the flamin' vampire slayer.
Eh! No wonder I drink! Can't be bothered giving an opinion on the site after that. |
|
#4
|
||||
|
||||
|
I agree with pws1970!
You take a perfectly good, useful domain name, that someone was probably wanting to use to actually help promote "real" web developers and you fill it full of that crap... You're just a moron, domain squatter! |
|
#5
|
||||
|
||||
|
Now that you two mention it, I must have had the effects of the New Years hangover even on the 2nd of Jan
I change my mind abt the post. Crap, Crap, Crap .... mega Crap ![]() |
|
#6
|
||||
|
||||
|
Not to offend, well maybe a little (or A LOT), but admiring Buffy the Neck-biting slayer on a website that advertises for web developers--- ARE YOU SICK? That is what we call wasted space. If that is your niche in selling Buffy's greatest hits on DVDs and you make it in that market, well, best of luck.
__________________
I would rather know than not know at all... ![]() |
|
#7
|
|||
|
|||
|
Thanks guys, I really do appreciate your opinions on my work. Real Web Developers used to be a site dedicated to web development but I decided that real web developers might be able to recognise a development platform from a production platform, at which point the domain name will reflect the content of the site. As for squatting, well you all have your opinions; I registered the domain years ago and it's the ONLY one I have, try finding a domain name for a Buffy fan site for me that I can use in production and I'll happily move the site and start developing my next project on my current domain. You might just see what squatting is when you find tens, hundreds or thousands of domains that are dedicated to advertising and have no actual content, hence my temporary domain.
I've got the code as valid as I can make it ... there are a couple of errors relating to Flash, any ideas how to avoid these, btw swfobject won't work as the Flash needs to be z-indexed. Thanks guys |
|
#8
|
|||
|
|||
|
Quote:
Put your flash call in a javascript file -- call it flash.js for this example and document.write out your embed call flash.js Code:
<!-- Begin
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="56" height="62">');
document.write('<param name="movie" value="yourMovie.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="yourMovie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="56" height="62"></embed>');
document.write('</object>');
// End -->
and then call the flash.js in your main page where you would have the embedded .swf file... Code:
<table> <tr> <td> <script language="JavaScript" src="flash.js" type="text/javascript"></script> </td> </tr> </table> This way you'll get your code to validate. Oh, and www.therealbuffy.com is available and it took me seconds to find that one. Last edited by pws1970 : January 6th, 2007 at 07:28 AM. |
|
#9
|
|||
|
|||
|
Thanks pws1970, I'll check out the js calls to write the flash embed tags :-). btw I've moved the site to http://www.buffyannesummers.net
|
![]() |
| Viewing: ASP Free Forums > Web Design > Site Reviews > Http://www.realwebdevelopers.com |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|