If you have several people posting to a blog, you might want to set it
up so that each person's name at the end of their posts links to their profile. Here's how to make it work:
First, what you'll have to do is get the profile addresses for each person who will be posting to the blog. You'll notice that each one looks something like this: http://www.blogger.com/profile/XXXXXXX where "XXXXXXX" is a particular ID number. Make a note of that number for each person.
Next, add the following code to your template, between the HTML tags:
var team = new Array();
team["First Member"]="XXXXXXX";
team["Second Member"]="YYYYYYY";
team["Third Member"]="ZZZZZZZ";
function makeprofilelink (authorname) {
var pid = team[authorname];
document.write("" + authorname + "");
}
Read More
Chris Saad has requested over at the Particls blog that we create a video conversation about data portability.
I have uploaded my little video to YouTube. The transcript is below.
I have been using RescueTime since half way through December. It has proved invaluable to me in order to see how what I am spending my time on. RescueTime is a small application you install on every computer you use. in my case, that's my main machine, my secondary dev machine, my main laptop, my virtual PC and my remote desktop at a clients and another clients laptop I have here to work on (it can be uninstalled later). Of course you can just install it on one machine if you like, but as I discovered I spend time on several. Once you create an account it starts recording your time on applications you use and websites you visit. This is then sent tot he RescueTime servers where it is compiled for your viewing.
Hi my name is Amanda.
I am going to be writing on SpyJournal soon. I am working for Tim and will be reviewing new web technologies, gadgets and cool stuff for you.
Look out for my first real post in the next couple of weeks. Be nice to me, I am still learning some of this stuff!
Thanks
Amanda
Recent comments
10 years 37 weeks ago
10 years 37 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago
10 years 39 weeks ago