Web Development  >>  Ruby On Rails

Pretty Page Title

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
If you are like me, you avoid creating page titles because it is kind of a pain. But in this episode I will show you a clean way to add titles to your pages

Tags: Ruby On Rails, Ruby, Web Development, Programming, Screencast,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-05-11   Duration : 05:16 (15.1 MB)


    (Requires : MPEG-4 Video Player)
    Download file is iPod compatable

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Easy Dynamic Page Titles in Rails
    While even I get lazy about it sometimes, it is important to try to give each page on your site a unique page title. This makes them easy to bookmark and easy for Google to index them. So why this is an issue in Rails? Because layouts are great way to keep your application elegant and stick to the DRY principle
    19 Rails Tricks Most Rails Coders Don't Know
    When looking at my own Rails code and that of the community as a whole, I often see places where certain Rails techniques could have been used, but weren't. As much for my own memory as yours, I thought I'd list down some Rails tricks and tips that can make your application or code more efficient