Category: Web Development
-
Just say’n…
The latest official WordPress app for iOS is pretty sweet. WYSIWYG editing, super easy to attach photos. Hence all the recent picture posts, hehe.
-
The cronjob that generates $4 million a year
Interesting write up on the challenges of ramping up to serious traffic at scale. The cronjob that generates $4 million a year — Embracing Technology & Social Media to change a Digital Culture! — Medium.
-
Effeckt.css
Crazy awesome animations. via Effeckt.css.
-
Guess it had to had to happen some time…
Vim.js – JavaScript port of Vim. Yep, vim, in your browser. I only messed around with it briefly, but it seemed competent enough to cover the basics. via
-
15 Tricks to Master Chrome Developer Tools Console
I’m generally a Firebug guy myself, but this tutorial video for the Chrome console makes me second guess that a bit.
-
Faster Workflow: Mastering Emmet, Part 1
If you’re a web developer, Emmet is an easy to learn macro language that speeds up typing of HTML and CSS. Its supported in lots editors (via plugins). I’ve personally used in Komodo Edit (back when Emmet was call Zen Coding), Geany, and (my current editor of choice) vim. Once you invest the timing learning…
-
Sorting Fool
While we’re at it, lets sort the contacts in there by last name, first name. Needs SPANs around the first and last names, but I think can live with that.
-
Sorting the DOM in Javascript
After messing around with tinysort, I just couldn’t get it to do what I was looking for (reliably anyway…) So, I put together my own custom sort function. Turns out it way more straightforward than I would have guessed.
-
jQuery-TinySort
TinySort 1.5.6. Super handy helper for sorting nodes in the DOM. Tons of options for sorting on specific parts of your content.
-
Nifty Modal Window Effects
Nifty Modal Window Effects | Codrops. The 3d stuff is surprisingly smooth even in big browser windows.