Google Code Prettify automatically detects your source code and highlights it accordingly. It’s quite simple to setup. 1. Put the below style links in your head section. <link href=’http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css’ rel=’stylesheet’ type=’text/css’/><link href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css” rel=”stylesheet” integrity=”sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u” crossorigin=”anonymous”> 2. Now, place this script…
Category: web
How to Change your django Project name
It’s possible to rename a project in django. you just have to replace your existing project name in the following places with the new one. Your django project structure Rename your project directory (ProjectName) and the following inside your project directory.…
How to Loop or Repeat a Youtube Video without any third-party website
Now, its possible to loop a video in youtube without the use of any third-party website/software. All you need to do is Right Click on the current playing video and select the Loop option. That’s it!!