reverse_and_create : function(files){
var sorted = [], instances =[];
for(var id in files){
sorted.push(files[id])
}
for(var i = 0; i < sorted.length; i++){
if (sorted[i].id) {
instances.push(this.create_as_existing(sorted[i]));
}
}
return instances;
},
do_not_reverse_and_create : function(files){
if(files != undefined){
var instances =[];
for(var i = 0; i < files.length; i++){
if (files[i].id) {
instances.push(this.create_as_existing(files[i]));
}
}
return instances;
}
}
What a shame!
From http://ask.slashdot.org/askslashdot/08/09/01/1246201.shtml:
- Recruiting for Java posts is a minefield – it’s full of people who should be stacking shelves in a supermarket.
- If you want a Java job, just update your resume to say that you know Java. I have met lots of J2EE experts at work, who would not be able to code a “Hello World” program, if their jobs depended on it. Also learn lots of buzz words.
Now, you can share your sensitive information about the following with Google (I got the list from the authorization agreement on google.com):
- HIV or AIDS
- Mental illness or any mental health condition
- Alcohol or substance abuse
- Sexually transmitted diseases
- Pregnancy
- Abortion or other family planning
- Genetic tests or genetic diseases
Isn’t that exactly what we’re all after? I think I will add Alcohol, HIV and Pregnancy to my profile and see what happens *lol*
Maybe I can combine Google Health with Google Analytics and see if the visitors to my blog share the same “health condition”…

See also:
http://www.nowpublic.com/tech-biz/google-wants-your-medical-records-and-more
<div class="header">
<h1>This is a subheading</h1>
</div>
This is how NOT to define a subheading in HTML.
This is my own colorful work environment. The food is not free, but the Thai next to my home is very good
