Categories
Site Reviews

Stanford Online AI Classes

This year, a whole batch of free online classes became available from Stanford professors. I've always been interested in AI, and so I took Introduction to Artificial Intelligence and Machine Learning .

Both courses cover AI, but the first does more of a tour of the field, covering a lot of topics. The second is only about Machine Learning, which covers algorithms that can learn from existing data. There are many applications – recommendation systems, search engines, computer vision, OCR, speech recognition, and much more.

The classes were video based, usually with subtitles available.  One interesting thing about the Machine Learning course is that you had downloadable PDF notes of each class, and also that you could view the videos at 1.2 or 1.5x speed – a big time saver.

I liked both courses, although Machine Learning does come across as more immediately useful given its more practical nature. It also had practical programming exercises (in Octave).

For Introduction to AI, some of the most interesting modules were right at the end, when the tools you needed were already presented – Natural Language Processing and Robotics (including some cool stuff about how Google's self driving car works).

I can recommend both courses if you are interested in AI.

I'll also be taking the Natural Language Processing next year.

Categories
Site Reviews

Ben Hunt’s Web Design Course Review

This year I took Ben Hunt's Pro Web Design Course. I learned a lot from it – and was able to raise my websites' ranking for several keywords, and got some extra traffic too.

The main reason I took the course was after reading Ben's books Save the Pixel, Convert! and seeing his videos on websiteworks.tv.

There are a lot of good ideas on those books and videos, and good SEO analysis of both a page factors and potential competition for keywords is very important.

The course consists mostly of videos, although there are some downloadable page examples and resources. The videos are downloadable, which is nice for a couple of reasons – first, you can keep them after you are done with the course, and second, you can download and watch them with a player such as GOMPlayer, which allows you to view them at a fast speed. I used 1.2x most of the time, and on subjects I already mostly knew, I'd use 1.5x. That can save quite a bit of your time.

The explanations on the videos are quite clear. The main objective of the course is teaching Web Design as a profession. But if you make your own website (as I do), you can still use almost everything.

The classes range from basic HTML, designing on PhotoShop – pages, buttons and other elements, basic Javascript and PHP, a lot on WordPress – specially designing themes, and a very important and under represented theme, good SEO on page design, keyword research and landing pages. In my opinion, this is one of the strongest areas in the course.

One interesting thing is that the course is constantly receiving small updates. In SEO, which changes all the time, this is really important.

The only thing I really thing is missing in the course are transcripts from the videos.

If you actually want to become a professional Web Designer you also get many useful lessons on the specifics of the business, such as specialization, handling your clients and business strategies. And I believe the SEO training is invaluable – too many web designers make pages that rank miserably because they don't grasp more than the basics (and sometimes not even them).

Overall, I can really recommend this course for both Web Designers and people with sites that they want to improve.

Check out Ben Hunt's Pro Web Design Course

Update (25/June/2013): All videos from Websiteworks.tv were added to the course! These are the reason I got on the course in the first place. They consist of SEO, copy and design analysis of sites, and are full of great information and ideas . Some Marketing MasterClass webinars and other were added too. But please note that if you get the monthly version of the course, these are only available after 6 months!

Categories
Software

Web Album


You can quickly make Web Albums with STGThumb.

While you can easily tell from the name that thumbnails were the main idea when I first developed STGThumb, very soon users started to request a Web Album feature.

It couldn't be easier to make online photo albums with STGThumb. Just choose the photos you want, click Generate HTML Album and your photo album is ready to upload.

Other album maker options are several Album styles:
Vertical Style HTML Album
Classic Style HTML Album
Horizontal Style HTML Album
Lytebox Style HTML Album
HTML Slide Show
Classic Album with CSS Instant Photo Effect

[big_button color=”blue” url=”http://www.stgsys.net/files/stgthumb.exe” desc=””]Download Now[/big_button]

Categories
Uncategorized

How to Pull More Readers into Your Content with One Simple Trick

Interesting article on how to customize the text on your excerpts more link:

Categories
Book Review

The Art of Readable Code – Book Review

The Art of Readable Code – Simple and Practical Techniques for Writing Better Code – by Dustin Boswell and Trevor Foucher – is a book on advice on making your code more readable.

Why would you want your code to be more readable? It might not seem so important while you are coding, specially if you are a solo developer like me. But when you next have to change or debug something in your code, you will be grateful that you spent the extra time. Not only that, but it is much easier to find bugs on readable code.

One book I will always remember is Code Complete, by Steve McConnell. I read it the year after I finished university, and I immediately loved it. It was full of useful techniques and ideas on how to make your code better – more readable, less error prone, better formatted, etc. And it used plenty of studies to demonstrate what really worked.

I bought The Art of Readable Code half expecting it to be a poor version of Code Complete. I was very pleasantly surprised to find to be not only a nice, fun read but also full of interesting ideas and excellent examples.

When I finished, my Kindle version was full of highlights and bookmarked pages.

Highly recommended.