Posts marked with "HTML" in categories

How To Integrate Disqus Into Blogger Dynamic Views

Disqus works in normal Blogger template but won’t work in Dynamic Views because it don’t support HTML/Javascript widget. But you can edit the contents in head tag of Template and I found a way to integrate the Disqus commenting system in to Blogger. I’m gonna show you how to do that. DEMO Works On Sidebar Classic Flipcard Magazine Mosaic Snapshot Timeslide Disadvantages On Classic Templates Disqus will only be available for the first post, because they won’t allow you to put more than 1 Disqus Comment box on a page... [READ MORE]

Check whether a site is XSS vulnerable or not.

XSS is a method to hack sites which most of the newbie programmers don’t know. Here is a quick way to identify if a site is vulnerable to it. Go to a site which offers searching or other GET parameters which are outputted in the site’s page. Instead of the value in one of the GET parameter use the following value : XSS Vulnerability checker by Subin Siby For example a site with the GET parameter query with value subins and the url will be : http://subins.... [READ MORE]

How to show Disqus comment count in Blogger

Many of sites have switched to Disqus comment system. It’s fast, easy and simple to use. Many wanted to show the comment count on their homepages. For showing the comment count on your **Blogger Blog **you can just do a simple trick. Go to Blogger -> Template -> Edit HTML. Place this Javascript code above . <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = '<span style="... [READ MORE]

Creating a Contact Me page for Blogger Blog

Blogger has added a new widget in their widget page. This widget is a Contact Me widget which allows blog visitors to contact you. This can be added in your blog sidebar or footer. In this tutorial I will tell you to how to add this to a blog page. Create a blank page from Blogger -> Pages -> New Page -> Blank Page Toggle to tab HTML and paste these code in the HTML textarea : Name... [READ MORE]

Hide File Extensions In Browsers Using .htaccess

Many of us programmers want to hide the file extension of server files such as .php, .jsp, .py etc…. You can easily hide these extensions with the help of a .htaccess file. This feature is only available to Apache servers. Create a file named .htaccess if your root directory of site doesn’t have one. Add these lines to the .htaccess file : <span style="background-color: white; font-family: inherit;"><span class="kw1" style="border: 0px; color: #2060a0; line-height: 18.... [READ MORE]

How to replace protocol in links with the window URL protocol

The best way to this is by replacing every HTTP & HTTPS in the HTML file with //. For Example: Subins With : Subins If the location protocol is HTTPS  all links’ protocol will be changed to HTTPS and If the location protocol is HTTP  all links’ protocol will be changed to HTTP. For a mass replacement of links USE Regexxer.... [READ MORE]

Storing JSON object in HTML5 Local Storage : Stringify

This tutorial will help you to store JSON Object in LocalStorage. This method uses a function called stringify. Suppose we have a JSON object like this : var data = {name:’subin’,class:’8A’}; If we want to store this JSON object in Local Storage then use the function below: localStorage[‘info‘]=JSON.stringify(data); That’s it. JSON Object is now stored in your Local Storage. ... [READ MORE]

How to view or Download Google Drive files on your site

Many of you wanted to show images, videos etc… on your site which is uploaded on your Google Drive. The link of the file will not be the same at all times due to security reasons.  So Google provides another method to show or download a file. For this method you need to get the file id. For that open your file.  Look at the url box of your browser.... [READ MORE]

How to add Subins Like button to blogger/blogspot

You might have know The Subins Project created by me. It is hosted by AppFog. If you want to add Subins Like button to your blog, then follow these steps. Go to Blogger Place this code where you want to add the Subins Like Button. BLOG URL‘> If you want to add like button on post footer then follow the steps mentioned below. Go to Blogger -> Template -> Edit HTML Click Expand Widget Templates.... [READ MORE]

Follow/Subscribe

Telegram 

Mastodon  Twitter

GitHub GitLab

Subdomains

Demos  Lab

Past

This blog was once on WordPress. Now a static site. See source code on

GitLab