background preloader

Intensities

Facebook Twitter

Soundcloud. Code Snippets for Web. Html Color Codes. CodePen. HTML5 Snippets. Code Snippets. Coding. High density retina displays or screens, like Apple’s Retina Display, have lots of pixels in a small space that it is almost impossible see the pixelation, thus, displaying smoother images and texts. Although Apple offered it first on the market, manufacturers have been releasing similar devices recently to compete with Apple.

When using Retina Display devices, you can see that other sites online appear blurry. This is because of the low-resolution images being stretched to fill the screen that makes the site look disgusting. A Retina Display scales 1px to 2px, making the size double. Read More There are many ways to create a navigation menu for the Web. One of the most popular navigation menus is the accordion look drop-down navigation that slides up and down, showing its sub-menus when toggled.

In this tutorial, we’re going to build a sliding navigation menu using CSS3, along with some jQuery codes to manage the sliding animation. Let’s get started. Read More Read More Read More Read More. HTML5, CSS3, JS Demos, Creations and Experiments. Whitespace Remover - Clean Spaces, Tabs, Blank Lines. BBCode Converter - BBCode to HTML and Back (Forum Code) Convert BBCode to HTML or HTML to BBCode.

Our Live Bulletin Board Post Converter will allow you to quickly convert your Forum Post Formats on the fly. At some stage you will probably want to post messages into various forums and bulletin boards on various web sites that you are visiting. Some of these boards will allow you to use HTML code while others use a modified version called bbCode (for example Bravenet forums can allow HTML while PHPbb and vBulletin forums use bbCode).

Depending on the board you may not get the result that you want if you are pasting content from a web page or other pre prepared source. Novice webmasters will probably notice this most if they are trying to get help with HTML code from their web page and paste a copy of the code into a forum that allows HTML input. Mouseover effects in SVGs. In this tutorial I'll describe five different methods to achieve a mouseover effect in an SVG. I'll start with the simplest and most limited approach (CSS), and work up to the most complex, but most flexible approach (Javascript/ECMAScript, which is described in more detail here). To view the full code for any of examples in this post, right click on an image and chose View Frame Source or something similar, depending on your browser.

For further information see: Example SVG SVGs seem to be an increasingly popular way of adding high quality, interactive images to the web. The simplest way to get a mouseover effect is to use the hover effect with CSS styling. CSS within SVG works just as with HTML, so we can get more specific effects by using different selectors. If you can get away with just using CSS, I'd recommend it, but there are some limitations: Onmouseover events A more targeted approach is to add a function directly into the <rect> element. Set attributeName ECMAScript JavaScript. Lorem Ipsum - All the facts - Lipsum generator. CSS Positioning 101. If you’re a front end developer or a designer who likes to code, CSS-based layouts are at the very core of your work.

In what might be a refresher for some, or even an “a-ha!” For others, let’s look at the CSS position property to see how we can use it to create standards-compliant, table-free CSS layouts. Article Continues Below CSS positioning is often misunderstood. Sometimes, in a bug-fixing fury, we apply different position values to a given selector until we get one that works. This is a tedious process that can work for a time, but it behooves us to know why specifying something like position: relative can fix your layout bug. The CSS specification offers us five position properties: static, relative, absolute, fixed, and inherit. Get with the flow#section1 First, let’s take a step back to recognize the world we’re working in. Boxes in the normal flow belong to a formatting context, which may be block or inline, but not both simultaneously. Example D shows our new markup. Text-Shadow Exposed: Make cool and clever text effects with css text-shadow › Kremalicious.

The aim of this article is to give you a quick introduction of a css property named text-shadow which was first included in CSS2 (but it’s not implemented in all browsers yet). Nevertheless you can make some cool effects with it, which could only be done before by photoshopping text and rendering it as an image. Because it’s included in Safari since version 1.1(!) Mac users should be aware of various effects done by this property. In fact, most companys and persons with mac users as their main target audience use this effect on their websites. This article describes how text-shadow works, what you can do with it and which browsers currently support it. At the end of this article I’ve made up some examples and provide a list of useful resources. Here’s an overview of the headlines in this article.

What text-shadow is good forWhich browsers support itCross-browser compatibilityHow does it work and how to use itExamples with code & demosHack: Safari Text RenderingMore articles and resources.