Author: Aniruddha Chaudhari

linux

Chmod Calculator for Linux File Permission

Online tool to convert the file permission for owner, group and public to the numeric value and symbolic notation. It can be used with chmod Linux command.

web development

Is Web Development a Good Career?

Why web development is a good career in 2022 and in future? Is web development a good career?

CSS

How to indent First/All Line of Paragraph in HTML and CSS?

How to indent first line of paragraph in HTML and CSS? HTML Indent Paragraph All lines. The text-indent property for paragraph.

Django

How to Render Django Form Layout Manually using Widget Tweaks?

[Complete tutorial] How to render Django form layout using Widget Tweaks? Explained with Django-widget-tweaks example.

HTML

Hide/Show Password using Eye icon in HTML and JavaScript

How to hide and show password using eye icon in html and JavaScript? Toggle password on Click with visibility eye.

Bootstrap

How to Display Messages after Form Submit in Django and Bootstrap?

Simple steps to display messages after form submit in Django and Bootstrap? Show success and error message on submission.

Django

[FREE] How to Deploy Django on PythonAnywhere | FREE Hosting

[FREE] How to deploy django on pythonanywhere? Upload and host your Django project from GitHub to make it online.

hacking

How to Recover Website from Japanese Keyword Hack in Google Search?

Step-by-step procedure to recover website from Japanese keyword hack in Google Search? How to prevent Chinese keyword attack.

Django

How to Add Model to Django Admin Site [Step-by-step]

How to add model to django admin site? Step-by-step procedure to create custom form model and add it in admin.py.