15 Replies - 4106 Views - Last Post: 28 September 2012 - 01:38 PM
#1
First "real" website
Posted 19 September 2012 - 03:15 AM
This is the first website that I spent more than 15 minutes playing around with. In fact, I've spent the better part of the past 5 hours or so playing around with this one.
This is my little portfolio. I'm mainly making it for a learning experience, and a place to dump all my projects and what-not.
I went for a *very* simple design, and designed it using only CSS.
RPJ Portfolio
It may be extremely simple, but I'm actually rather proud of it. This is the first website I've created that really made me want to explore html/css more. And hey, I can only get better from here, right?
What do you guys think? I'm completely open to suggestions and improvements on this.
Replies To: First "real" website
#2
Re: First "real" website
Posted 19 September 2012 - 07:24 AM
Coloring - I am not a fan. Black on red.. yawn.
The font, what is that? Papyrus? Not digging it if for anything spacing seems to be a problem.
The glow behind the RPJ - annoying. Remove it.
The inner glow of those boxes.. why?
The thin red line around the nav area - doesn't match the inner glow or the background glow of anything else.
If you have a 'logo' like the top right make that clickable to the home page. It's a typical convention.
Your nav bar - it should color the current tab differently when on it.. typical convention.
Interesting slide in effect on the nav between areas.
Over all not a fan. It lacks a cohesive look and even more basic - a feel. That might be due to the pseudo goth look but black on black is so not fun to look at. Minimalist design doesn't mean crap color on crap color, right? It is more a push to remove clutter.
#3
Re: First "real" website
Posted 19 September 2012 - 08:12 AM
#4
Re: First "real" website
Posted 19 September 2012 - 08:23 AM
- Your tabs do not highlight when selected.
- I don't like the way your vertical wipe works - it feels pretty jerky, looks more like a glitch than an effect
I don't think the look is so bad, in an absolute sense. It does look a little gothy, but maybe that's what you want. To say something positive about it, you do a good job of separating figure from ground - my eye goes right to the text, and ignores the decoration, which is a good thing.
Not so bad, but definitely keep at it.
#5
Re: First "real" website
Posted 19 September 2012 - 11:57 AM
#6
Re: First "real" website
Posted 19 September 2012 - 02:53 PM
One thing mentioned was that HTML5, while usable, currently has not yet been standardized, which is why the browser support for it (and CSS3) is few and far between. It is estimated, at BEST, to be standardized and fully supported no earlier than 2016, with current numbers suggesting 2022.
W3C is to have the recommendation test suite developed by 2014.
#7
Re: First "real" website
Posted 19 September 2012 - 06:26 PM
Again, this was really my first site, and it's more for personal use than anything. Most likely won't even be keeping it up on the internet. I still feel pretty good about it (for personal use). However, I am going to go back to the drawing board and continue to develop my designing skills (obviously not a strong point for me =P).
And lunatic, I was not aware that HTML5 was still that far away from being standardized 0.o.
Thank you all again for the feedback =)
This post has been edited by Guitartripp: 19 September 2012 - 06:26 PM
#8
Re: First "real" website
Posted 26 September 2012 - 10:11 PM
Guitartripp, on 20 September 2012 - 06:56 AM, said:
Again, this was really my first site, and it's more for personal use than anything. Most likely won't even be keeping it up on the internet. I still feel pretty good about it (for personal use). However, I am going to go back to the drawing board and continue to develop my designing skills (obviously not a strong point for me =P).
And lunatic, I was not aware that HTML5 was still that far away from being standardized 0.o.
Thank you all again for the feedback =)
Well, if you are developing a website, I would certainly recommend ASP.NET as opposed to HTML. You will find out that ASP.NET is more easier than HTML as you have everything as a GUI so all you basically need to do is drag and drop the form elements and write minimal amount of code and before you know it, you have a website ready to go
regards,
Raghav
#9
Re: First "real" website
Posted 27 September 2012 - 05:54 AM
raghav.naganathan, on 26 September 2012 - 10:11 PM, said:
regards,
Raghav
Not to hijack the discussion, but would you mind linking to some good tutorials for ASP.NET raghav.naganathan? I've been freelancing with HTML/CSS for several years now, and professionally work in .NET with prime focus in VB.NET.
#10
Re: First "real" website
Posted 27 September 2012 - 06:05 AM
AnalyticLunatic, on 19 September 2012 - 10:53 PM, said:
Apparently now they plan to have it finalized in 2014.
http://www.engadget....alized-in-2014/
#11
Re: First "real" website
Posted 27 September 2012 - 06:25 AM
raghav.naganathan, on 27 September 2012 - 06:11 AM, said:
?
They're not things that can be compared like this, ASP.NET is processed server side and simply emits HTML which is processed client side for display in the browser. They are 2 entirely different technologies targeting 2 entirely different things, whilst working together to form a single package.
You can't (read: shouldn't) use ASP.NET without a firm grasp on HTML.
This post has been edited by RudiVisser: 27 September 2012 - 06:25 AM
#12
Re: First "real" website
Posted 27 September 2012 - 06:54 AM
Ryano121, on 27 September 2012 - 06:05 AM, said:
AnalyticLunatic, on 19 September 2012 - 10:53 PM, said:
Apparently now they plan to have it finalized in 2014.
http://www.engadget....alized-in-2014/
Thanks for the link. 2014 is finalization of the STANDARDS though. COMPLETION is still, as it states, hopeful for 2016.
#13
Re: First "real" website
Posted 27 September 2012 - 08:51 PM
AnalyticLunatic, on 27 September 2012 - 06:24 PM, said:
raghav.naganathan, on 26 September 2012 - 10:11 PM, said:
regards,
Raghav
Not to hijack the discussion, but would you mind linking to some good tutorials for ASP.NET raghav.naganathan? I've been freelancing with HTML/CSS for several years now, and professionally work in .NET with prime focus in VB.NET.
Sure, here it is: http://www.asp.net/web-forms
To your extreme right, you will find several helpful video tutorials from Pluralsight.Since I was a beginner, it certainly gave me a good understanding of ASP.NET. Well, you could try looking at them.
regards,
Raghav
This post has been edited by raghav.naganathan: 27 September 2012 - 08:52 PM
#14
Re: First "real" website
Posted 27 September 2012 - 08:56 PM
#15
Re: First "real" website
Posted 28 September 2012 - 12:57 PM
raghav.naganathan, on 27 September 2012 - 08:51 PM, said:
To your extreme right, you will find several helpful video tutorials from Pluralsight.Since I was a beginner, it certainly gave me a good understanding of ASP.NET. Well, you could try looking at them.
regards,
Raghav
Thank you Raghav! I shall review those Tutorials once I finish up some work I'm currently doing for a client.
|
|

New Topic/Question
Reply



MultiQuote








|