Jimmy
Mar 17 2007, 12:16 PM
Hi, I just finished setting up a new design for my site and got it successfully validated too  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!  ) 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 www.projectjim.co.ukThanks James.
Reply
Tetraca
Mar 17 2007, 01:40 PM
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
Mar 17 2007, 05:17 PM
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
Reply
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  P.S. What is the difference between xhtml and standard html?
Reply
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
Reply
Jimmy
Mar 17 2007, 08:22 PM
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  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  I'm in the process of setting wordpress going, may need a bit of help..!! we'll see..
Reply
street
Mar 17 2007, 08:48 PM
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
Mar 17 2007, 09:11 PM
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 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
Mar 18 2007, 04:32 AM
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
Mar 18 2007, 03:05 PM
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
Apr 4 2007, 11:27 PM
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 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  I combined the two title images and a lot of the other template images in my redesign as suggested by you  - 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  )! 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  I bet you will! Please tell me what you think of the changes  James
Reply
Saint_Michael
Apr 3 2007, 03:40 PM
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
Apr 3 2007, 08:53 AM
really professional site propz
Reply
Jimmy
Mar 19 2007, 11:30 AM
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
Mar 19 2007, 12:37 AM
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
Recent Queries:--
month,year and time display of different city using javascsript or php - 109.16 hr back. (1)
-
my opera layouts - 128.12 hr back. (1)
-
layouts for my.opera - 149.58 hr back. (4)
-
my.opera layout - 150.20 hr back. (1)
-
layouts for my opera - 156.76 hr back. (1)
-
- 181.22 hr back. (1)
Similar Topics
Keywords : review, site, design, layout, test, opera, appreciated
- Review My Forum Please !
(4)
- 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 ....
- 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!....
- Review My Website
www.nehsnews.co.nr (5) 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 ....
- 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....
- 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 ....
- Review
(0) review my site http://credit-cards-solutions.blogspot.com/ thank you....
- Job Site
Colors alright? (8) 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.....
- 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....
- 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....
- 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?....
- 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!....
- Check This Totally Css Site Out
(5) Check out this and give me ur opinion www.eskiotongroup.com....
- 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....
- 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....
- 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!....
- 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" />....
- 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"....
- Gfxtay- A Graphics Site
My Graphics Communtiy (1) Under Construction Hey guys! I am making a site about graphics, and it is called
gfxTAY. It is still under construction, so I will work on it more. If you can visit this site and
make it a big community, that would be great!....
- 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....
- 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 (....
- My Giveaway Site
(12) Ok, I used to not be hosted, and just post on this forum for fun, but i was watching my credits go
to waste, so i decided to get hosting, and give away all of my credits to members who really need
it. Now I don't just give them away for nothing, because that would just be boring. I'm
going to make a series of challenges that members of the trap17 forum can participate in, and
winners get free credits. As of now, my website is thus: creds.trap17.com . I know it needs a
bit of work, but I did it quickly. Anyway, I posted here to get the members opinions on ....
- Review My Website - Www.quickgreen.net
(21) Hey guys, I have recently improved my website to make it look neater and more "SEO'ed", please
give it a peak and tell me what you think is good and/or bad, what needs improvements, etc. I'm
always open to suggestions and looking for ways to make my site more user-friendly. My website is
http://www.quickgreen.net . Thanks, Drew....
- 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....
- 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....
- Re-do Of My Site! Please Review :)
projectjim.co.uk (21) SITE CHANGED TO MAKE WAY FOR DAILY RANT Review here please /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks for the reviews, much
appreciated!....
- 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....
- 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=":....
- 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?....
- My Finally Completed Site
(15) check it out i eventually hope to get it hosted but here you go
http://avansledright.home.comcast.net ....
Looking for review, site, design, layout, test, opera, appreciated
|
|
Searching Video's for review, site, design, layout, test, opera, appreciated
|
advertisement
|
|