HOW TO CONVERT FORMDATA TO JSON OBJECT
Recently, whilst working on a project I needed to take HTML FormData and then convert it to JSON to be sent off to an API. By default the FormData object…
Guides and updates from the DigitalHubZ team.
Recently, whilst working on a project I needed to take HTML FormData and then convert it to JSON to be sent off to an API. By default the FormData object…
Recently in Ubuntu which I use for my hosting operating system of choice I needed to bulk change permissions on a bunch of folders and files. I needed to set…
Question: How can I allow and deny HTTP access to files based on file extensions? I need to deny access to all TXT files.
This tutorial will show you ways to force rewrite WordPress URLs to use /blog/ in posts permalink structure. Websites that have an outsized number of pages, custom post types, posts,…
Use prepared statements and parameterized queries. These are SQL statements that are sent to and parsed by the database server separately from any parameters. This way it is impossible for an…
Attribute Details charset Specifies the character encoding of the linked document crossorigin Specifies how the element handles cross origin requests href Specifies the location of the linked document hreflang Specifies…
Value Description some value Specifies the value of the attribute (as a string) Older browsers support Data attributes were introduced in HTML5 which is supported by all modern browsers, but…
For your WordPress web site to be successful, you’ll got to target quite simply its content and style. Regular maintenance is additionally needed, to stay your website secure and running…
Parameters Details class Indicates the Class of the element (non-unique) id Indicates the ID of the element (unique in the same context) Classes and IDs make referencing HTML elements from…
TABLES The HTML <table> element allows web authors to display tabular data (such as text, images, links, other tables,etc.) in a two-dimensional table with rows and columns of cells.
We are all trying to increase our sites speed and give our users a better experience and one often overlooked method is to leverage browser caching. For anyone who doesn’t…
HTML offers three ways for specifying lists: ordered lists, unordered lists, and description lists. Ordered lists use ordinal sequences to indicate the order of list elements, unordered lists use a…