-
Hello, can you give me some feedback?
Nice design, I like it I got one point, when you press the contact button you go directly to your mail programme. I find this very anoying! It would be better to make a contact page, with a link to the email! You can also put social stuff, like linkedin, on that page Cheers Edit: Didn't saw it in the first place, but your whole content is an image... Can you explain why you choose to do it this way?
-
Help with media query width/height
It would be better to use a width for the screen, because height will always be different because of the floating! /* #Media Queries ================================================== */ /* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 959px) { // YOUR CSS HERE } /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { // YOUR CSS HERE } /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) { // YOUR CSS HERE } /* Additional large screens 1280+ */ @media only screen and (min-width: 1280px) { // YOUR CSS HERE }
-
Website Design - Review and Suggestions
You can use some grid based solutions like Skeleton, 960Grid etc. You can probally just give your divs classes, but you need to think of width of the grid specifications for each part Like your menu will be 1/4 and your content 3/4 So, you need to think about with and so on! So, a redesign would be the best option if you want to work with a responsive website
- Chrome not working for website
-
Nespresso machines
This might work http://www.awesomecoffeemachines.com/
- Need Help With My Website Design And Layout
- How to create a website that can let user put in photo
-
What would be the right marketing strategy?
Isn't it a better idea to put all the 3 products on 1 site? Then you don't need to reload a whole website everytime! I find it anoying to browse more websites to find a final product
-
Help on floating image ( floating facebook like button)
This might help you out http://schoberg.net/2010/03/facebook-fan-us-fixed-position-side-tab-button/
-
Help on floating image ( floating facebook like button)
Search on google for position: fixed, that should do the trick
-
Need some advise with my forum's CSS (SMF)
You made this? But you don;t know how to space stuff with margin and padding? Damn! Well, as I said before, you need to use margins and paddings to do this, google is your biggest friend!
-
Chat application with Ajax, won't send message to db
Well I checked the code, but their are no errors at all... I made a check with a echo to be sure that the data is send, thats works fine when I post something It only doesn't appear in the database, so it must be something in there...
-
Chat application with Ajax, won't send message to db
Well my Ajax is working fine, but the PHP won't send any data to the database But I try firebug, to be sure Thanks
-
Javascript-Scrollbar keeps focus when typing in textarea field
I use chrome, but I can't use the spacebar at all!
-
Help with a parallax web site that is flashing and blinking when it shouldn't be.
Well, it isnt flashing on my screen, so that is not the problem Your site is really slow, it is not really smooth scrolling at all.. If you fix that, your site will probably not flashing at all