OAuth2 and the LinkedIn API – A WordPress CV/Résumé plugin
Continuing on from last weeks introduction to OAuth 2.0 using the Twitter API, this week we’re going to focus on an alternate... more »
Tweet 0 Comments Save Tags: css-html , how-to , php
Different MySQL Forks for Different MySQL Folks
Learn the differences and similarities among Oracle’s MySQL, MariaDB, Drizzle and the Percona patchset. You will learn the coding... more »
Tweet 0 Comments Save Tags: database , open source , opinion , tools
Java EE 7 - Introduction to Batch (JSR 352) with Chris Vignola
Continuing our Java EE series, JSR 352 lead Chris Vignola shows us around the batch processing specification and how it can be utilised.
Tweet 0 Comments Save Tags: how-to , java
Discussing Eclipse Orion with Ken Walker - JAXConf 2013
JAX Editor Chris Mayer catches a few minutes with Eclipse Orion project lead Ken Walker to discuss the browser IDE and its design goal,... more »
Tweet 0 Comments Save Tags: eclipse , open source , opinion
Unit Testing JavaScript with Venus.js
Venus.js in an open source software testing tool developed by LinkedIn that allows you to organize and run your entire JS testing system... more »
Tweet 0 Comments Save Tags: how-to , javascript , methodology , tools
12 Best HTML5 Frameworks for Web Development
HTML5 framework is a hike language which is used to structure as well as present the content for word wide web (www). It also present in... more »
Tweet 0 Comments Save Tags: css-html , frameworks
Adapting To A Responsive Design (Case Study)
This is the story of what we learned during a redesign for our most demanding client — ourselves! In this article, I will explain, from... more »
Tweet 0 Comments Save Tags: reviews , ria , web design
How to Make a Digital Clock with jQuery and CSS3
It all started last week when I saw this pretty dribbble shot. I immediately felt the urge to convert it into a working clock... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
New Features in Team Foundation Server 2012
This webinar presents new features of Team Foundation Server 2012. Team Foundation Server (TFS) is an enterprise tool for managing your... more »
Tweet 0 Comments Save Tags: .net , methodology , microsoft , tools
10 Fresh and Handy jQuery Plugins for Develoeprs
jQuery is an expedient and concise library that simplifies traversing HTML documents, event handling, animations, and adding AJAX. jQuery... more »
Tweet 0 Comments Save Tags: javascript , open source , tools
Create a Simple Autocomplete Form with HTML5 & jQuery
A quick Google search will yield plenty of handy autocomplete plugins - there’s even an option shared by jQuery UI which comes bundled... more »
Tweet 0 Comments Save Tags: javascript , open source , usability , web design
Links You Don't Want To Miss (June 19)
With imperative programming, you tell the compiler what you want to happen, step by step. With declarative, you write code that describes... more »
Tweet 0 Comments Save Tags: methodology , news , open source , tools
Alternative Jobs For Bored Web/App Developers
I’ve recently seen a spate of engineers declaring boredom and/or dissatisfaction with their current roles and responsibilities, which... more »
Tweet 0 Comments Save Tags: opinion , reviews , trends
Use of Erlang in WhatsApp
After many years, people are still discussing whether Erlang is a small language. People have all sorts of doubt about it, but with the... more »
Tweet 0 Comments Save Tags: reviews
One Cap to rule 'em all ... (Capistrano)
I am a fan of Capistrano from way back and we use it for almost all kind of deployments - Hadoop, MongoDB clusters and so on. If you have... more »
Tweet 0 Comments Save Tags: methodology , open source , ruby , tools
.NET and Node.JS – Performance Comparison (Updated)
If you talk to any silicon valley startup today chances are you will hear about node.js. One of the key reasons most argue is that... more »
Tweet 0 Comments Save Tags: .net , javascript
Automating Nginx Reverse Proxy Configuration
It’s really nice if you can decouple your external API from the details of application segregation and deployment. On my current project... more »
Tweet 0 Comments Save Tags: open source , tools , web services
Google App Engine Version 1.8.1 Released
Google has announced the release of Google App Engine version 1.8.1. which includes bug fixes and several significant changes. Google App... more »
Tweet 0 Comments Save Tags: news , reviews
Dev of the Week: Zac Gery
This week we're talking to Zac Gery about what he calls the biggest misunderstood problem in the development world -- not to mention his... more »
Tweet 0 Comments Save Tags: .net , opinion , reviews
9 reasons sys admins hate you
You probably already know that sysadmins are the lifelines between your keyboard and productivity, so the last thing you want to do is... more »
Tweet 0 Comments Save Tags: opinion
APIMASH Webcast Recording: Exploring Social Networking APIs
If you missed last week's APIMASH Webcast on the Social Networking APIs, don't fret…below, you'll find the recording of the webcast... more »
Tweet 0 Comments Save Tags: how-to , reviews , usability , web services
SQL Sub-Queries - Learn SQL Database Testing
How to create subqueries. How to use sql subquery. The sub queries are the queries which are executed inside of another query. The... more »
Tweet 0 Comments Save Tags: database , how-to
Obtaining the Complete XML Message as xs:string with XSLT
At a recent project I needed to implement functionality which would store an incoming message in a relational database. Since we were... more »
Tweet 0 Comments Save Tags: how-to , open source , tools , xml
The Future of JavaScript…Now!
Joe Zimmerman shows how you can use the future of JavaScript today by transpiling from ES6 to ES5 or using JavaScript supersets.
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , trends
Creating a Great Mashup: Part 2
In the first part, we created a Windows Azure Mobile Service to store data as a back end for our mashup. In this part, we are going to... more »