joelcarranza + development 31
Learning Modern 3D Graphics Programming
november 2011 by joelcarranza
"This one of the only tutorials on OpenGL that is worth reading. This is the one we recommend at ##opengl in freenode."
graphics
development
november 2011 by joelcarranza
Don’t Call Yourself A Programmer, And Other Career Advice | Kalzumeus Software
november 2011 by joelcarranza
Don’t call yourself a programmer: “Programmer” sounds like “anomalously high-cost peon who types some mumbo-jumbo into some other mumbo-jumbo.” If you call yourself a programmer, someone is already working on a way to get you fired. You know Salesforce, widely perceived among engineers to be a Software as a Services company? Their motto and sales point is “No Software”, which conveys to their actual customers “You know those programmers you have working on your internal systems? If you used Salesforce, you could fire half of them and pocket part of the difference in your bonus.” (There’s nothing wrong with this, by the way. You’re in the business of unemploying people. If you think that is unfair, go back to school and study something that doesn’t matter.)
development
from instapaper
november 2011 by joelcarranza
dexy
october 2011 by joelcarranza
Dexy is an open source document automation tool that can help you create documents using your favourite programming languages and your favourite software.
development
october 2011 by joelcarranza
iOS Frameworks
september 2011 by joelcarranza
A curated catalog of iOS frameworks and classes for the pragmatic iOS developer
ios
development
september 2011 by joelcarranza
Oomph/MacMapKit - GitHub
september 2011 by joelcarranza
MapKit for Mac is a framework for displaying maps in a Cocoa application that is API-compatible with Apple's MapKit framework for iOS.
cartography
cocoa
development
september 2011 by joelcarranza
Custom UI Component Database for iOS and Mac OS X - Cocoa Controls
september 2011 by joelcarranza
Custom UI Component Database for iOS and Mac OS X
cocoa
development
september 2011 by joelcarranza
Code's Worst Enemy
july 2011 by joelcarranza
"My minority opinion is that a mountain of code is the worst thing that can befall a person, a team, a company. I believe that code weight wrecks projects and companies, that it forces rewrites after a certain size, and that smart teams will do everything in their power to keep their code base from becoming a mountain. Tools or no tools. That's what I believe."
development
gatekeeper
from instapaper
july 2011 by joelcarranza
phantomjs
march 2011 by joelcarranza
minimalistic, headless, WebKit-based, JavaScript-driven tool.
javascript
development
march 2011 by joelcarranza
Anatomy of a Crushing (Pinboard Blog)
march 2011 by joelcarranza
A number of people asked about the technical aspects of the great Delicious exodus of 2010, and I've finally had some time to write it up
technology
development
from instapaper
march 2011 by joelcarranza
SimpleGeo
march 2011 by joelcarranza
SimpleGeo Context provides relevant contextual information such as geographic boundaries, weather, and demographics for a specific location.
maps
development
webservice
march 2011 by joelcarranza
CodeMirror
october 2010 by joelcarranza
JavaScript library that can be used to create a relatively pleasant web-based editor interface for code-like content ― Parser suppors HTML/XML, CSS, Java and numous other languages
javascript
development
lib
october 2010 by joelcarranza
UI Guidelines for mobile and tablet web app design | Mobile Web Programming
october 2010 by joelcarranza
Official user interface (UI) and user experience (UX) guidelines from the manufacturers, links to which you can find below, are a source of inspiration for mobile web and app design. Here, you will find guidelines, samples, tips, and descriptions of common mistakes. Many of the guidelines focus on native application development, but we can apply most parts of them to mobile web design too.
design
development
october 2010 by joelcarranza
xs3p
october 2010 by joelcarranza
xs3p is a schema documentation generator. XSLT stylesheet that will generate an XHTML document from an XSD schema. Only open-source solution that I have found as yet
development
xml
october 2010 by joelcarranza
JSON Formatter (& Validator!)
june 2010 by joelcarranza
The JSON Formatter was created to help with debugging. As data expressed as JSON is often written without line breaks to save space, it became extremely difficult to actually read it. This tool hopes to solve the problem by formatting the JSON into data that is easily readable by human beings.
javascript
development
gatekeeper-daily
june 2010 by joelcarranza
workspacemechanic - Project Hosting on Google Code
may 2010 by joelcarranza
The Workspace Mechanic automates maintenance of your Eclipse environment by tweaking preferences, adding extension locations, and so on. You can use it to create a consistent environment among groups as large as the entire company, your local team, or even among your own many workspaces. Saves time setting up new workspaces.
Create tasks that ensure your favorite new preferences are applied to all your current and future workspaces. (This is one of our favorite features!)
eclipse
software
java
development
Create tasks that ensure your favorite new preferences are applied to all your current and future workspaces. (This is one of our favorite features!)
may 2010 by joelcarranza
20 Tips for Using Tomcat in Production
january 2010 by joelcarranza
helpful hints for running Tomcat in a production environment:
tomcat
java
development
gatekeeper
january 2010 by joelcarranza
Daring Fireball: Untitled Document Syndrome
october 2009 by joelcarranza
Saving a document for the first time is a minor chore, but it’s a chore nonetheless. The avoidance of such a minor chore is not rational; it is neither particularly complicated nor time consuming to hit Command-S and deal with the Save dialog. But we humans are not perfectly rational. We don’t always floss our teeth. We’ll pick the burger and fries instead of the salad. We’ll have one more beer. And sometimes we just don’t feel like dealing with the Save dialog box yet so we’ll put it off.
development
design
october 2009 by joelcarranza
route-me - Google Code
june 2009 by joelcarranza
A slippy map library for the iPhone.
Fast! Completely written in objective-c using CoreAnimation. Runs like the built-in app.
ios
library
development
Fast! Completely written in objective-c using CoreAnimation. Runs like the built-in app.
june 2009 by joelcarranza
Design Grid Layout Home Page
december 2007 by joelcarranza
DesignGridLayout is a LayoutManager inspired by the use of canonical grids for user interface design. DesignGridLayout works with JDK 1.5 and later.
gatekeeper
java
swing
layout-manager
gui
design
programming
development
december 2007 by joelcarranza
JavaScript Bubbling Library (YUI-CMS)
december 2007 by joelcarranza
A set of plugins, behaviors and widgets, for building event-driven web applications using the bubble-up technique.
gatekeeper
javascript
yui
programming
development
lib
december 2007 by joelcarranza
Java Static Analysis made easy with Apache Maven 2
december 2007 by joelcarranza
List of currently available tools for static code analysis in Java along with notes on how they integrate with the major IDEs
gatekeeper
development
java
maven
december 2007 by joelcarranza
EMMA - Code Coverage Tool
march 2006 by joelcarranza
EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative. Every developer on your team can now get code coverage for free and they can get it fast!
gatekeeper
java
programming
testing
development
march 2006 by joelcarranza
related tags
blog ⊕ cartography ⊕ cocoa ⊕ design ⊕ development ⊖ documentation ⊕ eclipse ⊕ gatekeeper ⊕ gatekeeper-daily ⊕ graphics ⊕ gui ⊕ guide ⊕ ios ⊕ java ⊕ javascript ⊕ layout-manager ⊕ lib ⊕ library ⊕ maps ⊕ maven ⊕ opensource ⊕ perl ⊕ physics ⊕ programming ⊕ reference ⊕ service ⊕ software ⊕ swing ⊕ technology ⊕ testing ⊕ tomcat ⊕ tools ⊕ tutorial ⊕ visualization ⊕ webservice ⊕ windows ⊕ wmf ⊕ xml ⊕ yui ⊕Copy this bookmark: