Posts by Pedro Gabriel • 79 points
3 posts
-
5
votes3
answers29883
viewsQ: DIV/IMG with blurred/blurred background
Make the bottom of a <img> or <div> is transparent like the iPhone design - blurred, blurred -, but only with CSS.
-
1
votes0
answers75
viewsQ: How to create all the possibilities of a scheme with a loop?
For example, make A, B, and C switch places with each other, and then define how many and all exchanges. ABC, ACB, BAC, BCA, CAB, CBA, etc. I want to do this with for and prefer Javascript, but it…
-
0
votes1
answer64
viewsQ: Data received from audio
How to know how much data (Kbs or Mbs) from the audio tag was received? For example, the user enters the site, and click play, the audio starts playing. Let’s say his Internet is really bad, and the…