Jonelle Noelani Yacapin·Aug 10, 2021Highlight Text with CSSI want to give a ‘highlight’ effect to some of the key words to make them stand out.
Jonelle Noelani Yacapin·Aug 3, 2021Is jQuery Unavoidable?I’ve seen jQuery requested a lot in job descriptions. I’ve also seen it when I add the scripts to use bootstrap in a project. And, I’ve…
InGeek CulturebyJonelle Noelani Yacapin·Jul 27, 2021Navigating to the ‘Home’ Page in a Single Page Application (SPA)Decided to revisit an old SPA project. Everything works alright. Click an item and it pulls up the images and data associated with it…
Jonelle Noelani Yacapin·Jul 13, 2021What’s the point of <script> elements in an HTML doc?In a previous blog, I explored scripting languages and shell/bash scripting.
InJavaScript in Plain EnglishbyJonelle Noelani Yacapin·Jul 6, 2021innerText vs innerHTML vs textContent in JavaScriptA couple of weeks ago, I was working on something and had one of those ‘Aha!’ moments where something made such profound sense that I told…
InGeek CulturebyJonelle Noelani Yacapin·Jun 29, 2021General Coding & ScriptingSome software engineer/developer job descriptions list knowledge of ‘scripting’ as a requirement. What exactly does that mean? I can deduce…
InGeek CulturebyJonelle Noelani Yacapin·Jun 22, 2021Bypassing CORS with a Google Chrome extensionI’ve never had a CORS-related issue until just recently when I was working with JavaScript. Then again, I haven’t dealt much with CORS in…A response icon2A response icon2
Jonelle Noelani Yacapin·Jun 15, 2021API + REST = RESTful APIIn previous blogs, I’ve tried to clarify what an API (Application Programming Interface) is and define the components of a RESTful…
Jonelle Noelani Yacapin·Jun 8, 2021Who needs REST in the programming world?REST is for the weak. Just have to code, code, code long into the night, right?