Posts by texxs

Color of the Year 2023 0

Color of the Year 2023

Posted by on Dec 2, 2022

Pantone, “the global authority on color” has a contest every year and they release, Color of the Year.  Of course it’s all just fun and games, but I have to admit, this years color is...

Learn More
Covid-19 Tracker 0

Covid-19 Tracker

Posted by on Jun 25, 2020

I’ve used real data from the World Health organization and then chose which stats to put together, added text and of course, it’s got to look better than a list of numbers. The data below may be...

Learn More
Health Care App Interface 0

Health Care App Interface

Posted by on May 15, 2020

Here’s a little UI kit I was playing with. It’s CSS only. While it isn’t hooked up to any data it shows a nice way to design an interface.  The squares reveal sections of a background...

Learn More
Local Browser Storage Example 3

Local Browser Storage Example

Posted by on Jun 1, 2019

HTML5 adds a new feature that can be very handy in certain circumstances.  Local Storage lets us to store data (in key / value pairs) on the clients machine via the browser.   It soes this with a new...

Learn More
Order Form Example 0

Order Form Example

Posted by on May 2, 2019

Here’s mock up number 2 of 3 (they chose #1), I did for a web design company I freelance for: View I moved the code to my server and used an image from the Florida Photo...

Learn More
Complex One Page Website Example 2

Complex One Page Website Example

Posted by on Apr 19, 2019

A one page website can have a robust amount content on it after all.  The example website I made below is a highly detailed example of how to add lot of different kinds of content and function to a one page...

Learn More
Getting a Gravatar with PHP 0

Getting a Gravatar with PHP

Posted by on Apr 15, 2019

Getting a Gravatar icon for a specific person is actually harder than it seems.  Even if you know their account name, which is simply the e-mail address they signed up with.  Typically a developer...

Learn More