How to perform a image upload using Javascript Fetch API and FormData
Anush
Latest posts - Page 5
CSS Colors
CSS colors contains human readable name you can use instead of a fancy code. Behind the screen actions of of how http://css-colors.techstream.org/ was made.
Creating a Website that Converts
Have you ever unveiled a new product or service on your website, only to meet with utter indifference? You’re not alone. Even if your website is running perfectly and your…
Generate Variables from string in Javascript
Generate variables in JavaScript from strings using eval. It's a function which evaluates a string as though it were an expression.
Block Ad-Blocker ?
A Publisher's view on the ad-blocker and it's blockers. Over the past few months, I’ve been prompted by a good number of websites which blocks my…
Scroll Status Indicator
A custom scroll indicator for your users if they wish not to use the native scroll indicator. Scroll Indicators provide users information on how far they have scrolled down a…
Associating Many to Many Relation in DJango Rest Framework
Add an entry to a Many to Many field when an object is created using API with Django Rest Framework.
WordPress Requesting FTP Details
WordPress asks for your FTP credentials when it can't access the files directly. This happens when PHP running as the different user (mod_php or CGI) rather than the user that…
Clean multiple fields in DJango form
Django packs a ton of cleaning methods in the box which includes validating against field types, length of inputs, etc. It also lets you add custom…