MSMichael Searchingrown-up-apprentice.hashnode.dev·May 27, 2022 · 2 min readGetting creative to save a feature.I've been working for a while on a webphone app for a client. It is a hidden component which slides-out when you click on an icon positioned at the edge of the screen. Here's the icon: It became apparent, once it was working and I had deployed it to...00
MSMichael Searchingrown-up-apprentice.hashnode.dev·May 25, 2022 · 1 min readDiving down into an iframe rabbit hole.I have been needing, for a project, to resize an iframe as the container element within the iframe's content grows and shrinks. For that, I would have to dive down into the page that was being brought-in and displayed in the iframe, and get the curre...00
MSMichael Searchingrown-up-apprentice.hashnode.dev·May 23, 2022 · 2 min readEmoji inside an element id...works.I was working on a job today, to customize a pinboard application so that it would also have the functionality to add emojis. I've been trying the module emoji-picker-element from which I can get hold of the selected emoji when I have its picker pop-...01M
MSMichael Searchingrown-up-apprentice.hashnode.dev·May 21, 2022 · 1 min readCross Origin issues, even with the same domain.Today I was having an issue while trying to access the content of an iframe, and grab click-events from it. I got this message: Blocked a frame with origin "sameAsParentOrigin" from accessing a cross-origin frame. This puzzled me somewhat, as the i...00
MSMichael Searchingrown-up-apprentice.hashnode.dev·May 19, 2022 · 1 min readJust start! Just start!So here I am, blogging about coding, for the very first time, and I don't know what to write, and I don't know where to begin. It's a similar situation to what I often encounter when faced with a daunting new technology, or a problem I don't know how...01C