RachelKirk.com is Live
So often, the work I do is all behind the scenes — server software, mostly.
I also create custom calculators. Generally, I link to them when they're not behind paywalls.
Rarely do I create an entire website. In those instances, I implement the client's design. (Visual web page design isn't one of my marketable skills.)
One of those rare websites is Rachel Kirk .com
Rachel Kirk is a professor and author specializing in the Spanish language and culture. She holds a Master's degree from Middlebury College and a doctorate in Spanish Linguistics Applied to the Teaching of Spanish as a Foreign Language from the Universidad Antonio de Nebrija in Spain.
Her purpose for the website is to inspire Spanish teachers to love what they do.
To that end, Rachel Kirk has published a book specifically for Spanish instructors, Teaching Spanish: The Essential Handbook. If you know any Spanish instructors, or someone who aspires to be, please let them know about RachelKirk.com
Will Bontrager
Was this blog post helpful to you?
(anonymous form)
All information in WillMaster Blog articles is presented AS-IS.
We only suggest and recommend what we believe is of value.
As remuneration for the time and research involved to provide quality links,
we generally use affiliate links when we can.
Whenever we link to something not our own, you should assume
they are affiliate links or that we benefit in some way.
Recent Articles in the Library
The HTML optgroup Tag
The HTML <optgroup> tag allows you to group items in a dropdown list.
Determining Div Location
I generally get the location and dimension numbers of a div with the JavaScript getBoundingClientRect() function. Then access the numbers I need from the function's return value.
Site-wide Login System
A site-wide log-in system that lets pretty much any directory be password protected.
Image Show
With the no-custimizations-required script, it is now relatively easy to show off a series of images on your web page.
A Variables Dump
This PHP function returns details about the variable that is being dumped.
Handling CSV Files With PHP
Reading and writing CSV files with PHP is rather simple, compared to some other tasks.
Easy Random Image
This really is an easy way to implement random image selection.