Tag Search
Your search for 'C' yields these results:
-
Debt Repayment Calculator, Part Two
Just another mindless entry...
http://geeksneversleep.com/drafts/debt-repayment-calculator-part-two
-
A Discussion of Class
A brief discussion of classes within the context of object-oriented programming.
http://geeksneversleep.com/blog/a-discussion-of-class
-
Thinking About the Past...
Looks like my midlife crisis is coming early...
http://geeksneversleep.com/blog/thinking-about-the-past
-
Java Classes
A short rundown of a few of the key points to consider when developing a Java class.
http://geeksneversleep.com/articles/java-classes
-
My Favorite Free Security Software
The security software I know and love... more or less.
:p
http://geeksneversleep.com/blog/my-favorite-free-security-software
-
Opining About My Future
Just another mindless entry...
http://geeksneversleep.com/blog/opining-about-my-future
-
HTML + CSS = A Calendar? Cool!
A tutorial detailing how to create a calendar date widget for a web site.
http://geeksneversleep.com/tutorials/html-css-calendar
-
OOP and C#: Making a Sample Class
This is a general tutorial of how to use C# to develop a class.
http://geeksneversleep.com/tutorials/oop-and-csharp-making-a-sample-class
-
C# Sample: RandomDataSet Class
A snippet and a download for a C# class, RandomDataSet.cs
http://geeksneversleep.com/code/csharp-sample-randomdataset-class
-
C# Sample: Timing Class
A snippet and a download for a C# class, Timing.cs
http://geeksneversleep.com/code/csharp-sample-timing-class
-
IE8 RC1? Not Too Shabby!
There is hope, yet...
http://geeksneversleep.com/blog/ie8-rc1-not-too-shabby
-
The Many Faces of the Hyperlink Element
A few of the uses for the hyperlink HTML element.
http://geeksneversleep.com/tutorials/the-many-faces-of-the-hyperlink-element
-
Debt Repayment Calculator, Part One
Part One of a tutorial where we build code to calculate the various aspects of repaying a debt.
http://geeksneversleep.com/tutorials/debt-repayment-calculator-part-one
-
Creating A C++ Application, Part 1
A short walk-through on how to create the ubiquitous "Hello, world" sample program.
http://geeksneversleep.com/tutorials/creating-a-cplusplus-console-application-part-1
-
Nifty Corners = Sah-weeeeet...
Nifty Corners, how do I love thee? Let me count the ways...
http://geeksneversleep.com/blog/nifty-corners-sah-weeeeet
-
Rolling, rolling, rolling...
Just another mindless entry...
http://geeksneversleep.com/blog/rolling-rolling-rolling
-
falcon1986 is my hero...
Giving some love to a man only known as "falcon1986" for his most helpful article.
http://geeksneversleep.com/blog/falcon1986-is-my-hero
-
W3Schools is teh awesomeness
Giving credit where it's due for a nice feature in my new portfolio script.
:)
http://geeksneversleep.com/blog/w3schools-is-teh-awesomeness
-
Shorthand Properties = Lazy Programming, IMHO
A short discussion of why I dislike shorthand property syntax in C#.
http://geeksneversleep.com/blog/shorthand-properties-lazy-programming-imho
-
C#, XML, and LINQ: Load & Parse an XML File
An example of how useful LINQ is when we are having fun with XML.
http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-1
-
C#, XML, and LINQ: Adding Nodes to an XML File
Another example of how useful LINQ is when we are having fun with XML.
http://geeksneversleep.com/tutorials/c-xml-and-linq-sample-2
-
Obsession of the moment: M-V-C
For this entry, I get all moon-eyed over a couple of new PHP frameworks.
http://geeksneversleep.com/blog/obsession-of-the-moment-m-v-c
-
What Ever Happened to Thinking Logically?
What, me opinionated? Never...
Ok, maybe I am, but hey, I calls 'em as I sees 'em.
http://geeksneversleep.com/blog/whatever-happened-to-thinking-logically
-
Tutorial One: HTML >> PHP
This tutorial walks you through converting a static HTML web page to a dynamically-built PHP script.
http://geeksneversleep.com/tutorials/tutorial-one-html-php
-
Generic Code
Generic code, otherwise known as pseudo-code, is really nothing more than a first approximation of the logic of your program, but written in a very readable manner.
http://geeksneversleep.com/articles/generic-code
-
Object-Oriented Programming
Most "modern" programming languages implement a concept called "OOP," or Object Oriented Programming. We're tactile animals, and apparently we like our code to allow us to mentally "grasp" our logic structures...
http://geeksneversleep.com/articles/object-oriented-programming
-
Development Tools
From coding to simple image editing, these are my go-to applications.
http://geeksneversleep.com/articles/development-tools
-
GNU & Linux Distros
I struggle to avoid the fan-boy label, but I will admit that I prefer at least the ideology behind the OpenSource movement. To that end, I have assembled a list of distributions that have caught my attention at one point or another...
http://geeksneversleep.com/articles/gnu-linux-distros
-
Conditional Statements
Here you can review some samples I threw together for demonstrating conditional statements in the few languages I have experience in.
Enjoy!
http://geeksneversleep.com/articles/conditional-statements
-
Cascading Stylesheets
Using a
cascading style sheet
, it is possible to reduce theweight
, or file size, of a HTML source document by several factors. A CSS file defines rules for the presentation of the content within the HTML file it is linked to or embedded in. These rules allow the page designer to apply the same styling to multiple elements within the page without having to repeat the styling code over and over again.http://geeksneversleep.com/articles/cascading-stylesheets
-
PHP Hypertext Preprocessor
PHP is an object-oriented programming language, based on C, whose primary purpose is to create dynamic web-pages through a process known as
server-side scripting.
http://geeksneversleep.com/articles/php-hypertext-preprocessor
-
Content Management System
Sometimes, we need some help keeping our stuff organized. A CMS system eases the complexity involved with managing a website...
http://geeksneversleep.com/articles/content-management-system
-
Drupal: Open Source CMS
Drupal is an OpenSource content management system.
http://geeksneversleep.com/articles/drupal-open-source-cms
-
JavaScript
Wikipedia:
JavaScript is a scripting language most often used for client-side web development. It was the originating implementation of the ECMAScript standard. As such, it is a dynamic, weakly typed, prototype-based language with first-class functions.http://geeksneversleep.com/articles/javascript
-
MySQL: OpenSource Data Storage
According to Wikipedia, MySQL is a multi-threaded, multi-user SQL database management system (DBMS). MySQL seems to be the database system of choice for most Open Source projects, possibly because it is licensed under the GNU/GPL, or GNU General Public License.
http://geeksneversleep.com/articles/mysql
-
C/C++ : Power at Your Fingertips
Fast, versatile, customizable. My go-to choice when all else fails.
http://geeksneversleep.com/articles/cplusplus
-
C/C++ : Includes
C and C++ have a robust code library behind them. Add them to your code using the
includedirective.http://geeksneversleep.com/articles/cplusplus-includes
-
C/C++ : Creating a Custom Class
Like any object-oriented programming language, C++ implements the class logical construct to enforce the ideas of encapsulation, inheritance, and polymorphism.
http://geeksneversleep.com/articles/cplusplus-classes
-
C# : .NET's Native Tongue
Built from the ground up to implement the .NET framework. Highly managed. My first choice to code with.
http://geeksneversleep.com/articles/csharp
-
C# : Creating a Custom Class
It's probably just my infatuation with C# that makes me say this, but I find creating classes in C# much easier than any other language I've learned.
http://geeksneversleep.com/articles/csharp-classes
-
Java: Multi-Platform Powerhouse
Ask most
techie
people what drives the web, and a fair portion of those people will say,Java
...http://geeksneversleep.com/articles/java
-
Why Sherlock Holmes Would Have Made A Kick-Ass Programmer
Telling a short story about what a dumbass I can be...
:p
http://geeksneversleep.com/blog/why-sherlock-holmes-would-have-made-a-kick-ass-programmer
-
Pretty URLs For Everyone!
A simple example of how to use a .htaccess file.
http://geeksneversleep.com/tutorials/pretty-urls-for-everyone
-
An Interesting Use of a C# Foreach Loop
Here, I present a small code snippet for clearing text from TextBox controls in a C# Windows project.
http://geeksneversleep.com/blog/an-interesting-use-of-a-csharp-foreach-loop
-
Visual Basic
First rule of GeeksNeverSleep: We don't talk about VB...
:p
http://geeksneversleep.com/articles/visual-basic
-
It's Project Time!
Just a quick blurb about a new OpenSource project I may have in the works.
http://geeksneversleep.com/blog/its-project-time
-
Coding Like Forrest Gump
I'm kinda tired. Think I'll go home now...
http://geeksneversleep.com/blog/coding-like-forrest-gump
-
I think I have a problem...
Hi. My name is Tieson, and I'm an addict...
:p
http://geeksneversleep.com/blog/i-think-i-have-a-problem
-
CSS Template 1
A simple CSS template, plus links to download the source.
http://geeksneversleep.com/code/css-template-1
-
Using IEnumerable Is Better Than Returning Lists
Just another mindless entry...
http://geeksneversleep.com/blog/using-ienumerable-is-better-than-returning-lists
-
Project: COBOL in .NET
Fun with COBOL in .NET...
http://geeksneversleep.com/code/project-cobol-in-net
-
Project: Ruby in .NET
A code snippet to demo Ruby, as developed with Visual Studio 2008 and Ruby-in-Steel.
http://geeksneversleep.com/code/project-ruby-in-net
-
Why I (Occasionally) Use Empty Statements
Just another mindless entry...
http://geeksneversleep.com/blog/why-i-occasionally-use-empty-statements

Subscribe
Categories
Navigate
Random Quote