MakeUseOf - Programming https://www.makeuseof.com For everyone from expert programmers to those new to coding. You’ll find everything from introductory guides to Python and SQL, to expert CSS and VB.Net code examples. Wed, 10 Jan 2024 16:00:19 GMT en-US hourly 60 <![CDATA[3 Ways to End a Program in Python]]> Knowing how to end a program is important and can be handy in various scenarios. For instance, if you’re creating a simple game, you can quit on specific user input or when a certain condition is met. Discover the differences between the three ways of stopping a Python program.

]]>
Wed, 10 Jan 2024 16:00:19 GMT https://www.makeuseof.com/how-to-end-python-program-ways/
<![CDATA[5 Bash Script Examples to Help You Learn Linux Programming]]> Bash scripting is one of the most popular, accessible ways of programming your Linux computer. These simple script examples will help you understand the process and introduce you to the basics of Bash programming.

]]>
Tue, 09 Jan 2024 17:30:17 GMT https://www.makeuseof.com/bash-script-examples-learn-linux-programming/
<![CDATA[3 Types of HTML Lists and How to Use Them]]> An HTML list is an essential structural element for any group of related data on a web page. Whether you’re creating a menu, organizing items on sale, or trying to present complex data in a more readable form, the following lists will help you get the job done.

]]>
Sun, 31 Dec 2023 15:16:17 GMT https://www.makeuseof.com/html-lists-types-how-use/
<![CDATA[A Beginner’s Guide to Z-Index in CSS]]> If you've ever struggled to create a dropdown menu or sticky header that stays in front of other content, you’ll need to master the CSS z-index property. This simple yet powerful tool determines the stacking order of elements, influencing the visual hierarchy of your web page.

]]>
Tue, 26 Dec 2023 14:00:18 GMT https://www.makeuseof.com/css-z-index-beginners-guide/
<![CDATA[What Are HTML Meta Tags, and What Are They Used For?]]> Alongside your page’s title, and the scripts and style sheets it uses, an HTML head section can include meta tags. These are vital for SEO, accessibility, and overall website performance.

]]>
Sat, 23 Dec 2023 16:30:21 GMT https://www.makeuseof.com/html-meta-tags-seo-open-graph-visibility/
<![CDATA[3 Easy Ways to Center an Element With CSS]]> Centering an element in your web layout is a challenge that has always frustrated designers. It hasn’t always been easy to do, but many designs require central positioning. Fortunately, modern CSS now has good support for centering.

]]>
Sat, 23 Dec 2023 16:00:21 GMT https://www.makeuseof.com/css-center-element-easy-ways/
<![CDATA[How to Connect and Use PostgreSQL in Python]]> If you’re writing a Python program that needs to access data from a Postgres database, you’ll need to know how to connect the two. Once you’ve established a connection, you can use it to run queries and fetch or save data.

]]>
Sat, 23 Dec 2023 14:01:17 GMT https://www.makeuseof.com/postgresql-python-connect-use/
<![CDATA[The Best Online Ethical Hacking Courses for Beginners ]]> Learning ethical hacking is quite tricky, but you can make the journey easier by taking up any of the best ethical hacking courses. Whether you desire to learn for free or take up paid courses that come with certifications, there's an option for you.

]]>
Mon, 20 Nov 2023 15:30:16 GMT https://www.makeuseof.com/best-ethical-hacking-courses/
<![CDATA[How to Use Notion as a Developer]]> Notion is more than just a note-taking app. As a developer, you can use Notion to track your freelance projects, organize your code snippets, collaborate with clients, keep track of jobs you're applying for, and integrate with third-party tools to streamline your entire developer workflow.

]]>
Sun, 19 Nov 2023 17:30:25 GMT https://www.makeuseof.com/use-notion-as-developer/
<![CDATA[Creating an Interactive Timeline With CSS and JavaScript]]> Timelines are powerful visual tools that help users navigate and understand chronological events. Explore how to create an interactive timeline using the dynamic duo of CSS and JavaScript.

]]>
Fri, 17 Nov 2023 12:00:20 GMT https://www.makeuseof.com/interactive-timeline-html-css-javascript/