About RLV Blog
My name is Dan and this is where I share tips and thoughts on computers and development. I've been a computer enthusiast for 20 years, working as a computer/network technician as well as a games, software & web developer. Currently I'm a SharePoint specialist at Bool. In my spare time I also make PC utilities that can be downloaded from www.rlvision.com. You can read more about me here.-
Recent Posts
- Excluding external users from search results in SharePoint Online
- Try this if sound in Windows stops working
- Enable Mometum on an Alps Glidepoint Touchpad
- Stopping Software Center from restarting your computer
- Internet Explorer: ScriptImports is undefined
- Beware this limitation when using SharePoint Image Renditions
- How to backup and restore tables in Azure storage
- Extending the JavaScript console with history recording
- Solution to Azure AD App not able to use given permissions
- I stopped using Google Analytics. Here’s why.
Categories
- Articles (6)
- Development (20)
- Games (3)
- Opinion & Thoughts (7)
- Software (4)
- Tips (13)
- Tutorials (11)
- Uncategorized (1)
Tags
- adobe
- apps
- backup
- brochures
- c#
- critical perspective
- csv
- data
- databases
- development
- education
- excel
- files
- games
- interface
- internet
- internet explorer
- javascript
- metro
- microsoft
- mouse
- nintendo
- normalization
- nostalgia
- open source
- portable software
- powershell
- privacy
- programming
- rdbms
- retro
- scans
- security
- sharepoint
- sharepoint online
- shareware
- software
- sound cards
- storage
- sweden
- utilities
- windows
- windows 8.1
- winforms
Popular Posts
- How to enable (or improve) two finger scrolling on…
- Method for determining candidate keys and highest…
- Moving web parts in SharePoint (without going insane)
- How long do writable CD/DVD last? 400 discs put to the test!
- What is a portable application, and why should you use them?
- Stopping Software Center from restarting your computer
- Try a new PDF reader and you’ll never go back…
- A drag-and-drop GUI made with PowerShell
- Method for normalizing a relation to BCNF based on…
- Parse Visio SVG drawings with Snap.svg
- Stereo Mix does not record any sound when using a…
- Fixing the ‘PRM_ParserErrorDetails’…
Archives
- January 2019 (1)
- August 2018 (2)
- December 2017 (1)
- October 2017 (1)
- August 2017 (1)
- July 2017 (1)
- June 2017 (1)
- April 2017 (1)
- February 2017 (1)
- October 2016 (1)
- September 2016 (2)
- February 2016 (3)
- November 2015 (1)
- October 2015 (3)
- August 2015 (1)
- July 2015 (2)
- June 2015 (1)
- March 2015 (1)
- December 2014 (2)
- November 2014 (2)
- September 2014 (1)
- August 2014 (2)
- July 2014 (2)
- June 2014 (1)
- December 2013 (1)
- November 2013 (1)
- October 2013 (2)
- September 2013 (2)
- July 2013 (1)
- June 2013 (1)
- January 2013 (1)
- November 2012 (1)
- October 2012 (1)
- August 2012 (1)
- June 2012 (2)
- April 2012 (2)
- March 2012 (5)
Meta
-
Tag Archives: programming
Extending the JavaScript console with history recording
The browser JavaScript console is a web developers best friend. Using console.log() is essential for debugging your web apps. But there are a few annoyances. Two things that bother me for a while are: Reloading the page clears the console. … Continue reading
Posted in Development, Tutorials
Tagged browsers, console, edge, internet explorer, javascript, programming
Leave a comment
16 years with Flash Renamer – A development retrospective
Of all the applications, web services and games I have made or been part of, Flash Renamer is my darling. In case you don’t know, Flash Renamer is a Windows utility for batch renaming files and folders. It’s my own … Continue reading
Posted in Articles
Tagged apple, development, flash renamer, freeware, history, hobby, id3, microsoft, mp3, programming, programming languages, rl vision, shareware, shell extensions, vb6, visual basic, windows
1 Comment
Using wildcard matching in any programming language
Most computer savvy persons are familiar with using wildcards when listing files and similar operations. Wildcards are quite easy to understand and use. An asterisk * means match anything, and the lesser known question mark ? matches a single character. … Continue reading
Posted in Development
Tagged c#, coding, javascript, programming, regex, regular expressions, tutorial, wildcards
1 Comment
Introducing DynForm, a c# library for semi-automatic WinForms dialogs
Application development often involves creating dialogs where the user is presented a form to enter or edit some sort of data. DynForm aims to make development of this a little bit easier. By implementing a simple interface into your data … Continue reading
Posted in Development
Tagged .net, c#, development, library, open source, programming, winforms
Leave a comment