Erki

More Articles

CSS Center – CSS Centering of an Element: Tutorial

CSS Center - This short tutorial and snippet will show how to center with CSS CSS Center HTML <body> <div class="centerMe"> <!-- Put centered content here --> </div> </body> CSS Center This CSS centering includes styling that may...

Make RSS Icon Display in Browser With this HTML Snippet

This will show how to make RSS icon display in browsers with RSS feed integration. Most CMSs will automatically add the code needed for an RSS feed to be displayed in supported browsers. However, if you need to add...

“Sometimes” Sticky CSS Element Using jQuery

There are several tutorials on how to make things “sticky” using CSS. We will make a “sometimes sticky” element using CSS and jQuery. Here is an article on CSS sticky footers to help you understand before we...

CSS Clearfix: How to Clear Floats in this Tutorial With 5 Clearfixes

Here we will explore 5 different CSS clearfix options. A “CSS clearfix” is often needed to clear floats. Examples 1-3 clear floats by applying a CSS class to a p tag. The p tag holds a “non-breaking space” - ascii...

IIS URL Rewrite Tutorial – Installation and Use – web.config

To get the below URL Rewrite code to work in IIS, you must first install the URL Rewrite module. The URL Rewrite module is not installed by default. The IIS URL Rewrite module may be...

How to set the default view in visual studio to either, Design, Source, or Split View

In Visual Studio, to change the Default View from Design View to Source View, or Split view, do the following. In the menu, go to “Tools” > “Options.” Once in options, select the “HTML Designer” Section. Next, select your default view of choice, Design View, Source View, or Split view. Click “OK.” Then restart...

CSS Wildcard (kind of) – CSS Attribute Selector

CSS wildcard or CSS Regular expression? - You may be looking for CSS Attribute Selector. CSS Attribute Selector - Here’s the scenario: You want to add styling to all elements that have “read” in the  name of the class. For instance:...

jQuery Window Width – Determine Browser Window Size, Responsive Design

jquery window width, you’ll need it if you’re working with Responsive Design and/or need to figure out the width of the browser Window? Are you using a responsive design layout and using viewport, but need a way to determine window...

Javascript Window Location object Properties

Javascript window location object properties contain information about the current URL. For example” location.pathname” returns “/subdirectory/search.” Example URL: http://www.domain.com/subdirectory/search?filter=a#somewhere Javascript Window Location Object Properties PropertyDescriptionReturnshashReturns the anchor portion of a URL#somewherehostReturns the hostname and port of a URLwww.domain.com (will...

Discover

Trending

“Sometimes” Sticky CSS Element Using jQuery

There are several tutorials on how to make things “sticky” using CSS. We will make a “sometimes sticky” element using CSS and jQuery. Here...

Application Design Inside ASP.NET

In general, this means evaluating the design for performance, maintainability, extensibility, scalability, availability, recovery, data integrity, and use-case correctness. Performance Evaluation Typically, designing a Web application...

jQuery Document Ready Explained: $(document).ready() Function

jQuery $(document).ready() is a basic part of using jQuery. The jQuery document ready function executes when the DOM (Document Object Model) is completely loaded...

Modify the Windows Registry With VBScript

Famous WSH heard? He is the short form of the Windows Script Host, WSH is a Windows platform scripting command, his function is very...

CSS Wildcard (kind of) – CSS Attribute Selector

CSS wildcard or CSS Regular expression? - You may be looking for CSS Attribute Selector. CSS Attribute Selector - Here’s the scenario: You want to add styling to all...