Uncategorized

// No Comment T-Shirt For Sale

So I decided to get into the tshirt business. So I'm going to start designing cool and quirky geeky. Tshirts…

4 years ago

How To Turn Off Fortnite Reload Hud

This is a tutorial about how to turn off your Fortnite Reload Hud https://youtu.be/S1TeOuQ_mYQ You go into creative mode and…

4 years ago

Super Mario Odyssey (Nintendo Switch) Review

So far I like the game a lot. It's really fun. It's mixture of 3d and side strollers. It's basically…

4 years ago

We are changing and evolving.

I am changing and evolving. I am growing. I have switched to product reviews and making videos I like. I…

4 years ago

How to Setup Your Own Parse Server

Since you already have heard that parse is closing down. Here are some instruction to set up you own parse.…

8 years ago

Javascript – Simple For Loop Examples

These are some examples of simple for loop challenges and exercises I did for fun. // Print 'hello' the string…

8 years ago

Javascript can be dynamically typed – Array Example

This is code example of javascript being dynamically typed with arrays. Arrays can store, anything: strings, objects, functions, strings, and…

8 years ago

javascript – namespacing, public and private data

This is quick code sample of public and private data using javascript. You would create anonymous call back function. Private…

8 years ago

Javascript – Sales Tax Program

function tax (price, percent) { return parseFloat((price*percent/100).toFixed(2)); } var randomItem = 9.85; var salesTax = 7.5; var total = randomItem…

8 years ago

bin/rails doesn’t work on windows

Solution: just type it without bin rails Then you should be fine. Same with every other command your trying to…

8 years ago