My favourite Windows 10 Apps

I`ve been using Windows 10 for several days now. Here is my list of recommended apps:

  • Microsoft Jackpot
  • Microsoft Treasure Hunt
  • eBay
  • Facebook
  • 500px
  • Network Speed Test
  • Translator
  • Adobe Photoshop Express
  • Twitter
  • Amazon
  • WordPress
  • Microsoft Mahjong
  • Milligram
  • TuneIn Radio

Essential Foobar2000 plugins (update)

This post is an update for my 5 year old post Essential Foobar2000 plugins.

This is my list of recommended Foobar2000 plugins:

How-To Run Data Crow Server

First create a database location, by creating an empty folder in the filesystem, for example C:\DCdatabase\

Download and unzip the server package. for example in C:\

In dos, run:

C:\dc-server>datacrow-server64bit.exe -userdir:"C:\DCdatabase\" -webserverport:80

You can now login onto your local server on http://127.0.0.1/datacrow/

Username: SA
Password: (blank)

The full manual can be found at http://datacrow.net/manuals/data_crow_client_server_howto.pdf

Relocate iTunes on Windows

To relocate the iTunes Folder on Windows, creating a symlink:

Move the Music/iTunes folder to the drive you want to

Run cmd as Administrator

Run:
mklink /j “c:\users\ramon\music\iTunes” “d:\iTunes”

And replace Ramon and D: to the onces of choice

jQuery Updater 3.0 for WordPress

Today I`ve finished laying the engine foundation for jQuery Updater for WordPress 3.0
The release of jQuery 3.0.0 alpha 1 triggered me to swap from 2.1.4-beta to 3.0.0-alpha but I`m happy with it. The plugin`s engine got completely rewritten and includes some code that I used to maintain seperatly as a plugin; jQuery Mobile, but also includes jQuery UI and QUnit.

The source can be found at github.com/Ramoonus/jQuery-Updater 

The final release, will be done after several public alpha`s and beta`s which include an administration panel.