Skip to content

Instantly share code, notes, and snippets.

@vagdwd
vagdwd / resume.json
Last active November 21, 2023 23:42
Resume
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Vageesh Dwivedi",
"label": "A people builder and a “we” oriented leader at [24]7.ai",
"image": "",
"email": "vageesh.dwivedi@gmail.com",
"phone": "",
"url": "",
"summary": "",
Okay onename, i declare myself publicly..!
@vagdwd
vagdwd / Iframe_without_src
Last active March 25, 2021 01:33
Iframe without src attribute - javascript vs about:blank vs #
javascript:false:
IE10 and FF (checked in v23 in Linux) will show 'false' as content.
javascript:void(0) && javascript:;:
IE will show 'cannot display the webpage' error in the iframe. Also, when setting the src from a valid url to javascript:void(0), the page will not get blank.
about:blank:
Works in all browsers but IE 9 sends an request to the server with path "null". Still the best bet IMO
Checkout http://jsfiddle.net/eybDj/1