Explore Programming on Experts Exchange

Expert Solutions for Your Programming Problems

Programming

Programming includes both the specifics of the language you’re using, like Visual Basic, .NET, Java and others, but also the best practices in user...

Read more
  • 54K Content
  • 16K Contributors

Expert Spotlight
Developer

50+ years in computers
EE FELLOW 2017 — first ever recipient of Fellow award
MVE 2015,2016,2018
CERTIFIED GOLD EXPERT
DISTINGUISHED EXPERT

Article

Introduction to Computer Science

Today, we will look at some of the main topics that are covered as part of the “Introduction to Computer Science” courses at many universities and online trainings. I list these topics here with brief introductions for anyone interested to start their journey into learning about the Computer Science
Article

Easy Ways to do Hard Things

1
When adding new VBA features to a workbook, some parts may be difficult but you struggle through it because it's important to you or to someone you're helping. During that struggle you may say to yourself that "I wish I could find an easier way". Hopefully this article will help you do that.
Article

Developer Week 2023 Theme

2
Here are some of the themes that I heard a lot while attending the Developer Week 2023 Conference.
Article
Data Codes through Eyeglasses

The Power of Closures in JavaScript: Understanding and Utilizing the Concept

Closures in JavaScript are powerful, allowing for state retention, currying and data persistence. This article offers a comprehensive guide to master closures, a fundamental concept for JavaScript development. Learn how to write more efficient and maintainable code using closures
Article

PHP Errors vs Exceptions

PHP is a popular programming language that is widely used for web development. One of the key features of PHP is its error and exception handling system, which allows developers to handle unexpected events in a structured way. In this article, we'll take a closer look at PHP errors and exceptions
Article

Microsoft Power FX

Microsoft Power FX new low code language based in Excel formulas
Article

Check website content and detect the changes

In this article, I would like to show how to grab a webpage's content in PowerShell to detect if there's any changes within an interval of time.
Article

Introduction to Microsoft Power Fx

Microsoft Power Fx a new programming language?
Article

Introduction to Microsoft Power Platform

An introduction to the Microsoft Power Platform
Article

Now you know to call a Web API and it's easy to do so

Calling Web API to grab data is pretty common for system integration. In fact, this is the current system development trend where we can see complex systems are tend to be developed in a small scale and distributed into smaller systems.
Article

Add Security Protections for Data Extraction

The Get & Transform Data Wizard in Excel is a powerful tool. It allows the users to extract the data from the connected sources. But by delegating the privilege to users to access the connected sources, how could we ensure there is at least some degree of security is in place?
Article

Developer's Choice: Tools for Web Data Visualization

2
This article explores the benefits of a dashboard as a tool for data analysis and visualization and recommends approaches to building a web-based dashboard using free data visualization libraries.
Article

The Effective Way to Find the Last Line Content of a Large Text File

Data can be kept in different media, Sometimes, the data need to be extracted, transformed or loaded in different ways. For this article, I'm going to demonstrate an effective way to find the last line content of a large text file using VBA codes.
Article
COBOL: The forgotten coding language? -

COBOL: The forgotten coding language?

2
Could a sixty-year-old coding language be the next secure job market?
Article

The Best Part About Waking Up, Is Your Own Roasted Coffee In Your Cup.

1
Most of us live by Coffee. However, are you disguising the flavor of cheap store-bought grounds (or worse, k-cups) with chemical-induced creamers? There is a much better option, and it is easier than you think!
Article

Use VBScript to Silently Remove Empty Folders

2
This code will silently delete all empty folders in the given start folder using VBScript.
Article
Downloads

Automatically download files from the web - AutoHotkey Script

2
In a recent question here at Experts Exchange about Windows 10 automation, a member asked for a solution "to download one by one automatically" 10 specific files from the Internet. This article presents an AutoHotkey script with the solution, enhanced to allow any number of files to be downloaded.
Article
Sample Title Case Conversion

Exclude words when converting to "Title Case" - AutoHotkey Script

In a recent question here at Experts Exchange, a member wants to enhance an AutoHotkey script that performs "Title Case" conversion. The enhancement is to allow specification of words that are excluded from the capitalization (conjunctions and prepositions). This article presents such a solution.
Article
Nine-Monitor Configuration

Keyboard shortcuts (hotkeys) to move mouse in multi-monitor configuration - AutoHotkey Script

38
In configurations with multiple monitors, it can be difficult and time-consuming to move the mouse pointer to a particular monitor. This article presents a script written in AutoHotkey that defines hotkeys — such as Alt+Ctrl+1, Alt+Ctrl+2, etc. — to move the mouse easily and quickly to any monitor.
Article
AutoHotkey Switch-Case

AutoHotkey Switch-Case

2
Many programming languages have a Switch–Case capability. Since its first beta in 2003, AutoHotkey has not had one. Finally, in the recent 28-Sep-2019 release of Version 1.1.31.00, it now has Switch–Case. This article discusses it and shows a sample usage as applied to a previous post here at EE.

Do more with Experts Exchange.


Get Answers

Join a Group Discussion

Collaborate

Monitor your Site

Explore solutions and more in Programming