Archive for the ‘programming’ Category

How to Add Google AdSense Under Post Titles

In several of my blogs I have created for search engine optimization and marketing experimentation I have monetized them using the popular Google Adsense. One of Adsense’s limitations is that it is limited to only 3 ad units per page. These units need to be strategically positioned for maximum exposure and highest click [...]

Base64′ing in AMX NetLinx – Part 1 – Encoding

While working on an AMX project involving a lot of HTTP requests I came across some methods that required Basic Authentication. In regards to HTTP, Basic Authentication allows for a web client, such as a browser, to provider user credentials to the server when making a request. A colon ‘:’ is appended to [...]