Search results

  1. E

    Need Feedback

    I got the following errors in my debug console: seperate your keyword by a comma not a break Don't use tables for layout, only for semantic reasons get rid of the clicky image, it's awful use Google analytics instead The portfolio images are way to small, maybe present a link to the website...
  2. E

    Vodafone Firestarters Facebook page tab

    you've to like the page, sorry for not noticing that. The Facebook page is on this URL https://www.facebook.com/FirestartersNL/app_388073421251307
  3. E

    Studio Stomp website

    It's kinda adaptive instead of responsive. I know what you mean I'm currently working on a project that will be targeted to be mobile first ;)
  4. E

    Need some CSS/HTML help to make a cool ribbon affect on my site

    Yeah, word @Phreaddee, I've said to use a paragraph instead. In my opinion the text is poorly placed. I've did a implementation of a ribbon once check http://www.skytours.nl/huishoudbeurs Note that text always needs breathing space to be easely readable
  5. E

    Studio Stomp website

    Hi folks, The website of the company where I work recently updated their website. It's a adaptive layout, so don't bother to view this website on your mobile devices. I would love to get some feedback for the site I will also answer questions about the techniques i've used ;) Just if someone...
  6. E

    Useful Webdesign Tools

    Speaking about calculators, if u got IOS you should try calcbot from tapbots.
  7. E

    Need some CSS/HTML help to make a cool ribbon affect on my site

    Just make 1 elelement like a div with the class ribbon use one background image and position it absolute. Note: the parent container has to be position relative. Also specify width,height, left and top You can place a paragraph inside de ribbon for the text
  8. E

    Some reviews about this?

    That numbers icon for your graph slide xD you're gotta be kidding me, I bet you pick the icons from google images without having licenses
  9. E

    Vodafone Firestarters Facebook page tab

    No feedback? C'mon
  10. E

    Useful Webdesign Tools

    I'm using espresso, a code editor for Mac. If u have a Mac u can try it
  11. E

    Adding upload funtion

    You can use a third party API for that. http://www.flickr.com/services/api/ It saves you bandwidth on your own site. ;)
  12. E

    Vodafone Firestarters Facebook page tab

    just for the record, I made the theme and front-end development. The design is made by someone else.
  13. E

    Easiest way to design the basic layout of a website

    You can use a framework to make a basic layout. Check the following framework, each of them are responsive. http://foundation.zurb.com/ http://lessframework.com/ http://cssgrid.net/
  14. E

    building a mobile website

    Consider using boilerplate http://html5boilerplate.com/
  15. E

    Need Design Tips For Ecommerce Website?

    You might want to check out magento http://www.magentocommerce.com/
  16. E

    Creating CMS System

    Mostly I use open source CMS systems for my websites like Wordpress. I've made a CMS before just a admin area but I prefer to make WP Plugins for functionality that's not in Wordpress
  17. E

    fixed menu bar

    You can change the box model with -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ So the padding comes inside Check http://css-tricks.com/box-sizing/
  18. E

    Moves my map inside of the iframe

    Might wanna check the jquery UI, in there you can find a functionality called draggable. http://jqueryui.com/demos/draggable/
  19. E

    Please Review my web site

    I'm looking on a iPad ... No flash Try looking at responsive websites like mediaqueri.es And consider if you don't want to have a site that's accessible trough mobile devices
  20. E

    Looking for feedback

    I wil keep it short with a few tips Try using a framework Like http://cssgrid.net/ Devide content in columns. And your typography is a bit bad in my opinion Try using embedable fonts http://cssgrid.net/
Top