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
IT PHP

Mounting HTML folder in Centos VirtualBox

Jun 5, 2013 admin

I have a particular Linux set up I need to test something on, but I use a Mac, so I…

Uncategorized

Setting up CentOS with no X Window Manager

Jun 4, 2013 admin

For a nice VM I needed a Linux server, but no need for a GUI, so went for CentOS. Installed…

MSSQL

MSSQL IF (multiple fields > one value)

May 31, 2013 admin

In MySQL I use IF(value,then,else) quite often, but in a new project I am doing I need to do the…

MySQL

MySQL Administration (Remote Access)

May 29, 2013 admin

So, once you’re all set up and running, you may want to give users access from the outside world. This…

IT

Git, trying to ignore a database config

May 23, 2013 admin

If you are trying to ignore a file and git is mucking you about, it may be because the file…

CSS HTML

CSS not loading, Firebug states ‘Aborted’

May 23, 2013 admin

Had some CSS that worked in Chrome, but not Firefox or Opera. Firebug reported this:         Turns…

Uncategorized

Stop directory browsing/listing with htaccess

May 15, 2013 admin

Using Apache you can stop directory listing with this line in your .htaccess Options -Indexes Basically it says stop access…

CSS

Chrome Conditional CSS

May 13, 2013 admin

Before you say it, I know there are better ways of streamlining your CSS based on the browser, but this…

IT

CodeIgniter sample .htaccess

May 13, 2013 admin

RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* index.php/$0 [PT,L]

IT PHP

PHP exec() not returning output

May 2, 2013 admin

I found that a script I was running was calling some linux functions using exec() but they weren’t always successful…

Posts navigation

1 … 4 5 6 … 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