Browse Site by Tags

Showing related tags and posts across the entire site.
  • Have you met arguments.callee?

    Just the other day I had a need to use arguments.callee and I realized that's not something you really see every day in JavaScript. Maybe I could talk about it a bit. Anonymous functions everywhere It's not news to anyone reading this blog that one of JavaScript's workhorses are anonymous...
    Posted to Sergio Pereira by sergiopereira on 09-10-2010
    Filed under: Tips-and-Tricks, JavaScript, JavaScript-Demystified
  • JavaScript and its love for zeroes

    This post is part of a series called JavaScript Demystified . Answer quick. Do you know what date is being created here? var year = '2009', month = '09', day = '01'; var date = new Date( parseInt(year), parseInt(month), parseInt(day) ); At first glance, it wouldn't surprising...
    Posted to Sergio Pereira by sergiopereira on 09-19-2009
    Filed under: Development, Tips-and-Tricks, JavaScript, JavaScript-Demystified
  • JavaScript: Not your father's inheritance model - Part 2

    This post is part of a series called JavaScript Demystified . This particular chapter is further divided in two parts. Read Part 1 . Build your own hierarchy Let's pretend we are building some scripts that deal with musical instruments. We could define our own Guitar class type like this: //The constructor...
    Posted to Sergio Pereira by sergiopereira on 06-12-2009
    Filed under: Series, JavaScript, JavaScript-Demystified
  • JavaScript: Not your father's inheritance model - Part 1

    This post is part of a series called JavaScript Demystified . This particular chapter is further divided in two parts. Read Part 2 . In a previous installment in this series we saw how we could create constructor functions in JavaScript. Back then I just mentioned that we don't have classes in JavaScript...
    Posted to Sergio Pereira by sergiopereira on 06-12-2009
    Filed under: Series, JavaScript, JavaScript-Demystified
  • JavaScript: Avoid the Evil eval

    This post is part of a series called JavaScript Demystified . I'm pretty sure by now you have heard at least once that eval is evil . Some nuggets from Eric Lippert's post: if you are considering using eval then there is probably a better way People, eval starts a compiler. I'm also pretty...
    Posted to Sergio Pereira by sergiopereira on 03-31-2009
    Filed under: Series, JavaScript, JavaScript-Demystified
Page 1 of 1 (20 items)

About The CodeBetter.Com Blog Network
CodeBetter.Com FAQ

Our Mission

Advertisers should contact Brendan

Subscribe
Google Reader or Homepage

del.icio.us CodeBetter.com Latest Items
Add to My Yahoo!
Subscribe with Bloglines
Subscribe in NewsGator Online
Subscribe with myFeedster
Add to My AOL
Furl CodeBetter.com Latest Items
Subscribe in Rojo

Member Projects
DimeCasts.Net - Derik Whittaker

Friends of Devlicio.us
Red-Gate Tools For SQL and .NET

NDepend

SlickEdit
 
SmartInspect .NET Logging
NGEDIT: ViEmu and Codekana
LiteAccounting.Com
DevExpress
Fixx
NHibernate Profiler
Unfuddle
Balsamiq Mockups
Scrumy
JetBrains - ReSharper
<-- NEW Friend!

 



Site Copyright © 2007 CodeBetter.Com
Content Copyright Individual Bloggers

 

Community Server (Commercial Edition)