-
Hospitality site
Thanks for feedback ;-) By saying front-end code I meant code rather than visual design. Can't do much about ampersands , because when it's encoded the image compressing plugin doesn't work properly , stray tags are coming from wysiwyg however I manage to remove some major markup errors thanks for pointing that out! Thanks everyone for reply , I appreciate it ... will keep in mind when working on next project !
-
Hospitality site
Thanks for the feedback it's appreciated but I more hoped for the code feedback. I will have a look into issues you found. Thanks !
-
Hospitality site
Hello everyone , I'm kind of missing professional feedback in my company so I hope you could help me It's my first bigger project , I only did front end and backend is on umbraco btw. I want to know if I'm not doing any major mistakes in a code what could be better etc... Also we had quite narrow time window so I would like to now how much time you reckon could be spend on front-end. Site is http://levyrestaurants.co.uk Thanks for every answer.
-
need to be sole trader ?
I think of that , but most of the time there's looong time until I get to speak to human. I guess there's no other way around that. Thanks for your time !
-
need to be sole trader ?
Hi everyone , I have 0 experience with this as I'm just starting off. I have a part-time job from which is tax and NIC deducted every week as I'm getting paid. In a year I will make there more than personal allowance. Now I got long term job (for couple of months) from local charity to work on their website but my profit will be less then £1500 . I have no other income as a freelancer. Do I need to register myself as a sole trader for this period ? Thanks for any advice
-
Fixed layout compatible with all browsers and devices
Use % for your elements and margins that'll make your layout flexible , and read about media-queries to make your layout look good on all screen sizes
-
Hidden divs/text in search engines
Make it visible in HTML code and hide it by JavaScript onload . That will be SEO friendly as google isn't using javascript and remain readable for users with JavaScript turned off.
-
-
-
-
Webdesign opinion
Yeah I see , need to bit work on that But I'm happy you found it better thanks
-
Webdesign opinion
Just tell me , am I doing any better ? http://postimg.org/image/lvvy4dmk5/
-
-
-
-
Webdesign opinion
Thanks for advice , I'll be back with 'hopefuly' better design After suggested reading I think I will do better.
-
- Web Development languages.
-
Webdesign opinion
Hello guys , I'm working on a webdesign for community , but I'm lame designer I'm more into programming.... However I did something and would like to hear your critics, opinion or advice anything appreciated. I'm still not totaly happy with the result . Here's the link http://fico.bl.ee/ Thanks for reply.
-
IE conditional comments
Hi , I want to serve html tag with class="oldie" only for IE versions older than 9. I'm using this <!DOCTYPE HTML> <!--[if lt IE 9]><html class="oldie"><![endif]--> <!--[if gt IE 8]><!--><html class="" lang="sk"><!--<![endif]--> <head> .... However can't make it work , tested on browsershots and IE11 emulating IE8 . I cannot figure out what's wrong and already browsed plenty of google pages about it. Class should ensure that site is displayed without background image. Anyone can give me advice what am I doing wrong ? Site address is http://www.pizzamako.sk ... Thx! edit: I finally make it work / still dunno how .. but in IE11 simulating older IEs it isn't working and what is weird that some different conditionals are working there.
- Floats? Overflow? Background image? Help!
-
Fading buttons
Hi just edit in your main.css : #navfolionew a { background: none repeat scroll 0 0 #F2F2F0; border: 1px solid #666666; border-radius: 50%; color: #666666; font-weight: normal; opacity: 1; padding: 10px; text-decoration: none; transition: background-color 0.4s; /*only add background-color to transition */ }