- Apple Warranty?!
-
Apple Warranty?!
Hey man But it needs to be transferred by the dude who originally bought the product, right? He's long gone.......
-
Apple Warranty?!
Hello a friend is selling a brand new MacBook Pro, sealed and all that. A friend of his bought and sold it to him.. I think the whole deal was a bit dodgy, but not 100% sure My Questions is, will this laptop come with Warranty? Does anyone know how it works? Because I have no idea. Thanks
-
Go on then, let's have it!
haha thanks! cheers for mentioning!
-
Go on then, let's have it!
Me and a friend built Kisstagram
-
Help with Media Queries
I think it depends on how it is designed. But anyway, the media queries should still work after removing it.
-
Help with Media Queries
but if you are optmising your site for iPad, will the users need to zoom in? I guess it depends on how much of a layout/design change is happening...
-
Help with Media Queries
Did you add the following code in your <head> tag? <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" /> <meta name="viewport" content="width=device-width; initial-scale=1.0"> ?
-
Help with Media Queries
It's working just fine. Reason you get the horizontal scrolling is because you are using a fixed width (px) That's why when most people are doing design for small screens, when it gets below a certain width, (usually less than the 600 mark) they change to liquid design (using %).
-
Help with Media Queries
It's not about maths, it's just knowing the different resolutions for different devices.
-
Help with Media Queries
Well, if you look at the source you will see the media queries he is using for iPhone portrait/landscape. iPad portrait/landscape, a normal laptop resolution, and then a iMac 27" (massive screen) resolution. Just copy and paste the media queries you need, look at the measurements he's using for each.
-
Help with Media Queries
Man this will help you understand. http://www.thismanslife.co.uk/projects/lab/responsiveillustration/
-
Can someone help please?
posted in wrong page!
-
-
A question
LOL
-
-
-
-
CSS3 Toaster animation!
In every browser it will only play once. Refresh to play it again. Thats a good point but the point is to do it in CSS3 Thanks man!