Search code snippets, questions, articles...
All code snippets
Login
Register
+
Add new Snippet
Add new code snippet that you can easily search
Ask Question
If you stuck somewhere or want to start a discussion with dev community
Write Article
Share your knowledge by writing article and spread it
Chrome Extension
My Account
Browse
Javascript
React
Redux Form
Gulp
Javascript Basics
Vue.js
Chart.js
Lodash
Python
Python
SQLAlchemy
Django
Pandas
All
PHP
MySql
neo4j
AMP
Ubuntu
Flutter
Dart
Dev Tools
All
Code Manager
JSON Viewer
Javascript Runner
Comma Converter
HTML Editor
SCSS to CSS
SQL Formatter Online
Discussions
Articles
JSON Viewer
Dev Profile
More
Code snippets
Knowledgebase
About Us
Contact Us
Articles
@kleinvalentino01EBFF
RTB Cuts
RTB Cuts images
@kleinvalentino01EBFF
VK_Projects images
this article is mainly gunna be used to upload images so i can use them in my websites
@Devsheet
Disable auto update feature in Wordpress
WordPress has this feature to automatically update your website if a new update is available in the framework or the plugins that you are using in your WordPress website.Remember that it may cause you a security threat on your website because if there are security-related updates in the framework or
@Devsheet
Add and remove tags functionality using CSS and javascript
Managing tags and chips is required in some web projects. You can easily create adding and removing tags functionality using CSS and javascript. The basic functionalities that we will develop here as tag management are as below:1. Create a text field where you can type some text as tag text.2.
@Devsheet
Upload image to Github and use image URL
You can upload an image on Github and can use this image in your project or anywhere in your Github editors. The process to upload and use images from Github is as below.First, create a new issue inside your repository. To create a new issue go click on the Issues
@ankitdhama
Create dynamic google sitemap using PHP Mysql
Google sitemap plays an important role to index your website links on google fastly. There are a lot of online tools that can be used to generate sitemap.xml files for your website. But if your website creating links continuously like a news website then it will not be feasible to
@Devsheet
Styling console.log() output in inspection tool using CSS
You can style console.log() output in the console tab of the Inspection tool window. You need to append %c before the message string as the first parameter and CSS property and values combination as the second parameter.For example, if you want to show an error styled message. You can use
@ankitdhama
Steps to check when pythonnet failing to install via pip
If you are trying to install pythonnet using pip and you are getting errors while installing it on MAC OSX you can follow below steps to remove the error and install it.If not installed run the below command to install on MAC OSXThe reason for the error maybe because it
@Devsheet
Download free icons from feathericons for your website and apps
If you are developing a website or mobile app, there may be a requirement of different icons that makes the UI of the application attractive and more user friendly. There are a lot of websites from where you can buy icons but if you are looking for open source icons
@Devsheet
Install MySql and Connect with Python Django
MySQL is a relational database that is frequently used to store and query data. In this article, we will learn to install the MySQL database and create a connection with DjangoThe easiest way to install MySQL is by using the brew command if you are using Mac for the development.
Next
Most Popular
Center elements using CSS
By
@gaurav
CSS accordion examples
By
@gaurav