HTML 5 Notes For Professional – Chapter – 11 (Data Attributes)

ValueDescription
some valueSpecifies 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 older browsers before HTML5 don’t recognize the data attributes.

However, in HTML specifications, attributes that are not recognized by the browser must be left alone and the browser will simply ignore them when rendering the page.

Web developers have utilized this fact to create non-standard attributes which are any attributes not part of the HTML specifications. For example, the value attribute in the line bellow is considered a non-standard attribute because of the specifications for the <img> tag don’t have a value attribute and it is not a global attribute:

<img src="sample.jpg" value="test" />

Read More

Key Maintenance Tasks for Your WordPress Website

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 swimmingly. Over time, however, these maintenance tasks will begin to accumulate and feel a small amount overwhelming.

Read More

HTML 5 Notes For Professional – Chapter – 10 (Classes and IDs)

ParametersDetails
classIndicates the Class of the element (non-unique)
idIndicates the ID of the element (unique in the same context)

Classes and IDs make referencing HTML elements from scripts and stylesheets easier. The class attribute can be used on one or more tags and is used by CSS for styling. IDs however are intended to refer to a single element, meaning the same ID should never be used twice. IDs are generally used with JavaScript and internal document links, and are discouraged in CSS. This topic contains helpful explanations and examples regarding proper usage of class and ID attributes in HTML.

Read More

Leverage Browser Caching Using Apache on Ubuntu

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 know exactly what we are trying to do here, I’ll try and explain. Browser caching stores elements of internet sites for an amount of your time so as to form them load quicker. For instance, if you look at 10 pages on a website and it has the same background image, logo, social media icons and so on, we can store these in the browser in order that they don’t keep being downloaded.

Read More

HTML 5 Notes For Professional – Chapter – 7 (Lists)

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 defined symbol such as a bullet to list elements in no designated order, and description lists use indents to list elements with their children. This topic explains the implementation and combination of these lists in HTML markup.

Read More

How to Change Your WordPress File and Directory Structure

Thanks to the open-source nature of WordPress, anyone – as well as hackers – will research the everyday file structure of a WordPress website and understand exactly wherever to begin an attack.

Fortunately, rearranging your core WordPress file structure is one methodology you’ll be able to use from your security arsenal to combat hacks and bolster your site’s defenses.

So during this post, I’m getting to walk you thru 2 ways that you’ll be able to customize your file structure for single and Multisite installs, furthermore as show you the code you need to bring it all together.

Read More

HTML 5 Notes For Professional – Chapter – 6 (Anchors and Hyperlinks)

href

Specifies the destination address. It can be an absolute or relative URL or the name of an anchor. An absolute URL is the complete URL of a website like http://example.com/. A relative computer address points to a different directory and/or document within the constant web site, e.g. /about-us/ points to the directory “about-us” inside the root directory (/). When pointing to another directory without explicitly specifying the document, web servers typically return the document “index.html” inside that directory.

Read More

15 SEO Plugins for WordPress

Websites on the WordPress platform will improve their program rankings by accessing a spread of free plugins.

Here could be a list of search-engine-optimization plugins for WordPress. There area unit all-in-one plugins that offer a spread of tools and, also, plugins to boost specific search-related areas, like website speed, tags, and image optimization. All of these tools are free, though several have premium versions as well.

Read More

Debugging Tips for WordPress: Common Errors and How to Fix Them

The most disreputable issue to travel wrong with WordPress is that the White Screen Of Death. This is when you load your website and there’s nothing but a white screen. No code, no errors; nothing. It’s a disheartening thing to see. In this post, we’ll say a way to create WordPress speak to you in addition as a way to resolve most problems.

Read More

Pin It on Pinterest