Coding

Context Free Grammar

Grammar defines a set of rules, and with the help of these rules valid sentences in a language are constructed. A grammar consists of collection of substitution rules, which are also called production rules. Context Read more…

By Umar Khan, ago
.Net

WebSockets For plugins

Hello folks. As we explain in the last post about the cross-browser plugins, today we will continue by interacting between the browser and the plugin. For example like send actions, receive response, receive results, etc.. Read more…

By hadi, ago
Coding

Web SQL

Hello everyone and welcome back to fancy hints. Today, let’s store some data in web SQL, yes SQL in the web. We will be using a local method to cache data from the users client Read more…

By hadi, ago