Everything posted by connorroberts
-
What do you think of my website?
Hey thanks for all the feedback guys been going through making it responsive, just gotta get it online aha thank you to everyone taking the time to look at it Ooo hi mate... someone that did the same degree as me aha good to hear you managed to get a job straight away man well done! Ahh awesome I had never heard of the required tag.. used it and bingo! that is just what I needed lol... been trying to fix my contact form for ages thanks a lot man I will do mate thanks may have to give ya an inbox message some time aha thanks mate ;D
-
Anyone know why this contact form doesn't work?
Hey thanks man... just tried it and no it doesn't ;S I have no clue why the original one doesn't... been through it several times and it seems to make sense and be corrct but im not sure aha :/
-
Anyone know why this contact form doesn't work?
Thank you
-
Anyone know why this contact form doesn't work?
Hi guys... I am pretty much a novice at PHP however made a contact form that works for sending emails... however I can't seem to get the validation to work? Could someone tell me the problem for me please? code is here - <?php $to = 'myemailaddress(changed so people dont spam me)'; $subject = 'This email is from '; $name = $_POST['name']; $email = $_POST ['email']; $message = $_POST['message']; $topic = $_POST['topic']; $body = <<<EMAIL Hi my name is $name. $body $message from $name My email is $email EMAIL; $header = " From :'$email'"; if($_POST){ if($name == '' || $email == '' || $message =='') { } else{ $feedback = 'Fill out all of the fields please'; } mail($to, $subject, $body, $header); $feedback = 'Thanks for the email! will contact you shortly!'; } ?>
-
What do you think of my website?
Hey thanks a lot for checking the site out. Yeah I seem to build the sites then forget the 'finishing' touches as it were.. something I will learn I guess aha thanks for the thorough review, have gone and changed the majority of them as I also agree with what your saying, and yeah don't worry I would rather you be honest.. learn from mistakes etc etc haha, thanks man have made quite a few changes to the site, just need to stick it live soon
-
What do you think of my website?
Thanks for the replies guys @ Teodora - Thank you aha and im in the process of doing it haha just need to get it live then it should be responsive thank you for the feedback ! @ Nillervision Ahh thanks for that.. I thought the same... think the main reason was more of a 'test' for shadow so just put loads on and will definately change that thank you @seedism Ah yeah definately, thats what I mean I wasn't sure on how to approach this sort of portfolio as surely its good to show 'quick progression' sort of thing... show that in 4 months I can now do this... imagine what I can do in another 4 months.. etc etc sort of thing im not entirely sure aha :/ Oo thank you for the feedback, im definately going to change the shadow as I do agree now that I look at it will give the avatars a look at see what they are like as a square. Thanks for the feedback mate and oo will take a look now
-
What do you think of my website?
Hi guys me again... I have made a new website for my 'portfolio' as it were just to test myself and to improve on my previous one. I am a bit stuck on what to change, I know things need to be changed just not sure how to approach it. Basically the site is going to be used as a 'portfolio' for a placement year at university and im quite unsure how to 'word' it as it were. I have never really made a site like this and have kind of made it an online CV for now and thought it would be useful to get some feedback from you guys. I will be making more sites as time goes by and stuff one of the things I am unsure on is for a portfolio like this is it good to have every site that I have made, what I mean is that I have included the first ever website I had made which was not exactly great to the most up to date one(which is substantially better) do you think that I should only include the 'best' ones or show how much I have improved sort of thing? As the problem with that is I have only been doing web design for a few months and my progress has gone fairly quickly (I hope) so all of the websites are of a different quality I think. Thanks guys the website is --- Connorbr.com
-
How long does it take you to make a website?
@ 4li4s - Yeah most definately hopefully if I can get a placement I reckon I will learn the same if not more than I have about design/development than the 3 years at university as I will know the pressure/detail needed to be successful so fingers crossed aha . And yeah I would say im very much a 'I want to learn everything now' kinda person... which is a bad and good trait at the same time I guess I just have to take it slowly ;( haha...... Aw really I was well chuffed with the font lol I thought it looked good as was previously using lobster but seems that everyone has that. Im gunna leave it at that before we do go too off topic lol ... going to make a new thread may aswell get some good feedback on what I can improve ... Ahh awesome.. your gunna regret saying that lol... I have too many questions surrounding web design lol, cheers man @Jack Yeah definately I do agree with what you mean... thats definately something that will play a vital role in building a site guess thats something you learn and adapt to through experience. Ah thanks man I will take a look at that... its too easy to end up on facebook when coding and before you know it you've lost the motivation ha :<. Thanks for the reply... has been very interesting and helpful at the same time!!
-
How long does it take you to make a website?
It is crazy indeed... As I do a computing degree I don't soley do web design as its quite a generic course (didn't know what I wanted to do before I studied web design) I decided to teach myself using codeacademy, youtube the lot and mostly these forums... just through looking at peoples code/getting help etc I have managed to learn sooo much about different ways to code and everything else. At the minute im just making myself a portfolio basically for next year as im wanting to do a year in industry so starting early in the hope that I can get a bigger web portfolio than everyone else aha The only annoying thing with web design is there are soooo many different aspects/types of websites/ways to code etc and I want to learn them straight away (im fairly impatient lol) hence why I wanted to try magento.. basically wanted to get a 'basic' understanding on how to use it etc just so that in the case of family/etc wanting an e-commerce site I could say 'yeah I have a bit of experience with it' instead of 'I haven't got a clue ' lol.... But yeah again, thanks for all the help Can I ask... what are you a developer or designer? Or are you a freelance? aha Also, what do you think of my portfolio so far? I need to change a lot in terms of the websites I have made but not entirely sure what to do with them... maybe I will have to open up another thread for that aha
-
How long does it take you to make a website?
@ 4li4s Ah yeah of course if I compared too much I would be slightly worried that Im crap at web design compared to some of the wizzes on here lol . Its interesting to see opinions from everyone and a pattern seems to be around a week and up to ensure its been tested properly etc. Must say thanks to you as well mate as im pretty sure every query/problem I have had you have managed to help me with which has been awesome Yeah at the minute im literally just making up sites to test myself then putting into a portfolio... now that could be why I do take a long time aha and the fact that the way I work is no-where near as efficient as it could be which is something I will try work on in times to come aha
-
How long does it take you to make a website?
Oo okay great responses... I know its a pretty tough question as there are so many factors that determine the time spent etc etc. Was wanting to see what the 'optimum time' as it were in fact was when making a basic website as I am currently making websites for myself(for a portfolio) and it is roughly taking say a week and a half each website... so got some more work to do before im there yet aha however I must give credit to the guys on the forum the time it takes me has shortened loads through getting help so thanks guys aha every time I learn a new way to 'efficiently' code it definately helps
-
How long does it take you to make a website?
Hey guys.. out of curiosity how long does it take you to make a website from start to finish? Lets say its strictly a information page, fairly basic layout with 5 pages and a contact form how long would a website a long those lines take you?
-
Best way to approach my first ecommerce website
Oooo okay thanks guys.. got my next few weeks sorted then gna tackle that haha... learnt so much from this website... once again thanks guys!
-
Best way to approach my first ecommerce website
Hi guys, thanks for all the help so far... Loving web design atm cant get enough aha so basically i feel quite comfortable with writing html css etc and creating an 'informational' website and feel quite limited in the websites i can make and have always wanted to make an ecommerce site to see how hard/easy it actually is. Can anyone reccommend any software/guides/videos on how I can do this? Ive googled it numerous times but the guides seem no help so maybe you guys can help? thanks:D
-
Could someone help me please?
Oh god that wasnt the 'your code is fine' response i was expecting lol! Dare i ask if my code is correct?
-
Could someone help me please?
Ohhh I seeee aha cheers, know that for now... thought you mean't my coding wasn't correct in my files was almost about to cry aha, thanks man
-
Could someone help me please?
Oh, what do you mean ?
-
Could someone help me please?
YESSS!! thank you lol spent ages trying to get there... I thought there was something 'overiding' the class didn't know ID's over-ruled them thanks a lot mate
-
Could someone help me please?
Hey can someone help me, getting really annoyed why the code won't do what I want it to lol... so basically I am trying to get the navigation to have an 'active' state.. ie. if you are on the home page.. make it red, rest black... and so on. I have done this on several websites all the same way and re-used the code however its not working now... heres the code. HTML -----------> <ul id ="Nav"> <li class ="active" ><a href="Index.html" >Home</a></li> <li><a href="About.html">About</a></li> <li><a href="Portfolio.html">Portfolio</a></li> <li><a href="Contact.html">Contact</a></li> </ul> CSS ----------> #Nav { width:500px; float:right; list-style:none; padding-top:20px; font-family: Lobster,'Arial'; } #Nav li { margin-right: 30px; display:inline; font-size: 25px; padding-right:10px; border-right: red dotted 2px; text-decoration:none; } #Nav li a{ color:black; text-decoration:none; } #Nav li a:hover{ color:red; text-decoration:none; -webkit-transition:color 0.2s ease-in; -moz-transition:color 0.2s ease-in; transition:color 0.2s ease-in; } . active{ color:red; } The annoying thing is that I can in fact target the right list element, like I can change its background color, give it a border... only thing I can't do is change the color its driving me mad, anyone think of what could be the problem aha? thanks! Also uploaded the CSS file in case this info isn't enough to solve it.. thanks guys style.css
-
Old website vs new?
Yeah its lobster and the red.. I also agree to be honest I have just realised it needs to be changed, going to pick a darker red or a complete different colour see what I can do aha Yeah regarding the contact button - I have never really made a button in html5 before, was a complete new thing for me so was basically a 'first' attempt as it were which will be improved as I gain more info on what/how I can do it aha Yeah the fonts have been controlled will be sticking to one font, wanted to try be different aha see what different fonts were out there for me to try Thanks again for the feedback, will post an updated link once all the changes have been made see what you think
-
Old website vs new?
Hi Iems oo okay yeah I also agree with the colours... even though the colours are 'fairly' similar, especially the nav bar to my original site I think the fact that the opacity makes the red look a little strange which I may decide to change, will see what other options I have haha. Oo yeah i thought I would have problems.. I didn't want to make a 1 page site with a crazy amount of pages so thought I would make them bigger but I guess doing it that way can lead to the problems you have... will definately look into that thank you Ahh yes i have just seen that... wonder why it has done that :S may have to google that one as I have no clue haha oh and what do you mean? sorry im a little tired haha
-
Old website vs new?
Hi, thank you Lev for looking at my website I agree with all feedback thanks man, yeah the contact button was my first ever thing I made with photoshop.. was just practicing aha was more of a 'mock' button but I guess I didn't state that and yeah the last part is for when it is fully completed, I had literally coded it all then wacked it online just to see how the overall feel of it was for other people and the feedback I would get etc Thanks!
-
Old website vs new?
Hey guys decided to challenge myself and make a website I have never made before... a single page scrolling webpage. What do you guys think should be my portfolio? this one ---- connorbr.com I know I have a few spelling mistakes/grammar mistakes also a text field ist he same in my portfolio, however its just the design I want to get across for now or http://connorbr.com/index2.php Thanks! did it fairly quick... however happy with the result Also only been doing HTML for 4 months so I know its not going to be the best
-
Converting HTML to wordpress
Hey guys, I have yet to use wordpress properly however my next task i want to tackle is converting my site from html to wordpress and I haven't a clue where to start. I searched everywhere and it seems to come up with blank answers. How do you guys approach doing this? Cheers
-
Website not ranking at all on google
Well I see what you mean however was slightly concerned as to why I wasn't being a top rated search as I have done everything correct however it doesn't matter I didn't make the post to be shot down lol