[SOLVED] Crop video in HTML?

Issue I want to crop a video in HTML 5. <video id=”glass” width=”640″ height=”360″ autoplay> <source src=”invisible-glass-fill.mp4″ type=”video/mp4″> </video> The resolution of the video is 640×360, but when I set the width attribute to 200, the video will rescale (retain

Continue reading

[SOLVED] jquery – How to get xml data

Issue Im a total noob to html, css, javascript, and programming altogether. Please bear with me. Im trying to populate my table using jquery. The data will be coming from an xml file. football_player.xml: <?xml version=”1.0″ encoding=”UTF-8″?> <football_player> <name>Cristiano Ronaldo</name>

Continue reading