ThatSoftwareDude
Building the web
since 2008
Categories
JavaScript
CSS
React
C#
HTML
Databases
Developer Tools
Box Shadow Editor
Text Shadow Editor
Image Placeholder Generator
Scrollbar CSS Editor
UUID/GUID Generator / Analyzer
US State Databases
Typing Test
Menu
Menu
About
Hubs
Polls
Typing Tests
Newsletter
Services
Resources
Code Bytes
Developer Guides
Developer Gift Guide
Contact
Contact
Ask a question
Advertise
Popular
tags
#.NET
#5 minute guide
#AI
#Android
#API
#ASP.NET
#Bootcamps
#Business
#C#
#Career
#ChatGPT
#Coding
#Computer Science
#css
#CSS
#CSS3
#Database
#ES6
#Gadgets
#Game Development
#Guide
#Hardware
#HTML5
#Interviews
#IT
#Javascript
#Javascript
#Learning to code
#Module
#NodeJS
#Performance
#Productivity
#Programming
#Security
#SQL
#Startup
#Surface
#Web Design
#Web Development
#Windows
Software Development News and Articles
General
Published on: 11/4/2014 - 3 min read
A Recap of Comikaze 2014
This is my 4th time attending Stan Lee's Comikaze and it's never a dull moment. It's normally held in the Los Angeles Convention Center,...
Gadgets
Published on: 11/3/2014 - 8 min read
Microsoft Band Unboxing And First Impression
This is probably the most I've been excited for a new gadget in quite some time and Microsoft did a fantastic job at keeping the entire thi...
Tech
Published on: 11/1/2014 - 5 min read
Bing Torque And OK Google Comparison
Microsoft just released their "OK Google" competitor for Android Wear, Bing Torque. Torque is a Bing powered voice search application for A...
Loot Crate
Published on: 10/27/2014 - 3 min read
Loot Crate October 2014 Unboxing
This is probably my favorite LootCrate so far. And not just because of the awesome Cat/Skull shirt. But of course that helped. This months ...
Career
Published on: 10/22/2014 - 6 min read
More Interview Questions To Share
Another interview and another set of questions to answer. Personally, I enjoy most interviews. You get to test yourself out and work on you...
Windows
Published on: 10/14/2014 - 4 min read
How To Run Windows 10 Technical Preview On A Virtual Machine
Windows 10 is currently out and it is buggy as heck. As it should be, as it is still in it's Technical Preview phase. But it is quickly gro...
Software
Published on: 10/12/2014 - 6 min read
A Look At Windows 10 Technical Preview
The Windows 10 Technical Preview is currently out and making its round through the interwebs. Since it's in technical preview it's still bu...
Tech
Published on: 10/8/2014 - 5 min read
Database Normalization Is Good And Bad
Every developer does it subconsciously nowadays. We create a database schema and we normalize it without thinking about it. At least I hope...
Loot Crate
Published on: 10/2/2014 - 3 min read
Loot Crate September 2014 Unboxing
Another month and more stuff to add to the old desk. This months LootCrate had some really cool items in it. The theme was Galactic and g...
Video-Games
Published on: 9/30/2014 - 6 min read
Humble Bundle PC And Android 11
The Humble Bundle PC and Android 11 has just hit the interwebs, and I am surprisingly excited. If you read the previous post about the Humb...
C-Sharp
Published on: 9/25/2014 - 11 min read
Implementing Amazon's Product Advertising API In C#
If you have an Amazon Affiliate account then at some point in your life you're probably going to be tired of managing products manually and...
Video-Games
Published on: 9/16/2014 - 5 min read
Humble Indie Bundle 12
I've been hearing alot about Humble Indie Bundle from friends for a while so I decided to check it out. I'm not a huge fan of Indie games i...
Web Design
Published on: 9/12/2014 - 4 min read
Working With CSS3 FlexBox
FlexBox, or Flexible Box, is a CCS3 layout mode that arranges the elements in a way that they behave predictably when the page changes to a...
Gadgets
Published on: 9/10/2014 - 5 min read
ASUS Flip 15.6 Inch Review
I just picked up the ASUS 15.6 Inch Flip 2 in 1 from Amazon because I needed to replace a slightly outdated Asus machine that I picked up a...
Android
Published on: 9/7/2014 - 5 min read
Beginning Android Development Part 7 - File Saving
File Saving In the previous post we learned how to save data to the SharedPreferences files in Android, which is great for small bits of da...
Android
Published on: 9/4/2014 - 4 min read
Beginning Android Development Part 6 - Saving Data
It's hard nowadays to find a website or Windows application that doesn't make use of a database in some way. Android apps are no exception....
Android
Published on: 9/1/2014 - 5 min read
Beginning Android Development Part 5 (Fragments)
User Controls, Modules, Fragments, call them what you will but they all do the same job. Reusable snippets of code with their own state and...
Android
Published on: 8/27/2014 - 3 min read
Beginning Android Development Part 4 (Life Cycle)
Every Android app goes through a series of steps in order to get where it's going in a user friendly fashion. Normally, you get a splash...
Android
Published on: 8/25/2014 - 4 min read
Beginning Android Development Part 3 (Action Bar)
The action bar that is. A very important part of almost any Android application, the Action Bar lives at the top of most applications and...
Android
Published on: 8/22/2014 - 6 min read
Beginning Android Development Part 2 - Controls
So Day 2 of Android development is about to commence. I went through the SDK installation and AVD creation in the previous post, and this t...
Previous page
Next page
Popular Articles
Creating a Good Folder Structure For Your Vite App
Why I Finally Decided to Upgrade To GitHub Copilot Pro
A Simple Next.js API Folder Structure
The many ways to sanitize user input in C#
How to Code The Snake Game Using JavaScript - Full Tutorial
How To Encrypt Passwords Using SHA-256 In C# And .NET
Implementing Argon2id Password Hashing in C#
Setting Up a Dev Server Proxy in Vite
Coding A Card Deck In JavaScript
How to show PDF file upload previews using JavaScript
How To Code Blackjack Using JavaScript
10 gadgets every programmer should carry
How to Enable Copilot Agent Mode in Visual Studio 2022
Kiro IDE: A Fresh Take on AI-Powered Development
How to Use Environment Variables in Vite the Right Way
What is the state of ASP.NET Web Forms in 2025?
How to Generate GUIDs in JavaScript
How to Check for Unused Modules in a Node.js App
How to enabled aspx pages in Visual Studio 2022
How to Work With Multiline Strings in JavaScript