Skip to content

CODE SNIPPETS

All the Code Snippets and Samples you need

  • Home
  • Menu
    • DISCLAIMER / HAFTUNGSAUSSCHLUSS
    • IMPRINT / IMPRESSUM
    • PRIVACY POLICY / DATENSCHUTZ
    • Submit a Snippet
  • Projects
    • Fesslersoft.Extensions
    • Tornadocapture
  • Tools
    • Base64 Encoder/Decoder
    • Colorpicker
    • MD5 Hash Creator
    • UUID/GUID Generator
    • XML Formatter
Top Tags
  • C#
  • csharp
  • Visual Studio 2012
  • Visual Studio 2008
  • Visual Studio 2010
  • Visual Studio 2013
  • Visual Studio 2005

Latest Post

How to get the current path using VBScript How to disable all links using jQuery How to remove class after delay in jQuery How to check if a value is a double value in Android (Java) How to refresh the current Android Fragment
VBScript

How to get the current path using VBScript

Aug 23, 2016 Administrator
jQuery

How to disable all links using jQuery

Aug 5, 2016 Administrator
jQuery

How to remove class after delay in jQuery

Aug 4, 2016 Administrator
Java

How to check if a value is a double value in Android (Java)

Aug 4, 2016 Administrator
Android Java Mobile

How to refresh the current Android Fragment

Jun 9, 2016 Administrator
  • Latest
  • Popular
  • Trending
  • VBScript
    How to get the current path using VBScript
  • jQuery
    How to disable all links using jQuery
  • jQuery
    How to remove class after delay in jQuery
  • Java
    How to check if a value is a double value in Android (Java)
  • Most Read Articles
    Top 10 reads of February 2015
  • AngularJs
    How to define global Variables in AngularJs
  • AngularJs
    How to reload or rerender the page using AngularJS
  • jQuery
    How to add or remove a class on hover using jQuery
  • VBScript
    How to get the current path using VBScript
  • jQuery
    How to disable all links using jQuery
  • jQuery
    How to remove class after delay in jQuery
  • Java
    How to check if a value is a double value in Android (Java)
VBScript

How to get the current path using VBScript

Aug 23, 2016 Administrator

To get the current path using VBScript you can use the snippet below. Samples VBScript Sample If you have any questions or suggestions feel free to rate this snippet, post…

jQuery

How to disable all links using jQuery

Aug 5, 2016 Administrator

To disable all links using jQuery you cna use the snippet below. Samples jQuery Sample <script type="text/javascript"> $("a").click(function() { return false; }); </script> If you have any questions or suggestions…

jQuery

How to remove class after delay in jQuery

Aug 4, 2016 Administrator

To remove class after delay in jQuery you can use one of the snippet below. Samples jQuery Sample using setTimeout() var element = $('#element'); element.addClass('current'); setTimeout(function() { element.removeClass('current'); }, 2500);…

Java

How to check if a value is a double value in Android (Java)

Aug 4, 2016 Administrator

To check if a value is a double value in Android you can use the snippet below. Samples Java (Android) Sample public static boolean IsDoubleValue(String input) { if(!TextUtils.isEmpty(input.trim())) { //use…

Android Java Mobile

How to refresh the current Android Fragment

Jun 9, 2016 Administrator

To refresh the current Android Fragment you can use the snippet below. The code must be placed inside the Fragment that needs to be updated. The snippet will call the…

Announcements

Colorpicker

Dec 1, 2015 Administrator

We have just released another tool in our new Tools section. It’s a online Colorpicker, which uses HTML, AngularJs and Bootstrap. Colorpicker If you have any questions or suggestions feel…

.NET C# Devexpress VB.Net

How to export Gridview data to Excel using devexpress XtraGrid

Nov 28, 2015 Administrator

To export Gridview data to Excel using devexpress XtraGrid have a look at the sample below. Samples C# Sample using System; using System.Data; using System.Data.SqlClient; using System.Windows.Forms; using DevExpress.XtraEditors; using…

Javascript jQuery

How to select an element with its name attribute in jQuery

Nov 26, 2015 Administrator

To select an element with its name attribute in jQuery you can use the snippet below. Samples Javascript Sample $('div[name="de.Fesslersoft.Testname"]').css({"border-color": "#000000", "border-width":"15px", "border-style":"solid"}); if you remove the div in div[name=”de.Fesslersoft.Testname”]…

Announcements

XML Formatter

Nov 25, 2015 Administrator

We have just released another tool in our new Tools section. It’s a online XML Formatter, which uses HTML, AngularJs and Bootstrap. XML Formatter If you have any questions or…

Announcements

UUID / GUID generator

Nov 24, 2015 Administrator

We have just released another tool in our new Tools section. It’s a online UUID/GUID generator, which uses HTML, AngularJs and Bootstrap. UUID/GUID Generator If you have any questions or…

Posts navigation

1 2 … 53
Search
Categories
  • .NET
  • Android
  • AngularJs
  • Announcements
  • Batch
  • C
  • C#
  • C-PlusPlus
  • CSS
  • Devexpress
  • HTML / HTTP / WEB
  • ios
  • Java
  • Javascript
  • jQuery
  • Microsoft SQL Server
  • Mobile
  • Most Read Articles
  • MySql
  • NuGet
  • Objective-C
  • Oracle
  • PHP
  • Powershell
  • Python
  • Regex
  • Ruby
  • SQLite
  • VB.Net
  • VB6
  • VBA
  • VBScript
  • Wordpress
  • XML
  • XSD
  • XSL
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Archives
  • August 2016
  • June 2016
  • December 2015
  • November 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
TAG CLOUD
.net (104) all (30) array (21) C# (209) char (50) character (36) characters (44) chars (50) check (49) convert (31) csharp (209) css (35) Directory (21) Extension (21) file (53) files (49) folder (24) get (82) html (45) IO (25) is (35) Java (31) javascript (68) jQuery (33) js (66) list (68) net (119) php (45) Python (32) query (24) remove (23) retrieve (57) select (65) SQL (28) String (94) Strings (71) System (75) to (31) vb.net (200) Visual Studio 2005 (205) Visual Studio 2008 (207) Visual Studio 2010 (207) Visual Studio 2012 (208) Visual Studio 2013 (207) XML (23)
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

CODE SNIPPETS

All the Code Snippets and Samples you need

Proudly powered by WordPress | Theme: Newsup by Themeansar.

  • Home
  • Menu
    • DISCLAIMER / HAFTUNGSAUSSCHLUSS
    • IMPRINT / IMPRESSUM
    • PRIVACY POLICY / DATENSCHUTZ
    • Submit a Snippet
  • Projects
    • Fesslersoft.Extensions
    • Tornadocapture
  • Tools
    • Base64 Encoder/Decoder
    • Colorpicker
    • MD5 Hash Creator
    • UUID/GUID Generator
    • XML Formatter