Articles tagged with: Tools

Removing DRM from Amazon Kindle and Apple books

Summary: My frustration with DRM on Amazon Kindle and Apple books, and provides a list of software tools to remove DRM from these platforms.


Of broken windows and IDEs

Summary: Discussion about the 'broken windows' theory in relation to untyped, case insensitive, and scripted programming languages like PHP, which can hide errors from developers. A proposed solution solution is to use a proper IDE or editor with automatic syntax checks and advanced greps.


Yahoo Pipes

Summary: First steps with with Yahoo Pipes, a tool for data aggregation and manipulation tasks.


Dark color schemes in IDEs

Summary: My preference for dark color schemes in Integrated Development Environments (IDEs), explaining how it helps with night coding and focusing on important code elements.


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.