About David Pirek the JavaScript Developer

I'm a web designer/programmer/internet marketing pro living in New Jersey/NYC metro area. Lately, I have been doing a lot of JavaScript, and some ASP.NET MVC. Sometimes I also write about internet marketing and SEO. You can read my blog, that mostly covers tech stuff I ran across.

Here are a few freelance projects that I have done in the past. That's pretty much it. Feel free to get in touch if you and any questions/requests comments...

On the personal level, I live in Woodbridge, NJ, married to my beautiful wife Katerina, and have a son Timothy. When I am not geeking around I enjoy biking, diving, hiking, and doing home improvement projects.

Social Networks:

How you can reach me:

phone: 732-581-6826
email: dpirek {at} gmail.com

Latest Blog Posts:

  • JavaScript timer stop watch in node.js
    1/13/2012
    Here is a nice little piece of code that can help you measure measure time: (actually using it in node.js) var timer = function(){ var start, e
  • copy movies to iphone, how to
    12/26/2011
    So I have some movies in avi format that I want to watch on my ipad. Obviously this feature is not build in itunes, as apple wants you ony to watch pu
  • javascript cache buster url unique query parameter
    12/19/2011
    Browsers use different of caching files, so you want to ensure that you files will not be cached, apart from setting your servers right, here is a lit
  • html5 canvas framework
    12/13/2011
    So have been looking what are the cool JavaScript HTML5 canvas frameworks out there. What is my criteria: something light yet powerful, ideally writte
  • JavaScript AMD, curl.js, require.js alternative
    12/13/2011
    I have been looking at the AMD spec (stands for Asynchronous Module Definition), and how this would apply to what I do in JavaScript. There are two no