@matthewstillwell
UI Guy / JSLearner
Nothing here yet.
Nothing here yet.
No blogs yet.
I have just started Android development, and I am super noob at it. What I want to achieve, briefly, is this: to play an audio clip after a set certain time. I would presume I would run a timer in the background for this. I want to be able to use the...
Join discussionor: "Can native html video player be enhanced to make a youtube like video player?" Looking for some tips on how I can approach to making a youtube like feature rich video player... Can the native html video player be enhanced to make something like ...
PAlexandre commentedMost developers I know like to write write their responsive CSS in a different responsive.css file while some like put their code inside the base file; like this: .element { display: block; ... @media (max-width: 768px) { ... ...
BRMBrandon and 2 more commentedWhen two elements are stacked on top of each other and both have some margin, you would expect that the space between the elements would be equal to the total margin; This does not happen though, the resultant margin is something ambiguous. This marg...
SIBRSunny and 3 more commentedI came across this neat CSS property called Counters which in essence lets you count things. I'm thinking of the possibilities it has.. like maybe clubbing it with CSS variables or something? What are some cases where Counters can be useful?
SSai commentedEver since I've started using Flexbox, I find myself using it everywhere, even in places where the traditional approach still works perfectly. Take the traditional float:left/right case for example; I'm finding myself writing display:flex and justify...
ABGJakub and 3 more commented