• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

KennethJackson.Tech

Multimedia Production in Amarillo, Texas

  • Home
  • IT Services
    • Web
  • Music
    • Audio
    • Woodshed
  • Video
  • News
  • About
  • Contact
You are here: Home / Archives for Texas

Made in Amarillo – Loop 335 Extension Progress, Canyon High School #3, Hillside Terrace Expansion

October 26, 2020 by Kenneth Jackson Leave a Comment

Canyon High School #3 located at Loop 335 (Helium Road) and Arden Road.
Canyon High School #3 located at Loop 335 (Helium Road) and Arden Road.
Standing in the middle of the Loop 335 extension.
Maximum zoom of the Loop 335 extension looking north towards Hillside.
Fancy entrance construction on Loop 335 at Arden Road.
Hillside Terrace Expansion
Hillside Terrace Expansion
Hillside Terrace Expansion
No mans land in-between Hillside Terrace and Heritage Hills. Future location of Arden Road.
This is the casting from an old water well.
Location of Arden Road extension to Helium Road.

Shot on an iPhone 11 Pro

Resources

  • Canyon ISD – New Construction
  • Texas Department of Transportation – State Loop 335

Filed Under: Galleries, Made In Amarillo Tagged With: Amarillo, Texas

Increase File Upload Size Limit in PHP-Nginx

October 22, 2020 by Kenneth Jackson Leave a Comment

Change php.ini

From Terminal

  • $ nano /etc/php/7.4/fpm/php.ini
  • Set…
upload_max_filesize = 120M
post_max_size = 120M

Change Nginx config

From Terminal

  • $ nano /etc/nginx/nginx.conf 
  • Set..
http {
	#...
        client_max_body_size 100m;
	#...
}

Restart NGINX

# systemctl restart nginx.service

# systemctl start php7.4-fpm.service

Changes in WordPress-Multisite

Network Admin >> Dashboard >> Settings >> Network Settings. Look for Upload Settings

Also change value for Max upload file size

wordpress-upload-settings.png

Resources

  • https://easyengine.io/tutorials/php/increase-file-upload-size-limit/

Filed Under: NGINX Tagged With: #Wordpress, Amarillo, NGINX, PHP, Texas

WooCommerce – Change the Button Background Color with CSS

October 19, 2020 by Kenneth Jackson Leave a Comment

Procedure

  • Log in to WordPress
  • From the Homepage go to “Customize
  • Additional CSS
  • Paste the following CSS Code
  • Change the line that reads “background-color:#FC0” to the color of your choice.

CSS Code

.woocommerce span.onsale {
    background-color: #000000;
    color: #ffffff;
}
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background-color:#FC0 !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	
	background-color:#FC0 !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	background-color:#FC0 !important;
	color:white !important;
	text-shadow: transparent !important;
	border-color:#FF9900 !important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
	background-color:#FC0 !important;
	box-shadow: none;
	text-shadow: transparent !important;
	color:white !important;
	border-color:#FF9900 !important;

Filed Under: WooCommerce Tagged With: Amarillo, Texas

Made In Amarillo: Youngblood’s Cafe

October 19, 2020 by Kenneth Jackson Leave a Comment

Youngblood's Cafe - Amarillo, Texas
Youngblood’s Cafe – Amarillo, Texas
Welcome to Texas Home Cookin’!

Filed Under: Made In Amarillo Tagged With: Amarillo, Texas

Texas Shingle Slingers – Promo Video

October 18, 2020 by Kenneth Jackson Leave a Comment

Filed Under: Client Work Tagged With: Amarillo, Texas

Holiday Ecommerce ​Marketing Schedule

November 1, 2019 by Kenneth Jackson Leave a Comment

  • November 2 – Review Holiday PPC* Campaign
  • November 5 – Set Up Realistic Shipping Expectations & Timeframes On Websites
  • November 9 – Launch Holiday PPC Campaign
  • November 12 – Prepare Holiday Email Campaigns
  • November 14 – Launch Holiday Theme & New Categories on Websites
  • November 19 – Launch Holiday Email Campaign, Send Holiday Gift Guide Increase PPC Bids.
  • December 3 – Send Second Holiday Email Newsletter.
  • December 17 – Lower Bids On High Spending Keywords & Shopping Engine Products.
  • December 21 – Promote ”Last Day To Order Before Christmas”

*PPC = Pay Per Click Advertising through Google and Facebook”

Filed Under: Pay-Per-Click (PPC) Tagged With: Amarillo, Email Marketing, Pay Per Click, PPC, Texas

Landing Page Copywriting Cheat Sheet

August 21, 2019 by Kenneth Jackson Leave a Comment

URL Web Address or URL (Keyword)

One keyword phrase per page. Keywords should flow throughout the copywriting process starting with the File Name or URL. In WordPress the URL is automatically generated from the post title but it can easily be modified. It is referred to as a permalink.

The Title – Heading 1<H1> (Keyword)

The title of the post serves as the primary heading or Heading 1<H1> and needs to contain the primary keyword for the post or product title. Headings in WordPress follow a hierarchy normally from H1-H4 and the text design is determined by your websites theme. H2 through H4 are used for content headings.

If you can’t think of a title try starting with “How To”

WordPress Headings Block Tool Bar
WordPress Headings Block Tool Bar

Content Headings – Heading 2<H2> (Keyword)

Headings under the title also needs to contain and reinforce the primary keyword for the post.

Paragraphs<p>

Paragraphs contain the meat of your post and should answer the questions using the keywords your visitor is likely to use in search.

Who Is It?
(Keyword)

What Is It?
(Keyword)

Where is it?
(Keyword)

Why Do I Need It?
(Keyword)


Resources

Landing Page Copywriting Cheat Sheet (PDF)Download

Filed Under: Search Engine Optimization (SEO) Tagged With: Amarillo, Landing Page, SEO, Texas

Made in Amarillo – Luz Angela Crawford – Pottery Artist

July 10, 2019 by Kenneth Jackson Leave a Comment



Client: Luz Angela Crawford
Business Category: Artist – Pottery
https://LuzAngelaCrawford.com

Site Technology

  • WordPress
  • Genesis Framework
  • Dynamik Website Builder

Luz Angela Crawford is a pottery artist who comes to Amarillo from Columbia. She does not use a wheel all of her pieces are built up by hand using items found in nature to form the textures that make up her work.

The site is built with WordPress. The theme is custom made by Kenneth Jackson and Luz Angela Crawford using the StudioPress Genesis Framework and Dynamik Website Builder. A lot of thought went into the site design. The colors were chosen from the colors of her pottery.

The Galleries at Sunset Center is closing its doors and Luz Angela has closed her studio. She can be contacted on her website.

Filed Under: Made In Amarillo Tagged With: #Wordpress, Amarillo, Luz Angela Crawford, Texas

Steve Jobs on Design

December 15, 2018 by Kenneth Jackson Leave a Comment

Steve Jobs 1982
Steve Jobs 1982

Design is the fundamental soul of a man made creation. 

Steve Jobs

Filed Under: Design Tagged With: Amarillo, Texas

Swift Intermediate – FinalExam1.1

December 12, 2018 by Kenneth Jackson Leave a Comment


https://github.com/KennethJacksonTech/FinalExam1.1
0 forks.
0 stars.
0 open issues.

Recent commits:
  • Initial Commit, Kenneth Jackson
  • Initial Commit, Kenneth Jackson

Filed Under: Swift Tagged With: Amarillo, Swift 4.2, Texas

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Go to Next Page »
  • Facebook
  • GitHub
  • Twitter
  • YouTube

Kenneth Jackson

(806) 374-2323
Please leave a voice or text message.

Contact Kenneth

Recent Posts: KennethJackson.Tech

Effects Design – Jon Dattorro – Notes

Erica Synths – EDU DIY Hi-Hat – Notes

Erica Synths – EDU DIY Snare Drum – Notes

Erica Synths – EDU DIY Kick Drum – Notes

Ornament and Crime (o_C) – Notes

  • Facebook
  • Twitter
  • YouTube
  • GitHub
  • Discord
  • Contact Me
  • Payments
  • Privacy Policy

Copyright © Kenneth Jackson

Designed by Kenneth Jackson in Amarillo, Texas

Powered by WPplaces

 

Loading Comments...