Monthly Archives: January 2014

Getting rid of the spam on WorPress

Hello, There are plenty of bots that crawl the web day after day searching for WordPress blogs to fill them with URLs in order to get publicity (SEO) for some sites… For example the case of my anonymous blog (this … Continue reading

Posted in Basic Technical | Tagged , , , , | Comments Off on Getting rid of the spam on WorPress

Deserializing JSON on .NET

Hello, You can use the .Net classes that come with the framework “System.Web.Script.Serialization” that are a pain on the ass to understand. But if you do you can go with it… Should be something like: Dim serializer As New JavaScriptSerializer() … Continue reading

Posted in .Net Coding, Medium Technical | Tagged , , , , , , , | Comments Off on Deserializing JSON on .NET