Featured Articles

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 width? jQuery width() and jQuery resize() can...

Asp.Net Forms Authentication Login Control With SQL Server Using aspnetdb.mdf – ASP.NET Membership

This tutorial will show you how to make the ASP.NET forms authentication work with SQL Server using the provided ASPNETDB.MDF file.  Then it will show you how to properly configure your web.config file to use it. *Note – This tutorial will help...

Protocol Relative URL – Network-Path Reference or Scheme-Relative URL

Here we examine why you would use a protocol relative URL.  Have you ever had this error in ie - “This page contains both secure and nonsecure items?” A protocol relative URL may also be called a “network-path reference” or “scheme-relative URL.” If...

SurfingSuccess Articles

We have chosen the best articles written by our partners from SurfingSuccess and you can find them below: https://wshop.fi/eng/jquery-document-ready-explained-document-ready-function/ https://wshop.fi/eng/javascript-browser-detection-navigator-user-agent-sniffing-guide/ https://wshop.fi/eng/asp-asp-net-forms-authentication-login-control-with-sql-server-using-aspnetdb-mdf/ https://wshop.fi/eng/jquery-append-insert-using-append-prepend-before-after/ https://wshop.fi/eng/jquery-window-width/ https://wshop.fi/eng/css-wildcard-kind-of-css-attribute-selector/ How to set the default view in visual studio to either, Design, Source, or Split View https://wshop.fi/eng/iis-url-rewrite-installation-and-use-web-config/ https://wshop.fi/eng/css-clearfix-how-to-clear-floats/ “Sometimes” Sticky CSS Element Using jQuery https://wshop.fi/eng/css-sticky-footer/ https://wshop.fi/eng/images-in-html-emails-still-separate-in-gmail/ https://wshop.fi/eng/protocol-relative-url-network-path-reference-or-scheme-relative-url/ https://wshop.fi/eng/javascript-window-location-object-methods/ https://wshop.fi/eng/make-rss-icon-display-in-browser/ https://wshop.fi/eng/basic-jquery-ui-accordion-tutorial/ https://wshop.fi/eng/responsive-jquery-vertical-menu/ https://wshop.fi/eng/net-vb-c-control-naming-conventions/ https://wshop.fi/eng/css-centering-of-an-element/ https://wshop.fi/eng/doctype-reference-html-and-xhtml/ https://wshop.fi/eng/my-favorite-css-generators/ https://wshop.fi/eng/seo-safe-css-hiding/ https://wshop.fi/eng/remove-dotted-line-around-link/ https://wshop.fi/eng/php-ispostback-equivalent-function-code-snippet/

SEO Safe CSS Hiding: CSS Snippet

As far as I know, this is better for SEO when hiding an element with CSS. I believe it is better than display: none; and/or visibility: hidden; #thingamabob { position: absolute; left: -9999px; } CSS Hiding the SEO...

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 code for space is “ ”Examples 4...

Control Naming Conventions for ASP.NET VB C#

These control naming conventions may help provide some organization. Visual Studio sets Name properties to defaults for controls, like Label2. Using these conventions it would be something like lblName. ASP.NET Control Naming Conventions ASP.NET Control Naming Conventions are prefixed to the name, such as, lblName or rptEmployee. Control Naming...

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 be required for older versions of...

The Capabilities of .NET

The Developers Dilemma usually takes two forms: If Only I could XOr, How Do I X Usually followed by a flurry of Google Searches and, depending on the...

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 --> ...

PHP Ispostback Equivalent Function – Code Snippet

There is a function called ispostback in asp.net. However there isn’t one in PHP. You use do it to check if a page is a postback....

Discover

Trending

Images in HTML Emails: Images Still Separate in Gmail?

Have you ever made an HTML email with images in it and it looked good in most email clients, but not gmail or possibly hotmail? You’ve made sure to...

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...

The Capabilities of .NET

The Developers Dilemma usually takes two forms: If Only I could XOr, How Do I X Usually followed by a flurry of Google Searches and, depending...

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...

jQuery Append – Insert Using .append() .prepend() .before() .after()

This tutorial will show how to use jQuery append.  It will also show how to append after and append before.  Append actually means to add after. But this...

Enjoying our content?

Subscribe and receive a weekly newsletter packed with awesome stories to inspire you!

Latest Articles

Control Naming Conventions for ASP.NET VB C#

These control naming conventions may help provide some organization. Visual Studio sets Name properties to defaults for controls, like Label2. Using these conventions it would be something like lblName. ASP.NET Control Naming Conventions ASP.NET Control Naming Conventions are prefixed to...

Responsive jQuery Vertical Menu

The vertical menu knows how far to animate by getting the width of the div it’s located within. View Demo The snippet of code below is the html for our vertical menu. Take note of the span...

Images in HTML Emails: Images Still Separate in Gmail?

Have you ever made an HTML email with images in it and it looked good in most email clients, but not gmail or possibly hotmail? You’ve made sure to build your HTML email using tables instead of divs, used colspans, specified heights and widths....

CSS Sticky Footer – Sticks Whether You’ve Scrolled or Not

There are several tutorials on how to make a CSS sticky footers sticky header, or sticky sidebar.  This is one. Remember to compensate at the bottom of your page so the CSS sticky footer doesn’t cover any content....

Doctype Reference – HTML and XHTML

Here are the doctype declarations for you. Short and sweet HTML Doctypes: HTML 5 Doctype <!DOCTYPE html> HTML 4.01 Strict Doctype <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> XHTML Doctypes: XHTML 1.1 Doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> XHTML 1.0 Transitional Doctype <!DOCTYPE html PUBLIC...

CSS Generators – My Favorites – CSS3 Tools and Gradient Generator

There are several CSS generators out there. Many do the same things. Soo… To keep you from sorting through several different generators, here are my favorites to save some time.  Some browsers have different quirks,...

jQuery UI Accordion Tutorial: How to Make a Basic jQuery UI Accordion

This post is for beginners.  It shows how to make a basic jquery UI accordion. We will use a predefined jquery ui for the accordion. There is a link to the demo right before the entire code snippet. HTML...

SEO Safe CSS Hiding: CSS Snippet

As far as I know, this is better for SEO when hiding an element with CSS. I believe it is better than display: none; and/or visibility: hidden; #thingamabob { position: absolute; ...

Protocol Relative URL – Network-Path Reference or Scheme-Relative URL

Here we examine why you would use a protocol relative URL.  Have you ever had this error in ie - “This page contains both secure and nonsecure items?” A protocol relative URL may also be called...

Sponsor

Stars

jQuery Append – Insert Using .append() .prepend() .before() .after()

This tutorial will show how to use jQuery append.  It will also show how to append after and append before.  Append actually means to add after. But this...

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...

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...

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...

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...