KillerSites Blog

Podcast | Videos

WordPress Privacy Settings and the Search Engines.

June 16, 2010

Over time, as you learn more and more, you’ll soon find that knowledge that you once had, will slowly seep out of your brain (through the ears I think …) and soon stupid mistakes will be made.

Being an old time nerd, much has slipped away over the years – too much. Recently I relearned a basic setting in WordPress that controls whether or not the search engines will read and index your site – an important thing for most websites out there!

Anyway, watch the video and learn to not make the same stupid mistake I made with WordPress:

As some of you may know, I am a big advocate of WordPress (or some other blog or CMS) in day-to-day web design work. You can learn more about WordPress on killersites.com.

Thanks,

Stefan Mischook
www.killersites.com

read more

When can you use HTML5 and CSS3?

May 25, 2010

Hi,

I wrote an article about this recently but I figured that since a picture is worth a thousand words, a video must be worth 30 million words!

When can web designers use HTML 5 and CSS3 in your average web site?

Thanks,

Stefan Mischook
www.killersites.com

read more

New Screencast on PHP CRUD!

May 11, 2010


Hi,

In our ongoing effort to provide top quality screencasts authored by working web designers and web programmers (that means practical training) … we just released a new set of videos on PHP CRUD.

The official summary:

This is a six part series that covers how to create a basic application that creates, reads, updates and deletes records (often called CRUD) from a MySQL database using MySQLi. MySQLi helps prevent SQL injection, a common security issue. Understanding how to use a MySQL database and work with database records is an essential skill for beginning web developers.

You can find these videos in our growing collection of video training tutorials at Killersites University. I will be releasing several free samples from this (and other series) as soon as I can find the time – busy these days watching TV.

๐Ÿ™‚

Stefan Mischook
www.killersites.com

read more

Photoshop for the Web – video tutorial course.

March 31, 2010

Hi,

I am now starting to release a bunch of free videos from our soon to be released Photoshop for the Web course. The complete video course (with source files) will be soon available on our video tutorial subscription service and soon thereafter as a download or DVD purchase.

In the meantime, you will be able to find many videos in a forum dedicated to the Photoshop for the Web course.

About the Video Course

The main goal is to teach you how to take a Photoshop CS4 based web page layout and to turn it into a website with the help of Dreamweaver CS4. Along the way, you will put to practice lessons learned from our series of articles on proper design.

Note: Even though we are using Photoshop and Dreamweaver, the lessons learned are pretty much usable with any Photo editing (The Gimp, Photopaint etc …) and web design software (Web Expression, Net Objects etc …) – these days, all these programs work in much the same way.

Thanks,

Stefan Mischook (Top nerd)
www.killersites.com

read more

Firefox Plugins for Web Designers

March 13, 2010

Hi,

These days Firefox is a key tool for web designers and web developers because of all the great plug-ins that you can install (for free!) that add all kinds of useful functionality.

In the following video I introduce you to three of my favorites:

  1. Colorzilla
  2. Firebug
  3. Measure it

Check out the video:

read more

Killersites University – New Videos

January 20, 2010

killersites.com-university

Hi,

It’s time for shameless self promotion!

๐Ÿ™‚

We just launched the our video tutorial subscription service (Killersites University) about a week ago and we are getting very positive feedback so far:

I am getting through them easier than I thought…up to the second CSS lesson. Great site, by the way. I ALMOST signed up for a college/university course. Very glad I didn’t. Thanks for getting back to me so quickly.

Mike Ouellette
Provincial Student Information Systems Consultant

And about our PHP training video courses:

Great!!! I am just getting started learning Php so I had purchased the book “PHP and MySQL Web Development รขโ‚ฌโ€œ great book but I found your videos much easier to understand. Thank you for making PHP alittle easier to comprehend : ) I know I have alot to learn ahead of me though.

Sincerely,
David

… There’s more, but you get the idea.

More video added to the collection

As promised, we already added new content to the University – about 40 minutes of video on basic web design, WordPress and embedding videos with Youtube. Not a bad start, but we are just warming up … our authors are working on new content (videos and articles) and so you can expect much more to come out soon.

Thanks,

Stefan Mischook
www.killersites.com

read more

New Flash CS4 video tutorials released.

October 20, 2009

boxshot-flashcs4

Hi everyone,

I am happy to announce our new Flash CS4 video tutorials are finally ready! It only took me a year to get Santo (the author of the video tutorial course) to finally do it – better late than never I suppose.

๐Ÿ™‚

… I have to tell you, wrangling up good video authors is like herding cats!

Check out this sample video on using the Flash Bones tool:

You can find more sample videos on the Flash CS4 video tutorial home page and in this coming months Web Designer Magazine.

Thanks,

Stefan Mischook
www.killersites.com

read more

Beginners Javascript Video Tutorial

October 10, 2009

beginner-javascript

Hi,

Today, the Web is a much more sophisticated place (dynamic shopping carts, blogs, DOM scripting, Ajax etc) … a Web that requires much more sophisticated web designers. To be a competitive and modern web designer these days, you have to learn more than just HTML and CSS .

The ‘foundation’ languages of web design today are:

1. HTML
2. CSS
3. Javascript
4. PHP

You don’t have to become a full-fledged nerd coder but you should at least understand the basic concepts and be able to read and write basic scripts. This way, when a client or your boss comes to you with some shopping cart script that he wants you to install … you wont be freaking out because you don’t understand a thing.

So in keeping with my goal of training you guys and girls up, I just wanted to announce my latest video tutorial; a course on Javascript: Beginners Javascript.

… OK, not the most exciting title, but the video tutorials are perfect for people new to programming. Some details:

Beginners Javascript is designed to teach total beginners Javascript programming. By the end of the 5 hrs of video training (over 39 individual videos) you will feel comfortable reading and writing usable Javascript code for everyday web tasks like spawning windows, validating forms and creating simple page effects.

The table of contents:

Introduction (10:09)
First Javascript (10:21)
What is a programming language (6:18)
Javascript event handlers part 1 (8:58)
Javascript event handlers part 2 (6:40)
Javascript event handlers part 3 (4:50)
Javascript errors part 1 (6:39)
Javascript errors part 2 (4:39)
Javascript variables part 1 (10:53)
Javascript variables part 2 (10:01)
Javascript execution (4:21)
Javascript functions part 1 (8:46)
Javascript functions part 2 (6:22)
Javascript functions part 3 (6:32)
Javascript functions part 4 (9:27)
if statements part 1 (7:33)
if statements part 2 (6:52)
if statements part 3 (8:55)
Javascript loops part 1 (8:25)
Javascript loops part 2 (5:58)
Javascript object; a birds eye view (8:31)
Javascript arrays part 1 (3:36)
Javascript arrays part 2 (7:44)
Javascript arrays part 3 (5:28)
Javascript functions cont. part 3 (8:13)
Javascript functions cont. part 4 (10:16)
Javascript functions cont. part 4-b (9:57)
Javascript functions cont. part 5 (9:18)
Introduction to the DOM part 1 (8:31)
Introduction to the DOM part 2 (3:37)
Javascript forms part 1 (14:50)
Javascript forms part 2 (15:10)
Javascript forms part 3 (6:58)
Javascript forms part 4 (8:51)
Creating a toggle menu part 1 (6:59)
Creating a toggle menu part 2 (10:39)
Linking to external Javascript files (5:46)
Spawning windows with Javascript (9:24)
Javascript frameworks, conclusion to course (4:24)

That’s it for now.

Stefan Mischook
www.killersites.com

read more

Javascript Object Hierarchy Video Tutorial.

September 7, 2009

Hi,

In this video I introduce you to two things:

1. Basic object oriented concepts.
2. The Javascript object hierarchy.

The goal of this video is to give you a birds eye view of Javascript, to hopefully make it easier to understand how to use this language in later videos.

This video is from my very soon to be released Javascript basics video tutorial course.

Thanks,

Stefan Mischook
www.killersites.com

read more

New jQuery Video Tutorials

September 4, 2009

Screen shot 2009-09-04 at 1.39.34 PM

Hi,

I just released and brand new course on the Javascript framework called jQuery. JQuery is a very popular Javascript library that many web designers will find themselves working with.

You can find about 40 minutes of free videos from the course here:

www.killerjavascript.com/beginners-jquery/

Thanks,

Stefan Mischook
www.killersites.com

read more