Login to your account on your server Access your database(s) via phpMyAdmin Click on your database name Choose wp_users Find User & Click Edit http://wpmu.org/how-to-change-your-wordpress-username/ Read more →
Month: February 2013
Text enums with the Entity Framework / Code First in C#
One of the projects I am working on requires enumerated values be text and not numeric. maritalStatus = ‘Single’ instead of maritalStatus = 1 Below is an example. All of the code is generated using TextTemplates. The enums are referenced in the POCOs like so: [XmlElement(ElementName=”maritalStatus”)] public MaritalStatus maritalStatus { get; set; } //Enum values are flattened in the xml… Read more →
backing up wordpress
Ignore the original post as it doesn’t seem to work on a Windows host. BackupWordPress works fine … http://wordpress.org/extend/plugins/backupwordpress/ backing up wordpress Backing up your WordPress install / Adding a WordPress Backup plugin Using the left side menu, hover over plugins, then click add new. Using the search function, search for “WordPress SQL Backup“ You should now see your… Read more →
The Beauty Bay
The Beauty Bay belongs to my lovely partner Suzanne. If by some bizarre reason you get to this blog entry when you were in fact looking for Beauty Therapy and Holistic Health Support in the Cheltenham area then click the link! Read more →
Execution List
A simple way to build up a list of methods that will all be called at a specific point I use this for 2 things: to schedule tests on the data to be run just before a commit to the database, e.g. to assess data integrity to make updates to repsonse data after a commit to the database, e.g. to… Read more →
First post
This is my first post on my new wordpress website. I am stood here making it with my son Jet :-) Read more →