• SoFresh! – Automated Browser Refreshes For CSS Updates

    Updated: 2012-09-30 10:49:25
    Advertise here with BSAWhile creating/editing CSS files, viewing the output instantly saves much time. CSSrefresh, a JavaScript file that auto-refreshes the web-page, was featured before at WRD. SoFresh!, a bookmarklet, extends it a little further, works without inserting a JS file to our web pages and allows us to choose which CSS file to refresh. In case you [...]

  • Timing & Loops Made Easier: jQuery-Timing

    Updated: 2012-09-28 07:15:48
    : Timing Loops Made Easier : jQuery-Timing 28 Sep jQuery-Timing is a plugin for the framework that simplifies and improves the usage of timing-related events . loops Using the jQuery's chain syntax , it is possible to wait for events animations to be completed , define timeouts and run sequential or parallel loops These are already possible but require the usage of callbacks that end up in longer lines of code . jQuery-Timing solves all in the same line chain Rather than using setTimeout it has a wait( function offers more than jQuery's delay that can wait for an event and a trigger function besides a defined period of . time And , there is repeat( until( which eases creating loops of any events again in the same . chain The plugin is documented so well has lots of examples and every

  • Jade Template Engine

    Updated: 2012-09-27 18:17:26
    Jade Node Template Engine View Documentation doctype 5 html lang en head title pageTitle script(type='text javascript' if foo bar( body h1 Jade node template engine container if youAreUsingJade p You are amazing else p Get on it

  • Next Generation JavaScript with AMD and RequireJS Tuts+ Premium

    Updated: 2012-09-27 10:12:15
    Tuts+ Premium Home Take the Tour Blog Help Twitter Courses Tutorials eBooks Source Files Next Generation JavaScript with AMD and RequireJS by Andrew Burgess Preview Tutorial Details : Difficulty Advanced Estimated Completion : Time 1h Join to Access Tweet I don’t know about you , but I’m always looking for better ways to organize my JavaScript . Recently only a week or so ago I’ve discovered what seems to be the best pattern yet . In this tutorial , I’ll introduce you to AMD Asynchronous Module Definition and RequireJS Hang on tight it’ll be a wild ride This tutorial includes a screencast available to Tuts+ Premium . members The Problem If you’ve been writing client-side JavaScript for a while , you might have noticed a small problem with JavaScript . The only—or at least , the

  • RequireJS

    Updated: 2012-09-27 10:12:13
    a javascript module loader Home Start Download API Optimization Use with jQuery Use with Node Use with Dojo CommonJS Notes FAQs Common Errors Writing Plugins Why Web Modules Why AMD Requirements History Get Help Blog Twitter GitHub Contributing 2.0.6 Docs upgrade info 1.0 Doc Link RequireJS is a JavaScript file and module loader . It is optimized for in-browser use , but it can be used in other JavaScript environments , like Rhino and Node Using a modular script loader like RequireJS will improve the speed and quality of your . code IE 6+ compatible 2714 Firefox 2+ compatible 2714 Safari 3.2+ compatible 2714 Chrome 3+ compatible 2714 Opera 10+ compatible 2714 Get started then check out the API Latest Release : 2.0.6 Open source : new BSD or MIT licensed web design by Andy Chung 2011

  • Express node.js web application framework

    Updated: 2012-09-27 10:12:13
    express 3.0.0 web application framework for node Home API Reference Guide Applications Community FAQ Web Applications Express is a minimal and flexible node.js web application framework , providing a robust set of features for building single and multi-page , and hybrid web applications . APIs With a myriad of HTTP utility methods and Connect middleware at your disposal , creating a robust user-friendly API is quick and easy . Performance Express provides a thin layer of features fundamental to any web application , without obscuring features that you know and love in node.js Community Express has a vibrant community of over 100 users in the express channel on freenode , 1500+ subscribed to the mailing list and over 7000 watchers on GitHub 2012 TJ Holowaychuk . All rights . reserved

  • 13 Ways to Browser Test and Validate Your Work Nettuts+

    Updated: 2012-09-27 10:12:08
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • 9 Most Common IE Bugs and How to Fix Them Nettuts+

    Updated: 2012-09-27 10:12:06
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • The 30 CSS Selectors you Must Memorize Nettuts+

    Updated: 2012-09-27 10:12:01
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • JavaScript from Null Chapter 5 Events Nettuts+

    Updated: 2012-09-27 10:11:49
    : Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress

  • JavaScript Events from the Ground Up New Premium Tutorial Nettuts+

    Updated: 2012-09-27 10:11:48
    : Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress

  • JavaScript from Null Cross-Browser Event Binding Nettuts+

    Updated: 2012-09-27 10:11:46
    : Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress

  • The 10 HTML Tags Beginners Aren’t Using Nettuts+

    Updated: 2012-09-27 10:11:43
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • 30 HTML Best Practices for Beginners Nettuts+ My Favorites Kinds of Corn

    Updated: 2012-09-27 10:11:43
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • 28 HTML5 Features Tips and Techniques you Must Know Nettuts+ untitled untitled Sort of Lame CSS Text

    Updated: 2012-09-27 10:11:43
    , , Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress

  • Quick Tip Did Internet Explorer get the Box Model Right Nettuts+

    Updated: 2012-09-27 10:11:00
    : Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress

  • Tuts+ Premium Course Advanced JavaScript Fundamentals

    Updated: 2012-09-27 10:04:59
    : Tuts+ Premium Home Take the Tour Blog Help Twitter Courses Tutorials eBooks Source Files Tuts+ Premium courses teach you a single skill from top to bottom , inside . out Search : for All Content Tutorials Courses eBooks Source Files Advanced JavaScript Fundamentals Web Development JavaScript Tweet Without a doubt , JavaScript is the most popular programming language in the world . While the web development industry is chock full of frameworks and libraries that simplify some aspects of JavaScript development , there†s something to be said about having the skills to write pure JavaScript . Frameworks , libraries , and transpilers may come and go , but JavaScript is forever . In JavaScript Fundamentals 101 we focused on the basics of the language . This follow-up course will focus on DOM

  • 24 JavaScript Best Practices for Beginners Nettuts+

    Updated: 2012-09-27 10:02:13
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • 33 Developers you MUST Subscribe to as a JavaScript Junkie Nettuts+

    Updated: 2012-09-27 10:02:10
    Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips Tools Tips JavaScript AJAX Other PHP Tutorials Sessions Basix Articles General HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos News JavaScript AJAX Tools Tips Ruby Other PHP Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design Wptuts+ WordPress Mactuts+

  • Open Source Web App For Scheduling Tweets: Tampon

    Updated: 2012-09-27 07:23:51
    Advertise here with BSAFor anyone willing to share tweets when they are not online, various web services exist to accomplish this task (I had also built an open source app: Scheduled Tweets -not updated anymore-). Tampon is a free and open source alternative (that is inspired from Buffer) that schedules tweets. It is a Backbone.js application that uses MongoDB for [...]

  • Free Web-Fonts Service: Adobe Edge Web Fonts

    Updated: 2012-09-26 09:14:09
    Advertise here with BSAGoogle Web Fonts is no doubt the most popular free web-fonts service out there. Adobe has launched an alternative named Adobe Edge Web Fonts where the fonts are served through Typekit. The service includes the open source fonts in Google Web Fonts and some more. Its usage is pretty straightforward, select the font and you [...]

  • Enable Users To Switch On/Off Responsive Layouts With ReView

    Updated: 2012-09-25 18:01:20
    Advertise here with BSAToday, many websites are being built with responsive layouts (which is great) that ease reading and browsing in multiple viewports. However, readers may still want to view the original layout even if they are browsing from a mobile/tablet,/etc. device considering this may ease reaching the info we need on some situations. ReView is a tiny [...]

  • Helpful Resources and Webapps for New Web Developers

    Updated: 2012-09-25 14:53:43
    Web Design Ledger Freebies Inspiration Resources Tips Tools Tutorials In Tools Helpful Resources and Webapps for New Web Developers Posted by Jake Rocheleau on Sep 25, 2012 2 Comments Tweet It seems every month there are dozens of new applications being released . Developers are constantly working to bridge the gap between open source and open coding standards . The HTML5 and CSS3 specifications have gone a long way towards bringing a closer connection with frontend web . development But moving forward there will be even newer techniques you’ll have to adapt with . In this article I would like to share a handful of tools that I’ve found useful working as a web developer . When you are just starting out on new projects there’s often a series of questions you think about . I hope some of

  • CSS FilterLab By Adobe – Explore CSS Filters And CSS Custom Filters

    Updated: 2012-09-25 10:17:43
    Advertise here with BSACSS FilterLab is a free-to-use online application, created by Adobe, for discovering CSS Filters & CSS Custom Filters. It allows us to apply any number of filters from a list, customize their values, see the output instantly and get the CSS rules generated. There is also an "animate" feature which makes it possible to create keyframe [...]

  • 21 Examples of Big Photography in Web Design

    Updated: 2012-09-24 14:21:49
    Advertise here with BSAPhotos are the perfect way to capture moments you want to remember and moments you want to share with others. Using photos as design elements is a very good way to give your design a unique and personal touch, besides being a good way to get the viewers attention. You can use a photo as [...]

  • High-Quality WordPress Themes And Plugins: WPMU DEV (3 Accounts Giveaway)

    Updated: 2012-09-24 10:05:26
    Advertise here with BSAIf you are a WordPress fan just like millions of others, you are already aware that every WordPress website requires a hand from a WordPress developer in some way. This may be a theme or a plugin created by others. Or, the explanation of a WordPress feature/function you have Googled for. WPMU DEV, a premium [...]

  • Tilt-Controlled Images – Lenticular.js

    Updated: 2012-09-24 07:18:23
    Tilt-Controlled Images Lenticular.js 24 Sep Lenticular.js is a jQuery plugin for creating image animations that response to tilting or mouse events The plugin is built with mobile browsers in mind tilting but can also be used for desktop browsers mouse It is pretty easy-to-setup . Just create a sequence of images that are named like image-1.jpg , image-2.jpg define the folder of the images and the number of the frames and you are almost . done There are functions provided to activate deactivate the effect , setting the axis x,y or z used and . more : Compatibility All Modern Browsers : Website https : github.com thomasxiii lenticular.js : Tags Tilt Filed : under Effects Goodies MIT License 0 Comments Related Posts Filter-Rich JS Image Effects Library glfx.js Accessible Widgets :

  • Cycle2 – The Popular jQuery Slideshow Plugin Got Better

    Updated: 2012-09-21 07:57:45
    Advertise here with BSACycle, a pretty old yet very popular jQuery slideshow plugin now has a new, improved version: Cycle2. The plugin is perfect for anyone looking to create a completely customized slideshow as it does not declare any markup or style. And, its functionality is flexible too. Cycle2 supports responsive layouts, has options for everything (global and [...]

  • 9 Outstanding New Free Fonts

    Updated: 2012-09-20 12:28:15
    Advertise here with BSAHere at WDL, we love to keep you updated with the best resources and freebies, especially when it comes to fonts. Having different type options to count on is really important, and that is why today we have a new batch of 9 new free fonts for you to add to your design library. Sahara [...]

  • How & When to Build Website Content using Tables

    Updated: 2012-09-18 12:14:20
    Advertise here with BSABack in time over a decade ago, web development was still living through its infancy. Developers would commonly build website layouts constructed with HTML4 tables, and this was standard practice most of the time. When CSS finally grew into popularity precedents began to change. It was now easier for developers to use div elements and [...]

  • 21 Beautiful Examples of Dark Colors in Web Design

    Updated: 2012-09-17 12:59:15
    Advertise here with BSALast week we showed you some good examples of White Usage in Web Design, and today, to go the opposite direction, we decided to gather some examples of dark colors in web design. Deciding when to go dark can be tricky, but the decision should always be about enhancing the content and the user experience. [...]

Current Feed Items | Previous Months Items

Aug 2012 | Jul 2012 | Jun 2012 | May 2012 | Apr 2012