Treehouse Quick Tips show

Treehouse Quick Tips

Summary: Treehouse Quick Tips are fast and easy lessons that you can start applying now. Learn to create stunning designs in Photoshop, beautiful websites, and useful mobile apps for Android and iOS.

Join Now to Subscribe to this Podcast

Podcasts:

 Signing Up & Selecting a Data Center for your Virtual Server | File Type: video/mp4 | Duration: 3:21

When you want to setup your web server, you have a few different options. The first is shared hosting, which is very cheap but does not provide a lot of flexibility. On the other end of the spectrum, you could rent or buy your own server and have it hosted. The problem is that this will cost quite a lot of money, and give you a lot of pain and frustration as you try to manage it. In between is a VPS - Virtual Private Server. It offers all of the benefits of owning your own server, but the hardware is virtualized which makes it a great value. In this video, we'll show you how to setup a VPS with Linode.

 Logging Into Your Virtual Server for the First Time Using Mac OS X | File Type: video/mp4 | Duration: 1:34

Once you've setup and booted your virtual private server, you need to connect to it so you can begin configuring it. On the Mac, we'll be doing this in the terminal using ssh.

 Logging Into Your Virtual Server for the First Time Using PuTTY for Windows | File Type: video/mp4 | Duration: 1:20

Now that you've setup and booted your Linode virtual private server, you need to login to configure it. In Windows, we'll be using a tool called PuTTY.

 Setting the Hostname and Timezone of Your Virtual Server | File Type: video/mp4 | Duration: 3:20

Now that you've setup and connected to your Linode, you need to give it a hostname. The hostname is the name of the machine, and can be set with just a couple commands.

 Prototyping an iOS App with Storyboards | File Type: video/mp4 | Duration: 3:12

Learn how to quickly prototype an iPhone app using the Storyboard feature of Xcode which requires no programming. By using scenes and seques you can easily establish transitions between view controllers.

 Why Use Responsive Web Design? | File Type: video/mp4 | Duration: 2:21

There used to be a clear differentiation between desktop and mobile. With the introduction of tablets and tons of new internet accessible technologies, we've been faced with designing for more monitor resolutions and devices than ever before. In this video, we'll learn the basics of how and why we should embrace responsive web design.

 Android Text Input Modes and Keyboards | File Type: video/mp4 | Duration: 2:37

When asking for input from your app users, it's a good idea to include a keyboard that makes it easy for them to input this information. For example, email address fields should include the @ symbol, and phone number fields should include the number keys. You can improve your user experience by displaying the proper keyboard to allow for easy input of text, emails, and numbers.

 What's the Difference Between Fixed, Fluid, Adaptive, and Responsive Design? | File Type: video/mp4 | Duration: 1:24

As a web designer, it's important to embrace that your website is going to look different in various browsers and on different devices. Focus on making your website change layout to match the device that your visitors are viewing it on.

 How to Use the Splice in Ruby on Rails | File Type: video/mp4 | Duration: 3:34

The first argument in the splice function is the index you want to begin with. The second argument is the number if indices to remove. You can also replace or insert values into your array with the splice function. This is done by simply adding the elements to insert into your function.

 Sharing Data Between Apps in Android | File Type: video/mp4 | Duration: 4:06

You can easily share data between Android apps using the "Share" Intent. Intents allow you to utilize components inside and outside of your app with very little extra code, and a nice clean decoupling of components.

 How to Use the Logger in Ruby on Rails | File Type: video/mp4 | Duration: 4:02

Logging is extremely useful. URL, paramaters, database calls, and other useful information. There are 5 levels of logging in Ruby on Rails: Debug, Info, Warn, Error, and Fatal. In production, all logging is set to "Info" level by default. All other levels are set to "Debug" This video will show you how to add a debug statement to a Rails application.

 Writing Code in jQuery | File Type: video/mp4 | Duration: 2:03

jQuery is a JavaScript framework that makes it simple to add behavior to websites cross-browser using the same CSS selectors web developers are familiar with. This allows you to write less and do more.

 HSLa Color Values in CSS | File Type: video/mp4 | Duration: 2:40

In this CSS Quick Tip, we'll learn how to define color values with the HSLa color model. HSLa stands for Hue, Saturation, Lightness, and alpha. This color method is much more intuitive than RGBA or Hex values, allows you to use the color wheel to select the hue.

 Applying Normalize.css Browser Reset CSS | File Type: video/mp4 | Duration: 3:05

In this Quick Tip we'll learn about Normalize.css, a new CSS tool we can use as an alternative to traditional CSS reset methods. Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

 Full Page Background Images with CSS | File Type: video/mp4 | Duration: 1:43

In this Treehouse Quick Tip, we'll learn how to create scalable full-page background images with CSS. This allows you to easily customize the background of your web page with just a single line of CSS. Best of all, the background image will scale with the browser size to maintain a consistent look across devices and resolutions.

Comments

Login or signup comment.