This is a very simple trick I picked up that has saved me A LOT of time when doing research that has required multiple csv files. Basically what the little snippet does is make all the .csv files in a said folder merge into one nice big .csv file. Making analysis THAT much easier. The [...]
- 15 Comments
- Tags: automation, code, How to, howto, Programming
A few weeks ago I stumbled across some interesting spam; it was generic enough to make me think hmm is this spam or a real comment? so going on the more altruistic side I thought sure i’ll accept it but i’ll edit out the url just in case. The logic being if it was a [...]
- 26 Comments
- Tags: bot, Bots, code, How to, howto, Optimization, PHP, Programming, Security, Spammers, Webmaster
I have been mucking about with wordpress themes for a little while know; however I am not a very good coder (mainly because I am very lazy and the codex is long!). So when I am experimenting I usually grab an existing theme and gut it and mould it. Recently though I found wp-skeleton well [...]
- 15 Comments
- Tags: How to, howto, Optimization, Programming, review
As can been seen by the last few posts, I have been learning how to code and generally mucking about. To help me the following was whipped up to help with the colours :p Enjoy! Colour Java Code HTML Code Snow 255 250 250 #FFFAFA GhostWhite 248 248 255 #F8F8FF WhiteSmoke 245 245 245 #F5F5F5 [...]
- 4 Comments
- Tags: Programming
It has been a few months and traffic has been slowly flowing towards the site and with all this good traffic comes the bad. The spammers, the hackers and all miscreants. To battle this I put in some anti-spam measures a few honey traps for scrapers and askimet to get rid of comment spam. Yet [...]
- 13 Comments
- Tags: .htaccess, Bots, Optimization, Programming, Security, Spammers, Webmaster