Notes on 'It's a Write/Read Mobile Web'
Summary of Luke Wroblewski's 2013 talk on designing mobile web experiences for write/read interactions, focusing on one-handed use and simplified flows.
Summary of Luke Wroblewski's 2013 talk on designing mobile web experiences for write/read interactions, focusing on one-handed use and simplified flows.
A presenter shares a screencast of a TechEd Australia 2013 demo that had technical issues live, along with the source code.
A developer explains how to prevent Bootstrap and ForkedBooter apps from popping up in the OS X dock during Maven builds by using Java headless mode.
A tutorial on creating a Python Twitter bot that automatically favorites tweets based on a keyword to help grow followers organically.
A guide to writing effective technical documentation that teaches users, not just tells them, focusing on programming languages and libraries.
Explains how to use Tags in TFS to add metadata and filter work items, overcoming limitations in customizing work item templates.
A guide on integrating the static site generator assemble.io with a Yeoman web app's Gruntfile, using Handlebars templates.
A technical guide on obtaining and installing free SSL/TLS certificates from StartSSL for securing a website.
A comprehensive list of Python learning resources, tutorials, and tools for both beginners and experienced developers.
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.
Explains how the OG Content Access module for Drupal provides fine-grained view permissions within Organic Groups, beyond standard role-based controls.
Introducing AutoFocusBehavior in Cimbalino Windows Phone Toolkit to automate field navigation in forms using the Enter key.
Explains the 'fail fast' principle in iOS development and provides macros for app abortion with crash logging via Crashlytics.
Explains how to replace common jQuery functionality with modern vanilla JavaScript and CSS, using examples like DOM manipulation, AJAX, and animations.
Explains how to use PostgreSQL's COMMENT feature to document tables, columns, and SQL for better data understanding and maintenance.
A guide to Python coding styles, linking to official documentation, PEP-8, Google's guide, and Khan Academy's style guide.
A step-by-step guide for installing Python 2.xx on Windows 7, including setting the PATH environment variable.
A guide to packaging Python scripts using setuptools for distribution on PyPI, including basic setup examples.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Explains how to use Python's dictionary get() method to avoid KeyError exceptions by providing default values.