| bio | website | sourcoder.blogspot.ca |
|---|---|---|
| location | Ontario | |
| age | 26 | |
| visits | member for | 1 year, 8 months |
| seen | May 16 at 17:22 | |
| stats | profile views | 19 |
GitHub Page | GitHub Account | Lemon Meme Beta | HTML5 Simon
http://lemon.thedoctoriscool.com/
WTF CoffeeScript......
StackExchange Apps
There will be no more kittens
DWORD to your moms, I came to drop bombs;
- source
I've got more rhymes that San Jose's got dotcoms.
I rep the Farm like 50 reps Queens,
With more power than multitape Turing Machines.
Blowin' up the rap scene faster than factorial functions,
I'm dope like PNP transistors and I'll saturate your junctions.
By the time you've rhymed one line, I've already busted ten;
You rap in exponential time and I'm big-O of log(n).
|
May 8 |
comment |
What is the best way to load balance javascript applications? @BenjaminGruenbaum I agree 200% :) |
|
Feb 25 |
awarded | Caucus |
|
Feb 11 |
awarded | Popular Question |
|
Feb 8 |
comment |
What are some interview questions I can expect for a technical evaluation? nczonline.net/blog/2010/01/05/… this link might help give you an understanding on the "interviewers" mindset going in. Being able to prepare yourself to answer any of these given topics / areas would be prudent. |
|
Dec 19 |
comment |
Do I have to learn html and javascript to create web applications? Not 100% the same question, but I always find this answer useful when people ask about "shortcuts". programmers.stackexchange.com/questions/122191/… |
|
Dec 19 |
comment |
Do I have to learn html and javascript to create web applications? Further points: You don't need a framework, in fact, you should stay away from them and abstraction libraries while learning Javascript. Abstraction libraries (by definition) will not help you learn the language or APIs. Pop into the Javascript room and ask some of the room owners / regulars this question. |
|
Dec 19 |
comment |
Do I have to learn html and javascript to create web applications? short answer: YES!...... long answer: YES!!!!!!!!!!! |
|
Dec 13 |
comment |
Why does Javascript treat days and months differently? FWIW, I am not a front end developer and don't often have to deal with dates in Javascript aside from the occasional new Date().getTime() |
|
Dec 13 |
comment |
Why does Javascript treat days and months differently? Where this makes sense from an answer stand point, it's bat crap crazy to think this logic has been around for how long now and i've never questioned it before. |
|
Nov 27 |
comment |
How can I combine C/Fortran with JavaScript? if there is nothing else easier, websockets + node.js / write a small module for node.js to do your math, or accept the values in. |
|
Nov 1 |
comment |
Visual studio for Windows XP I am having the same issue. Purchased VS2012 and then the client drops the "needs to support windows XP" bomb. Now i'm stuck. My issue is deploying to XP. .net 3.5 - IS and ClickOnce both give errors when attempting to install. |
|
Sep 18 |
comment |
Misunderstanding Scope in JavaScript? from the sounds of it, it's them. you seem to have a descent grasp on this. Side Note: It's nice to see some people still RTFD :) |
|
Aug 15 |
awarded | Critic |
|
Jul 24 |
asked | Controllers and re-factoring for maintainability / sensibility |
|
Jun 11 |
comment |
Could someone break this nasty habit of mine please? Spikey Haired boss-men do have a way of making you bend your purist philosophies.. |
|
May 24 |
comment |
What is the name for a NON-self-calling function? you have functions and self-executing [anonymous] functions. just call them that. both are in fact functions... one just self-executes. Assuming of course you are talking about (function() { }()); |
|
May 14 |
comment |
How is the speed of a page affected? where are my unicorns? |
|
May 14 |
comment |
How is the speed of a page affected? Program wisely, and you will be fine with jQuery most of the time. +1 for that, however that should be in bold H1 with stars and dancing unicorns around it. |
|
Mar 29 |
comment |
How is JavaScript insecure, and what are the main methods used to deal with that? It appears to me the main difference here (security wise) is it does not give direct exposure to the DOM. Which will (in theory I suppose) negate silly errors introduced by some developers. |
|
Feb 22 |
comment |
Is mootools alternative of jquery + backbone / spine / sprouteCore ^ Time ultimately saved + no extra bloat + modular 'features' which can be removed / replaced at will. |