If you’re running a Mac and wish to capture a video of your screen there is a very easy and free way to do it using Quicktime, which is provided with your Mac. Let’s see how to do it. Steps Overview Start New Screen Recording on Quicktime Start Quicktime Click on File -> New Screen…
If you have been reading the the CSS 2.1 Specifications you may have come upon a couple of interesting terms: replaced and non-replaced elements. Let’s delve a bit deeper into what replaced elements are, which elements they include, and some examples of each. Definition of a Replaced Element I stumbled upon them while researching the…
The following is a Javascript (JQuery) solution for implementing floating (persistent, or sticky) headers of sections as the user scrolls below the header static position. Once the user scrolls past the containing block of the header the header is left parked at the bottom of the containing block so that it resticks to the top…
If you, prefer to write in HTML directly, or in my case, Markdown, then you may have been plagued by WordPress’s annoying automatic adding of p tags. After a while I was so annoyed that I decided to find a solution for it, and I found a very useful plugin called Raw HTML. Getting it…
An important part of SEO is using proper markup to help the search engines understand the contents of your page. We will discuss the rel attribute, what it means, it’s defined types and how we can use rel=”author” and rel=”publisher” for SEO. Which Tags can have a “rel” Attribute Searching through W3.org’s html 5 specification…