Thank you for contacting me.

Blend Interactive is currently closed for the Thanksgiving holiday. We will be 
out of the office on Thursday, November 24 and Friday, November 25. We will 
return to the office on Monday, November 27.

If you are in need of emergency assistance, please contact 
[email protected].

Thank you, and Happy Thanksgiving!

--Ben

On Nov 24, 2011, at 3:52 AM, [email protected] wrote:

>   Today's Topic Summary
> Group: http://groups.google.com/group/jsmentors/topics
>       •       passing external resources like images, stylesheets, etc to a 
> Node app [3 Updates]
>       •       Getting error while calling the inherited method [4 Updates]
>  passing external resources like images, stylesheets, etc to a Node app
>       •       Poetro <[email protected]> Nov 23 11:31AM +0100  
>       •       
>       •       > });
>       •        
>       •       > server.listen(8000);
>       •        
>       •       > console.log('listening on http://127.0.0.1:8000');
>       •        
>       •       var server = http.createServer(function(request, response) {
>       •       var newPostFormRegex = new ...more
>       •       
>       •       Poetro <[email protected]> Nov 23 02:12PM +0100  
>       •       
>       •       Forgot, that the end is already triggered, so the streaming is 
> just
>       •       the following:
>       •        
>       •       if (pathname === '/style.css') {
>       •       // Open a file stream to the file
>       •       stream = ...more
>       •       
>       •       dtang85 <[email protected]> Nov 23 10:26PM -0800  
>       •       
>       •       Thanks!
>       •        
>       •       ...more
>       •       
>  Getting error while calling the inherited method
>       •       Scott Sauyet <[email protected]> Nov 23 06:33AM -0800  
>       •       
>       •       Cédric Bertolini wrote:
>       •       > return constructor;
>       •       > })();
>       •       > [ ... ]
>       •        
>       •       It's an interesting idea. Some here would object to using the 
> result
>       •       of calling a constructor function as a prototype. ...more
>       •       
>       •       "Cédric Bertolini" <[email protected]> Nov 23 04:04PM 
> +0100  
>       •       
>       •       Well, I had never seen this pattern before:
>       •        
>       •       function Admin(first, last) {
>       •       Person.call(this, first, last);
>       •       }
>       •        
>       •       It's interesting, but you're making a lot of assumptions about 
> Person. You ...more
>       •       
>       •       Scott Sauyet <[email protected]> Nov 23 09:40AM -0800  
>       •       
>       •       Cédric Bertolini wrote:
>       •       > }
>       •        
>       •       > It's interesting, but you're making a lot of assumptions 
> about Person. You
>       •       > can only use that if you thightly control Person and Admin.
>       •        
>       •       Not exactly. ...more
>       •       
>       •       Anatoly Geyfman <[email protected]> Nov 23 01:19PM -0500  
>       •       
>       •       Scott, Cedric,
>       •        
>       •       good discussion, I was working on something, could get involved 
> earlier. 
>       •        
>       •       I can't remember what I meant by that comment, I am sorry. 
> Looking back at it, I think I liked that ...more
>       •       
> You received this message because you are subscribed to the Google Group 
> jsmentors.
> You can post via email.
> To unsubscribe from this group, send 
> an empty message.
> For more options, visit this group.
> 
> -- 
> To view archived discussions from the original JSMentors Mailman list: 
> http://www.mail-archive.com/[email protected]/
>  
> To search via a non-Google archive, visit here: 
> http://www.mail-archive.com/[email protected]/
>  
> To unsubscribe from this group, send email to
> [email protected]

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to