I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/
That only applies to parseInt because it tries to guess the radix if one isn't supplied. parseFloat assumes base 10 and doesn't accept a radix argument.
I don't agree that using the unary plus operator is a best practice for string->number conversions. Best practices should advocate maintainability and clarity - in this case parseFloat is the better choice for…
I imagine they require the developer account type for the device program, right? That's what the vocabulary on the page seems to imply -- I'm going to try to get the coupon with with a basic account first, but I expect…
Have you thought about adding support for boolean operators in the rule declarations? For example, "empty||valid_email" => "empty or a valid email", or "valid_email&&matches[email]" => "valid email and…
I think it'd also be useful if you included an enumeration of the common currency symbols. For example, accounting.DOLLAR, accounting.EURO, etc.
His example has an error. He forgot to return newObject at the end of the fromPrototype function. The fromPrototype function returns an instance (an object) that inherits from the given prototype and with the same…
`return` may be a valid statement but an object literal is not. A standalone object literal would likely be interpreted as a block and would throw a syntax error unless it were a simple identifier and a statement `{…
It seems a little pricey to me. 10,000 page views (for $30) isn't all that much. It's not convenient enough (for me) to justify $99 per month for the next tier of 100K page views.
There will be four variants of the GSII in the US, one for each of the big carriers. "Attain" (AT&T), "Within" (Sprint), "Function" (Verizon), and "Hercules" (T-Mobile). This article…
Lately, instead of using the module pattern by invoking a function immediately and returning an object, I've taken to just using an anonymous function/constructor with the new operator -- properties defined under "this"…
Not really directed to you (unless you have the answer): Is there any way for regular people (i.e not large corporations or Kevin Rose) to request a screen name from twitter, assuming that they have a registered…
Although I've been tempted to use jQuery Mobile or Sencha Touch for a mobile application I've begun working on, I've decided to just start it from scratch. The main thing that's kept me away from these frameworks is…
I'll echo some of the sentiments already put forth: do you actually need funding at this stage? How much do you think you will need? Have you and your co-founder thought about asking your respective parents for seed…
I'm sorry, but that's probably the least enjoyable experience that I've had on a website in recent times. It uses tons of fonts, few of which are actually readable. It doesn't degrade gracefully when JavaScript is…
How's their service in the US (specifically CA)? My contract with T-Mobile is up in April and I'm paying $70 for 300minutes + 5 unlimited contacts + unlimited web and 400 incl. text messages.
Interesting - I'm about to start working on a mobile site and I noticed there weren't many mobile frameworks that also used the MVC pattern. However, at first glance, I don't like that it requires node.js since I'm…
Not always. Students get 1 year free.
Maybe I'm just blind but I can't seem to find it in your profile. I'll add my AIM screenname to my profile just in case you would rather IM me your email address. I have class for few hours in a bit but I'll try to give…
I did SEO consulting for about a year and a half up until a few months ago. My employer was pretty happy with the results -- though I haven't kept up with the field recently as I've been trying to focus more on software…
I wish I could work for justin.tv! But I live way too far even if they were interested in me. I live in Riverside county - it's not a tech hub by any means. Most internships I've been able to find so far are either in…
Any internships available that allow for telecommuting? The internship job market has been pretty dismal down here in southern California (specifically the Inland Empire).
I'd be really interested in knowing how it compares against lazy.js: http://danieltao.com/lazy.js/
That only applies to parseInt because it tries to guess the radix if one isn't supplied. parseFloat assumes base 10 and doesn't accept a radix argument.
I don't agree that using the unary plus operator is a best practice for string->number conversions. Best practices should advocate maintainability and clarity - in this case parseFloat is the better choice for…
I imagine they require the developer account type for the device program, right? That's what the vocabulary on the page seems to imply -- I'm going to try to get the coupon with with a basic account first, but I expect…
Have you thought about adding support for boolean operators in the rule declarations? For example, "empty||valid_email" => "empty or a valid email", or "valid_email&&matches[email]" => "valid email and…
I think it'd also be useful if you included an enumeration of the common currency symbols. For example, accounting.DOLLAR, accounting.EURO, etc.
His example has an error. He forgot to return newObject at the end of the fromPrototype function. The fromPrototype function returns an instance (an object) that inherits from the given prototype and with the same…
`return` may be a valid statement but an object literal is not. A standalone object literal would likely be interpreted as a block and would throw a syntax error unless it were a simple identifier and a statement `{…
It seems a little pricey to me. 10,000 page views (for $30) isn't all that much. It's not convenient enough (for me) to justify $99 per month for the next tier of 100K page views.
There will be four variants of the GSII in the US, one for each of the big carriers. "Attain" (AT&T), "Within" (Sprint), "Function" (Verizon), and "Hercules" (T-Mobile). This article…
Lately, instead of using the module pattern by invoking a function immediately and returning an object, I've taken to just using an anonymous function/constructor with the new operator -- properties defined under "this"…
Not really directed to you (unless you have the answer): Is there any way for regular people (i.e not large corporations or Kevin Rose) to request a screen name from twitter, assuming that they have a registered…
Although I've been tempted to use jQuery Mobile or Sencha Touch for a mobile application I've begun working on, I've decided to just start it from scratch. The main thing that's kept me away from these frameworks is…
I'll echo some of the sentiments already put forth: do you actually need funding at this stage? How much do you think you will need? Have you and your co-founder thought about asking your respective parents for seed…
I'm sorry, but that's probably the least enjoyable experience that I've had on a website in recent times. It uses tons of fonts, few of which are actually readable. It doesn't degrade gracefully when JavaScript is…
How's their service in the US (specifically CA)? My contract with T-Mobile is up in April and I'm paying $70 for 300minutes + 5 unlimited contacts + unlimited web and 400 incl. text messages.
Interesting - I'm about to start working on a mobile site and I noticed there weren't many mobile frameworks that also used the MVC pattern. However, at first glance, I don't like that it requires node.js since I'm…
Not always. Students get 1 year free.
Maybe I'm just blind but I can't seem to find it in your profile. I'll add my AIM screenname to my profile just in case you would rather IM me your email address. I have class for few hours in a bit but I'll try to give…
I did SEO consulting for about a year and a half up until a few months ago. My employer was pretty happy with the results -- though I haven't kept up with the field recently as I've been trying to focus more on software…
I wish I could work for justin.tv! But I live way too far even if they were interested in me. I live in Riverside county - it's not a tech hub by any means. Most internships I've been able to find so far are either in…
Any internships available that allow for telecommuting? The internship job market has been pretty dismal down here in southern California (specifically the Inland Empire).