Search Autocomplete Thing I Did
Quick thoughts on building a small search autocomplete tool. What I learned, what I liked and what I didn't like.
Quick thoughts on building a small search autocomplete tool. What I learned, what I liked and what I didn't like.
JavaScript developers can avoid using frameworks and libraries if the have to, but too many developers avoid them for the wrong reasons.
kaidez updates his JavaScript functional programming/average temperature post to use .filter() instead of an inner loop. Includes demo.
Use JavaScript functional programming to format dates with the Date() object. Includes a React example.
Learn JavaScript unit testing by creating smaller functions with functional programming & testing them with QUnit. Lots of learning resources links.
jQuery allows for too much productivity for web developers to stop using it completely. But they should understand when to use it, and why.
TypeScript recreates the Duck Simulator/Strategy pattern described in the 'Head First Design Patterns' book. With lots of resource links.
Watch how I use npm run to run HTML, CSS and JavaScript build tasks. An alternative to using Grunt, Gulp and similar tools.
How I set up Babel, Browserify, Babelify & Babel ES2015 presets for web development. Great for Babel beginners. Contains lots of resource links.
A demo of how to optimize CSS with Gulp, Grunt and tasks like uncss and critical path css. Has a link to fully-commented code on GitHub.
kaidez used Node to create a tool for scaffolding out web development projects. Includes a link to thoroughly commented code on GitHub.
A Web Components demo using just templates and Shadow DOM, mostly templates. Post includes many links to Web Component learning resources.
Learn how to use RequireJS in WordPress. Includes a walk-through of how RequireJS works and how WordPress manages JavaScript internally.
CSS3 media queries can help sites perform better in Google search results and the W3C officially recommends them as a web standard.
A list of good reasons why it's better to learn JavaScript before jQuery. A short learning resource list at the end to help you get started.
A lengthy but simple explanation of what HTML5 is with suggestions on how business can use it. Very little technical language is used.
Great mobile web development best practice resource list-includes site speed gurus, blogs & a podcast featuring jQuery creator, John Resig.
Creating a Facebook app is easy but doing so generates CSS expressions and creates page reflows, all of which reduce page optimization
Starter mobile web development best practices including YSlow & Page Speed tests and minifying pages with HTML5 Boilerplate's build script
A great New York Times piece on HTML5 application development and a demo of their new HTML5 Skimmer site
A quick review of HTML5 Boilerplate version 1.0, discussing the new build script for site optimization and custom site template build
An article on responsive web design, CSS3 media queries and using it in kaidez's HTML5 Project, resource list of links at the end
Ben Schwarz gives us HTML5-A technical specification for Web developers, translating WHATWG's HTML5 arduous spec into layman's terms
Walk-through of Aaron T. Grogg's excellent HTML5 Boilerplate-based WordPress theme. Includes a great admin screen for custom configuration.
A quick review of a great WordPress SEO speech from Joost de Valk, AKA Yoast, with the video embedded on the page for instant viewing
Paul Irish's HTML5 Boilerplate video is extremely informative as it demonstrates many great CSS and JavaScript hacks and best practices
HTML5 Readiness neatly displays browser support for HTML5 and CSS3
Oli Studholme from HTML5 Doctor corrects my previous post on HTML5, SEO and microdata
Short article about how jQuery does not have a replacement for JavaScript's document.write and has a not-so-great replacement for its navigator.UserAgent
Using WebMatrix to create a WordPress development site
HTML5's Microdata feature is a good tactic if properly formatted
Stefanos Kofopoulos from pestaola.gr shares some excellent usability & analytics tips that he applied to his Wordpress-based blog.
HTML5 Video Tips from kaidez
HTML5 Gallery, mostly maintained by the HTML5 expert over at HTML5 Doctor, is added to kaidez.com's Coolsite list
10 great tips that can help you with WordPress development, customization and security.
HTML5 Gallery, mostly maintained by the HTML5 expert over at HTML5 Doctor, is added to kaidez.com's Coolsite list
I'm starting to narrow down what my favorite HTML5 tools are.
Great HTML5 learning resources
A mostly positive review of lynda.com and its courses, front-end development and PhotoShop are discussed.