View All Courses
53:53
Open to Subscribed Members
AS3
FLA 9
Conditionals enable code to be more dynamic and flexible. The if statement tests a specific condition and runs code depending on the result: it can cause control to 'branch' to other code. Fun!
58:18
Open to Subscribed Members
Email marketing the right way can be easy. Once you figure out a right strategy it's time to take advantage of technology and automate it.
28:17
Open to Subscribed Members
In this course we walk through the basic setup and configuration you want to think about as you create new web pages and how that relates to your overall thoughts about SEO.
57:02
Open to Subscribed Members
AS3
FLA 9
Switch is another form of conditional. It can replace multiple else..if sections. Like the if, it also executes depending upon the given conditions but the syntax is much easier to read and write. Switch is slick!
28:21
Open to Subscribed Members
Our next topic is going to be FireBug. Although this tool was designed for developers its incredibly powerful and useful for SEO people as well.
1:09:49
Open to Subscribed Members
This chapter is all about the overview and management of a site using the WebSite Auditor tool.
1:11:24
Open to Subscribed Members
Pages are the foundation block to all websites and as such we need to create pages that both attract users and contain the attributes that search engines want to see.
41:39
Open to Subscribed Members
SEO as part of the design flow. Our original design we created wasn't really ideal for SEO and as such we got to change it.
1:22:45
Open to Subscribed Members
AS3
FLA 9
Functions enable us to write chunks of code that perform an action: they can be reused, making our code cleaner and more effective. Play with this one: write your own functions!