Javascript Bookmarklets

You’ve probably seen them. Bookmarklets that you can add to your bookmarks bar that pull text and other information from the page you are currently on.

They are easier to implement than I thought they would be. You simply make the link append a Javascript file to the page and then add the code you want to the external js file.

This is the code needed to load an external javascript file by clicking a link.

From there you can add what you want to your external js file.

FPS Adjustment Algorithm

Clock GearsOne problem I’ve encountered working with the HTML5 canvas and games is trying to keep a consistent refresh rate. I’ve found that once the game starts to heat up the game’s frame rate drops out. I’ve come up with an algorithm to help with this problem. Behold it in all it’s glory.

0×01 – Your First C++ Program

Your First C++ Program

Let’s get right into it. Open Visual Studio (VS), click on New Project… under Start; click Visual C++; Select Empty Project; give the project the name “hello-world” (or whatever); and then click okay. This will build a new project.

Starting a new project in VS

Figure 1.1—Starting a new project in VS

Time for Change

Blueprint of Victory

After that last post, I’m thinking it is time to redesign my site. That last post murdered the free layout. It’s time to roll my own.

Coding with Kevin—C++: An Introduction

Coding With Kevin—C++

Before we fully delve into programming with C++ it is a good idea to understand the device we are trying to program: the computer.

A small recommendation before you start into this introductory lesson—if you are running Windows, I would recommend you start installing Visual Studio now. By the time you finish reading the introduction Visual Studio should be done installing (it is 4.5 GB).

What is a Computer?

The machine you are using to read this tutorial is an amazing piece of electrical engineering. Over the last several decades the computer has infiltrated every aspect of life. From our desktop computer to our high-definition tvs and from phones to cars, computers are everywhere. A computer is a collection of hardware and software designed to receive input, process data, and output information.

Ludum Dare 24

Tetronomes

The Ludum Dare 24 starts tonight!

Here is my prep work: Tetronomes—A Tetris Clone. It’s still pretty buggy, but I’m planning on polishing it a bit. :D

I’ll post my time lapse pretty soon.

Ludum Dare 23 – Tiny World!

The Ludum Dare #23 has not gone very well thus far… I have 1 hour and am nowhere near done. :( Boo!

Let’s Learn Math: Photoshop Blend Modes

Let's Learn Math: Photoshop Blending ModesOne of the best features of Photoshop is the layer blending modes. They allow you to create spectacular effects with little to no effort. I’ve been taking a closer look into how Photoshop handles the blending of layers (especially the math side of it).

Java Game Boilerplate

1893 Boilerplate RobotI think I have found my new favorite Java game boilerplate (starting template).

Sweet SEO Tools

Sweet SEO ToolsHere is a list of some of my favorite SEO tools. Check back periodically for updates.