Inimist Technologies Blog

DevArticles – Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Category: Miscelleneous

How to prevent hotlinking on Nginx and Apache

Arvind KumarMiscelleneous, WordPressLeave a Comment on How to prevent hotlinking on Nginx and Apache

Hotlinking is bad – It could be quite annoying and concerning when someone copies full link to a media source such as an image or video on your website and uses that link to embed an image or video on…

Read More→

How to run URL from cronjob at specific time in Linux

Arvind KumarMiscelleneousLeave a Comment on How to run URL from cronjob at specific time in Linux

Cron allows Linux users to run commands or scripts at a given date and time. Here I’m going to explain how to setup cron job in Linux in which you want to run URL at specific date-time. Each user has…

Read More→

Traversing through Elements using jQuery

Arvind KumarHTML and CSS, jQuery, MiscelleneousLeave a Comment on Traversing through Elements using jQuery
traversing

jQuery is a very powerful tool that provides various traversing methods to select the element randomly and sequentially. With jQuery selecting and finding an element becomes very easy. But at times, we may wish to improve the selection and when…

Read More→

Get Started with Vi Editor

Arvind KumarLinux/Unix, MiscelleneousLeave a Comment on Get Started with Vi Editor

Vi editor is a command line text editor. It’s a single window with text input and output only. It is the most popular and classic text editor in the Linux and it is available in all Linux Distributions. There are…

Read More→

Creating Custom Shortcode in WordPress

Arvind KumarHTML and CSS, Miscelleneous, PHP, WordPressLeave a Comment on Creating Custom Shortcode in WordPress
wordpress logo

With a lot of customization with the theme WordPress also provide us to create our own Custom Shortcode. Basically, shortcodes are the small piece of code which let user to add dynamic content in WordPress posts, pages or sidebar widgets.…

Read More→

LocalStorage in JavaScript

Arvind KumarJavascript, jQuery, Miscelleneous, ReactLeave a Comment on LocalStorage in JavaScript
LocalStorage

LocalStorage is a type of web storage that allows JavaScript websites and apps to store and access data right in the browser with no expiration date. This means the data stored in the browser will persist even after the browser…

Read More→

Fixing “SSL operation failed” email issue in cakephp 3.8

Arvind KumarMiscelleneousLeave a Comment on Fixing “SSL operation failed” email issue in cakephp 3.8

Sending emails from a CakePHP application is simply a piece of cake. Here is the basics according to Cakephp documentation. Here is the basic configuration in config/app.php 'EmailTransport' => [ 'default' => [ 'className' => 'Smtp', 'host' => 'smtp.xxxxx.com', 'port'…

Read More→

How to create a “toggle switch” (on/off button) with CSS and html

Arvind KumarHTML and CSS, MiscelleneousLeave a Comment on How to create a “toggle switch” (on/off button) with CSS and html

The following example demonstrates creating a simple toggle switch using plain html and css.

Linux commands to list folders with their corresponding sizes

Arvind KumarMiscelleneousLeave a Comment on Linux commands to list folders with their corresponding sizes

Simple du command lists all folders with their corresponding size of disk plus to start with. DU – Disk Usage

Dropzone Child elements are not clickable for upload

Arvind KumarJavascript, jQuery, Miscelleneous, ToolsLeave a Comment on Dropzone Child elements are not clickable for upload

When attaching the .dropzone() object via jQuery, generally it does not allow you to click child elements and open the upload dialog.

Posts navigation

Previous 1 2 3 … 5 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Laravel Carbon addMinutes() | Laravel Carbon Add Or Subtract Minutes and Hours Examples
  • How to build a basic Frontend Application using Laravel and Livewire
  • Auto Renew Let’s Encrypt Certificates using Certbot
  • How to compress and extract files using tar command in Linux – Basic Example
  • How to Publish ReactNative Expo Mobile App to Apple App Store and Google Play Store

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms