Skip to content
Menu
  • Home
  • About
  • Contact
  • Blog ⬇
    • Tutorial
    • Financial
    • Resources
    • Social Media
    • Web Design
    • Miscellaneous
Search
Social

VmC Ink.

Resources - Tutorial

CSS3 Drop Shadow – Quick Tip

February 12, 2016 by Victor 0 Comments

With the rapid adoption of CSS3, web designers now have many great tools that graphic designers have enjoyed for some time. It was often cumbersome to create drop shadows on websites. Now, with a new CSS3 property, it’s actually easier than ever.

Continue reading “CSS3 Drop Shadow – Quick Tip”

Resources

15 Years Experience

January 4, 2016 by Victor 0 Comments
Read More
The Wayback Machine

Victor Campos founded VmC Ink. some time in 2001. The exact moment is lost in the mists of time. As part of a Southwestern College graphic design course, students were tasked with creating a logo. The rest is history

What can be documented, however, is the date when VmCInk.net first went online: Continue reading “15 Years Experience”

Miscellaneous - Resources

Hello, World!

April 13, 2015 by Victor 0 Comments
Read More
hello world

It has been a tradition, in computer programming, as a first step into a larger world, to devise a trivial bit of code that outputs the statement, “Hello, World!“ for all to see. Here is one such instance, in a bit of a roundabout way:

(function() {
  "use strict";
  var a = "Hell", 
      b = "o, W", 
      c = "orld";
  alert(a + b + c + "!");
} )();

Continue reading “Hello, World!”

Posts navigation

Newer posts →
VmC Ink. is on the job

Team VmC Ink. is on the job

Recent Posts

  • How to Use Mastodon.social
  • Master Twitter in One Hour a Day
  • How to Record a Podcast
Coding and snacking

Never code on an empty stomach

Copyright © 2021 VmC Ink.