Drupal is one of the most loved opensource CMS/CMF. At the same time it is also famous for being huge. Whatever the case if you are running a site with Drupal you have to make sure that it performs well.
1 year 6 months ago
HTML and H1 to H6 - how to use
The HTML tags H1 to H6 are the most misused elements on the web. Primarily because the description about them is not clear. This post will try to clear the concept and usage of the tags properly.
1 year 6 months ago
Domain name and hosting
If you are planning to have a web presence today you have multiple way. You can utilize the social media, use existing advertisement site etc. But having your own website with a proper domain name give it a more reliable look.
To make you presence on the internet via a website the first thing you need to do is register a domain.
1 year 7 months ago
What is a website?
In this post I would like to break down the concept of a website with respect to a technical aspect. This will be helpful for web developer who plan to host or make websites.
1 year 7 months ago
API Example
This post is going to show the usage of a API with a simple example, if you want to know about API read this article first " Application Programming Interface. " https://www.opensourcecook.in/blog/post/api/application-programming-interface
1 year 7 months ago
Application Programming Interface
API stands for Application Programming Interface. What it essentially means is a way to communicate with a system or application (software) to do certain operation without using the default interface provided by that application of system.
1 year 7 months ago
What is a CMS?
A CMS can be considered as a platform that lets you build and edit your website without needing to have programming knowledge. These types of Content Management Systems which are specifically designed to run on web-server or are accessible over internet or intranet are called Web Content Management Systems.
1 year 7 months ago
Drupal 10 - Updating
This post discusses about how to update the Drupal 10 Core. The update process is usually for updating the 'core' in the same series i.e. 10.x or 9.x etc. Upgrading is usually a reference to shifting from main core version to another i.e. 10 to 11.
1 year 9 months ago
jQuery - Highlight table row and column on cell selection
Using jQuery we can highlight a complete row as well as the HTML table column when the mouse moves over a particular cell i.e.
1 year 9 months ago
What is node js?
JavaScript is primarily known to be a client side scripting language. What if we could use JavaScript on the server itself. That way as a programmer you will be able to use your JavaScript skills not only on client side but also on the server side.
1 year 9 months ago
Node JS undefined in REPL
Why NodeJs REPL prints undefined?
We know that REPL stand for READ, EVALUATE, PRINT and LOOP. So when we use a NodeJS REPL, every line of code that we write is immediately processed or evaluated.
1 year 9 months ago
JavaScript var, let, const and hoisting
JavaScript allows us to declare variable using var, let and const. The last one const is simple and straight forward. Let start with that.


