Skip to content
EveryUseful

EveryUseful

A site for Every Useful in all fields, specially IT world

  • Home
  • Laravel
  • Web
  • PHP
  • Javascript
  • HTML/CSS
  • Security
  • Links
  • Games

Tag: web

Posted on July 31, 2019July 31, 2019

Obfuscate JS

To protect your Javascript code or at least make it so hard for anyone to steal your work is to obfuscate your coding .. here are some online sites that do just that ..

  • JavaScript Obfuscator
  • UglifyJS

And these sites can minify your code

  • JavaScript compression tool
  • Minify your JavaScript
  • Online JavaScript Compression

And finally, some tools to Lint your code

  1. JSLint
  2. JSHint
  3. ESLint
Posted on December 13, 2018December 13, 2018

Normal, Asynchronous vs Deferred JavaScript Execution

Normal Javascript execution:

HTML parsing paused till script is fetched and executed then resume .

Asynchronous 

HTML parsing continue while script is being fetched but pauses when script is executed.

Defered

Script fetching continues while HTML is parsing but only execute when HTML parsing is completed.

For more details, check this page:  https://bitsofco.de/async-vs-defer/

Posted on October 8, 2018October 9, 2018

How to Enable / Disable input using jQuery

Very simple

$(“input”).prop(‘disabled’, true);
$(“input”).prop(‘disabled’, false);

Posted on May 20, 2018May 20, 2018

Laravel Admin Panel Generator article

Here is a good article talking about Laravel Admin Panel generators

https://laravel-news.com/13-laravel-admin-panel-generators

Recent posts

  • PC Gaming vs Console Gaming July 20, 2020
  • Password protect a folder in xampp April 23, 2020
  • Can’t install extensions on VSCode? March 12, 2020
  • How to install composer on Godaddy cPanel February 10, 2020
  • Can’t access DB or phpmyadmin locally November 21, 2019

Search

About This Site

Trying to collect every useful thing I see to share it with everyone.

About This Site

This may be a good place to introduce yourself and your site or include some credits.

Search

  • Yelp
  • Facebook
  • Twitter
  • Instagram
  • Email
Proudly powered by WordPress