Week 10 Project, Part 2: Rabbit Trail Detour

This week was supposed to find the code complete and the web app up (at dev.kobayashicoding.net) and running. As these things go, however, I found myself doing some DevOps instead of coding. I use JetBrains tools for development. I’ve been using PhpStorm for quite some time, and recently also licensed IntelliJ IDEA because I want […]

Read More… from Week 10 Project, Part 2: Rabbit Trail Detour


 

Week 10 Project, Part 1: More JavaScript…

No New News Here – I’m Behind! I’m way behind on my “52 Weekly Websites.” Sigh. I hope to do better going into the new year (2019). I started this venture in October… of 2016! I’ve actually been working on this project – on and off – for a couple of months now. A non-trivial […]

Read More… from Week 10 Project, Part 1: More JavaScript…


 

Week 9 Project: JavaScript something-or-other…

This “week’s” project started with a desire to write some JavaScript. I added the sub-directory (or folder, in more common parlance) and copied the index.html and style.css files used for the site’s main page (found at http://dev.kobayashicoding.net) into it. I then removed the text variables used to populate the various panel components, and also removed […]

Read More… from Week 9 Project: JavaScript something-or-other…


 
 

Week 7 Project: CSS Grids

Well, after a lapse of 8 months, I finally have a new project up and running at Kobayashi Coding – an example of using CSS Grid layout. (Click on the “Projects” dropdown and choose “Week 7.”) The result is similar to what Bootstrap and other grid frameworks provide, but without the additional Javascript and CSS […]

Read More… from Week 7 Project: CSS Grids


 

Week 6 Project: Update a page with a “push” from the server – Part 1, WordPress

This week’s project will be broken down into multiple parts – it seems too big to do all in one week. The end goal is to have a process that runs on the server and outputs updates to a <div> on a web page in real time without user intervention, and without reloading the browser […]

Read More… from Week 6 Project: Update a page with a “push” from the server – Part 1, WordPress