Introducing the new HTML5 template Tag
Modern web applications use DOM manipulation to dynamically change areas of the page or insert values. A typical example is a table of... more »
Tweet 0 Comments Save Tags: css-html , ria , web design
Oracle Uses HTML5 To Enhance Application Mobility
Oracle has announced a new release of Secure Global Desktop, a product that sits as a part of its Desktop Virtualization portfolio. The... more »
Tweet 0 Comments Save Tags: css-html , news , ria
fartscroll.js
You want fart noises as you scroll? We've got you covered.
Tweet 2 Comments Save Tags: frameworks , javascript , ria
CSS3 Pong - with scoring
An exercise in the futile but fun. This is a playable version of Pong complete with working scoring system -- built entirely with CSS.... more »
Tweet 3 Comments Save Tags: css-html , ria
ASP.NET SignalR and LightSwitch (VS 2012 Update 2)
SignalR is described as “Incredibly simple real-time web for .NET”. It’s a great way for a JavaScript client to call directly into Server... more »
Tweet 0 Comments Save Tags: .net , frameworks , ria
Server WebSocket Clients, with Jetty
Previously I discussed how to write a Server which uses a persistent WebSocket Client, using the Netty framework to make things go. ... more »
Tweet 0 Comments Save Tags: reviews , ria , server
Enhancing Angular Promises: Returning new promise of field or method called from original promise’s result
Enhancing promises in AngularJS
Tweet 0 Comments Save Tags: cloud , frameworks , javascript , ria
Don’t let the myths fool you: the W3C’s plan for DRM in HTML5 is a betrayal to all Web users.
A handful of myths have become common defenses of the W3C’s plan for “Encrypted Media Extensions” (EME), a Digital Restrictions... more »
Tweet 0 Comments Save Tags: css-html , reviews , ria
Uploading Files Using the REST API and Client Side Techniques
Over the past few months I have, on several occasions, been asked how to upload a file to SharePoint using nothing more than JavaScript,... more »
Tweet 0 Comments Save Tags: css-html , javascript , ria , web design
Rails Presenters - Skinny Everything
Presenters allow you to create simple, understandable, self-contained objects. With smart use of presenters, you can get some of the... more »
Tweet 0 Comments Save Tags: ria , ruby
CSS is dead, long live SASS
Any developer that had written some CSS probably know the hard, sad, truth: CSS is ugly. not only that it is ugly, it is very hard to... more »
Tweet 0 Comments Save Tags: css-html , ria , web 2.0
Responsive Design with CSS Media Queries
In preparation for my upcoming talk on Bootstrap and CSS3, I figured it was high time I made this blog responsive. Making my new theme... more »
Tweet 0 Comments Save Tags: css-html , ria , web design
Improve Mobile Support With Server-Side-Enhanced Responsive Design
In many ways, responsive Web design (RWD) deserves a big share of the honor for making the Web more usable on non-desktop devices. This... more »
Tweet 0 Comments Save Tags: css-html , javascript , ria , web design
CSS Masking
Two commonly used operations in computer graphics are clipping and masking. Both operations hide visual portions of an element. If you... more »
Tweet 0 Comments Save Tags: css-html , ria , web design
Writing JavaScript Tests with Jasmine for RAP
My experiences with the behavior-driven testing framework jasmine, and how to write tests for Eclipse RAP 2.0 custom widgets.
Tweet 0 Comments Save Tags: eclipse , how-to , javascript , ria
Responsive web design vs. mobile app development
Ryan Boudreaux lists the criteria to be evaluated if you are deciding between developing a mobile app or using RWD to optimize your... more »
Tweet 0 Comments Save Tags: mobile , reviews , ria , web design
Notes on developing an API – Mobozi, a WebFWD project
HTML5 has made it easy to do a lot of really cool stuff on the mobile web, but one thing that is still pretty difficult is dealing with... more »
Tweet 0 Comments Save Tags: css-html , javascript , ria
Responsive Web Design With Physical Units
This post should be titled “Getting Ahead of Yourself.” “…By a Few Years,” actually. Here’s the deal: at the time I’m writing this,... more »
Tweet 0 Comments Save Tags: reviews , ria , web design
Accounting software startup Xero ditches HTML5 in favor of native iOS and Android apps
Supporters of HTML5 for mobile were dealt a significant blow when Facebook u-turned and began developing native apps last year. Now... more »
Tweet 0 Comments Save Tags: css-html , mobile , reviews , ria
SPA example application with AngularJS and requireJS as a comparison to the ROCA Spring variant
About three weeks ago, Tobias Flohre published his blog post about a real ROCA application. He has shown that a ROCA application can be... more »
Tweet 0 Comments Save Tags: ajax , javascript , ria , web 2.0
Lightweight JSON to UI generator
How to render a JSON object as a UI in 3 lines of code
Tweet 0 Comments Save Tags: javascript , ria , web 2.0 , web design
Logical Breakpoints For Your Responsive Design
There are several tactics for deciding where to put breakpoints in a responsive design. There is the rusty idea that they should be based... more »
Tweet 0 Comments Save Tags: css-html , ria , web design
Three CSS features you need to know about
The heated competition between web browsers means that most users are now accessing the Internet from devices that support a range of... more »
Tweet 0 Comments Save Tags: css-html , ria , web design
Using jQuery UI autocomplete with the REST API to get search results in the search box
SharePoint 2013 comes with a beautiful REST API that supports both search and suggestions. In this post I’ll show how to easily integrate... more »
Tweet 0 Comments Save Tags: .net , frameworks , javascript , ria
SignalR, ActionFilters and ASP.NET Web API
There have been quite a few examples circulating on the web on how one would use SignalR together with Web API. It all started after Brad... more »
Tweet 0 Comments Save Tags: .net , frameworks , ria , web services