Category: programming languages
A wordpress blog can receive more than 100 spam comments (produced by spam robots) a day, which is annoying. Generally, these can be captured by plugins such as Akismet, …
If you host many wordpress blogs on the same server, then you can do this easily by the following PHP script. I have hosted 6 websites on the one …
We have seen the capability of the command figlet before and similarly there is command banner and toilet. These two commands all transform the given text into a larger …
Nowadays the web-based APIs are popular. Many large websites provide APIs such as Facebook, Twitter. The return value is often encoded using JSON format. To limit the user from …
GUIDcan be used for random unique IDs. The chances of collisions are rare and that can be ignored. So instead of using Random() class to generate random characters/integers and …