• Tracing Event Binding And Event Triggering In jQuery

    Updated: 2012-06-27 16:51:00
    The other day, I had four developers (including myself) on a conference call, all trying to figure out why a particular state of our application was becoming unresponsive to mouse clicks. We were looking at a page that relied on thousands of lines of JavaScript, written over two years, by a half-dozen developers. Clearly, we were having an event binding issue; but, there was so much code in place, that it was difficult to tell what code may be precipitating such unexpected side-effects. ... ead More raquo;

  • Detecting (And Canceling) Key-Combo Events With jQuery

    Updated: 2012-06-22 16:23:00
    The other day, I was trying to prevent a user from entering certain restricted characters in an input field. The approach was simple: detect which key was being pressed; and, if the key mapped to a restricted character, cancel the default event behavior, thereby preventing the input from being altered. Only, it wasn't working. After a few minutes of debugging, I finally realized that the keydown and keypress events worked differently than I had previously thought. ... ead More raquo;

  • TED video on building Creative Confidence

    Updated: 2012-06-10 19:23:00
    , , , : Shaun Mccran My digital playground about All about me portfolio Some of my work hire me For freelance work ask me A question on formspring contact Send me an email Hide Menu 10 J U N 2012 TED video on building Creative Confidence Posted By Shaun McCran Related Categories : Best practices General Interest I'm a huge fan of the TED education video series . One that really caught my eye the other day was from David Kelly , titled How do build your creative . confidence' http : www.ted.com talks lang en david_kelley_how_to_build_your_creative_confidence.html It struck a chord with me as it aligns very closely with how I think on the . subject Firstly it is all about encouragement , not criticism . This makes real sense to me , especially his example of telling a child they are useless

  • Recover an FTP password from Plesk database

    Updated: 2012-06-08 14:00:11
    This script can help you to recover an ftp password form Plesk, instead of reset it. You have only to change xxx with the user of ftp account. mysql -u admin -p`cat /etc/psa/.psa.shadow` -e "use psa; select accounts.password from accounts INNER JOIN sys_users ON accounts.id=sys_users.account_id WHERE sys_users.login='xxxx';"

Current Feed Items | Previous Months Items

May 2012 | Apr 2012 | Mar 2012 | Feb 2012 | Jan 2012 | Dec 2011