Apple has rolled out iOS 7. As expected Apple has published only 10% of the necessary information for web developers and I can say without fear of mistake that this is the buggiest Safari version since 1.0 Safari on iOS 7 and HTML5: problems, changes and new APIs →
Author Archives: Bramus!
PuPHPet – A simple GUI to set up virtual machines for PHP development
Magnific Popup
Trimble UX5 Aerial Imaging Solution
Engineered to help mapping and surveying professionals who require the highest accuracy work more efficiently, the Trimble UX5 sets a new standard in mapping and surveying by combining a robust and highly user-friendly system with a custom-designed camera that offers the most impressive deliverables. Made in Belgium Trimble UX5, A new standard in mapping →
Holla
// Sending a call var rtc = holla.connect(); rtc.register(“tom”, function(worked) { holla.createFullStream(function(err, stream) { var call = rtc.call(“bob”); call.addStream(stream); holla.pipe(stream, $(“#myVideo”)); call.on(“answered”, function() { console.log(“Remote user answered the call”); }); console.log(“Calling “, call.user); }); }); // Receiving a call var rtc = holla.connect(); rtc.register(“bob”, function(worked) { rtc.on(“call”, function(call) { console.log(“Inbound call from “, call.user); holla.createFullStream(function(err, …
Image masking using canvas
All you need to do is add the canvasmask.js script and add a class of mask to each image you want to mask. You also need to provide a PNG file as the mask using the data-mask attribute. <img src="red-panda.jpg" alt="Red panda" class="mask" data-mask="centerblur.png"> Canvas Masking Demo → Canvas Masking Source →
Photoset Grid
Box
Photoshop Google Maps Tile Cutter Script Update
It’s been 1.5 years already since I created PS_BRAMUS.GoogleMapsTileCutter, a Photoshop Script which automatically chops up a large image into tiles for use with Google Maps. Today a huge update was released. Sparked by an initial pull request by Nick Springer, PS_BRAMUS.GoogleMapsTileCutter now sports a UI dialog in which you can set the options before …
Continue reading “Photoshop Google Maps Tile Cutter Script Update”