leafbunk
Dec 22 2006, 10:56 PM
| | I've never had a site or forums up on the internet before, but I think this one is coming along alright. I've also never used CSS before, so that was definitely new and exciting to mess around with. I downloaded a free CSS template designed by David Herreman (http://www.free-css-templates.com), and modified it until I liked the way it looked for my site.. I drew the banner in Photoshop - (the animal is a Murloc, from World of warcraft).
Here is the link to my site: http://www.leafbunk.astahost.com/index.htm
Also if you look at the site and become confused as to what it's about, it is meant to be an informational site and meeting/discussion area for the members of my guild on World of Warcraft.
Thanks for having a look, and please let me know what you think. |
Comment/Reply (w/o sign-up)
yordan
Dec 23 2006, 11:45 AM
Nice, nice, nice. I specially appreciated the bottom white box : QUOTE I haven't thought of anything to put in this box yet. It seems like an important box though... It's very important to know and to express yourself when you don't have anything to tell us !
Comment/Reply (w/o sign-up)
Quatrux
Dec 23 2006, 06:57 PM
Nice, all I can add is that I don't really like the green colour or whatever you call it in the right side, it really hurts my eyes.
Comment/Reply (w/o sign-up)
mastercomputers
Dec 23 2006, 11:20 PM
I agree with the green side box, not that it's hurting my eyes, it just seems to be too overpowering on the site and I'm not sure if this is meant to be the important area. Also the inner white box (of the green side box) and the font color used, is also a bit on the light side, not enough contrast to make it easily readable but that also has to be considered for the majority of the background too as color blind people would have trouble with this site as well. The HTML coding is poor, incorrect document type, this is not HTML 4.01 Transitional, but XHTML which means following XHTML rules, the use of uppercase element tags and attributes is not allowed, there could be some minor adjustments for semantics too. There seems to be a double up of the body tag used, which will confuse browsers and a fair amount of deprecated elements being used too. Increasing the font to twice it's size didn't alter the look of the site, which is good. Turning off styles gave insight to the ordering of content, which the order didn't seem right but was acceptable, also noticed HTML style elements were used, as well as tables for non tabular data. The CSS coding uses browser proprietary styles, which should be avoided if possible or conditional commenting be used. Overall, average coding, and an alright looking site. Cheers, MC
Comment/Reply (w/o sign-up)
saint-michael
Dec 25 2006, 11:13 AM
Agreed with the above posts so I modified your CSS just a bit with some other minor stuff. */FIXES\* Change Background color for sidebar Changed the margin in side to be more equal on both left and right sides of it Added padding in content box Change the rounded corners in the CSS and HTML Also I notice you where trying to do the rounded corners I was able to fix that with a site I usually go to. http://www.neuroticweb.com/recursos/css-ro...d-box/index.php? Mind you file names may of changed when I edited the CSS and HTML file But like I said just some minor stuff you will see the differance. CODE /* "We Speak Murlock", the Guild. by Ashley Liegman */
textarea.text { height: 150px; width: 90%; border: 1px solid #ccc; background: #fff; color: #000; }
textarea.text:hover { border: 1px solid #eee; background: #FFFFF4; color: #000; }
input.field { border: 1px solid #ccc; background-color: #FFFFFF; width: 200px; color: #000; }
input.field:hover { border: 1px solid #eee; background: #FFFFF4; color: #000; }
input.text { margin: 0; width: 110px; border: 1px solid #eee; background: #FFF; color: #000; }
input.text:hover { border: 1px solid #ccc; }
input.searchbutton { margin: 0; font-size: 100%; font-family: Arial, Sans-serif; border: none; background: #FFFFFF; color: #808080; padding: 1px; font-weight: bold; }
input.button { background: #FFFFF4; color: #808080; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
h4 { font-size: 12px; color: #50922C; text-align: left; background-color: #fff; }
.date { text-align: right; color: #808080; font-size: 11px; background-color: #cad9de; }
.date a { color: #003647; background-color: #cad9de; }
#page-container { width: 760px; text-align: left; margin: auto; background-color: #013648; }
body { font-family: Arial, Helvetica, Verdana, Sans-serif; font-size: 12px; color: #666666; background: #405060; text-align: center; }
#header { background: #cad9de url("header.jpg") center no-repeat; height: 212px; padding: 0 0 0 0px; text-align: right; color: #fff; font-size: 10px; background-color: #cad9de; }
#header a { color: #000; }
#header .text { text-align: right; color: #003647; font-size: 12px; padding: 25px 25px 10px 0px; font-weight: bold; }
* html #header .text { text-align: right; color: #003647; font-size: 12px; padding: 25px 0px 0px 0px; font-weight: bold; }
#header input.button { float: right; background: #003647; border: none; color: #fff; font-weight: bold; background: #003647; }
#header .padding { padding: 80px 25px 0px 0px; }
#header .padding_passwd { padding: 20px 25px 0px 0px; }
* html #header .padding { padding: 80px 17px 0px 0px; }
* html #header .padding_passwd { padding: 17px 17px 0px 0px; }
#header input.text { width: 109px; height:24px; border: 0; background: url(input2.gif) no-repeat; padding: 4px; color: #003647; }
* html #header input.text { width: 109px; height:24px; border: 0; background: url(input2.gif) no-repeat; padding-right: 10px; color: #003647; }
#menu { background: #cad9de url("menu.jpg") top center no-repeat; height: 87px; text-align: center; color: #fff; font-size: 10px; font-size: 100%; padding-top: 7px; }
#menu .padding { padding-top: 0px; }
* html #menu .padding { padding-top: 5px; }
* html #menu { background: #cad9de url("menu.jpg") top center no-repeat; height: 87px; text-align: center; color: #fff; font-size: 10px; font-size: 100%; padding: 0px; }
#menu a { color: #fff; font-size: 9pt; font-weight: bold; padding: 0px 10px 0px 10px; text-decoration: none; }
#menu a:hover { color: #fff; font-size: 9pt; font-weight: bold; padding: 0 10px 0 10px; text-decoration: underline ; }
#menu input.button { background: #003647; border: none; color: #fff; font-weight: bold; }
* html #menu input.button { background: #003647; border: none; color: #fff; font-weight: bold; }
.search { color: #fff; clear: both; font-weight: bold; padding: 10px 25px 10px 10px; margin: 5px 0; }
* html .search { color: #fff; clear: both; font-weight: bold; padding: 0px 0px 00px 0px; margin: 0px 0; }
#menu input.text { width: 292px; border: 0; background: #FFF url(input.gif) no-repeat; margin-top: 4px; padding: 4px; color: #003647; }
* html #menu input.text { border: 0px; background: url(input.gif) no-repeat; margin-top: 0px; padding: 4px; color: #003647; }
#myhr { background: url(hr.gif) no-repeat center; margin: 13px; height: 1px; background-color: #eee; }
#content { background-color: #7B90C4; padding-top: 0px; margin-right: 255px; line-height: 18px; padding-left: 10px; padding-bottom: 10px; }
#content .padding { padding: 10px 10px 0px 10px; color: #000; background-color: #7B90C4; }
#content h2 { margin-top: 5px; padding-top: 5px; padding-bottom: 0px; color: #003647; line-height: 30px; background-color: #7B90C4; }
* html #content h2 { margin-top: 10px; padding-top: 10px; padding-bottom: 0px; color: #003647; line-height: 30px; background-color: #7B90C4; }
#content a { color: #003647; text-decoration: none; background-color: #7B90C4; }
#content p { margin: 0; padding: 0; padding-top: 5px; background-color: #cad9de; }
#box { width: auto; line-height: 18px; margin-top: 30px; margin-right: 20px; margin-left: 10px; padding: 10px 10px 10px 10px; background-color: #eee; border: 1px; border-style: solid; border-color: #003647; }
#sidebar-a { float: right; width: 195px; line-height: 18px; margin-top: 30px; margin-right: 30px; background-color: #eee; }
* html #sidebar-a { float: right; width: 95px; line-height: 18px; margin-top: 30px; margin-right: 10px; padding-left: 0px; padding-right: 0px; background-color: #eee; }
* html #sidebar-a p { width: 173px; margin-left: 10px; margin-top: 15px; text-decoration: none ; text-align: left; background-color: #eee; }
#footer { clear:both; font-family: Tahoma, Arial, Helvetica, Sans-serif; font-size: 11px; color: #fff; padding: 4px 0px; text-align: center; background-color: #003647; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { color: #fff; }
#footer #copyright { padding-top: 1px; }
.hidden { display: none; }
.roundcont { width: 195px; background-color: #eee; color: #808080; }
.roundcont { width: 195px; background-color: #eee; color: #808080; padding:0px; }
.roundcont p { margin: 25px 10px; } /* set millions of background images */ .rbroundbox { background: url(nt.gif) repeat; } .rbtop div { background: url(tl.gif) no-repeat top left; } .rbtop { background: url(tr.gif) no-repeat top right; } .rbbot div { background: url(bl.gif) no-repeat bottom left; } .rbbot { background: url(br.gif) no-repeat bottom right; }
/* height and width stuff, width not really nessisary. */ .rbtop div, .rbtop, .rbbot div, .rbbot { width: 100%; height: 7px; font-size: 1px; } .rbcontent { margin: 0 7px; } .rbroundbox { width: 100%; margin: 0em auto; }
HTML CODE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <!-- saved from url=(0042)http://www.leafbunk.astahost.com/index.htm --> <HTML><HEAD><TITLE>"Oh I Give Up," the guild.</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META http-equiv=Content-Language content=en-us> <META http-equiv=imagetoolbar content=no> <META content=true name=MSSmartTagsPreventParsing> <META content="Oh I Give Up" name=description> <META content="css template" name=keywords> <META content="David Herreman (http://www.free-css-templates.com), modified by Ashley Liegman" name=author> <STYLE type=text/css media=all>@import url( images/guildcss.css ); </STYLE> <LINK title="RSS 2.0" href="rss/" type=application/rss+xml rel=alternate> <META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD> <BODY> <DIV id=page-container> <DIV id=header> <DIV class=padding></DIV> <DIV class=padding_passwd></DIV></DIV> <DIV id=menu> <DIV class=padding><A href="http://www.leafbunk.astahost.com/index.htm">Home</A> | <A href="http://www.leafbunk.astahost.com/forum/index.php">Forum</A> | <A href="http://www.leafbunk.astahost.com/roster.htm">Roster</A> | <A href="http://www.leafbunk.astahost.com/gallery.htm">Gallery</A> | <A href="http://www.leafbunk.astahost.com/contact.htm">Contact</A> </DIV> <DIV class=search><BR>If you're new to the guild, please introduce yourself on the forums! </DIV></DIV> <DIV id=sidebar-a> <DIV class=roundcont> <div class="rbroundbox"> <div class="rbtop"><div></div></div> <div class="rbcontent"> <P><B>IMPORTANT NEWS!</B><BR>Tabards are still messed up, so we don't have one yet. I can't seem to get a GM to fix it either. I've asked 2 so far and nothing has been done about it. Sorry guys.  </P> <DIV id=myhr></DIV> <P><B>Guild Message of the Day:</B><BR>Invite your friends to the guild! Everyone is welcome.</P> </div><!-- /rbcontent --> <div class="rbbot"><div></div></div> </div><!-- /rbroundbox --></DIV></DIV> <DIV id=content> <DIV class=padding> <H2>A little bit about the guild...</H2>Oh I Give Up is always recruiting! <BR>We are a guild that believes in generosity, meaning we don't sell items to each other! We give them away. Need money? No problem. We'll do what we can to help you. Need items? If we've got them - we'll give them to you, and if we don't have any to give then we'll do the best we can to help you obtain some.<BR><BR>The members of our guild all have basically the same privelages. Each of these ranks has the privelage to invite members to the guild, so if you have friends or meet other players who would like to be in the guild, every member has the opportunity to invite them. <BR><BR>If you invite someone while I'm not on, I only ask that at some point you introduce me to them. I think it's important to meet every new guild member so that each person feels comfortable and welcome. Also, any member may request to have their rank changed at any time. All you have to do is ask me and it will be done! <H2>Murloc Translator:</H2>The handy dandy murloc translation site, for all your murlock translation needs: <A href="http://murloc.no-ip.org/">http://murloc.no-ip.org/</A> <DIV id=box>I haven't thought of anything to put in this box yet. It seems like an important box though... </DIV></DIV></DIV><BR> <DIV id=footer>| All images and content copyright © 2006 Leafbunk | </DIV></DIV></BODY></HTML> Also here is a zip file for the images you will need. Click to view attachmentThis is a suggestion code you don't have to use what I showed in the coding but makes for a cleaner look.
Comment/Reply (w/o sign-up)
lemonkiss
Dec 25 2006, 06:09 PM
hey, that's a very good site. Is it for Neopets??? And I love the name of your guild..OH i give up~
Comment/Reply (w/o sign-up)
nathaniel
Dec 26 2006, 05:35 AM
Wow it is pretty good for a beginner. Also I think it is very good because the colour sceme matches with the logo image at the top. Plus its a guild for warcraft so it does not need to be fancy or professional looking! Also your phpbb forum looks pretty good, you got a lot of people joined and posting frquently which is always good. I like how you designed your roster page with the charts and the levels it looks very good I know my first website never looked as good as yours! Keep it Up!
Comment/Reply (w/o sign-up)
Omkar™
Dec 26 2006, 10:29 AM
That was insane :
QUOTE Server not found
Firefox can't find the server at www.leafbunk.astahost.com.
* Check the address for typing errors such as ww.example.com instead of www.example.com
* If you are unable to load any pages, check your computer's network connection.
* If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
That was at 3.57 pm (IST:GMT+5.30) on 26th Dec., 2006.
I mean, what's up?
Comment/Reply (w/o sign-up)
leafbunk
Dec 26 2006, 10:38 AM
Ok first off, saint-Michael: Thank you for taking the time to make some revisions to the code.  I really appreciate you doing that. I don't quite fancy the round corners look , but the original creater of this particular style sheet used them. I tried to get rid of them actually, and I probably left tons of crap code lying about because I wasn't sure what to delete or not. The whole process of modifying the style sheet and website took me...well...forever. It was a whole lot of trial and error for me since I hadn't ever seen or worked with anything like this before. The modified code you provided me though helped me tremendously to smooth out some parts on the site that really looked like poop. I can't thank you enough for providing your help. Moving on to mastercomputers: QUOTE The HTML coding is poor, incorrect document type, this is not HTML 4.01 Transitional, but XHTML which means following XHTML rules, the use of uppercase element tags and attributes is not allowed, there could be some minor adjustments for semantics too. There seems to be a double up of the body tag used, which will confuse browsers and a fair amount of deprecated elements being used too.
Increasing the font to twice it's size didn't alter the look of the site, which is good. Turning off styles gave insight to the ordering of content, which the order didn't seem right but was acceptable, also noticed HTML style elements were used, as well as tables for non tabular data.  You're going to have to translate that whole bit into plain english for me because I have absolutely no idea what you mean by all of that. Not a clue. As for my poor coding, it's my first time creating a working site. You sound like you shuddered away in horror when you saw it! If you could explain a bit further what you mean by XHTML and HTML 4.01 Transitional, I would appreciate it. I'm curious to know what you mean, for I guess I don't understand how to distinguish the differences between the two. For everyone else:1. I changed that green sidebar that everyone said looked ugly. I didn't think it looked too bad, but I guess the more bland, the better...Pfft.  So, the sidebar is now the same color as the main area. 2. I changed that rather plain looking white box on the right side as well and made it a light blue with dark blue border. I've got a quesiton about that though, because on Firefox, for me it shows a very thick blue border on the top and bottom of that box. On internet explorer, the sizes of the border on all sides of the box are equal. I like the thick on top and bottom and would like to know how I might make that show up on Internet explorer. 3. Changed the tables on the roster page and gallery page, so hopefully they are more centered now and look better with a thicker border. 4. Changed the font color to dark blue for every page, so now all the text matches. Here are two links to pictures of what the site used to look like, in case you wanted to compare. http://www.leafbunk.astahost.com/images/site1.jpg <----- Home page. http://www.leafbunk.astahost.com/images/site2.jpg <----- Crappy alignment on the roster page.  Thank you everyone for the kind comments I've received. I really appreciate your support, and hope that I can continue to make changes to the site to improve it.
Comment/Reply (w/o sign-up)
Mark420
Dec 26 2006, 12:39 PM
Good work Leaf and good work guys helping along with the site tweaking.. Leaf will soon understand that site design is almost never finished on a live site..just more and more tweaking to get it the way to look like you want it and also tweaking the html and css to make it compatable and looking the same in all browsers..then ofc is the whole WC3 checking proccess that can be hell on earth for beginners in design.. Its a great first effort tho and I hope you can make it better and better with the help of the members here.
Comment/Reply (w/o sign-up)
saint-michael
Dec 28 2006, 02:16 AM
I would say it has to be your padding, from looking at the images and the CSS, it would be better if you set up a dummy page with the table set up you have as it will be easier to adjust from them. Are those the small gaps above and below the text? if so they work perfect, a suggestion would be to center align the text it to make it more cleaner in a way If need some more help contact me at my yahoo IM at saint_zodiac[at]yahoo[dot]com as it will be a bit quicker to fix it.
Comment/Reply (w/o sign-up)
leafbunk
Dec 28 2006, 01:37 AM
Well I've been messing around with the table all day today and I'm having trouble with two things mainly. 1. I don't know if it's a border or what around each cell in the table, but there is a space between each cell. I don't know how to fix it - I've tried several things, but nothing has worked so far. On the website you provided (Saint-michael), there is no space in the color between cells on the odd rows that are colored different than the background of the table. Anyways, you can see what I'm talking about in the links to the pictures I provided below. EDIT: I just asked my boyfried and he said he likes the small gaps, because it helps keep the columns easily separated. Do you have any opinions? 2. In firefox, there is a nice break between Realgay and Arianget (these are character names, please see the picture to know what I'm talking about.) I need a separation between those two because Realgay and the characters above are officers in the guild, and Arianget and those below are members. Anyways, in firefox a good bit of separation appears, but in internet explorer, it doesn't really. I was wondering what I need to do in order to allow for more space between these two names in IE. Here are the pictures so you know what I'm talking about for both of my issues. Please let me know what you think about the colors on the table. I think they're alright, but if you have a better suggestion I'm all for trying it out. Screenshot taken of how it looks in Internet explorer: http://www.leafbunk.astahost.com/images/table_ie.jpgAnd in Firefox: http://www.leafbunk.astahost.com/images/table_firefox.jpgAnd below is the css for the table part. I thought maybe having this might help you help me fix the breaks between cells. Maybe it's just something simple that I missed, or something that I need to add.... EDIT: Sorry I don't know how to make it have a scrollbar so the code doesn't take up the whole page.. CODE #roster { border-width: 4px 4px 4px 4px; padding: 0px 0px 0px 0px; color: #003647; border-style: solid solid solid solid; border-color: #E1E1E5 #E1E1E5 #E1E1E5 #E1E1E5; border-collapse: collapsed; background-color: #003647; width: auto; }
.rosterhead { }
.rosterhead th { text-decoration: underline; font-size: 112%; padding: 5px 5px 5px 5px; color: #E1E1E5; border-collapse: collapsed; background-color: #003647; -moz-border-radius: 0px 0px 0px 0px; }
.rosterhead tr { border-collapse: collapse; }
.roster td { padding: 5px 5px 5px 5px; color: #E1E1E5; border-collapse: collapsed; background-color: #003647; -moz-border-radius: 0px 0px 0px 0px; }
.rosterbody tr.odd td { background: #31616F; border-collapse: collapsed; }
*html tr.odd td { background: #31616F; }
Comment/Reply (w/o sign-up)
sparkx
Dec 27 2006, 07:58 PM
It looks very good. I like the template you used lol. Very good. I never used a template on any of my sites so I don't know how to rate a site that has used one. I think it is a very good site for a first site. Ill tell you the truth, it looks better then my first site. I also don't know much about world of warcraft or of the other tutorial sites to it's kinda hard to compair your site. In my opinion you should stick with the site and keep up the good work  Good luck, Sparkx
Comment/Reply (w/o sign-up)
saint-michael
Dec 27 2006, 11:36 AM
I would say its perfect the green gives it more of a srperation then ever now with the tables, that was my mistake I thought it was all done in css but he uses a combination of images and javascript for this table the images that is being referred to is coming from here. http://24ways.org/examples/tables-with-sty...able_fixed.htmlNow this the images are for background purposes you can go ahead and delete those if you want to, as to save some time in figuring this mess out.
Comment/Reply (w/o sign-up)
leafbunk
Dec 27 2006, 07:06 AM
Saint-michael, the links you gave me were really interesting and I'd like to do something like that with the tables on my site. Thank you for providing those. In the code it points to a png picture to color the odd versus even rows, but....well I have no idea what this picture is supposed to look like, or what size it needs to be, etc. A tiny snippet of what I'm talking about: tbody tr.odd td { background:transparent url(tr_bg.png) repeat top left; } Is there any way I can view just that picture (tr_bg.png) from his site? If that....makes any sense. Do I need to make it a specific size or is it a very tiny image that's just repeated or...what? Also, just as a warning, I'm probably going to really need some help with this tables thing... By the way, I took your advice and changed the side bar to that blue as you suggested before. I think you're right in saying that it needs some separation. I also added another bar at the bottom though for color separation between that page container and the footer. Let me know if you think that green is too powerful at the bottom...
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : site, turned, pretty
- A Site I Put Together Over The Last 3 Days
(7)
Web Host Review Site
(1) Hello All, This site has some great hosting reviews,i just dont know what to say you got to see it
for yourself and decide http://www.webhosting-rated.com one thing is for certain ...it covers wide
range of hosting issues how would you rate this website? kimbly ....
The Site That Is Great!
(1) Some one in my class has made a site that is just like a video all the navagation panel is awsome!
It takes around 2 minutes to load because his hosting is fast and reliable he has radio players that
move with the beat of the music its the greatest site he has not yet released it & i cannot give out
web URLS anyway if you can do things like this you are great! ....
Please Review My Site
(3) Hi guys, i am still new here but i have been a web designer for almost 3 years, i just made a new
design for my online games website http://www.net-games.biz , and i'd really like to get some
feedback from you guys, I'd really appreciate honest reviews! positive and negative feed backs
would be appreciated!....
Skemb -- Site Preview
The personal family webpage... (5) Well now, I like that I am adding my post, but throughout life I have learned to try to take
judgment better! I was trained to try to get things perfect, and I am trying to not do that
anymore. I plan to try to have fun with this personal site, and not always have to do things to the
'T'. I notice that I am not as original as I thought I would be... and the uniqueness
isn't really coming out how I would like it. I think it is because it is a family oriented
site, and not one of my older SINGLE person site... So like, I am trying to put things from the fami....
Review My Music Download Site
(3) hei . i want u to tell if there is more to be done in this site . plz chceck / here i made a music
site where u can download and listen online music . for free hope u like this site .....
Review & Rate My Site: Beta.ronel.astahost.com
It's still in the BETA Version! (4) Hey! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Please view,
review, and rate my site. It's called Ronel's Website BETA. Because it is still not truly
ready yet. And because it has no logo. /sad.gif" style="vertical-align:middle" emoid=":("
border="0" alt="sad.gif" /> /dry.gif" style="vertical-align:middle" emoid=" But tell me if
it's fine now to bring it to ronel.astahost.com now. And I'm planning of transferring the s....
Sparkx Website
Free web services to inhance your site. (3) Now I need a review. My site is a very small community where I offer free web related services. A
little hard to discribe but basicly I give away free programs to make a site more user-friendly and
costum. I require people to post to get upgrades or to keep there accounts. This is my one of my
first sites (my first public one) that I have ever made. Would you guys review it for me? If it
works I will add more services to it but for right now it is kinda a beta. That would be greate.
URL: Sparkx Studios One service we offer is: - Easy Forum Poster: This is a small s....
Kalaalog - About The Arts
Blog site review please (1) Check out KalaaLog.com . It is a blog I started recently, and used the blog.txt theme on it. I
did a lot of Typographical changes and have just created a logo for it. I would be glad to hear
your comments and critiques on this.....
Site Review Please - Comments Welcome!
Site is in pre-launch (4) Hello! We are launching a new product next week at http://www.106killerheadlines.com/ and I have
put up the pre-launch site and was hoping for some general feedback on the pre-launch. I
haven't gone about launching a site previously with a pre-launch (so I guess I'm a bit of a
newbie when it comes to pre-launches.) Your thoughts? Thanks in advance, Gin....
Visit My Site
(3) Hai all, http://www.jambai.tk is my website . You can find many articles regarding
computers , daily updating recipes of four different types , Daily updating history , famous
personalities birthday , news etc.......
Please Review My Download Site
(8) Please review my download site: www.softake.com Thanks....
Gamerz Xtreme
My New Unreal Gaming Site (5) Come Checkout my New Gaming website... http://www.gamerzx.com ....
My Site: Chaos Laboratory
(13) Hey guys, I'd been indenting to set-up a proper personal site for a long while, but got
around to doing so only last month. My site, Chaos Laboratory is primarily oriented as a
technology blog (with software reviews, articles, tutorials, free goodies from the net etc.) I am
not much concerned about the layout & graphics - as long as it's clearly readable....for my
site's not there for sporting fancy graphics, but some serious content. Do take a look and
provide me with any feedbacks/suggestions for improvement... Cheers, m^e ....
My Site...
(4) i have made up my site template with some Pc icons .. /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" />... new idea and that what it ended up like ..tell me what
you think??? dislike or like?? _-=OGVista=-_ ....
My Software Distribution Site.
(3) Please review my site at http://ntek.astahost.com Basically, its for distribution of my home made
softwares. The highlight is Pika Bot, a Yahoo! Messenger Bot that works on the CEVT mechanism. ....
Review My New Site
(1) Hi Please review my new website: http://smartaliens.com/forums/ or
http://www.forums.smartaliens.com What the site about: Discuss on many topics about computer,
webhosting, programming, webdesign,...... Any feedbacks please post them here Thank all ....
My New And Improved Band Site
(0) Hey guys, I can't wait for the feedback on my band's site! Here! Please visit it and
look around... not too many pages, so it won't take long. Last time I got some really good
feedback, so I'm anticipating this time! From last time, I've added content to all of the
pages (many were blank), fixed the frame issues, modified the backgrounds, added more downloads,
added a chatbox (chat away!), and several other things. It's pretty busy on the eyes... if you
don't like it, please tell me! Any other comments are much appreciated. Thanks! -aus....
Www.absolutelyfreegiveaways.com
Site Review Please? (0) I have been working on this site for the past few months and I am very new to PHP. I have been
doing HTML for 11+ years so it was time to dive in (long overdue I guess.) I have two very basic
issues that I need some assistance with this review: (1) Is the concept of the site clearly
explained? Have I worded things correctly that would make visitors want to join (it's free),
and also once they join have I worded things correctly that they would want to follow through with
earning money at the site. (2) The second is a back-end issue. The site is correctly tracki....
Hi This Is My Site
tell me what do you think about (11) www.tanagra.tk i have a few problems with the speed of the server but anyway byes....
Please Review My Site:
(5) Please review my free classified and auction site: http://www.beatyourprice.com ....
Feedback Welcome
Joomla! Download Site (0) Hallo Everyone, for all the Joomla! & Mambo Fans i made a little site related to the top cms.
Plenty of Addons are available for download. I would like to get some feedback from you about
contents and the site itself... Thanks Blix....
My First Site In A Long Time!
(0) This is the first website i have created in a LONG time maybe this time last year.. i might say i am
alot better with Photoshop and Dreamweaver... i will post a link to the finished verson please give
me comments and stuff ....
Rol Comic - Critique Site And Comic?
(0) Hello everyone! I'm here to talk about my little hand-drawn comic. Let me display the links
before continuing on with the breif synopsis, details, and such -- home: http://www.rol-comic.com
archive: http://www.rol-comic.com/?info:comicarchive first strip:
http://www.rol-comic.com/comic/comic.php?date=060102 latest strip: http://www.rol-comic.com/comic
forum: http://www.rol-comic.com/forum ROL Comic is a black and white comic about two seemingly
normal characters trying to unravel the shady mystery of their unknown past. Upon noticing special
uncontrollabl....
Plz Rate My New Site
(13) i have been hosted by astahost for almost a year now...and have been trying to get my ftp server up
and running and finally the other day we got it...i cancled my hosting and i now am hosting my own
site /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> for free...maybe
a little slow...but cable...so not bad....and i decided to redesign my site completly as well...and
id like for you guys to rate it...although i dont really have much done yet...no buttons and
stuff...but i will add them...as soon as i can come up with an idea that will match ....
My Tutorials Site... ... Coming Very Soon!
(3) Being on Asta again has got me back into making tutorials - that's the only way I can get people
to talk to me - a couple days ago someone asked me if I had a website with my tutorials on it, and I
said "no," to which he replied, "You should make one, then." So I did. I just finished the
layouts, so I don't have a live demo yet, but here are some crappy screenshots. You might have
to zoom in if you use Firefox. I stuck with my "trademark" teal scheme (I just love that teal!), but
I exchanged the usual lime green for orange and more white. The layout isn't t....
Tell Me What You Think Please
Well new site design...its review time! (4) well folks I have a new site design up let me know what you think please...still working on the
templets for Mambo and SMF but lets hear what ya'll have to say... Click here to go... there
is the link have fun and let me know what ya think...thanks... Oh to view some of the site you
will need to sign-up, but that is mainly for some of the Forums.......
Check This Site Www.ask4info.pt.vu
(2) Hi ppl, could you check this site www.ask4info.pt.vu and let me know your opinion. The template
is very very simple, I'm an Telecomunications and Electronics engineer so I'm going to focus
more in the content than in the image, but image is very important and I may need some help on that
department /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Thanks in
advance....
Bestshs.astahost.com
please review my site (10) This is my site... ! It is entirely designed and written by me, so that is why it is not complete,
but i make steady but sure progress with it ! Please review it, it's a site about the best Sites
on the net, the best Hardware and the best Software ! bestSHS.astahost.com ....
Personal Portfolio Review
PLS review my site! (2) Please review my site Astigma Productions It is a personal portfolio that I am building up. But
please make allowances as I have been in Japan for 6 weeks and am still developing it anyway. But
any real criticism, hints, tips, suggestions... preferably not criticism... would be gratefully
recieved, and taken into account. THANKS!....
Looking for site, turned, pretty
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for site, turned, pretty
|
advertisement
|
|