Code in Full - J. Albert Bowden II

  • Archive
  • RSS

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…

Source: burkeholland

    • #Mobile
    • #PhoneGap
    • #HTML5
    • #JavaScript
    • #ChildBrowser Plugin
  • 2 months ago > burkeholland
  • 2
  • Permalink
  • Share
    Tweet


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
  • 4 months ago
  • 10
  • Permalink
  • Share
    Tweet

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…

Source: scttnlsn

    • #javascript
    • #nodejs
    • #HTML5
    • #Browser Progamming Language
    • #Advanced JavaScript Application Experience
  • 4 months ago > scttnlsn
  • 18
  • Permalink
  • Share
    Tweet
Shaper is an extensible framework for JavaScript syntax tree shaping, created by Olov Lassus.
Shaper manipulates the syntax tree representation of your JS source code, and then turns it back into source code again. It goes very far to keep all your source code formatting, indentation, whitespace and comments intact.
View Separately

Shaper is an extensible framework for JavaScript syntax tree shaping, created by Olov Lassus.

Shaper manipulates the syntax tree representation of your JS source code, and then turns it back into source code again. It goes very far to keep all your source code formatting, indentation, whitespace and comments intact.

Source: jsshaper.org

    • #JavaScript
    • #javascript framework
    • #JSShaper
  • 4 months ago
  • 8
  • Permalink
  • Share
    Tweet




A book about Node by Mikito Takada..
View Separately

Mixu's Node Book - Table of Contents 01

Mixu's Node Book - Table of Contents 02

Mixu's Node Book - Table of Contents

Mixu's Node Book - Table of Contents

A book about Node by Mikito Takada..

Source: book.mixu.net

    • #nodejs
    • #JavaScript
  • 5 months ago
  • 12
  • Permalink
  • Share
    Tweet

LAMP Replacement: The Jason Stack

nosql:

Janos stands for: JavaScript, Node.js, and a NoSQL database. Dr. Axel Rauschmayer:

It is very fortunate for JavaScript programmers that two things have become popular: JSON as a data transfer format (for web services etc.) and NoSQL databases. Both are perfect fits for JavaScript: JSON uses JavaScript syntax. Schema-less databases make things as flexible on the database side as they are on the programming language side; you get the advantages of object-oriented databases without their messiness.

Even if I’m collecting some more interesting examples of Node.js + NoSQL database, I’m still not convinced that Node’s event-oriented approach is meant to replace the Apache + Perl/Python/PHP/Ruby or the heavy lifting Tomcat + Java server side components. But I can see it used in the “small- to medium-scale” apps.

Original title and link: LAMP Replacement: The Jason Stack (NoSQL database©myNoSQL)

Source: nosql

    • #LAMP
    • #nodejs
    • #JavaScript
    • #NoSQL
  • 5 months ago > nosql
  • 17
  • Permalink
  • Share
    Tweet
AliceJS - (A Lightweight Independent CSS Engine) is a micro JavaScript library focused on using hardware-accelerated capabilities (in particular CSS3 features) in modern browsers for generating high-quality, high-end visual effects.
View Separately

AliceJS - (A Lightweight Independent CSS Engine) is a micro JavaScript library focused on using hardware-accelerated capabilities (in particular CSS3 features) in modern browsers for generating high-quality, high-end visual effects.

Source: blackberry.github.com

    • #Alice.js
    • #JavaScript
    • #CSS3
    • #Mobile
    • #Blackberry
    • #JavaScript Library
  • 7 months ago
  • 13
  • Permalink
  • Share
    Tweet

destroy/dstorey: The makeup of the Open Web stack

dstorey:

The Open Web has never had as many capabilities as it has today. We’re seeing an explosion in new or updated specifications, and prototype and stable implementations to go with them. This blog post will look back as the platform we have had available (Called Open Web 0 here) and then looks forward…

Source: dstorey

    • #html5
    • #css3
    • #javascript
    • #svg
    • #canvas
    • #webgl
    • #device apis
    • #open web
  • 8 months ago > dstorey
  • 155
  • Permalink
  • Share
    Tweet

Full Fucking Service: Reckless web development practices are encouraging idiots

fullfuckingservice:

Or, how content is suffering because of lazy people who don’t understand that a strong web relies on addressable content with access to all.

Reckless web development practices are encouraging idiots and prolonging the cycle of ignorance in front-end development and its associated industries.…

Source: fullfuckingservice

    • #amazing
    • #browsers
    • #css3
    • #html5
    • #javascript
    • #progressiveenhancement
    • #posh
  • 8 months ago > fullfuckingservice
  • 263
  • Permalink
  • Share
    Tweet

Responsive Design Testing: Test your responsive web designs

thechangelog:

Responsive Design Testing is a great tool by Matt Kersley to test responsive web designs. You can quickly test your designs in multiple screen widths.

You can even share a link with someone by adding your URL to the end of the testing page. For example: google.com.

Special thanks to Ryan Carson of Carsonified for sharing this on Twitter.

[Source on GitHub] [Website]

Source: thechangelog

    • #github
    • #responsive
    • #design
    • #javascript
  • 8 months ago > thechangelog
  • 24
  • Permalink
  • Share
    Tweet

Smooth CoffeeScript is a free book about CoffeeScript and programming. Over 200 pages to guide you and 35 exercises to solve.
Go from scratch through functional programming in Underscore over object orientation to a client and server web application with HTML5 Canvas and WebSockets.
No previous programming knowledge is required. If you already know a scripting language then scan through the Language part and dive into the Paradigm chapters.
The download includes everything except a functioning installation of CoffeeScript; see coffeescript.org and page 9 in the book to get started. There are two editions of the book and its software included:
Challenge edition is for self study. It is in ‘Smooth CoffeeScript - No Solutions.pdf’ and the src-no-solutions directory.
Instructor edition has in-line solutions for all exercises. Peek here if I did not explain things well enough for you to solve an exercise. It is in ‘Smooth CoffeeScript.pdf’ and the src directory.
View Separately

Smooth CoffeeScript is a free book about CoffeeScript and programming

Smooth CoffeeScript is a free book about CoffeeScript and programming. Over 200 pages to guide you and 35 exercises to solve.

Go from scratch through functional programming in Underscore over object orientation to a client and server web application with HTML5 Canvas and WebSockets.

No previous programming knowledge is required. If you already know a scripting language then scan through the Language part and dive into the Paradigm chapters.

The download includes everything except a functioning installation of CoffeeScript; see coffeescript.org and page 9 in the book to get started. There are two editions of the book and its software included:

Challenge edition is for self study. It is in ‘Smooth CoffeeScript - No Solutions.pdf’ and the src-no-solutions directory.

Instructor edition has in-line solutions for all exercises. Peek here if I did not explain things well enough for you to solve an exercise. It is in ‘Smooth CoffeeScript.pdf’ and the src directory.

Source: autotelicum.github.com

    • #CoffeeScript
    • #JavaScript
    • #Resources
  • 11 months ago
  • 2
  • Permalink
  • Share
    Tweet

Present JavaScript in its native environment.
If you’re making a presentation on JavaScript, make it in JavaScript.
Write your slideshow in HTML, style it with CSS and control it with some jQuery-powered JavaScript. When you’re done, Fathom.js even lets you sync the video of your presentation quickly and easily.
Fathom.js comes with mouse, keyboard and scroll bar navigation built in and provides a simple API for creating your own custom interfaces.
View Separately

Fathom.js - Present JavaScript in its Native Environment

Present JavaScript in its native environment.

If you’re making a presentation on JavaScript, make it in JavaScript.

Write your slideshow in HTML, style it with CSS and control it with some jQuery-powered JavaScript. When you’re done, Fathom.js even lets you sync the video of your presentation quickly and easily.

Fathom.js comes with mouse, keyboard and scroll bar navigation built in and provides a simple API for creating your own custom interfaces.

Source: markdalgleish.com

    • #JavaScript
    • #JavaScript Library
    • #Fathom.js
  • 11 months ago
  • Permalink
  • Share
    Tweet

Addy Osmani Presents jQuery & JavaScript Articles for the Dev Community
Addy Osmani is a member of the jQuery Bug Triage and API Docs teams and offers up his blog with current and modern takes on JavaScript development.
View Separately

Addy Osmani Presents jQuery & JavaScript Articles for the Dev Community

Addy Osmani Presents jQuery & JavaScript Articles for the Dev Community

Addy Osmani is a member of the jQuery Bug Triage and API Docs teams and offers up his blog with current and modern takes on JavaScript development.

Addy Osmani - JavaScript Ninja Extraodinaire

Source: addyosmani.com

    • #JavaScript
    • #JavaScript References
    • #JavaScript Tutorials
    • #jQuery
    • #Web Development
    • #Front End Engineering
  • 11 months ago
  • Permalink
  • Share
    Tweet

GameBoy Online is a GameBoy Color emulator written purely in JavaScript by Grant Galitz. The video is done either through HTML5 <canvas> or by a fallback of creating BMP binary picture format data URI strings and appending the result to regular HTML img tags.
Save states are implemented through the window.localStorage object, and are serialized/deserialized through JSON. SRAM saving is also implemented through the window.localStorage object, and are serialized/deserialized through JSON. In order for save states to work properly on most browsers, you need set the maximum size limit for DOM storage higher, to meet the needs of the emulator’s save data size.
You can download GameBoy Online’s sourcecode and/or read more about it at it’s GitHub repository
View Separately

GameBoy Online - Playable Online GameBoy Written Entirely in JavaScript

GameBoy Online is a GameBoy Color emulator written purely in JavaScript by Grant Galitz. The video is done either through HTML5 <canvas> or by a fallback of creating BMP binary picture format data URI strings and appending the result to regular HTML img tags.

Save states are implemented through the window.localStorage object, and are serialized/deserialized through JSON. SRAM saving is also implemented through the window.localStorage object, and are serialized/deserialized through JSON. In order for save states to work properly on most browsers, you need set the maximum size limit for DOM storage higher, to meet the needs of the emulator’s save data size.

You can download GameBoy Online’s sourcecode and/or read more about it at it’s GitHub repository

Source: grantgalitz.org

    • #JavaScript
    • #JavaScript Games
    • #GameBoy
    • #Nintendo
    • #ROM
  • 11 months ago
  • 5
  • Permalink
  • Share
    Tweet
Beginning JavaScript is the site accompaniment for Beginning JavaScript with DOM Scripting and Ajax written by @codepo8.

Beginning JavaScript even offers a free pdf download chapter excerpt so you can get a feel for what you are getting into!
You should buy the book (here!), aside from what you&#8217;ll learn, but to support JavaScript, proper JavaScript references and also to support the author.
Even if you don&#8217;t own it, you can still look at and download the code examples, which are quite detailed and great building blocks for learning proper JavaScript.
View Separately

Beginning JavaScript is the site accompaniment for Beginning JavaScript with DOM Scripting and Ajax written by @codepo8.

Beginning JavaScript Chapter 11 - Using Third Party JavaScript

Beginning JavaScript even offers a free pdf download chapter excerpt so you can get a feel for what you are getting into!

You should buy the book (here!), aside from what you’ll learn, but to support JavaScript, proper JavaScript references and also to support the author.

Even if you don’t own it, you can still look at and download the code examples, which are quite detailed and great building blocks for learning proper JavaScript.

Source: beginningjavascript.com

    • #JavaScript
    • #Web Development
    • #Resources
    • #DOM Scripting
    • #Ajax
    • #@codepo8
  • 11 months ago
  • 5
  • Permalink
  • Share
    Tweet
← Newer • Older →
Page 1 of 2

About

http://bowdenweb.com/wp/

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile

Effector Theme by Carlo Franco.

Powered by Tumblr