You’ve used keywords to search for images, but have you used color? With Splash, you can now browse a subset of the 500px Marketplace by getting creative with color. By the looks of it, it – mostly – searches colors, not shapes. 500px labs: Splash →
Tag Archives: link
webpack-dashboard – A CLI dashboard for your webpack dev server
webpack-dashboard is a webpack plugin that changes the noisy CLI output from this … … into that: Now when you run your dev server, you basically work at NASA Awesome stuff! Installation possible via npm: npm install webpack-dashboard –save-dev webpack-dashboard – A CLI dashboard for your webpack dev server →
Chrome “Go Back With Backspace” Extension
With the release of Chrome 52, the backspace button no longer navigates back when pressing it. Highly annoying, because the navigating back with the backspace button is just very, very handy (it only requires one finger/hand!). “Go Back With Backspace” is the official Google released Chrome Extension that restores this behavior (other – non-Google developed …
Continue reading “Chrome “Go Back With Backspace” Extension”
react-music — Make beats with React!
The past few days Ken Wheeler has been tweeting some sneak peeks of what he’s been up to, after having heard that Akai was discontinuing its standalone hardware MPC drum machine offering: I did what any geek that writes React code all day long would do: I wrote a library so that I can make …
The Apple-Google shift
Elliot-Jay Stocks: Okay, so I’m considering a switch to Android. No big deal. I’m following in the footsteps of many, many, many others. But what I find interesting outside of my own personal decision is that there seems to be a growing discontent with Apple — especially amongst former so-called fanboys/girls — and, at the …
“It’s the future!” — A fictional conversation on web development
A fictional conversation on web development: I’m building a simple web app at the moment — a normal TODO app using HTML, CSS and JavaScript, and I’m planning to use jQuery. Is that the way to go? : Oh, no. That’s old school. jQuery is dead — no one uses it anymore. You need to use React now. That’s …
Continue reading ““It’s the future!” — A fictional conversation on web development”
Google Chrome, Firefox Address Bar Spoofing Vulnerability
Turns out one single right-to-left character in a URL can make the omnibox (Address Bar) freak out, and render it wrongly: Placing neutral characters such as “/”, “ا” in filepath causes the URL to be flipped and displayed from Right To Left. In order for the URL to be spoofed the URL must begin with …
Continue reading “Google Chrome, Firefox Address Bar Spoofing Vulnerability”
Getting Stories from the Instagram API
Alec Garcia: It took Instagram 2 years to build their first web app, and then another 3 years to implement web search. It will probably be a while, if at all, before Instagram brings Stories to the web, so I thought I’d do it myself. The result is Chrome IG Story: Chrome IG Story is …
Cordova WKWebView Plugin
Great work by the Ionic folks: One of our awesome engineers has been working hard to bring WKWebView to Ionic apps and is working to bring the new plugin into Cordova! The new plugin will work with both Ionic V1 and Ionic V2 apps. In fact, it should work with any iOS Cordova build! That …
Monitoring changes in a web application
Eric Bidelman has bundled lots of code snippets around change events that can get triggered in the browser: Changes range from simple things like DOM mutations and catching client-side errors to more complex notifications like knowing when the user’s battery is about to run out. The thing that remains constant are the ways to deal …