by DXSdata | Feb 21, 2017 | HTML, JavaScript
If you use jQuery to fetch the current value of a field like JavaScript var myvar = $('#myfield').val(); 1 var myvar = $('#myfield').val(); you might encounter issues, even if this syntax is correct. E.g. if a number is entered, it works. If a special char is entered,...
by DXSdata | Feb 11, 2017 | ASP.Net
ASP.NET offers a good way to keep your code clean of redundant data, e.g. Bootstrap classes you would have to assign to every visible HTML element again and again. As a .NET Core MVC sample for single elements, you would write code like ASP @Html.TextBoxFor(m =>...
by DXSdata | Feb 8, 2017 | Administration, Linux
If you have, for whatever reason, destroyed your local /etc/apt/sources.list file which Ubuntu uses for packages updates, here is a useful site which can regenerate it: https://repogen.simplylinux.ch/ My recommendation is to enter country release (get it with...
by DXSdata | Feb 6, 2017 | Administration, Entertainment
OpenELEC/LibreELEC with Kodi offers various ways for remote management. SSH (command line) Samba / CIFS Web interface Important files \\[ip]\Userdata\advancedsettings.xml Use it e.g. for centralized settings, like a central DB or substitute paths...
by DXSdata | Feb 6, 2017 | C# .Net
Be careful with the usage of Bower in those VS versions in ASP.NET Core MVC web applications. It is a useful tool, but seems not to be fully reliable at the moment. Examples: Bootstrap v3.3.7 suddenly asks for tether (tether.io). When you look at the Bootstrap JS...
Comments