Featured 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 the name, such as, lblName or rptEmployee. Control Naming...

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 it for a hand coded site,...

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 tag with class v_item. It is...

Create and Consume Web Services In Asp.Net

In this Article we will learn how to create and consume Web Services In Asp.Net and C#. A Web Service is platform independent software component, based on Simple Object Access Protocol (SOAP) . Web Service is used to Exchange of data on the...

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 content with these four functions. BeforeAfterInside.prepend().append()Outside.before().after() .before() - Inserts content outside and before. .prepend() - Inserts...

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: Below classes have some of the...

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 into three logical tiers is sufficient. Creating additional logical tiers is usually an indication of a poor...

Ultimate Cheat sheet for C++ Programming Language

C++ isn’t a simple programming dialect to ace. Just through experience will the horde mixes of images begin to appear to be normal to you. This Cheat Sheet, nonetheless, gives you some strong tips on facilitating that change from C++ amateur...

ASP.NET WatchDog System Requirements. Installation Instructiuons

In order to run ASPNETWatchDog, your system must have Microsoft .NET Framework installed. For more information about Microsoft .NET Framework, please visit MSDN .NET web site...

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

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

Discover

Trending

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

How to Remove Dotted Line Around Link? Remove Mozilla Firefox Border

Ever noticed that FireFox applies a border/outline around links. This CSS snippet will remove dotted line around link. If this is what you are trying...

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

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

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

Enjoying our content?

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

Latest Articles

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

Sponsor

Stars

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

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

Create and Consume Web Services In Asp.Net

In this Article we will learn how to create and consume Web Services In Asp.Net and C#. A Web Service is platform independent software component,...

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

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