Funcoder

Developer & Tech Enthusiast

Top rated VR headsets for 2024

Virtual reality technology extends into work productivity, with headsets like Meta Quest 3, Immersed Visor, and Apple Vision Pro offering a mix of affordability, performance, and comfort.

Spread the love

Let Your Developers Grow

I have had the privilege to have worked for some amazing companies through my years as a developer, especially while contracting. The spark that got me motivated was learning new languages that would help me build solutions even more rapidly and simply than the...

Coding to Music

Have you ever noticed that your coding is affected by both your surroundings and how you are feeling on an emotional level. Music can play a very important role as a developer. It's important that you choose right music to listen while you are focusing. Sing Along!...

Virtual Villages 3 Potions

Anyone interested into Virtual Villages 3 and needs some help on potions, my wife has kindly let me publish them from her secret book. I have included all her experiments and marked the best ones in green. Disclaimer: Sometimes potions go weird, just try them again....

read more
WinDev 12 – New Features Part 1

WinDev 12 – New Features Part 1

Here's a quick list of all the new features in WinDev 12. If you would like more information then I recommend downloading the 500 New Features PDF. JIT Technology - up to 1,500% gain. New Look and redesigned dialogs in the IDE. The Developers Email application is now...

read more
Google Calendar Sync with Outlook

Google Calendar Sync with Outlook

I am currently working on an experiment to have most of my app's I use on a day to day basis online. Unfortunately this does not include my development tools but more productivity and social applications. One of the features I needed was to sync my work calendar with...

read more

Building an OpenXML Document in WinDev – Part 1

This week I had a requirement to generate formatted document for Word 2007 and thought now would be a great time to learn the new OpenXML format. This means I don't have to use the automation process and it gives me full control over how the document looks, without...

read more
Populating a WinDev Table from a SQL Server View

Populating a WinDev Table from a SQL Server View

It's not possible to add a SQL Server View in WinDev 11 to the Analysis file, so here is a simple way to do this using a few lines of WLanguage code. First we create a Data Source which we can then map to our table component. Now lets get the data from the SQL Server...

read more