Quantcast
Channel: Surfing SuccessSurfing Success
Browsing latest articles
Browse All 25 View Live

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 will  show you how to use jQuery to insert...

View Article


Image may be NSFW.
Clik here to view.

Make RSS icon display in browser – Detect RSS Feed

This HTML snippet will make RSS icon display in browsers.     Continue reading →The post Make RSS icon display in browser – Detect RSS Feed appeared first on Surfing Success.

View Article


Javascript Window Location object Properties

Javascript window location object properties contain information about the current URL. We will use an example URL: http://www.domain.com/subdirectory/search?filter=a#somewhere. Then we will see what...

View Article

Javascript Window Location Object Methods

Two of the three javascript window location object methods seem to do the same thing.  They do not. The window location methods are assign(), reload(), and replace(). The reload() method does what you...

View Article

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

View Article


Images in HTML Emails

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

View Article

CSS Sticky Footer

There are several tutorials on how to make CSS sticky footers, sticky headers, and sticky sidebars.  This is one.  There is a working demo to check out. Remember to compensate at the bottom of your...

View Article

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

View Article


asp.net forms authentication login control with SQL Server using aspnetdb.mdf...

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

View Article


CSS Wildcard (kind of) – CSS Attribute Selector

In CSS, selectors are patterns used to select the element(s) you want to style.  If you are looking for a CSS wildcard or CSS Regular expression then what you might  be trying to find is a CSS...

View Article
Browsing latest articles
Browse All 25 View Live