HN user

carlosrr

171 karma

i like javascript

Posts12
Comments27
View on HN
Defending IE6 17 years ago

He is not advocating that you get your great UI to work on IE6. He is advocating that you get a lame UI just for IE6 users.

I think you hit the nail right in the head when you mention all these different services. There are many products out there that expand our features, however using and mashing these products together ends up with a complicated and difficult to setup service.

We picked features that are useful for non-techies and made them accessible through a single interface.

We think that there are many users that want a web page for their group but don't want to interact online. GroupieGuide is a gets out of the way solution where most of the interaction can be done over e-mail. Visitors don't need to navigate to get the information that they need.

Both ning and tangler focus on building online social interactions through the website. We are trying to cater to the users that have been ignored by social networks.

If you select the 9+6 and then insert the opening parenthesis it will wrap everything automatically. This is not really intuitive, but the extra idiocy is there for a reason.

I agree, seeing all of the documentation on the same page helps you learn other functions that you might otherwise not look at. Also, the higher level the language the less the programmer has to rely on autocompletion.

Looks like gravity helped:

"At over 100,000ft the balloon lost its inflation and the equipment was returned to the earth.

"We travelled 10km to find the sensors and photographic card, which was still emitting its signal, even though it had been exposed to the most extreme conditions."

Like with many other measures to prevent piracy, the crackers would find ways to remove the morality reminders and the paying customers would get stuck with them.

HTML validation is of great value when debugging, even javascript. It can discover things that are easy to miss like unclosed tags and repeated ids.

It is difficult to write a whole website, validate it and fix the errors and at this point validating has little value. However by validating periodically you are getting more out of the tools available. I don't force myself to write 100% strict HTML, but minimizing the validation errors means that I will have less to read when it's time to.

When I was looking for internships I would just look for startup lists on cities I was interested in. I saw their open positions and sent a mail with my resume and a well crafted cover letter based on what I was interested on. Most companies were very accessible and would at least reply back.

Github is very good for reading code since it can be done through the browser. If I am going to be using a particular library, I take a look at the commit history and read the code on the more interesting commits.

Also, hanging out on IRC rooms is very helpful. Many people ask for code reviews before committing to the libraries and you get to see how the library evolves and what are the design decisions behind the changes.

ActionScript was the first programming language I learned. I found some tutorials on how to make games and little by little learned by changing the source code. Being able to create graphics was very rewarding and the popularity of flash made it easy to show my friends what I had done. The feedback loop was very important in keeping me interested in programming.

Project sprouts (http://www.projectsprouts.com) makes it easy to get started in ActionScript and is also a good introduction to writing support scripts in Ruby.