Posts

WELCOME to my App Development website

Image
I've started back developing and I hope to develop apps for people who want a hard worker and someone dedicated to doing the best he can.  Also Jackson plans to create C# training videos in the future.  Thank you for taking the time to check out my company website.

Random Thoughts - 4/24/2024

Image
I started Jackson D.W. to work for myself.  My goals for my company are  1. Teach C# and other programming languages   2.   Work to improve the Professor app that I created. This is my tool for teaching. In this Windows app, you can take my course The Jackson D.W. C# training course (On Youtube). Also, you can listen to the news, play games, and listen to music. I've got to work out the legalities of that. Please note this app is free. 3. Do IT consulting for various companies. I would be a self-employed Consultant. I'm not looking to create a consulting firm.

The Professor 2 app

 I am trying to think of more features to add to The Professor 2 app. Of course I  need more content. In time I will add more videos.

Essential Objects Admin solved my problem with the EO Web Browser

 When I tried to view my C# tutorials, I would get an error, "Your browser can't play this video." The Essential Objects Admin replied, " Please check if you enabled proprietary codec support:" Their document states you need to add this line of code: //Enable proprietary media formats support EO.WebEngine.Default.Options.AllowProprietaryMediaFormats(); After I added that line and ran the app, I was able to view all of my C# Tutorials with no problems. For more info click this link to view my post on EO's forums. I've updated The Professor 2 app. My main focus is The Professor app. I am not going to update the other apps since I never heard back from the artists. Doing those apps was a great learning experience.

Uploaded The Professor 2 app

 Because of an error where I could not view most of my C# tutorials in the Professor app, I had to implement a workaround where I opened the tutorials in the user's default browser. I posted this before, but the command to do that is Process.Start("url");

Error with EO Browser

 When you run any of my apps and try to view many of the YouTube, tutorial videos I created, you get an error message, "Your Browser Can't Play This Video". Apparently, it's an error with the EO Web Browser. So for now, if you want to see these videos, you use either Chrome or Edge. Just go to my www.jacksondwxst.com website and click Tutorials to view those videos. I use NCH Debut Screen Capture to create my tutorials. This problem could be with that software, but until I figure out what's going on, I'll have to depend on my users using their default browser to view my tutorials. I have updated the Professor app with a workaround for this problem, but I need to upload the update to my web server.

America The Beautiful

Image
  Years ago I was mad at the world. Upset with my community. Events have made me realize over and over that America is the greatest country in the world.

StackOverflow.com

 Just a note, the Stack Overflow website is a great resource for developers. I learned how to play wav files in C# and more. This site is a needed toolkit for your C# development and more. Click here to visit StackOverflow.com .