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
PHP Zend Framework

Add a path to the PHP include path

Jan 29, 2013 admin

I recently wanted to add a Zend library to a project without adding the entire framework. I found that internally,…

CSS HTML JavaScript JQuery

Ajax Loading GIF

Jan 22, 2013 admin

So you want a little funky AJAX loader? Add this to your JS main core file…: $(document).ready(function() { //initiate an…

MySQL

MySQL Get row with greatest parent row

Dec 18, 2012 admin

If you have a database of CDs, and artists, etc. Say you want to get a list of artists with…

IT

Compile php_imap and mssql for PHP on Mac

Dec 17, 2012 admin

IMAP To get imap support in PHP on your Mac, you need to get the php_imap module compiled for your…

IT

New install of Centos – No network

Dec 14, 2012 admin

If you have just set up a new Centos server andĀ foundĀ that the network isn’t functioning, and you have no IP…

IT

Ubuntu Server find all files +1GB

Dec 12, 2012 admin

find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…

CSS HTML

Preventing an element getting split over several pages

Nov 28, 2012 admin

If you are trying to add a ‘total’ or a report footer and its getting split over the penultimate and…

PHP

PHP strip certain tags with strip_tags

Nov 23, 2012 admin

You cannot strip a certain list of tags with PHP’s strip_tags() function, you can only strip ‘all but’ tags. So…

PHP

Errors trying to access Google IMAP through PHP

Nov 23, 2012 admin

imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:993/imap/ssl}INBOX This error /can/ be missleading. I thought something was up with the stream (guessing…

IT

Read the last x lines of a log file

Nov 7, 2012 admin

If like me you need to check out the PHP error log, but its bloody massive, you might want to…

Posts navigation

1 … 6 7 8 … 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