Tutorials Page 75

  • By
    Scroll to Element within CKEditor

    CKEditor is the outstanding WYSIWYG editor we use on the Mozilla Developer Network.  We have many custom plugins and we do everything we can to make writing easy for contributors.  One trick I just picked up was skipping to an element within the editor by ID and setting the...

  • By
    Elegant Selects with Quick[select]

    Form elements have always allowed limited styling...which is why I hate working on form display.  And I started when form elements were virtually unstylable back in the Internet Explorer 4 days.  Of course we've come a long way but there's one element which is still somewhat difficult to style and...

  • By
    Be: With 130+ Pre-Made Layouts the Hard Work was Already Done for You

    Select a fully-customizable pre-made layout to serve as the foundation for your web page, and let Be Theme, do the heavy lifting. Imagine if you could choose among 130+ pre-made layouts like those shown below, with 8 new ones being added each month. It...

  • By
    Add Custom CSS to WordPress Admin

    Believe it or not, I spend an awful lot of time going through my blog's comments and correcting spelling issues, code formatting, etc.; yes, even the comments from way back to 2007.  It's mostly for quality control purposes and ease of reading for my readers, especially the code...

  • By
    GSAP + SVG for Power Users 3: New 1.18.0 Features

    This is the third article in a series about the GreenSock Animation API and SVG. This series isn't intended for beginners, but rather a deep dive into some of the more exciting and lesser-known features that one can work with after they've gotten past the initial...

  • By
    Access Native Node.js Modules within Intern

    Intern is an awesome unit and functional test suite from SitePen.  I've been using this utility extensively over the past year, writing tests to make sure MDN's front-end is in good shape after code merges and pushes. Sometimes when writing tests I'll want to make use of a node...

  • By
    Get Browser Information with Intern

    You know how you can't remember something your spouse feels is really important but you can remember every funny line from that movie you saw when you were 17?  That's how I feel after months of writing selenium tests using the Intern framework -- I've forgotten...

  • By
    Create a Repository Archive with git

    Everything about git is amazing. And by "everything", I mean almost everything. As someone that used Perforce and SVN before learning git, I'm willing to ignore a few git annoyances since it makes branching and many other simple tasks easier. One good problem I have...

  • Media Temple Hosting
  • By
    Top 10+ Selected Resources For Your Projects

    In need of speeding up your web design work? We have gathered some of the best tools that will help you save time, enhance and develop your projects faster. Have a look! Ultimatumtheme.com For all of you who know what it is like to build...

  • By
    Intern Concurrency Problem

    Over the past year I've created and implemented Selenium testing on the Mozilla Developer Network using the Intern interface created by SitePen.  Intern's been awesome;  sure there's a learning curve with async JavaScript coding but it's simple when you get the hang of it. One problem I encountered with...