Danny Brown

A Blog on Code and Occasionally Other Things

AuthorDanny Brown

Implementing Search Functionality into a Django Site

Posted on January 5, 2019September 25, 2019

I’ve decided to add search functionality to my website TallyMusic.net. The site tracks local and touring acts coming through Tallahassee, and I think it will be more useful for finding particular things by being able to search the site. urls.py import concerts.views as concert_views urlpatterns = [ … url(r’^search/$’, concert_views.search, ( more… )

Populating Merge Fields in a Word Document Using Python

Posted on December 26, 2018September 25, 2019

Last time, we covered adding merge fields to a Word document and using Python to get the names of all merge fields across multiple documents. If you need a refresher, check it out. Otherwise, let’s get to it. Setting Up We previously wrote a function that returns a list of all ( more… )

Collecting Merge Field Names from Multiple Word Documents Using Python

Posted on December 21, 2018September 25, 2019

I’m often needing to generate documents that have a lot of canned language. Rather than manually create these, I’ve been using Python to automate as much as possible. Creating Merge Fields in a Word Document The first thing you need is a document with merge fields. To add a merge ( more… )

Using Code Prettify and CSS to Highlight Code on WordPress

Posted on December 17, 2018September 25, 2019

I’ve moved my blog to a new host that lets me use the full features of WordPress. The first implementation of this is the Code Prettify plugin. Once you’ve installed the plugin to your WordPress site, it adds some quick and easy syntax highlighting to tagged code. In-line code looks like ( more… )

Savannah Stopover with a Kid: A Parent’s Guide and Review

Posted on March 12, 2018January 25, 2019

My son loves music, but he’s like, a kid, so we haven’t had a chance to take him to very many shows. When we saw that the Savannah Stopover Music Festival had a few all-ages venues and was free admission for kids under 12, we were like, “Hey, let’s see how this goes.” ( more… )

The Judah Experience: Judah & the Lion with Tall Heights and Colony House – Tallahassee, Florida – March 3, 2018

Posted on March 5, 2018January 25, 2019

The Tallahassee community got a treat this past weekend with a visit by genre-blenders extraordinaire Judah & the Lion. On the group’s Going to Mars Tour, playing at The Moon nightclub seemed like a natural fit, and the packed, enthusiastic house obviously agreed. Tall Heights With two supporting groups, there was ( more… )

Game Review: Salt and Sanctuary

Posted on March 23, 2016December 28, 2018

In Salt and Sanctuary, a two-dimensional action RPG platformer that draws heavily from the Dark Souls franchise, Ska Studios has provided a welcome reprieve for fans impatiently awaiting From Software’s Dark Souls III. From aesthetics to mechanical choices, Salt and Sanctuary wholeheartedly embraces the influence that From’s flagship brand has on it. Most importantly, the game ( more… )

The Impact of Expectations

Posted on February 27, 2016December 28, 2018

Reviews serve an important purpose in helping gamers decide on which products to spend their time, money, and brainpower. Different publications approach reviews differently, with many using a 10-, 20-, or 100-point rating scale, and others eschewing a numerical score altogether. Regardless of the type, format, or content of reviews, ( more… )

Forget the Handshake. High Five Instead.

Posted on September 10, 2015February 5, 2019

You know what feels great? Getting a high five. Who doesn’t love a high five? The exhilaration of slapping one’s palm against someone else’s in a celebratory or congratulatory fashion is an absolute treat for anyone and everyone. It creates a moment of human connection, where two people agree that, ( more… )

The Importance of Silence in Souls Games

Posted on January 22, 2015December 20, 2018

The Souls games—Demon’s Souls, Dark Souls, and Dark Souls II—have famously excellent soundtracks. That’s not what this post is about. I believe the most crucial aspect to the soundtrack in a Souls games is where it’s not heard: namely, almost everywhere. The boss-fight music in these games hits hard, in ( more… )

Posts navigation

Previous 1 … 3 4 5 Next

Danny Brown

A Dev Blog with Some Tangents

About

Categories

  • code
    • APIs
    • Bash
    • CSS
    • Django
    • HTML
    • JavaScript
    • Python
    • S3
    • Selenium
    • Serverless
    • TypeScript
  • games
  • music
    • concert reviews
    • synthesizers
  • opinion
  • sports
  • tech
    • Bitbucket
    • Git
    • GitHub
    • MS Teams
    • WordPress
  • theater

Recent Posts

  • Open Pull Requests from the Terminal (One of My Favorite Dotfiles Scripts)
  • Dotfiles Script for a New TypeScript/Node Project
  • So I Told You to Go See a Broadway Play? Tips for Theater in New York
  • Build a Simple Microsoft Teams Bot Easily, No SDK Required
  • Creating a GUI for Conway’s Game of Life Using Pygame and Numpy

External Links

  • GitHub
  • LinkedIn

Recent Posts

  • Open Pull Requests from the Terminal (One of My Favorite Dotfiles Scripts)
  • Dotfiles Script for a New TypeScript/Node Project
  • So I Told You to Go See a Broadway Play? Tips for Theater in New York
  • Build a Simple Microsoft Teams Bot Easily, No SDK Required
  • Creating a GUI for Conway’s Game of Life Using Pygame and Numpy

Categories

  • code
    • APIs
    • Bash
    • CSS
    • Django
    • HTML
    • JavaScript
    • Python
    • S3
    • Selenium
    • Serverless
    • TypeScript
  • games
  • music
    • concert reviews
    • synthesizers
  • opinion
  • sports
  • tech
    • Bitbucket
    • Git
    • GitHub
    • MS Teams
    • WordPress
  • theater
Copyright © 2025. Danny Brown
Powered By WordPress and Meritorious