509 reputation
314
bio website kevinbeal.com
location California
age 25
visits member for 1 year, 10 months
seen 4 hours ago
stats profile views 65

I'm a front end developer for an online insurance and event resource company. I've been programming in javascript and PHP since mid 2011 and Wordpress since 2010 and HTML/CSS since 2003.


Apr
28
awarded  Notable Question
Apr
22
comment <li> styling with css (chrome problems)
this fixed my problem. I was getting some weird top padding I couldn't explain and it was because the ul had a list-style.
Apr
18
awarded  Self-Learner
Apr
18
asked AngularJS - What are “decorators” and how are they used?
Apr
18
accepted AngularJS - Why have more than one controller
Apr
18
asked AngularJS - Why have more than one controller
Apr
8
comment JavaScript exception :Uncaught TypeError: Converting circular structure to JSON
I just had a circular object throw an error because it was referencing itself (a property was a copy of the whole object).
Apr
2
comment JavaScript “this” keyword
@DanielTrebbien I feel a bit silly. I neglected to notice that when I was console.log()-ing this I was inside of a new function which you addressed in your answer. By object, I simply meant an object literal.
Apr
2
comment JavaScript “this” keyword
Awesome answer! Very helpful. I have found though that this changes inside of objects and objects inside of objects too, so it's got to be more than those 3 cases, right?
Mar
31
answered php email regex
Mar
31
comment php email regex
This breaks my php and causes internal server error 500.
Mar
30
comment How to get the correct offset top value from webkit (Chrome/Safari) with jQuery? Webkit bug?
Getting the .offset().top of <br>s also returns 0
Mar
27
comment AngularJS - Using directives to allow jQuery click event to fire ng-click
That's what I ended up doing and it's working great! Thanks for your help.
Mar
27
accepted AngularJS - Using directives to allow jQuery click event to fire ng-click
Mar
27
revised AngularJS - Using directives to allow jQuery click event to fire ng-click
added 47 characters in body
Mar
27
comment AngularJS - Using directives to allow jQuery click event to fire ng-click
@Ketan I've added the reason I'm doing it to my question.
Mar
27
revised AngularJS - Using directives to allow jQuery click event to fire ng-click
added 586 characters in body
Mar
27
asked AngularJS - Using directives to allow jQuery click event to fire ng-click
Mar
26
comment Angularjs Directive Delegate not firing through intermediary handler
onFilterChanged property is looking for a on-filter-changed="" attribute in your template. Camelcase becomes dashed case in angular land. That's why your didn't work.
Mar
25
comment AngularJS - Why does $scope.property's value change when changing a variable referencing it
Should I flag this question for having nothing to do with angular and having been answered before?