Side navbar to slide out into diagonal div
I'm very new to diagonal divs and need to replicate the attached home page and menu but I have absolutely no idea how. Please can someone point me in the right direction? I've googled it all day long...
View ArticleFlexslider height's equal the tallest on a mobile browser
I am trying to figure out an issue with Flexslider that only appears when I test it on an mobile browser such as Safari Mobile.All of the <li> containers are the same height as the tallest...
View Articlemake navbar more prominent
I have a navbar on my page but for some reason only the 'homepage' link is pure white. the rest of the links are not as bright. I am trying to create a transparent navbar with a picture as a...
View ArticleHTML Footer floating slightly above bottom of page at certain resolutions
I'm trying to get my website ready for a collage interview, and it's almost finished, but I cannot work out why my footer is floating above the bottom of my page if the size of the windows is above a...
View ArticleUpdate values in html table
I use AJAX web server on my ESP32 to display values I measure. The values consist of numbers in an array. What is the best way to update those values? - If I am using too difficult one.I am tring to...
View ArticleAdd slide animation to horizontal scroll system
I coded a simple horizontal scroll system. At JSFIDDLE you can find an example of my work : http://jsfiddle.net/marcus_derem/qn603h8b/133/What do I want to achieve? I scroll to a containers child with...
View ArticleFix full screen background image on Squarespace page
I'm having issues getting background images to display full screen (take up the whole background space) with a Squarespace page. My CSS was working but somehow it stopped working and now I have a gap...
View ArticleWhat's the correct way to hide the tag and not be banned from Google?
The website I am working on uses an image defined in CSS as the main logo. The html code looks like this:<h1>Something.com | The best something ever</h1> I would like to display just the...
View ArticleHow to keep navigation bar collapsed on all screen sizes?
I tried these two different solutions suggested here on SO :How to keep Bootstrap 3 navbar as collapsed for all screen sizesChange bootstrap navbar collapse breakpoint without using LESSI've also tried...
View ArticleHow do I load a JavaScript resource conditionally based on the presence of a...
SituationIn a web application I'm helping maintain, a change is specified wherein a certain JavaScript script must load conditionally, depending on the presence or absence of a certain element ID on...
View ArticlePuppeteer serving different pages for the same URL Headless vs Headful
I'm not exactly sure why this happens but, I'm trying to scrape the results from Google search results and the results are dynamically loaded as you scroll down. I'm trying to simulate that by...
View Articlea bit confused about accecing a table cell object instead of img
Im trying to access the object behind the click in the console, it return the image instead, and i wanna alter that object properties which makes it impossible, how do i access the object itself and...
View ArticleAdding multiple images randomly with click
I'm trying to build a small game on my website to experiment with JavaScript that adds hotdogs to a bowl in random positions (building a pyramid shaped pile then covering the page). But I'm not sure...
View Articlehow to use the gh-pages branch to display a "hello world" page?
I seem to have lost the thread with github pages usage:thufir@dur:~/powershell/helloPSTwitterAPI$ thufir@dur:~/powershell/helloPSTwitterAPI$ ll total 60 drwxr-xr-x 3 thufir thufir 4096 Jan 22 12:37 ./...
View ArticleHTML input accept attribute extensions filter shows individually
So as the question says I am having the issue that the extensions I add to the accept attribute shows individually in the file chooser dialogue for Windows 10 (virtual machine)Code I am using:<input...
View Articlehow to solve a problem retrieving data from select tag in PHP
I took a few hours to search if anyone had a similar issue, but it seems no. Im using a select tag to create option in which table in DB should i store info. Usually it works, this time it refuses to...
View ArticleHow do i use adobe PhoneGap with .php files?
I made an app with html, css and jquery. I used .php files because i think it is easier while building the app. Now i want to use PhoneGap so i can get the app on my own phone. I didn't know that...
View ArticleHow to properly get RGB values from 3 input ranges in HTML page
I am currently working on an webinterface for my led. So I want to have 3 sliders, I can sent a hex value to my controller with. This is what i got so far:<div class="main"> <div...
View ArticleHow to create checkbox options for executing functions in a Chrome extension
In my extension i have a file background.js, which starts with clicking on the extension icon and runs the following code:chrome.browserAction.onClicked.addListener(function(tab) {...
View ArticleHow to scrape data from last table on website
I'm trying to scrape the "team per game stats" table from this website using this code:from urllib.request import urlopen as uo from bs4 import BeautifulSoup as BS import pandas as pd url =...
View Article