Changes in HTML 5.0
HTML is the most powerful content presenting language of the WWW, an old but crucial technology of the Internet. HTML 5 is the latest version of HTML standard and it added a lot of new features...
View ArticleWhat makes the Rockmelt browser different?
There are lots of browsers available on the web. Check out our post which lists all the browsers. What is Rockmelt? It is a Windows based browser, which is based on Chromium – the open source engine...
View ArticleURL masking by encrypting query string
For many of my project I have written code which simply a link having some parameters as query string in url to pass information from one page to another by using GET request. However there are...
View ArticleThe Complete Pinterest.com
5 Part Video series on using Pinterest.com 1.Intro Video 2.Video 1 – Signup 3.Video 2 – Adding a Pin 4.Video 3 – Boards & Followers 5.Video 4 – Final TipsRead more →
View ArticleGet all HTTP headers in Javascript
The code below is a single function which can be plugged into any page to capture and store all the HTTP headers, available in the page request, as an associative array. The function also dumps...
View ArticleHow to remember passwords
PROBLEM In this day and age, where digital devices rule every aspect of our life, access to each online platform requires a login credential, which eventually raises the headache of passwords. There...
View ArticleRunning localhost On https Using mkcert
One of the biggest problems that web developers face is to run a website on their local machines under https. Using OpenSSL to generate a [...]
View ArticleGoodbye Google Analytics, Hello Matomo
Google Analytics is the standard go-to tool for tracking website traffic. I have been using it for many many years. But over the years it [...]
View Article