Latest Articles
-
Web API With Angular JS
[toc] Introduction In this article, we will learn about CRUD operations in Web API using Angular JS. We will use Visual Studio 2015 to ... -
Introduction to IndexedDB
[toc] Introduction In this post, we will see some information about IndexedDB. As the name implies, IndexedDB is a database in which we can ... -
Solutions for the error “the server responded with a status of 405 (method not allowed)”
[toc] Introduction I was working with Web API for one of my new project, suddenly I got this error “the server responded with a ... -
Sending data to another domain usign postMessage
[toc] Introduction In this post, we will see how we can send data to another domain from our application. You can simple called it ... -
Introduction to Web SQL
In this post we will see some informations about Web SQL. I know you all are familiar with SQL, If not I strongly recommend ... -
Most Needed WordPress Plugins
In this post we will discuss about the most needed WordPress plugins for your wordpress site. I am using WordPress for my site sibeeshpassion, ... -
Remove Time Stamp Form Legend In HighChart
In this code snippet we will discuss how we can remove the time stamp from the legend in high chart. Some times it will ... -
How to find CLSID of a DLL
In this post we will discuss we can find the CLSID of a DLL. A CLSID is a global unique identifier that identifies a ... -
Fix to RegAsm : warning RA0000 : No types were registered
In this post we will discuss one fix for the issue “RegAsm : warning RA0000 : No types were registered”. You may get this ... -
Creating Strong Names Using Visual Studio Command Prompt
In this post we will see how we can create strong names using Visual Studio Command Prompt. Here I am going to use Visual ...