Skip to content
Advertisement

Tag: web

Do I need a Goodreads API key to retrieve book metadata?

I am trying to build an app around books. Goodreads has a great catalogue on books. But they stopped providing new API keys since December 2020. My question is how can I retrieve just book metadata from Goodreads? I don’t want any data associated with a user(in that case, requiring an API key is fair). My only requirement is just

How can I change JSON file with javascript

I want to change my JSON file or add an element to my SON file, but real file. I tried this code, but it doesn’t work on the real file. Only the time the tab is open on the web has changed. How to handle it in real file? Not user file, it is server file, but I tried my

How to include JavaScript file inside a Velocity template?

I have a JS file having contents: function rejectIfNotSuccess(response) {} usernameChanged(event) {} for example, and I want to include this file in my velocity template in order to do things the same way we do in an HTML file. For example, I want to call a function defined in this JS file in velocity using <input type=”text” id=”username” onInput=”javascript:usernameChanged(event)” />

Logo float on basic responsive nav

Problem ” float: right” poorly working in responsive class Basically, I am trying to place my image logo in the right-up corner for a semi-lang case but every manipulation on .logo force navigation bar to change its values. Question How can I align the logo to the right-up corner? What I’ve tried Answer Positions absolute and floats do not play

Advertisement