Skip to content
  • Mon. Mar 27th, 2023

Chris Tate-Davies

A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'

  • Home
  • About
Top Tags
  • MySQL
  • linux
  • terminal
  • PHP
  • ubuntu
  • mac
  • jquery

Latest Post

Finding text in files in a folder Calculation for working out overage Auto-complete Lists in HTML5 HTML5 Boilerplate MySQL / MariaDB Superuser
IT

Finding text in files in a folder

Jan 4, 2022 admin
Uncategorized

Calculation for working out overage

Oct 25, 2021 admin
HTML JavaScript JQuery

Auto-complete Lists in HTML5

Jul 9, 2021 admin
HTML

HTML5 Boilerplate

Apr 8, 2021 admin
IT MySQL

MySQL / MariaDB Superuser

Mar 4, 2021 admin
IT

Finding text in files in a folder

Jan 4, 2022 admin
Uncategorized

Calculation for working out overage

Oct 25, 2021 admin
HTML JavaScript JQuery

Auto-complete Lists in HTML5

Jul 9, 2021 admin
HTML

HTML5 Boilerplate

Apr 8, 2021 admin
IT

Finding text in files in a folder

Jan 4, 2022 admin

Quite often I find myself looking for files which contain the same text. Mainly config settings, etc. On linux you…

Uncategorized

Calculation for working out overage

Oct 25, 2021 admin

If you are trying to mathematically calculate the percentage that something was overbooked then this calculation will work: 100 x…

HTML JavaScript JQuery

Auto-complete Lists in HTML5

Jul 9, 2021 admin

Jquery is everywhere, its good. People like it. Its easy(ish) for beginners to create great web apps. It’s also large,…

HTML

HTML5 Boilerplate

Apr 8, 2021 admin

Annoying to find, so a quick easy to find snippet here <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>New…

IT MySQL

MySQL / MariaDB Superuser

Mar 4, 2021 admin

Simple syntax to create a super user (for editing users and dropping schemas etc) CREATE USER 'superuser'@'%' IDENTIFIED BY '[password]';…

MySQL

MySQL Relative Time Since

Nov 30, 2020 admin

You have some data which many users edit often, and you want to return a field with some sort of…

IT

MacOS Compact VDI file

Jul 17, 2019 admin

In order to compact a virtualbox VDI file and recover some of the lost space (especially useful when using a…

IT

OpenVPN keeps disconnecting with an inactivity timeout

May 25, 2016 admin

I’ve used openvpn on Mac (using Tunnelblick) for a few years for a home->work VPN connection with no issues, and…

IT JavaScript

Posting Slack message on Google Docs spreadsheet cell update

May 10, 2016 admin

We’ve been using a bit of a google doc recently for logging stuff, and sometimes cells get missed. I wanted…

IT

Whats my IP from command line

Jun 3, 2015 admin

I often need to check my WAN IP address – so this little command will do it for you in…

Posts navigation

1 2 … 19
Tags
Access admin ajax apache bash centos class command command line config Console CSS date error events files find fonts google grep HTML install ip address iphone javascript jquery linux log mac microsoft mssql MySQL PHP regex regular expressions root service subversion svn terminal ubuntu vpn windows Zend zend framework
Recent Posts
  • Finding text in files in a folder
  • Calculation for working out overage
  • Auto-complete Lists in HTML5
  • HTML5 Boilerplate
  • MySQL / MariaDB Superuser
Recent Comments
  • admin on eXfat drive not working in Windows XP?
  • David Coleman on eXfat drive not working in Windows XP?
  • Matt on eXfat drive not working in Windows XP?
  • Michael on eXfat drive not working in Windows XP?
  • admin on VPNetMon – close programs when VPN drops

You missed

IT

Finding text in files in a folder

Jan 4, 2022 admin
Uncategorized

Calculation for working out overage

Oct 25, 2021 admin
HTML JavaScript JQuery

Auto-complete Lists in HTML5

Jul 9, 2021 admin
HTML

HTML5 Boilerplate

Apr 8, 2021 admin

Chris Tate-Davies

A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • About