Tag: javascript

  • Wes Bos Launches Free React.js + Redux Online Course

    Wes Bos Launches Free React.js + Redux Online Course

    Wes Bos, a developer and educator known for his high quality video tutorials, has just launched a free online course for building JavaScript apps with React.js and Redux. The 2.5 hour Learn Redux course includes 20 videos that guide developers through building an example ‘Reduxstagram’ app to present the core ideas behind Redux. To get…

  • Custom Contact Forms Plugin Passes 1 Million Downloads on WordPress.org

    Custom Contact Forms Plugin Passes 1 Million Downloads on WordPress.org

    Custom Contact Forms has just passed one million downloads after nearly six years in the WordPress Plugin Directory. Last year Taylor Lovett, Director of Web Engineering at 10up, released version 6.0, a completely rewritten version that made it one of the first plugins to incorporate the new WP REST API. It is now one of…

  • JavaScript Books Next to WordPress Books

    JavaScript Books Next to WordPress Books

    During Matt Mullenweg’s State of The Word presentation at WordCamp US, he said everyone in the community should make an effort to learn JavaScript deeply. I visited Barnes and Noble today and discovered that some books are heeding Mullenweg’s call and are doing their part to encourage people to learn JavaScript in addition to WordPress.…

  • Zac Gordon to Kickstart JavaScript Master Course for WordPress

    Zac Gordon to Kickstart JavaScript Master Course for WordPress

    Last week the WordPress community took to Twitter and the Treehouse forums to express disappointment at the company’s decision to fire educator Zac Gordon. According to Gordon, the company will be giving his salary to a .NET developer and will no longer create new WordPress courses, nor do they plan to update the existing courses.…

  • State of the Word 2015: JavaScript and API-driven Interfaces Are the Future of WordPress

    State of the Word 2015: JavaScript and API-driven Interfaces Are the Future of WordPress

    The inaugural WordCamp US was held this weekend at the Pennsylvania Convention Center in the heart of Philadelphia, one of America’s oldest cities. Roughly 1,800 WordPress enthusiasts came from all corners of the world to attend the event. Ambling down Philly’s historic streets, lined with Benjamin Franklin monuments, one cannot help but consider how far…

  • JavaScript Leads The Pack in RedMonk’s Programming Language Rankings

    JavaScript Leads The Pack in RedMonk’s Programming Language Rankings

    Research and analyst firm, RedMonk, released its programming language rankings for January 2015. RedMonk looks at programming language discussions on Stack Overflow and usage on GitHub in an effort to extract insights into potential adoption trends. The results from the analysis are not clear indications of general usage but rather, an examination of the correlation…

  • In The Next Few Years, 90% Of WordPress Development Could Be JavaScript Based

    In The Next Few Years, 90% Of WordPress Development Could Be JavaScript Based

    In March of 2013, Matt Mullenweg stopped by the Memeburn office to talk about how WordPress went from being just another blogging platform to becoming the CMS of choice for the majority of the web. The author of the article infers that Mullenweg thinks 90% of WordPress development will be JavaScript based in the next…

  • Visualize WordPress Project Stats With Ohloh

    Visualize WordPress Project Stats With Ohloh

    Ohloh is an excellent resource for tracking open source projects and their contributions. The site allows you to search 10 billion lines of code and provides some fascinating data sets for OS projects, including WordPress and many of its popular plugins. Ohloh’s analysis of “WordPress in a Nutshell” is based on the stats it was…

  • Limiting The Amount Of Text In Comments

    Eric Teubert over at WPEngineer has shared some Javascipt code that can be used to limit the amount of text that users can place within the comments field or any text field for that matter. Could be used to combat those comment spammers that like to post a bazillion words but the negative side is…