search for: login_link

Displaying 2 results from an estimated 2 matches for "login_link".

Did you mean: login_links
2006 Mar 28
3
[tip] making cached pages look dynamic
...f the pages on that site requires a lot of calculations, but the data is actually static. So these pages are cached. However, when a logged on user is viewing a cached page, we still want to show him links based on his profile. Enter, a litte rjs... 1. in my layout i have: <span id="login_links"> <a href="/account/login">Login</a> | <a href="/account/signup">Opret Profil</a> | </span> but when a user is logged in I want to replace these with a logout and a view profile link. 2. create a action and add a whatever.js rou...
2006 May 22
8
flickr tag question
hey, i am using the flickr wrapper for ruby and need to access the tags of a specific photo. i got all the rest working. i must admit i am kind of new to ruby, but i tried and tried and couldn''t figure it out. among other things i want to read geotags like in my example here: http://www.flickr.com/photos/whoisstan/146634506/ i''m sure it is deadsimple and i just overlooked it.