Thursday, December 06, 2012

Wordpress Themes

As you know we have been using Wordpress for a number of years now and it continues to improve as there is a great reservoir of users and developers.
Everyday there are new plugins and themes available.
If your Wordpress site is correctly set up then installing one is usually a case of 1 click and Hey Presto!

I am always looking for new themes I can use or modify and although there are lots of great themes available it is sometimes worth looking at premium themes, especially ones aimed at particular industry end users.

These tend to bring an extra level of usability for the client. for example property listings for an estate agent.

One of the best suppliers of premium themes is Elegant Themes, their collection is bound to spice up both your and your clients sites.



Monday, November 05, 2012

Back up SQL Server to the cloud

This week I had a problem with a restored SQL server database which 'lost' its users on being restored. Even though Windows Server Backup is supposed to be able to back up and restore running SQL servers it was not so successful at re-attaching the users.

What I really wanted to do was make a backup with the intention of uploading it to an Amazon S3 bucket. I looked at the three methods Microsoft recommend SQL Server Management Studio , Transact-SQL , PowerShell and all of these will allow backup to a tape drive or disc.

You still need to upload to  Amazon.

In the end I plumped for using Cloudberry S3 Server Backup edition although I cant wait to try their SQL Server edition. This allowed me to schedule backups from a shared network drive directly to my S3 storage..


You can download a trial of S3 Server Backup here.
Late News:For a complete SQL server Backup solution the SQL Server edition is available here



What and When to Backup

Ask yourself the following questions about your SQL database.
  • From when til when is the database in use?
    If there is a predictable off-peak time, do full database backups fthen.
  • How often are changes likely to occur?
    If changes are frequent, consider the following:
    • Under the simple recovery model, consider scheduling differential backups between full database backups. A differential backup captures only the changes since the last full database backup.
    • Under the full recovery model, you should schedule frequent log backups. Scheduling differential backups between full backups can reduce restore time by reducing the number of log backups you have to restore after restoring the data. - Microsoft

  • Are changes likely to occur in only a small part of the database or in a large part of the database?
    For a large database in which changes are concentrated in a part of the files or filegroups, partial backups and or file backups can be useful.
  • What size will a full database backup be?
    1Gb, 10GB or what?

Find out the Size of the Full Database Backup

 You can estimate the size of a full database backup by using the sp_spaceused system stored procedure. For more information, see sp_spaceused (Transact-SQL).

Schedule Backups

SQL Backup will easily run whilst in use. The backup process has a minimal footprint.
You should do regular backups and schedule them as part of your regular maintenance.

Test Your Backups

You do not have a restore strategy until you have tested your backups. It is very important to thoroughly test your backup strategy for each of your databases by restoring a copy of the database onto a test system. You must test restoring every type of backup that you intend to use.
We recommend that you maintain an operations manual for each database. This operations manual should document the location of the backups, backup device names (if any), and the amount of time that is required to restore the test backups.-More from Microsoft

Wednesday, September 26, 2012

BT and Sky using DNS for user tracking?

Both the new Sky ADSL modem and the BT Homehub 3 do not allow the user to choose DNS servers.
Why is this?
BT says it is a security issue.
 I would suggest that this is how the government web use surveillance will work. By forcing users to use a particular DNS server then all web requests can be monitored fairly easily, probably on an expandable Amazon cloud server.
 If you are worried about government surveillance I would also suggest changing your router to one that allows you to set the DNS servers. You could use Google's public DNS servers or other publicly available DNS servers.
 So it seems that BT and Sky are being very compliant to government surveillance "needs", and not to the privacy of their customers.
 What is BT's code of practice with regard to use of the DNS servers?

 To people who say 'If you are not doing something wrong, you have nothing to fear?'
 I say "Where would you draw the line on surveillance, your front door, your kitchen, your phone, your bedroom?"
 Ask yourself why does the government need to surveillance me? And the bloke next door? And my Mum?
And you'll find the answer is they don't

Thursday, February 02, 2012

Teambox - great new collaboration tool

I have started using Teambox
on some projects and am really impressed. Similar to Basecamp but the free version is better specified. More storage space, more users.
It has features normally found in expensive project management software.

A real weapon for adhoc project management.