Articles tagged with: Development

CodeMotion 2012 ES Talk

Summary: An update to a talk given at CodeMotion 2012 ES.


Software versioning notations

Summary: A discussion of the traditional software versioning schema (Major.Minor.Build.Revision) and its significance, along with the terms used for unstable releases.


Debugging with Google Chrome basics

Summary: Google Chrome's developer tools provide an all-in-one debugging suite for web developers, including elements, resources, network, scripts, timeline, profiles, audit, and console sections. The console allows for writing JavaScript code on the fly, and the cache can be disabled or modified.


Sharing buttons without Javascript

Summary: A list of URL-based sharing options for various social media platforms, eliminating the need for external javascripts.


Building a Wordpress 3 Mobilizer plugin

Summary: Building a Wordpress 3 Mobilizer plugin, detailing the process, requirements, and challenges faced, plus the full source code for the plugin.