What are we building? Have you always wanted to have a Sweet shortcut to your favorite website every single time you opened a new tab? Google chrome apps does exactly that, we are going to be creating an app that will show up every time we open a new tab, with a … [Read more...] about How to create a chrome app in under 1 minute
Web Development
MEAN STACK
Learning to become a full-stack developer is no easy task. You have to not only understand an entire stack but also understand how to compose any given development stack. If you try to go at this alone it could take you years of failure before you reach … [Read more...] about MEAN STACK
Getting started with LAMP
Why even bother with linux? Whenever working on a client to server architecture it is always good practice ( in my opinion) to test and implement virtual environments of the actual production of the software project being deployed. In this blog post, I will be … [Read more...] about Getting started with LAMP
How to get started with Redis
Overview: What is redis? Install redis Get to know the cli Create simple C# console App using redis Production Keep learning What is redis? Redis is what we like to call an in-memory database that offers a ridicules read and write … [Read more...] about How to get started with Redis
How to get an image scrolling on WordPress with js?
User: Have an image on the projects page that scrolls down showing off binary tree. Fix the binary tree spelling Write inline JS to figure out how WordPress works Fix boxing size issue with titles to put them in one box Create an image that fits post-18 … [Read more...] about How to get an image scrolling on WordPress with js?
What in the world is E-Commerce?
Are you excited to start making some money online and start living in your beach house for the rest of you life? It sounds simple enough right, you have a commerce business make it happen with steady income and you retire at the age of 25, but wait just one second … [Read more...] about What in the world is E-Commerce?
Working with GIMP
Took me 30 minutes to get this to work, it was so worth it! … [Read more...] about Working with GIMP
How can to validate XHTML?
It's important: it's a good tool to help designers and web developers test and debug their current code, help meet the W3C standards and avoid coding nightmares. … [Read more...] about How can to validate XHTML?
What does valid type XHTML mean?
Working with valid XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" … [Read more...] about Working with valid XHTML