- Blog
- Homepage
-
What’s fluffy while you take the train?
It started with an email; an email led to an idea. On my way to the train station, I was thinking about what is fluffy. Before I committed, I made a quick list of everything that my brain can think of and started drawing sketches in my sketchbook app. If your curious what this app is…
-
How to Make Tagline That You’ll Love?
Plunder My Art ~Art through the eyes of a Wabbit What inspired that tagline? I wanted to create a tagline that reflects me, my personality, and blog’s subject. I want to create inspiring art for others to plunder! Rabbits can take on many personalities, so I thought it would be fitting. The origin of my new…
-
Who I am and why I’m here?
Artist Hi, my name is Vyacheslav Kantor, I’m an artist, thrill seeker and key puncher. Feel free to read more about me here. Why am I blogging? \(*^▽^*)/ I want to write mostly about my artwork and how it can affect others. I think it’s a great way to get noticed and connect with other artists. I’m…
-
Win Wacom MobileStudio Pro 16 worth $3000 Giveaway (ENDED)
Win “Your Chance for a Free Wacom MobileStudio Pro 16″”Creative freedom in a powerful mobile studio” “Wacom MobileStudio Pro 13 packs an entire studio full of powerful creative tools into a slim, lightweight package – including the incredibly accurate Wacom Pro Pen 2. From 2D to 3D, you’ll have what you need to create at…
-
Why listen to SoundCloud while playing WoT?
What to listen to when playing WoT, use SoundClould like…
-
What to listen to while playing WoT
What to listen to when playing WoT, use SoundClould like…
-
How to use Visual Studio with Multithreading?
Using Visual Studio with Multithreading tips, tricks, C# Programmers who start coding with multithreading and C#, get different first impressions. First, they are either afraid of new frameworks and patterns, then try their own methods. Secondly, they are brave, ready to jump on Visual Studio, C# and start learning multithreading. I had to be brave, I didn’t…
-
What is Data Annotations Extensions?
Data Annotations Extensions MVC C# Visual Studio Data Annotations extensions are for model validation, both on client and server-side. Well, these are great if you’re looking for something simple and fast. Don’t use them if you’re working on a project with many fields and dependencies. If you’re doing complex validation, I would highly recommend writing custom…
-
Broadcaster: How to use effectively use OBS?
Start broadcasting your games and show the public what you can do on the battlefield! I downloaded Open Broadcaster Software, its free, so it was my first choice. However, using the software free and not straightforward to learn. Therefore, be ready a few tutorials and then start streaming. Setup to be a Broadcaster The stream is unique…
-
How to use Open Broadcaster Software
Start broadcasting your games and show the public what your can do on the battlefield! I downloaded Open Broadcaster Software, its free, so it was my first choice. It was a bit of a challenge at first to get it going, but after I read a few tutorials I was up and streaming. The stream is unique…
-
Reset Form Unobtrusive jQuery validation: How to?
I was looking around for a way to reset form Unobtrusive jQuery validation. In other words, I want to reset everything to default. Unobtrusive validation closely relates to data annotations because they hold the validation rules. For example, you can set up min or max length a text box field. More importantly, how to clear…