How to get the current path using VBScript
To get the current path using VBScript you can use the snippet below. Samples VBScript Sample If you have any…
How to disable all links using jQuery
To disable all links using jQuery you cna use the snippet below. Samples jQuery Sample <script type="text/javascript"> $("a").click(function() { return…
How to remove class after delay in jQuery
To remove class after delay in jQuery you can use one of the snippet below. Samples jQuery Sample using setTimeout()…
How to check if a value is a double value in Android (Java)
To check if a value is a double value in Android you can use the snippet below. Samples Java (Android)…
How to refresh the current Android Fragment
To refresh the current Android Fragment you can use the snippet below. The code must be placed inside the Fragment…
Colorpicker
We have just released another tool in our new Tools section. It’s a online Colorpicker, which uses HTML, AngularJs and…
How to export Gridview data to Excel using devexpress XtraGrid
To export Gridview data to Excel using devexpress XtraGrid have a look at the sample below. Samples C# Sample using…
How to select an element with its name attribute in jQuery
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":…
XML Formatter
We have just released another tool in our new Tools section. It’s a online XML Formatter, which uses HTML, AngularJs…
UUID / GUID generator
We have just released another tool in our new Tools section. It’s a online UUID/GUID generator, which uses HTML, AngularJs…