Geekpedia
  • Tech
    • Tutorials
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
    • Software
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
  • Media
    • Pictures
  • News
      • ActionScript
      • AI Coding
      • ASP
      • ASP.NET
      • C
      • CSS
      • C#
      • C++
      • Code
      • General
      • HTML
      • Java
      • JavaScript
      • PHP
      • Silverlight
      • SQL
      • Visual Basic
      • Communications
      • Development
      • Internet
      • Linux
      • Microsoft
      • Security
      • Windows
  • Gear
  • Mobillity
  • Wellness
  • Knowledge Base
    • Pictures
  • News
Create shortcuts with a .NET application
C# Tutorials
September 23, 2023November 6, 2023Nathan

Create shortcuts with a .NET application

This tutorial will show you the code you need to write to have your application create shortcuts to any path (the desktop, startup folder, etc.).

Discover
The Binary Adding Machine
C++ Tutorials
September 23, 2023November 9, 2023Nathan

The Binary Adding Machine

Ever wondered how computers work? In this tutorial, I attempt to explain this from the ground up. First, we’ll look at how a machine can add numbers.

Discover
Clipboard cut, copy and paste with JavaScript
JavaScript Tutorials
September 23, 2023November 4, 2023Nathan

Clipboard cut, copy and paste with JavaScript

This tutorial will show you how to copy text to the clipboard, cut to the clipboard and paste, all these from a browser window.

Discover
A list of keys and the JavaScript char codes they correspond to
JavaScript Knowledge Base
September 23, 2023December 12, 2023Nathan

A list of keys and the JavaScript char codes they correspond to

This table is especially useful for those who want to capture the key press event in the browser window. These are the char codes JavaScript uses, and the keys they bind to: Char Key Name 8 Backspace 9 Tab 13 Enter 16 Shift 17 Ctrl 18 Alt 19 Pause 20 Caps Lock 27 Escape 33 […]

Discover
Inline functions
C++ Tutorials
September 23, 2023November 9, 2023Nathan

Inline functions

Explains the need of inline functions, when to / not to use them and how to use them.

Discover
JavaScript Knowledge Base
September 23, 2023December 12, 2023Nathan

How do I make a JavaScript function wait before executing (sleep / delay)?

You’ll need to enclose the code that you want to execute after the delay in a function (Func1()). This function will then be called with a delay, in our case from another function (Func1Delay()). Then you simply call Func1Delay() which in turn calls Func1() but with a delay of 3000 milliseconds (3 seconds):

Discover
Using SELECT to retrieve data
SQL Tutorials
September 23, 2023December 12, 2023Nathan

Using SELECT to retrieve data

This tutorial deeply covers the SELECT statement of the T-SQL/SQL language. Starts from the basics – how to retrieve the values inside a column to ordering data, selecting multiple columns and then tables, joining them…

Discover
C# Tutorials
September 23, 2023November 3, 2023Nathan

List display adapters using DirectX 9

This tutorial will show you how to retrieve information about your graphics display adapter, such as name, driver version, current resolution and refresh rate and supported resolutions and refresh rates. All this is done by using the DirectX 9 SDK.

Discover
What is the Connection String for Connecting to a SQL Server 2005 Database?
Knowledge Base SQL
September 23, 2023November 10, 2023Nathan

What is the Connection String for Connecting to a SQL Server 2005 Database?

The connection string needed for connecting to a SQL Server 2005 database (code name Yukon) is as follows: Where LOCALHOST\LOCAL is your SQL server address and LOCAL is the instance of the SQL Server (which can be named anything, but by default it is LOCAL).This normally works if you have the application that connects to […]

Discover
General Tutorials
September 23, 2023December 11, 2023Nathan

How to start programming

A guide for those who want to learn programming but don’t know where to start. It guides you through selecting the right programming languages at the right time.

Discover

Posts pagination

Previous 1 … 63 64 65 … 80 Next

Trending Posts

Microsoft’s Struggles Explained: Unlocking the Quantum Computing Challenge 

Dec 26, 20235 min read
Read More

Experts Alert: Serious Security Risks for Organizations Due to Microsoft DHCP Vulnerabilities 

Dec 25, 20237 min read
Read More

The Upcoming CPU Battle in 2024 and Its Expected Dynamics 

Dec 25, 20236 min read
Read More

Harnessing AI for Climate Change: Innovative Strategies for a Sustainable Future

Dec 24, 202312 min read
Read More

Unveiling the Symbiosis: Human Creativity in the Era of Generative AI

Dec 24, 20239 min read
Read More
No Post Found
No Post Found
Image Not Found
Geekpedia is a knowledge-driven website offering fresh takes on tech, wellness, gear, and more — all through a thoughtful lens.
From coding tips to curated lifestyle content, it’s built for those who live smart, think sharp, and stay curious.
FOLLOW US
  • Social Image
  • Social Image
  • Social Image
  • Code
  • Gear
  • Generative AI
  • Knowledge Base
  • News
  • Contact Us
  • Work With Us
  • About Us
  • Affiliate Disclosure
  • FAQ
  • Advertisement
  • Disclaimer
  • Privacy Policy
  • Terms & Conditions