Tag: javascript
Instagram contains selfie videos besides photos. If you examine the HTML source code of Instagram video page. You will find that video URLs are actually stored in the meta …
The GUID represents an unique identifier, and you can get the API to generate one for you. In WSH (Windows Scripting Host) environment, it turns out to be very …
Before HTML5, there is no easy way to read files from you local hard drives in the browser because reading files exposes security issues. Long time ago, you might …
In wordpress headers, you probably notice the CSS and JS static assets are referenced like this: https://justyy.com/wp-content/themes/twentytwelve/style.css?ver=4.4.2 The query string ?ver= is used to tell browsers to do a …
JQuery is a must for Javascript web developers. Using JQuery, it takes less code to do powerful stuffs. The Jquery selectors are so handy that you can totally forget …