Collaborating on WordPress Site Development

Just how does a team of 2+ people go about collaborating on WordPress site development? That’s something I’ve been fooling around with over the last while now. Having used Git and SVN for programming work, it seemed like a no brainer that this was probably the way to go. SVN has fallen out of favour…

Read more Collaborating on WordPress Site Development

Samsung Code to Delete dumpstate/logcat

Running out of precious “internal” memory on a Samsung phone? This may help slightly: the Samsung code to get to “Delete dumpstate/logcat” is *#9900# What does “Delete dumpstate/logcat” do? It does what it says, it deletes dumpstates (coredumps from software crashes I assume), and deletes logs (informational/error event logs), both of which are not much…

Read more Samsung Code to Delete dumpstate/logcat

I don’t like pirated software, but my hand was forced.

I don’t like pirated software, but my hand was forced. My motherboard fried and had to be replaced, pain. Reinstalled everything hardware and software, pain pain. Windows activation? Ah yeah go ahead …Error: multiple installations limit detected. Click to activate by phone, leads to blank page. Let’s try this a different way, blank page blank…

Read more I don’t like pirated software, but my hand was forced.

Reload Autohotkey Script when Modified

I just made an update to reload Autohotkey script when modified. There are a few ways to do this. When I am editing a script directly I use these hotkey functions:   ^!s:: Send ^s    ;save this file (this assumes your editing this file when you press it though ; TODO: NEEDS FIXING! <-why? most…

Read more Reload Autohotkey Script when Modified

Nerd Humour

I was just reading through a batch file for encfs4win, it reads: @echo off rem Batch file for mounting encfs encrypted folders title encfs: Mount an encrypted folder to a decrypted one rem Check if Windows XP or Windows 7 rem XP: C:\Documents and Settings (or language specific folder) rem 7: C:\Users set oprsystem=%appdata:~3,5% if…

Read more Nerd Humour

Readynas NV+ v2 “C: unprotected”

Firstly, do not put desktop HDs in your NAS! You will have timing errors between RAID and hard drive hardware. Total pain, and worrying for nothing about perfectly fine drives. If it’s too late and you already have done this (like me!) read on =) Trick for forcing a resync on hard drive marked as…

Read more Readynas NV+ v2 “C: unprotected”