-
My name is Brad Harris, and I currently reside in the Abq, New Mexico area. I'm a web-developer, specializing in front-end development. PHP is my weapon of choice for the server side, but my creative side thrives on Javascript and CSS.
-
My Recent Ramblings
Tags
Archives
Tag Archives: yui
“YUI 2.8: Learning the Library” Free Chapter
Grab a free chapter of the latest YUI book from Packt Publishing, “YUI 2.8: Learning the Library.” The free chapter covers something we all use a lot, menus. I’m checking it out now, and suggest if you use, or are thinking about using YUI, you do the same since it’s free. I’ve been using YUI [...]
Also tagged javascript Leave a comment
Scoping Javascript closures in loops
It must have been something I ate, cause this is like the third post in 2 days I think! This is a quick one, but super handy to know if you don’t already. There is semi-common problem I run into, and it has to do with scoping of closures inside of loops. Lets get straight [...]
Also tagged events, javascript 1 Comment
Followup on YUI : getFirstDescendantBy()
Awhile ago I posted on an additional function for YAHOO.util.Dom called getFirstDescendantBy(). I was following the ticket submitted to the YUI Sourceforge tracker, and saw that it had been closed out, and that a new function called YAHOO.util.Dom.getElementBy() was added to fill this request. I decided to check out the newly available YUI source code [...]
Also tagged javascript 1 Comment
YUI 2.8 Learning the Library book review