loading icon
  • W3codegenerator
    W3codeGenerator
    For developers by developers
    • Code Generators
    • Code Snippets
    • Articles
    • Log in

Save a canvas as a PNG Using the download attribute

Created at 16-May-2020, By samar

HTML canvas element is used to draw 2D shapes using Javascript. It can also be converted to an image (png, jpeg, etc.) and can be embedded in the HTML page using <img> tag. We use html canvas element and javascript to convert canvas to image (png, jpg) . There are the ... Read More

Laravel artisan commands and parameters

Created at 14-May-2020, By samar

Artisan is the name of the command-line interface included with Laravel. It provides a number of helpful commands for your use while developing your application. It is driven by the powerful Symfony Console component. make:channel Create... Read More

How to add captcha to your website

Created at 13-May-2020, By samar

By using this code we can simply add captcha to our websites. You have to add your site key to data-sitekey property generated by google captcha. Google provide this technology to add your website to block spammers and bots that try to automatically get email addresses or try to automatically sign up for or make use of Web sites, blogs or forums. The acronym of CAPTCHA is... Read More

Change password in laravel

Created at 13-May-2020, By samar

Html form to get the user input data password and new password. <form id="form-change-password" role="form" method="POST" action="{{ url('/user/credentials') }}" novalidate class="form-horizontal"> <div class="col-md-9"> <label for="current-password" class="col-sm-4 control-label">Current Password</label> <... Read More

  • ‹
  • 1
  • 2
  • 3
  • 4
  • ›

Languages

php laravel javascript nodejs

Popular articles

  • How to display select option of <select> tag as selected in php
  • Solution for invalid template error code 80 in textlocal sms API
  • Download content in file using javascript/jQuery
  • Validate list of email addresses in javascript
  • How to validate comma separated numbers using javascript
  • Javascript numbers concatenating instead of adding
  • How to manually log users out of your application in laravel
  • Javascript element selector
  • Save a canvas as a PNG Using the download attribute
  • Insert record into table using mysql , mysqli and pdo

About w3codegenerator

W3codegenerator is the platform where web developers can ask queries and solve problems by submitting the code snippet for the queries and also generates the code. We provide articles and tutorials to solve coding problems in real world.

Site links

  • Contact Us
  • Privacy policy
  • About us

Social links

  • Facebook
  • Twitter
  • LinkedIn

Copyright © 2018 - 2022 w3codegenerator.com

All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website.