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
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
ASP.NET Knowledge Base
September 23, 2023Nathan

Index (zero based) must be greater than or equal to zero and less than the size of the argument list

Most of the time you get this error when you are trying to retrieve the selected value of a listbox (DropDownList) and no value is selected. Even though apparently the first item in a DropDownList is always selected by default, this is done by the browser and ASP.NET is not aware of the selected item. […]

Discover
How to create a link that adds a contact to MSN Messenger
HTML Knowledge Base
September 23, 2023November 7, 2023Nathan

How to create a link that adds a contact to MSN Messenger

The newer versions of MSN Messenger are capable of adding contacts to your contact list by simply clicking a link. Note that the user needs to have MSN Messenger version 7.5 or newer open and running for this to work. Also, the code originally works within Internet Explorer, other browsers such as Firefox might implement […]

Discover
ASP.NET Tutorials
September 23, 2023November 3, 2023Nathan

Connect to Access Database in Visual Studio .NET

This tutorial uses DataReaders to read the data from a Microsoft Access Database in Visual Studio .Net 2003. ASP.NET web application is used in this tutorial so at the end you will have a web page that derives its data from an Access database.

Discover

Posts pagination

Previous 1 … 52 53 54 … 68 Next

Trending Posts

How to Password Protect an Excel File

Jan 4, 20244 min read
Read More

How to Start Programming: A Beginner’s Guide

Jan 4, 202426 min read
Read More

Mastering GUI Development in Visual Basic: A Comprehensive Guide

Jan 4, 202415 min read
Read More

Exploring Advanced Animation Techniques in ActionScript: A Comprehensive Guide

Jan 4, 202411 min read
Read More

Windows for Mobile Devices: Revolutionizing Mobile Computing

Jan 4, 202411 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