Main menu

Skip to primary content
Skip to secondary content
  • Wiki
  • Blog
  • About
  • Links
  • Chatter
  • Programming
  • Sys Admin
  • Music
  • Feeds

ProgClub

…because every programmer needs a good club!

Category Archives: Web

Post navigation

← Older posts

The UX Book: Designing a Quality User Experience

Posted on 2021-01-13 [Wednesday] by jj5

I wish I had the money to buy and the time to read this one: The UX Book: Designing a Quality User Experience.

Posted in Design, Programming, Web | Tagged ux

MinWiz – Minimal starter kit for under 2 KB sites

Posted on 2021-01-07 [Thursday] by jj5

Today I discovered MinWiz – Minimal starter kit for under 2 KB sites.

Posted in Design, Web | Tagged HTML, minwiz, template

Retry-After

Posted on 2020-12-16 [Wednesday] by jj5

Today I learned about the Retry-After HTTP header. It was mentioned over here.

Posted in Programming, Web | Tagged http, retry-after

CSS Variables and How To Use Them

Posted on 2020-12-14 [Monday] by jj5

A quick run down on CSS Variables and How To Use Them. Note the var() function can take 2nd parameter for a default value.

:root {  
	--primary-color: #333;
}
div {  
	color: var(--primary-color, #444);
}
p {  
	background-color: var(--primary-color);
}
.fancy {  
	border-color: var(--primary-color);
}
Posted in Design, Programming, Web | Tagged css, usage, variables

Single page website

Posted on 2020-11-25 [Wednesday] by jj5

This is great: A JavaScript-free way to easily make dynamic HTML sites.

Posted in Chatter, Programming, Web | Tagged dhtml, javascript-free, single page, website

Optimizing Your Web App 100x is Like Adding 99 Servers

Posted on 2020-11-22 [Sunday] by jj5

An article that popped up on lobste.rs today: Optimizing Your Web App 100x is Like Adding 99 Servers, it has a few performance optimization tips.

Posted in Chatter, Programming, Web | Tagged application, optimization, web

What’s New in PHP 8

Posted on 2020-11-22 [Sunday] by jj5

This on r/programming today: What’s New in PHP 8.

Posted in Chatter, Programming, Web | Tagged php

Firefox HTTPS-Only Mode

Posted on 2020-11-19 [Thursday] by jj5

Today is a historic day! I’m now running Firefox 83 an have enabled the new HTTPS-Only mode!

Posted in Chatter, Web | Tagged firefox, https, mode, only

Low Hanging Fruits in Frontend Performance Optimization

Posted on 2020-11-10 [Tuesday] by jj5

Today I discovered Low Hanging Fruits in Frontend Performance Optimization which is chock full of performance tips for websites.

Posted in Programming, Web | Tagged frontend, performance

Double-clicking On The Web

Posted on 2020-11-05 [Thursday] by jj5

Here’s a fun article about Double-clicking On The Web from way back in 2015. Ah, the good old days.

Posted in Design, Web | Tagged allowmultiplesubmits, click, double, form, submit, ux, web

Post navigation

← Older posts

Archives

  • January 2021 (19)
  • December 2020 (13)
  • November 2020 (27)
  • October 2020 (25)
  • September 2020 (13)
  • August 2020 (12)
  • July 2020 (19)
  • June 2020 (16)
  • May 2020 (4)
  • April 2020 (1)
  • March 2020 (1)
  • February 2020 (1)
  • January 2020 (1)
  • October 2019 (1)
  • August 2019 (2)
  • July 2019 (2)
  • June 2019 (5)
  • March 2019 (1)
  • December 2018 (1)
  • September 2018 (1)
  • August 2018 (3)
  • July 2018 (5)
  • February 2018 (1)
  • December 2017 (1)
  • November 2017 (3)
  • August 2017 (3)
  • July 2017 (3)
  • June 2017 (1)
  • May 2017 (14)
  • April 2017 (2)
  • March 2017 (7)
  • February 2017 (3)
  • January 2017 (1)
  • December 2016 (5)
  • October 2016 (2)
  • September 2016 (1)
  • July 2016 (4)
  • June 2016 (5)
  • May 2016 (5)
  • April 2016 (11)
  • March 2016 (2)
  • January 2016 (1)
  • October 2015 (1)
  • September 2015 (8)
  • August 2015 (14)
  • July 2015 (3)
  • June 2015 (9)
  • May 2015 (6)
  • April 2015 (4)
  • March 2015 (6)
  • February 2015 (2)
  • January 2015 (8)
  • December 2014 (9)
  • November 2014 (17)
  • October 2014 (7)
  • September 2014 (5)
  • August 2014 (13)
  • July 2014 (21)
  • June 2014 (22)
  • May 2014 (55)
  • April 2014 (19)
  • February 2014 (1)
  • November 2013 (2)
  • October 2013 (7)
  • September 2013 (7)
  • August 2013 (12)
  • July 2013 (16)
  • November 2012 (24)
  • October 2012 (40)
  • September 2012 (7)
  • August 2012 (9)
  • July 2012 (14)
  • May 2012 (1)
  • April 2012 (9)
  • March 2012 (29)
  • February 2012 (60)
  • January 2012 (96)
  • December 2011 (29)
  • November 2011 (3)
  • October 2011 (8)
  • September 2011 (25)
  • August 2011 (40)

Categories

  • Book (2)
  • Business (8)
  • Chatter (118)
  • Cloud (3)
  • Data (2)
  • Database (12)
  • Design (103)
  • Diary (3)
  • Electronics (7)
  • Games (2)
  • Hardware (5)
  • Internet (172)
  • Mathematics (5)
  • Music (5)
  • Notes (4)
  • Philosophy (33)
  • Privacy (1)
  • Programming (525)
  • Science (1)
  • Sys Admin (412)
  • Testing (2)
  • TODO (53)
  • Tribute (3)
  • Vocabulary (6)
  • Web (34)
  • Wishlist (3)
  • Writing (1)

Recent Posts

  • ZFS performance tuning
  • My traceroute
  • A megacorp is not your dream job
  • Falsehoods Programmers Believe about REST APIs
  • Safely Creating And Using Temporary Files
January 2021
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Dec    

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

apache bash c++ code command line css database date debian desktop disable error file firefox google HTML html5 http https install javascript jquery jsphp.co kde key linux mailman mediawiki mysql netbeans password pcphpjs php postfix progclub server sql ssh ssl svn time ubuntu vim web windows
Powered by WordPress