Popular Tags
IMSAI
Commodore
Editors
Vic-20
Web Development
Text mode
CP/M
Computer Architecure
Programming
Book
Linux
Debugging
Z80
DEC
Emulation
Tutorial
Games
Review
OISC
Jekyll
Ruby
C
Assembly
SUBLEQ
Tcl/Tk
History
8080
Retro
Jupiter Ace
PDP-8
Off Topic
xAce
DOS
BBS
Web Scraping
Adventure Games
Latest Articles
Web Development
-
Improving the related_posts feature of jekyll
Tags: Jekyll Ruby Web DevelopmentNow that I have converted TechTinkering over to Jekyll, I have come up against a bit of a problem with site.related_posts: The results are always just the latest posts, and are not filtered or ordered for relevance. I see that lots of people are struggling with a similar problem and have therefor... Read More
-
A Jekyll Plugin to Display Ratings as Star Images
Tags: Jekyll Liquid Ruby Web DevelopmentI have been using Jekyll a lot recently on the Trust a Friend website and found the need to display a rating as a series of stars. Initially I implemented this in JavaScript, which worked fine, but I like to limit the amount of JavaScript on my sites. I could have done this with some straight Liq... Read More
-
How to share an SSL certificate and still use cookies
Tags: PHP Programming Security SSL Web DevelopmentWebsite hosting companies often provide a shared SSL certificate, but this presents the web designer with the problem of how to use it for a site that uses cookies. I have read many people say that this can’t be done. However, this article will show a simple way of using a shared SSL certif... Read More