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
What is the difference between #define and const?
C++ Knowledge Base
September 21, 2023November 3, 2023Nathan

What is the difference between #define and const?

While they both serve a similar purpose, #define and const act differently. When using #define the identifier gets replaced by the specified value by the compiler, before the code is turned into binary. This means that the compiler makes the substitution when you compile the application. Take for example: #define number 108 In this case […]

Discover
Java Tutorials
September 21, 2023November 3, 2023Nathan

Getting Started with Java

Start Programming with Java, first sample code and some additional details

Discover
How can I insert a new line in a TextBox?
C# Knowledge Base
September 21, 2023November 4, 2023Nathan

How can I insert a new line in a TextBox?

To insert a new line in a TextBox, first make sure you have the MultiLine property of the TextBox set to True. Then use \r\n (carriage return and new line), as in the following example:

Discover
How do I convert from decimal to hex and hex to decimal?
C# Knowledge Base
September 21, 2023November 6, 2023Nathan

How do I convert from decimal to hex and hex to decimal?

If for any reason you want to convert a decimal number to a hex value or vice versa here’s how it’s done in C#. In the above example we convert the decimal stored in the int variable named decValue and store it in a string variable named hexValue.Then we convert the hex value stored as […]

Discover
JavaScript identifiers
JavaScript Tutorials
September 21, 2023November 3, 2023Nathan

JavaScript identifiers

You will learn the meaning of identifiers and basic rules. It’s good to know before you start to learn variables.

Discover
Antialiasing / Smoothing
C# Tutorials
September 21, 2023November 4, 2023Nathan

Antialiasing / Smoothing

Learn how to apply antialiasing on shapes using GDI+. Uses SmoothingMode and PixelOffsetMode enumerations.

Discover
ADO.NET and Access database I
C# Tutorials
September 21, 2023December 12, 2023Nathan

ADO.NET and Access database I

How to connect to an Access database from Visual C# .NET, retrieve data and display it using a DataGrid with ADO.NET, using a dataSet.

Discover
ADO.NET and Access database II
C# Tutorials
September 21, 2023November 3, 2023Nathan

ADO.NET and Access database II

How to connect to an Access database from Visual C# .NET, retrieve data and display it in a listBox with ADO .NET, using a dataSet.

Discover
System.Web.HttpException: Maximum request length exceeded.
ASP.NET Knowledge Base
September 21, 2023November 30, 2023Nathan

System.Web.HttpException: Maximum request length exceeded.

If you receive the ASP.NET error System.Web.HttpException: Maximum request length exceeded.” while trying to upload one or more files via HTTP, the cause is most likely a file uploading size limit that is set too low. The most accessible way to change this limit is through the web.config configuration file. Create this file if you […]

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

Getting input from keyboard

Getting the current pressed key on the keyboard, key combinations, key value and combining mouse clicks with key pressing.

Discover

Posts pagination

Previous 1 … 78 79 80 Next

Trending Posts

Efficiently Setting Up Maintenance Mode Using .htaccess

Dec 15, 20238 min read
Read More

Recap of 2023 in Coding and Computers 

Dec 15, 20235 min read
Read More

Maximizing AJAX Request Efficiency: Expert .htaccess Strategies

Dec 15, 202310 min read
Read More

Revolutionizing Automotive Design and Engineering with Generative AI

Dec 15, 202312 min read
Read More

Managing Affiliate Links Through .htaccess Redirection

Dec 15, 202310 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