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

Resetting forgotten MySQL root password

May 27, 2011 admin

If you have forgotten your root password for MySQL, then don’t panic. Although, if you don’t have root shell access,…

MySQL

Changing your MySQL root password

May 27, 2011 admin

When you installed MySQL, you would have been asked for a root password. If you were testing or something similar,…

PHP Zend Framework

How to pass data from Controller to Zend Form

May 20, 2011 admin

To pass data from your controller, to a Zend_Form, you can utilise the config parameters: $this->view->form = new Contact_Edit_Form(array('contactName' =>…

PHP Zend Framework

Zend Console – get values passed

May 11, 2011 admin

When using a CLI script with options, I like to use the Zend_Console. If my options are as follows: $console…

HTML JavaScript JQuery

JQuery – bind event to non existant element

May 10, 2011 admin

We all have to bind events to elements: $('#link).click(function(){     do some stuff }); But, what if that element doesn’t…

IT

Facebook – Download *all* of your data

May 4, 2011 admin

You can download all the data you’ve ever uploaded to Facebook if you like. Once you are logged in, click…

IT MySQL

MySQL Query Profiling

Apr 27, 2011 admin

This inbuilt part of MySQL allows you to look closely at queries run – per session. And you can use…

IT

Showing hidden files on Mac OS

Apr 15, 2011 admin

Learning MacOS recently, and couldn’t find some hidden files, i.e. .htaccess To fix this, easy. Open Terminal, and paste the…

iPhone IT

iPhone iOS 4.2+ no longer automounting in Ubuntu

Apr 13, 2011 admin

I had this problem, which meant my iPhone no longer automatically mounted in Ubuntu 10.10. I had recently upgraded the…

IT

Creating a copied branch in SVN

Apr 11, 2011 admin

To create a new branch in SVN, its very simple. svn copy <source> <destination> -m <message> This will copy the…

Posts navigation

1 … 14 15 16 … 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