Add to Google

Please Review My New Site Design / Layout / Test In Opera - Much Appreciated!

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #17) by Jimmy on Apr 4 2007, 11:27 PM. (Line Breaks Removed)
Thanks for all that advice saint m. and thanks blessed for the positive notes and good bumping OK Here's whats new:QUOTE-that background gradient get rid of the white and go with a lighter color then just the white to bluish colorAs you suggested, i think I understand you right that you mean to change the entire background colour to nearer to white, I've done that and I must say... it help... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > The Internet > Website Showcase

Please Review My New Site Design / Layout / Test In Opera - Much Appreciated!

Jimmy
Hi, I just finished setting up a new design for my site and got it successfully validated too biggrin.gif yippee!
Anyway I used css, along with a couple of embedded css lines for my pages (mainly in order to get them to validate! - darn background tag is not allowed! sad.gif )

I'd appreciate it if you guys could tell me what you think of the design / text and link colour scheme, and anything else you reckon I could improve on...
All pages are there, and now there is content on every page... yay!

Also, if someone would be able to see what it looks like in opera browser, and maybe anyone with a mac on safari, thatd be great!
It displays how I like it in firefox, and also looks fine in internet explorer, so comparisons to firefox (preferred) or internet explorer please biggrin.gif

www.projectjim.co.uk

Thanks
James.

 

 

 


Reply

Tetraca
Well, your site looks just dandy in opera. Your coding isn't the best though. Consider changing to XHTML 1.1 to clean up the code a little bit, and consider writing your site in divs rather than tables for various reasons.
http://www.hotdesign.com/seybold/

Reply

FLaKes
I dont have opera but I can tell you it looks good in Firefox. You might want to go with Tetraca's suggestion on changing it to xhtml1.1 and writing it in Divs if you would like to take it one step further. It looks nice though, good job wink.gif

Reply

Jimmy
Thanks for the feedback, its good news it works fine in opera, thats everything pretty much tested.
Looking at that link you showed, it does seem a nice idea to get rid of my tables and use the css / divs more throughout.
Trouble is, I'm really not familiar with div's that much nor am I the most able css coder, I'll see what can be done though wink.gif

P.S. What is the difference between xhtml and standard html?

Reply

heavensounds
I use opera and it looks great. If it got validated it should look good in all browsers i guess, so no need to worry. I just have to remind you, that you have a few broken links on the "links" page...that is the worse thing a page can have so fix that as soon as you can..

Otherwise a very nice site!

Best whishes, Mark

Reply

Jimmy
QUOTE(heavensounds @ Mar 17 2007, 08:12 PM) *
I use opera and it looks great. If it got validated it should look good in all browsers i guess, so no need to worry. I just have to remind you, that you have a few broken links on the "links" page...that is the worse thing a page can have so fix that as soon as you can..

Otherwise a very nice site!

Best whishes, Mark


Yeah thanks biggrin.gif Getting some nice feedback.!

I only just got the page up so those links are temporary, so I can just see the layout I may end up with.. they'll be gone soon as long as I can get the content done tongue.gif

I'm in the process of setting wordpress going, may need a bit of help..!! we'll see..

 

 

 


Reply

street
the sites looks really good in opera and firefox even thou coding for opera browsers is not all that good. But the site design and the color scheme is simple and not a lot is going on and it draws attention to the things you want the viewers to see.

Reply

Tetraca
QUOTE(Jimmy @ Mar 17 2007, 05:44 PM) *
Thanks for the feedback, its good news it works fine in opera, thats everything pretty much tested.
Looking at that link you showed, it does seem a nice idea to get rid of my tables and use the css / divs more throughout.
Trouble is, I'm really not familiar with div's that much nor am I the most able css coder, I'll see what can be done though wink.gif

P.S. What is the difference between xhtml and standard html?

HTML is a very loose standard - you can get away with a lot of errors and the browser will do nothing about it. XHTML is a much stricter standard that forces you to make code cleaner - all tags and attributes must be in lowercase + termination marks in single tag tags are the most noticeable differences which were imported from XML. There are also some discrepancies in where you are able to put tags(for exa
mple you cannot put <p> tags in <a> tags and you cannot embed tags as so: <p><b>Content</p></b>). Other than that there aren't any major differences from HTML unless you make the server transfer the document as application/xml+xhtml as the W3C wants you to do, which will force your coding to conform to XHTML perfectly or it won't display in the browser(currently if you were to pass correct XHTML with the application/xml+xhtml mime type to an IE browser, the browser will not parse it. This is no problem for Opera nor Firefox, though. I suggest you don't worry about the mime type now until IE supports it.).

Reply

masugidsk8r
I viewed it in Firefox and it looks fine. Going with the previous posters, the code needs to be tidied up. I recommend upgrading the mark-up to XHTML 1.1 it's nicer to understand and look at. I emphasize that you convert the tables to divs and use CSS to place them in the right places. The reason for this is to trim down loading time.

Another thing I noticed was the Java applet you have for the countdown time, I recommend using Javascript/CSS to achieve the same result. The reason for this is to allow the viewers who don't have J2RE installed on their computer. It took me a few minutes to view such a small program. If you're too experienced in JAVA and have no time to learn JS, you can use Google WebToolkit which compiles your Java source code to Javascript/HTML/CSS.

Reply

mixxoys
If you are using tables, please consider switching to CSS and if your using Dreamweaver, its extremely easy. Css, is the web standerd now and its probly one of the easyiest languages to learn...
ex: (HTML) <div id="logoarea">test</div>
(css) #logoarea {
width:120px;
height:323px;
margin:auto;}

So as you see, its very easy to learn, and even dreamweaver has every bit of code and helpers in it to help you learn! Also its alot funner to do it in CSS because it makes you feel like a real designer, coding and stuff.

Reply

Latest Entries

Jimmy
Thanks for all that advice saint m. and thanks blessed for the positive notes and good bumping biggrin.gif

OK Here's whats new:

QUOTE
-that background gradient get rid of the white and go with a lighter color then just the white to bluish color
As you suggested, i think I understand you right that you mean to change the entire background colour to nearer to white, I've done that and I must say... it helps tongue.gif

I combined the two title images and a lot of the other template images in my redesign as suggested by you biggrin.gif - This helps in two ways, it did easily make the files smaller overall and it was way, way easier to recode my whole site down to the barebones (looks no different tongue.gif )!

QUOTE
-add a drop shadow to your site either on the sides or on the bottom.

Right... I see where your going... and I agree! this would be a nice direction to take. i will be working on this for the coming days... trying to do it withought destroying the rest of my page!

Also, in a twisted, double dagger effect of removing useless images! - I managed (really don't know how) to get the colums nice and have those page headings like "home page" and "my photos" to be coded into the browser instead of using images. I'm pleased with the result! the colours look nicer and it definitely makes it easier to modify for new pages.


QUOTE
-with the background border you have at the top move it down to image you have in your site (of course adjust the size to fit)

Hmmm I'm really not sure what you meant for this one... sorry about that! could you maybe explain it a little clearer with a quick ms paint knockup of the sort of thing that you mean!!!

THE SITE HAS BEEN COMPLETELY RECODED DOWN TO BAREBONES! I managed to do this withought changing any of the layout at all and it really shortened the code, removed most of the complicated tables and converted things to divs!
Don't forget to check out my photos page!! I found a really neat JS for photo views and it allows captions and html pages in it, resizes the window and everything, and best of all its clean looking, free and no links or marking! - PM me if you would like the link to get it smile.gif I bet you will!
Please tell me what you think of the changes smile.gif

James

Reply

Saint_Michael
QUOTE(Jimmy @ Mar 19 2007, 07:30 AM) *
So is it possible to mix PHP coding with some xhtml, for example <div>s...?



Yes you can mix in (x)html into PHP here is an example of how it would be done

CODE
<?php
// Our log file;
$counter = "stats.txt";

// Date logging;
$today = getdate();
$month = $today[month];
$mday = $today[mday];
$year = $today[year];
$current_date = $mday . $month . $year;


// Log visit;
$fp = fopen($counter, "a");
$line = $REMOTE_ADDR . "|" . $mday . $month . $year . "\n";
$size = strlen($line);
fputs($fp, $line, $size);
fclose($fp);

// Read log file into array;
$contents = file($counter);

// Total hits;
$total_hits = sizeof($contents);

// Daily hits;
$daily_hits = array();
for ($i=0;$i<sizeof($contents);$i++) {
    $entry = explode("|", $contents[$i]);
    if ($current_date == chop($entry[1])) {
        array_push($daily_hits, $entry[0]);
    }
}
$daily_hits_size = sizeof($daily_hits);

// Daily hosts;
$daily_hosts = array();
for ($i=0;$i<sizeof($contents);$i++) {
    $entry = explode("|", $contents[$i]);
    if ($current_date == chop($entry[1])) {
        array_push($daily_hosts, $entry[0]);
    }
}
$daily_hosts_size = sizeof(array_unique($daily_hosts));

?>
<? echo "
<b><font color='#FF0000'>Page Hits:</font></b><b> " . $total_hits . "</b>"
?>


This is the html that the php script will display when someone goes to your website

CODE
<? echo "
<b><font color='#FF0000'>Page Hits:</font></b><b> " . $total_hits . "</b>"
?>



It's funny that people mention about going to xhtml heres the thing XHTML code is design for XML use and from what my teacher told me html 4.01 strict is the same as XHTML 1.0 transitional. So youdon't really need to go to xhtml unless your trying to have your site keep up in current coding. As long as you follow the standards to HTML 4.01 you can display very same thing as you would in xhtml.

Because if you wanted to make your site xhtml you would have to do it by scratch, since is coming from a validation test in xhtml trans in which you have 181 errors to fix, so I would go with coding to html 4.01 strict standards in which you only have 7 errors to fix.

Yeah XHTML is the new standard but thats because of the XML applications people are using for their websites (mostly businesses) and that XHTML used more for structure then actual design. Like I said you can do the same thing with regular html (albeit with a lot more code) but that is what CSS was designed for so you can remove most of that code and put it onto another file for universal means.

Although most of thats a bit contradictory due to the fact I don't code in html anymore, but that's me.

Also another that is worth mentioning is that you don't need get away from tables, the only reason people say get away from tables is do to the fact that if you design a site in tables you have to do deal with a lot of code and tweak it just to perfect in pretty much everything. But thats for business/professional sites.

for personal/portfolio sites as long as you keep the design simple and try not to get all bizzaro world on it then tables will be fine, especially if your design and slice temple stick with tables it generates. Im working on perfecting my skills of converting tables to divs in psd templates it's challanging because of all the tweaking, but it will worth it in the end.


But pertaining to yoursite I would fix/add the following things

-that background gradient get rid of the white and go with a lighter color then just the white to bluish color
-with the background border you have at the top move it down to image you have in your site (of course adjust the size to fit)
-add a drop shadow to your site either on the sides or on the bottom.
-with your toppic1.jpg and toppic2.jpg combine them into one image, with that you save on load time and some space
--I would change that grey to a gradient effect to go with the background bar you have

Other then those recommendations it's a clean looking design.

Reply

Blessed
really professional site

propz smile.gif

Reply

Jimmy
QUOTE(Tetraca @ Mar 19 2007, 12:37 AM) *
All that PHP does is spit out text processed by the server that is usually interpereted as (X)HTML by the browser. For example, what PHP does when you view this topic is pull a few template files filled with HTML out of the server directories, then replaces the correct area in the template dictated by a function or marking in it with values it retrieved from a MySQL database. The built page is transferred to your browser. Your browser then sees it just like a normal page. Your browser cannot parse PHP. PHP is processed by the server.

So is it possible to mix PHP coding with some xhtml, for example <div>s...?

Reply

Tetraca
QUOTE(Jimmy @ Mar 18 2007, 11:43 PM) *
Ah I think I see now.

So a php site is mainly a css coded one that validates (or not as the case may be!) as xhtml... the php merely dictates the code to the browser...??!

All that PHP does is spit out text processed by the server that is usually interpereted as (X)HTML by the browser. For example, what PHP does when you view this topic is pull a few template files filled with HTML out of the server directories, then replaces the correct area in the template dictated by a function or marking in it with values it retrieved from a MySQL database. The built page is transferred to your browser. Your browser then sees it just like a normal page. Your browser cannot parse PHP. PHP is processed by the server.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. layout - 139.14 hr back. (1)
  2. preview my new layout - 417.17 hr back. (1)
  3. please show me an example of the layout of a loose minute - 418.04 hr back. (1)
  4. css opera design anime - 473.58 hr back. (1)
  5. test my layout - 505.33 hr back. (1)
  6. how do you have test site for layouts - 546.05 hr back. (1)
  7. design layout test question - 591.23 hr back. (1)
  8. css for my opera design free - 634.95 hr back. (1)
  9. how do you get rid of backgrounds from pictures with coral draw - 670.44 hr back. (1)
  10. how to improve my site layout - 702.02 hr back. (1)
  11. sample vlan design layout - 775.85 hr back. (1)
  12. zoe belkin height - 719.74 hr back. (2)
  13. review on site layout - 876.68 hr back. (1)
  14. testy and layout site - 1018.31 hr back. (1)
Similar Topics

Keywords : review, site, design, layout, test, opera, appreciated

  1. Desamarai
    Please review my roleplaying website! <3333 (2)
  2. Kindly Review My Website
    this is free seo classifieds website (3)
    Hello everyone, hope you're not too busy to review my website. I just create a new website.
    This is classified ads website which is for seo purpose. I need review from you on how to improve
    this site so it will benefit everyone. Here is the address http://classifieds.net84.net any
    suggestions and comments would be appreciated. Thanks....
  3. My Website For Ps
    Review? (2)
    Well, guys. This is my PS website: http://www.ldv007.cn/ If you use IE, it'll show you a
    webpage base on JS. If you use firefox or other browser, it'll show you a webpage base on flash.....
  4. Review My Forum Please !
    (4)
    Hey all ive been working on a forum with a friend for a while now. We have added a few boards and
    topics for people to chat about. I just wanted a little bit of your time if you could please. Can
    someoneor a few of you please give me a review. I want to know what you think and if you think any
    changes need to be made. Im also looking for a few moderators to help out a little so if someone
    has some free time maybe they can help ? If so please reply and thanks for your time. Click
    siggy for forum. Thanks again. (Oh and you need to register to see all the boards as ....
  5. Review My Website!
    ...again... (1)
    Ok, so the time has come... I have given my website a totally new design... the forums have also
    been changed alot aswell... Anyways, please review it! http://obelisk.trap17.com/
    http://www.obelisk.co.nr/ - (No DOCTYPE, and so won't pass validation, please visit
    http://obelisk.trap17.com/ for the Valid XHTML 1.0 Strict) http://forum.obelisk.trap17.com/
    http://obelisk.trap17.com/forum/ - (Both the same, so no difference which one you choose) Anyhoo,
    I know the site is completely XHTML 1.0 Strict Valid (from when the last time I checked, which was ....
  6. Review My Site?
    Please look! (5)
    This has been the hardest day of my life internet wise...Non the less its nearly done.
    http://chappill.trap17.com Could you please go there and check out ALL the links, making sure that
    they have no reference to fostergames.spacesocket.com (previous host thats what I've moved from)
    and they all work. I'll probably be updating this in a while with the forum on this host (i
    know that currently points at fostergames), so go and look round test all the forms and enjoy my
    creation!....
  7. Review My Website
    www.nehsnews.co.nr (7)
    Hey, new here to trap17.com and am currently hosted by them. I have created this new student based
    interactive news website for my school. Check it out and tell me what you guys think.
    http://nehsnews.trap17.com ....
  8. Zoe Belkin Fan Site
    A fansite for Canadian Actress Zoe Belkin (1)
    Hi, I know this site is not very artistic but I've created it so that it can be seen on a 28
    kbps modem with decent speed. So that it doesn't take a lot of time to load. So I've
    designed a template & used it to display page specific content. This helps me to cache the design &
    logos and change the [age specific content at a decent rate. I have myself tried to load the pages
    with 33 kbps modem and it loads in almost 5 secs for the first time and later for the next pages it
    just loads in a flash. Man it's awsome. I didn't think it will work in thios....
  9. Review My Website
    Stunt Landia (0)
    My website is about the online server, Stunt Landia It is a SA:MP server, which is GTA San Andreas
    online (http://sa-mp.com for more info) My site is located here: http://stunt-landia.com ....
  10. Review
    (0)
    review my site http://credit-cards-solutions.blogspot.com/ thank you....
  11. Job Site
    Colors alright? (9)
    http://www.jzambrano.trap17.com I've had this site for a while but have been starting to
    question whether I perhaps should change the colors to something less vivid and more neutral like
    navy blues, greys, etc. Do you think it needs to be changed, and if so, to what? Also, if you
    have any thoughts on site features or constructive criticism about the site, that would be
    appreciated too.....
  12. Grafix-portal
    Please Visit And Review (6)
    Grafix-Portal Grafix-Portal is a grafix forum that me and my friend made to allow
    members to post the grafix work they have made on software like photoshop or coral draw etc. We dont
    have many members yet becuase we havent advertsied anywhere and need to see what people think of it.
    We offer support all through the day to up coming members wanting advise from the pro's. We run
    SOTM competitions every month and the winner gets great prizes. We have a download section and a
    gallery to showcase work and allow them to be downloaded. Please visit it by CLI....
  13. My New Portfolio Site
    need a review if you have time thanks (3)
    I've always started projects and never finish because I try and do too much but this time I
    figured out I really need my own protfolio site when going for a job you need one, people want to
    see your work and having it online in one location would be much nicer then having them go to
    different links, look in your CD/DVD or computer hard disk drives. I started this 2 days ago and
    have the template almost solid. There is probably some bugs I'm missing but I'll try and
    clean it up later when I have time. I think I'm happy enough with the overall look and lay....
  14. Review My Design!
    just made this (3)
    I'm not sure where I want to go with Designify, and a blog could be a possibility. If
    that's the case, here's a possible design http://designify.org/test/ . Comments,
    Suggestions, Criticism?....
  15. Hot Gossip
    my celebrity news and gossip site (6)
    hey, this is my site, www.hotgossip.popstory.com . A celebrity gossip site. I'm putting other
    stuff on the site too, to attract visitors, so if you have any ideas, please tell me. Oh, if anyone
    wan'ts to be a journalist on my site, tell me!....
  16. Check This Totally Css Site Out
    (6)
    Check out this and give me ur opinion www.eskiotongroup.com....
  17. Think I've Perfected It Please Review!
    DailyRant (24)
    Daily rant has been running for about 3 months now, and I think I have completed everything!
    Thanks to SM for a previous 9/10 review /tongue.gif" style="vertical-align:middle" emoid=":P"
    border="0" alt="tongue.gif" /> - topic seemed to have disappeared, so I created it again!
    It's got a lot of content up and I would say I have finalised the design and finally got it
    perfected from my point of view! - Does anyone have an opinion on the upper-right searchbox?
    Please review my site critically for anything you think can be improved /smile.gif" style="verti....
  18. My Clean And Minimal Portfolio Site
    Less is More (11)
    After a year in college for design I decided I have enough material for a portfolio site. Not only
    this. Next years cumulative final is a portfolio site. Might as well get finished before it even
    starts /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> . My
    teacher Jon had always told us less is more and that is what I tried to do. Not too little and not
    to much. I was hoping you could tell me what needs to be added (I have a list of stuff I am adding
    now) what needs to be rid of, and what works doesnt work etc. http://boozkerstw....
  19. New All Black Myspace Layout
    I find it pretty sweet. (11)
    A ton of you saw my last all white myspace and i got some feedback and way over then 3/4 was
    postive. I wanted to try to get even better feedback with my new all black layout with it's
    Oscar G logo. http://myspace.com/bumwrecker ALL feedback welcome!....
  20. Review My Site And I Also Need Some Staff For My Site
    (12)
    Board Name: V Games Board Link : www.vgamer.uni.cc Board Type: Video Games Name on Board:
    Smartking790 Short Description: We Have Money Code things like the hosting credits, and you can
    donate the money to other members on forum, i money is basicly on our forum for people to post forum
    games with the money... STAFF NEEDED Available Staff Position: 5 - GFX Crew members 5 - Review
    Team members 3 - Moderators 2 - Super Moderator 1 - Admin Means of Contact: Reply Here /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....
  21. Review My Site
    Finally Hosted on Trap17!!! (18)
    I've had a hosting account here at trap17 for a while now, but I haven't put any sites on it
    until just now. I only had a few little subdomains in use for some testing and stuff. Now I have my
    site hosted here at trap17. So check it out and tell me what you think. The content may be
    unfamiliar or even possibly offensive to some. But I'd like you to review the design and
    function of the site and tell me what you think. Most of the work is pretty old. I need to redesign
    the whole thing. At least it is XHTML compliant /smile.gif" style="vertical-align:middle"....
  22. Review My Trap Website [resolved]
    (15)
    hi everyone i want to know what u think of my site till now http://www.crazydesign.trap17.com it
    doesn' t have a border yet,cause i dunno what to do with it up tillnow,and i' m kinda busy
    filling in the contact,atm you' ll only see some rollover and the site,so just judge on the
    appearence p.s the site may take a while to load since i used i frames and did not cut it....
  23. My Project Site
    A short synopsis of my comic book project "Anything Goes" (7)
    I am currently working on my ongoing comic book and manga project called “Project: Anything Goes”.
    It showcases original characters, which are insipid and influenced from characters from several
    comic book, TV, anime, movie, video game and cartoon franchises. I made this project in hopes of
    attracting other artists and writers to help me with the characters and try to promote them and
    proposed titles so I can try to get into the comic book business. Most of my characters featured
    include manga-style superheroines in western-style costumes. Including popular characters (....
  24. Soccer Prediction Game Site
    I could do with some feedback please? (8)
    Hi Guys, I have recently signed up with qupis for a free hosting account to test out my site.
    It's based on the US Major League Soccer leagues, and is a prediction game. (I know it's a
    couple of weeks late, but i couldn't get it done in time unfortunately). If some of you could
    drop by, and cast your eye(s) over it, and post any feedback here, i would be most grateful. I
    don't mind whether it's good or bad, it will all help me try to improve the site in one way
    or another. If you can think of any features that would be useful or beneficial, please p....
  25. Review My Site
    Help me improve my website (19)
    Hi, I'm working on a link exchange site (tedallsearch.com). It is a tool for those who would
    prefer manual link exchange and are very selective about who they link to. Although links are
    manually exchanged there are fully automatic systems to ensure that no member is cheating. Who is
    interested can register for free, NO COST, NO reciprocal link required. I intend to maintain this
    site as a free resource for the community. TedallSearch.com is currently in beta and I'd
    appreciate if you'd help me do the final touches. For now, please post feedback he....
  26. My Young Enterprise Company's Site
    (4)
    Hi! This is the site I made for the Young Enterprise Company I am marketing & sales director
    for. I made the Design, and it is powered by Joomla (opensource respect!). I have also
    translated some of the Joomla extensions I use/used, like Eventlist and more; into Norwegian, which
    is the language I primaly speak. My YE company is going to make a cool LAN in the city Trondheim in
    Norway (where I live), so if you live close, join. Please check it out, and maybe give me some
    constructive tips, but have in mind that it is still not totaly finished. LINK: www.hewwe....
  27. New Site! Review It Please!
    ...once again... TheMusicOnly (24)
    Hello! I dont even know how much times i have tried to build this site... well, i dont know why
    but i did it again /blush.gif" style="vertical-align:middle" emoid=":blush:" border="0"
    alt="blush.gif" /> Content is coming soon, but the most important thing right now is layout. so
    please tell me what do you think about my banner, color scheme and other things. I would appreciate
    you to be hard on me because i know how to deal with comments! Thanks! Link:
    http://themusiconly.info i created banner myself /biggrin.gif" style="vertical-align:middle"
    emoid=":....
  28. Harry Potter Roleplay Site
    suggestions, comments, all welcome (6)
    Hi, everybody, I recently finished a harry potter roleplay site of mine that's a subdomain on my
    main site (thenr.net) the url of my harry potter site is http://morsmorde.thenr.net We currently
    have 8 members, but are hoping to grow quickly, and we're looking for experienced, seasoned
    roleplayers. Many main characters are still free, the site is also all canon, one of very few all
    canon sites on the web. - we're in dire need of members to get the fun starting - Anyway, check
    it out and tell me what you think! (I'm Cedric Diggory on the site). Tha....
  29. Give Me Website Ideas..
    Website Ideas : Something original. Ideas for making a site (30)
    Website Ideas I'm deciding to take down my site, it's getting kind of old and
    boring, but I don't want to just stop with having a site. I need some ideas for something that
    provides a service of some sort to people. There are millions of blogs, I really don't want to
    post about my life on a daily basis anyway. All ideas will be welcomed, I can't seem to think
    of anything at all, so Im asking you. What could my new website be about?....
  30. My Finally Completed Site
    (15)
    check it out i eventually hope to get it hosted but here you go
    http://avansledright.home.comcast.net ....

    1. Looking for review, site, design, layout, test, opera, appreciated

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for review, site, design, layout, test, opera, appreciated

*MORE FROM TRAP17.COM*
advertisement



Please Review My New Site Design / Layout / Test In Opera - Much Appreciated!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE