Code in Full - J. Albert Bowden II

  • Archive
  • RSS
4 layers of web UI by Dennis311 on Flickr.
Pop-upView Separately

4 layers of web UI by Dennis311 on Flickr.

    • #webdev
    • #html
    • #css
    • #javascript
    • #web standards
    • #web accessibility
    • #accessibility
  • 3 months ago
  • 4
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

JavaScript Quiz Set

bolshchikov:

JavaScript quiz is the good instrument to distinguish between  JS ninjas, JS developers, and JS experts. Here is a set of JS tests, sorted by difficulty.

Beginner:

http://madebyknight.com/javascript-scope/

Intermediate:

https://github.com/nathansmith/javascript-quiz

http://www.nczonline.net/blog/2010/02/16/my-javascript-quiz/

Expert:

http://dmitrysoshnikov.com/ecmascript/the-quiz/

http://perfectionkills.com/javascript-quiz/

    • #JavaScript
    • #Front End Engineering
    • #Fronteers
  • 3 months ago > bolshchikov
  • 29
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Badass JavaScript: PolyCrypt: A WebCrypto API Polyfill In JavaScript Funded by the US Department of Homeland Security

badassjs:

The W3C is working on a cryptography API for JavaScript, which will enable JavaScript to perform “basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption. Additionally, it describes an API for applications to…

    • #JavaScript
    • #HTML5 API
    • #Polyfill
    • #WebCrypto
    • #Security
  • 4 months ago > badassjs
  • 22
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Badass JavaScript: The JavaScript DSP API, RiverTrail, and the Future of JavaScript Parallelization

badassjs:

A few months ago, Opera drafted a spec for a new DSP (Digital Signal Processing) API for JavaScript. This API would enable access to special vector instructions available to modern processors from JavaScript, and could possibly enable speedups of vectorizable JavaScript code. Instead of writing…

    • #JavaScript
    • #DSP API
    • #RiverTrail
    • #JavaScript Parallelization
  • 4 months ago > badassjs
  • 21
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

CSSrefresh is a small, unobstructive JavaScript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to refresh your browser.
Using CSSrefresh is easy. You can either include the javascript-file in your webpage, or use the bookmarklet.
View Separately

CSSRefresh

CSSrefresh is a small, unobstructive JavaScript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to refresh your browser.

Using CSSrefresh is easy. You can either include the javascript-file in your webpage, or use the bookmarklet.

    • #CSS
    • #CSS Refresh
    • #JavaScript
    • #Web Development
  • 6 months ago
  • 1
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
 
JavaScript for Assholes - Thom Bradford was sick of being bored to death by computer books, so he set out to write one in his own voice, and as his own voice is one from Boston, Massachusetts, it’s laced with profanity and a glaring lack of political correctness. Thom Bradford doesn’t feel as if a computer book has to read like a college text, and he also don’t think that learning needs to be such a serious endeavor.
Thom Bradford’s goal is to create a book where the reader feels compelled to read every page, even if only to find out what the insane author is going to say next, and regardless of whether or not you agree with my opinions. In the process though, he’s hoping you’ll accidentally learn a thing or two.
View Separately

JavaScript for Assholes Screenshot - Your First Shitty Program

JavaScript for Assholes - Thom Bradford was sick of being bored to death by computer books, so he set out to write one in his own voice, and as his own voice is one from Boston, Massachusetts, it’s laced with profanity and a glaring lack of political correctness. Thom Bradford doesn’t feel as if a computer book has to read like a college text, and he also don’t think that learning needs to be such a serious endeavor.

Thom Bradford’s goal is to create a book where the reader feels compelled to read every page, even if only to find out what the insane author is going to say next, and regardless of whether or not you agree with my opinions. In the process though, he’s hoping you’ll accidentally learn a thing or two.

    • #JavaScript
    • #resource
    • #Assholes
  • 6 months ago
  • 3
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

JSter is online catalog of the most popular javascript libraries. More then 600 libraries were added at start and this number is growing each day. Integrates with GitHub API and uses OAuth for authnticating GitHub users. Developed with symfony 1.4 and Doctrine ORM.
View Separately

JavaScript Territory - Jster JavaScript Catalog

JSter is online catalog of the most popular javascript libraries. More then 600 libraries were added at start and this number is growing each day. Integrates with GitHub API and uses OAuth for authnticating GitHub users. Developed with symfony 1.4 and Doctrine ORM.

    • #JavaScript
    • #JavaScript References
  • 6 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Sweet.js brings hygienic macros from languages like Scheme and Rust to JavaScript. Macros allow you to sweeten the syntax of JavaScript and craft the language you’ve always wanted.
Wish the function keyword in JavaScript wasn’t so long? What if you could define functions with def instead? Macros let you do this!
Sweeten your JavaScript.
Hygienic Macros for JavaScript!
View Separately

Sweet.js brings hygienic macros from languages like Scheme and Rust to JavaScript. Macros allow you to sweeten the syntax of JavaScript and craft the language you’ve always wanted.

Wish the function keyword in JavaScript wasn’t so long? What if you could define functions with def instead?
Macros let you do this!

Sweeten your JavaScript.

Hygienic Macros for JavaScript!

    • #javascript library
    • #macros
    • #javascript
    • #sweet.js
  • 7 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Virginia is for JavaScript ♥rs on Flickr.Virginia is for JavaScript Lovers
Pop-upView Separately

Virginia is for JavaScript ♥rs on Flickr.

Virginia is for JavaScript Lovers

    • #Virginia
    • #JavaScript
    • #UX
    • #Bro
  • 7 months ago
  • 1
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
View Separately

JS Sticker in Action

    • #JavaScript
    • #Shwag
  • 8 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

DOM Enlightenment is not an exhaustive reference on DOM scripting or JavaScript. It may, however, be the most exhaustive book written about DOM scripting without the use of a library/framework. The lack of authorship around this topic is not without good reason. Most technical authors are not willing to wrangle this topic because of the differences that exist among legacy browsers and their implementations of the DOM specifications (or lack thereof).
View Separately

DOM Enlightenment Chapter 1 Screenshot

DOM Enlightenment is not an exhaustive reference on DOM scripting or JavaScript. It may, however, be the most exhaustive book written about DOM scripting without the use of a library/framework. The lack of authorship around this topic is not without good reason. Most technical authors are not willing to wrangle this topic because of the differences that exist among legacy browsers and their implementations of the DOM specifications (or lack thereof).

    • #DOM Enlightenment
    • #DOM Scripting
    • #HTML5
    • #JavaScript
    • #Resources
  • 8 months ago
  • 2
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

mraleph: Explaining JavaScript VMs in JavaScript

mraleph:

I have a thing for virtual machines that are implemented in the language (or a subset of the language) they are built to execute. If I were in the academia or just had a little bit more free time I would definitely start working on a JavaScript VM written in JavaScript. Actually this would not be…

    • #javascript
  • 11 months ago > mraleph
  • 30
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

A Shiny New Me: Bridging The PhoneGap: ChildBrowser Plugin

burkeholland:

This is the first post in a series that I have been meaning to write for a while. PhoneGap (now called Cordova) is the defacto platform for building native applications with HTML5. In the past few years we have seen quite a few JavaScript frameworks pop up to help you with your UI, which has…

    • #Mobile
    • #PhoneGap
    • #HTML5
    • #JavaScript
    • #ChildBrowser Plugin
  • 1 year ago > burkeholland
  • 3
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+


Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17” laptop screen or an iPhone.
View Separately

Skeleton's Base Grid is a Variation of 960 Grid System - Skeleton

Skeleton Employs Media Queries to Serve the Scalable Grid - Skeleton

Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17” laptop screen or an iPhone.

Source: getskeleton.com

    • #Skeleton
    • #toolkit
    • #CSS
    • #javascript
    • #Responsive Development
    • #mobile
    • #boilerplate
  • 1 year ago
  • 10
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

scttnlsn: Why I’m excited about JavaScript and Node.js

scttnlsn:

I’m really excited about the web. For the first time, I am seeing it as a medium to deliver applications that rival native user experience and take advantage of the web’s distributed nature. With browsers becoming increasingly capable, applications can now be built entirely with JavaScript and run…

    • #javascript
    • #nodejs
    • #HTML5
    • #Browser Progamming Language
    • #Advanced JavaScript Application Experience
  • 1 year ago > scttnlsn
  • 18
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Page 1 of 3
← Newer • Older →

About

http://bowdenweb.com/wp/

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile
Effector Theme by Pixel Union