I haven’t been doing that much server stuff lately so it hasn’t been coming up as much. I -have-, however, been doing a lot of WordPress plugin hacking and I can never remember all the options to all the methods or which defines exist which means my newest most used snippet is
Interesting, I have been looking for a plugin for Wordpress, nothing for me, but for work. They are a google news provider and our content is syndicated to google news. From Googles perspective they can consume the content as is from the web, but the ideal solutions that they would like is that every unique page uri contain a “unique structured” 3 digit number (random).
My first comment was well it’s only 3 digits its only going to be random and unique for so long…. Then I was hit with well the numbers don’t have to be together, which just blew my mind, so for example:
I haven’t been doing that much server stuff lately so it hasn’t been coming up as much. I -have-, however, been doing a lot of WordPress plugin hacking and I can never remember all the options to all the methods or which defines exist which means my newest most used snippet is
grep -r ../../../*
Programming…so glamorous :-)
Interesting, I have been looking for a plugin for Wordpress, nothing for me, but for work. They are a google news provider and our content is syndicated to google news. From Googles perspective they can consume the content as is from the web, but the ideal solutions that they would like is that every unique page uri contain a “unique structured” 3 digit number (random).
My first comment was well it’s only 3 digits its only going to be random and unique for so long…. Then I was hit with well the numbers don’t have to be together, which just blew my mind, so for example:
http://www.testurl/category/article/123
is the same as
http://www.testurl/category/12/article/3
or
http://www.testurl/category/1/article/23
I’m waiting for the full documentation, because if this above is my correct understanding…. Google news has jumped the shark.