Skip to content
  • Fri. Sep 26th, 2025

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

Loop wiring at home Finding text in files in a folder Calculation for working out overage Auto-complete Lists in HTML5 HTML5 Boilerplate
DIY

Loop wiring at home

Mar 29, 2023 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
DIY

Loop wiring at home

Mar 29, 2023 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
MySQL

You can’t specify target table ‘xxx’ for update in FROM clause

Apr 9, 2013 admin

I recently needed to update a whole bunch of records using an IN() on the target table: UPDATE table1 SET…

IT

OpenVPN on Linux – save password

Mar 21, 2013 admin

My Linux box is secure, so why do I need to remember the extremely difficult to remember password for one…

HTML JavaScript

Toggle radio buttons by clicking the label

Mar 19, 2013 admin

I’ve seen a few methods of this using over-elaborate JavaScript, when its really not necessary. All you need to do…

IT

eXfat drive not working in Windows XP?

Feb 20, 2013 admin

So you got a nice 64GB USB stick, and can’t format it NTFS but want to transfer huge files on…

IT

Finding files in Linux/Mac Terminal

Feb 19, 2013 admin

Finding files is a little different to MS DOS! find <startlocation> <type> <filename> <exec> The exec is a simple way…

JavaScript JQuery

Case Insensitive JQuery contains selector

Feb 15, 2013 admin

If you need to use :contains() as a selector but need a case insensitive one, you need to extend jQuery…

PHP

Apache PHP mkdir not writable?

Feb 12, 2013 admin

If you ever find that you are creating a folder with PHP, and its immediately not writeable by Apache, then…

IT

Get MAC address from IP address

Feb 5, 2013 admin

Had a routing issue the other day, and I was remotely trying to forward a port to a device. I…

IT

Getting wkhtmltopdf working on Linux

Feb 1, 2013 admin

I’ve had a few troubles getting this running, and thought I would document it here. First of all get the…

HTML JavaScript JQuery

preventDefault not firing on onkeyup event

Jan 30, 2013 admin

Simple one. $(document).on('#element', 'keyup', function(event) { if (event.keyCode == 13) { event.preventDefault(); //do some other stuff } }); This doesn’t…

Posts navigation

1 … 5 6 7 … 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
  • Loop wiring at home
  • Finding text in files in a folder
  • Calculation for working out overage
  • Auto-complete Lists in HTML5
  • HTML5 Boilerplate
Recent Comments
  • Pharaoh Deathmask on eXfat drive not working in Windows XP?
  • 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?

You missed

DIY

Loop wiring at home

Mar 29, 2023 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

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