Dale's Take

Everything is open for discussion…

  • General
  • Social Policy
  • Psychology
  • Science & Tech
    • Mathematics
  • Programming
    • VBA – Excel
    • HTML / CSS / JS
    • PHP / WordPress
    • R for Statistics
    • MySQL
    • PowerShell
    • Git & github
  • Life
    • Employment
    • Trips
    • Events
    • Books
    • Movies
    • Self defense
    • Projects

Web-tech – html/css/js

ProgrammingWeb-tech - html/css/jsWordpress

jQuery – test jQuery is running

August 25, 2025 dradma

Testing if jQuery is loaded and running…

Read more
ProgrammingWeb-tech - html/css/js

CSS file structure template

March 9, 2024 dradma

A working version of the table of contents and associated comments to put in a css file to aid navigating within styling sheets.

Read more
ProgrammingWeb-tech - html/css/js

CSS – Responsive design basics

January 25, 2022 dradma

Core principles to follow for web page layout: Appropriate break points for the most popular devices…phones, tablets/laptops & PCs are: Smart phone < 768px < Tablet < 1023px < Desktop Example: @media only screen and (max-width: 768px){ /* CSS rules to apply to smart phones goes here */ }

Read more
Javascript & related librariesWeb-tech - html/css/js

jQuery – list all class names

January 5, 2022 dradma

While overhauling a site, I ended up with many obsolete rules in classes that are no longer applied. To help clean up the CSS stylesheet I wanted to list all class names so I could do a comparison. This answer from stackoverflow did 90% of what I needed

Read more
ProgrammingWeb-tech - html/css/js

CSS – Responsive design details

February 3, 2020 dradma

This site: https://www.designersinsights.com/designer-resources/designing-responsive-website/ Recommends these breakpoints… Using Hardware Pixels to Design a Responsive Website When designing a responsive website, we

Read more
Javascript & related librariesWeb-tech - html/css/js

JS – Conditional Short-hand

September 20, 2016 dradma

if condition ? true : false

Read more
Copyright © 2026 Dale's Take. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.