Results for: "script"

Contents (487)

15 Awesome Plugins for Creating Sticky Elements
15 Awesome Plugins for Creating Sticky Elements

It is now common to use some fixed elements on a site when you scroll up or down. This allows for…

read more
How to Configure the Mod_Security Core Ruleset in Ubuntu
How to Configure the Mod_Security Core Ruleset in Ubuntu

ModSecurity is a Web Application Firewall, a program that can be used to inspect information as it passes through your web…

read more
Guide to viewport units vw, vh, vmin and vmax
Guide to viewport units vw, vh, vmin and vmax

The viewport is the area where the browser renders the site. This is your screen minus the reserved space of…

read more
Fetch API, an amazing replacement of XMLHttpRequest AJAX
Fetch API, an amazing replacement of XMLHttpRequest AJAX

When AJAX came to the modern web, it changed the definition of how web works. We all are using ajax…

read more
Php: How to extend the highlight_string function
Php: How to extend the highlight_string function

PHP has a cool function that automatically highlights PHP code called highlight_string(); Theoretically this could be used to roll your…

read more