-
Wireless mouse & keyboard
Ok thanks for the suggestion I'll have a look
-
Wireless mouse & keyboard
I've had enough of cables everywhere so looking to get wireless. Any possible suggestions? I'm not a massive gamer, so not particularly bothered by any gaming keyboards. As for budget no amount in mind maybe £40 anything decent for that sort of price?
-
Boilerplates - worth using?
Not sure if this is the right place, but seems most logical. Do any of you use boilerplates if so any suggestions? I had a look at html5 one, but not sure about it. I've read about skeleton too any good?
-
Mobile phone insurance
Thanks for the replies guys. I've read MSE suggestions and my bank is out. Back to Google I guess.
- The SSD bandwagon - jump on it!
-
Mobile phone insurance
Recently bought myself an S3 and looking to get some decent cheapish phone insurance any recommendations? I was looking at protect your bubble but not sure where else to look.
-
New Mobile - One X or S3?
I've recently bought myself an s3 and loving it so far.
-
Web design theory
Thanks for the links will check them out
-
Web design theory
Just reading up on visual hierarchy is there anything else worth reading up on? I want to broaden my overall understanding.
-
Portfolio - getting started
I'm very much a beginner at the moment, but know everyone has been in the same boat. It's just bit tough balancing learning with work at moment as I'm working 6 days next week Cheers for the tips definitely give me something to think about.
-
CSS3 Gradients
So I've been experimenting with CSS3 gradients. I had a go and it seemed to work fine I've changed a couple of other elements on the page ad now it stops halfway down the page and restarts the gradient if it makes sense, This is the CSS: body { background-color: #000000; /*old browsers*/ background-image: -webkit-gradient(linear, 0%, 100%, from(#333333), to(#C1CDC1)); background-image: -webkit-linear-gradient(top, #333333, #C1CDC1); /*chrome/safari*/ background-image: -moz-linear-gradient(top, #333333, #C1CDC1); /*firefox*/ background-image: -ms-linear-gradient(top, #333333, #C1CDC1); background-image: -o-linear-gradient(top, #333333, #C1CDC1); /*opera*/ color: #F2F2F2; line-height: 2; font-family: 'Droid Sans', sans-serif; }
-
Two lots of lists - newbie question
I have one list used for my nav bar which is standard horizontal bar and is fine. I also want to have bullet points in my footer with links. I've tried a couple of different things so I'd just like to know how to get this to work.
-
Should more web people collaborate?
I'm only a beginner but it's a great idea to get people working together and learning new skills.
-
Multiple column footer
Thanks for the tips :-) will give it a go
-
Multiple column footer
I'd like to create a 3 column footer, but whats the easiest way to go about it? As you have footer tag for HTML5, but would it be easier to use divs?