kvnglbrtsn + programming   168

How I Failed, Failed, and Finally Succeeded at Learning How to Code
"It's tempting to generalize: If programming is best learned in this playful, bottom-up way, why not everything else?"
programming  learning  education 
june 2011 by kvnglbrtsn
Unusual software bugs
"There are several kinds, mostly named after scientists who discovered counterintuitive things." from Wikipedia.
programming  software 
april 2011 by kvnglbrtsn
Embedly API
The Embedly API allows developers to embed videos, images and rich media from 169 services through one API.
api  development  programming 
december 2010 by kvnglbrtsn
Why Johnny Can't Program
"We teach our kids how to get jobs in today's marketplace rather than how to innovate for tomorrow's....And as we move into an increasingly digital reality, we must learn not just how to use programs but how to make them."
coding  education  programming  technology  culture 
october 2010 by kvnglbrtsn
zen-coding
Set of plugins for HTML and CSS hi-speed coding
coding  development  plugin  programming 
january 2010 by kvnglbrtsn
Top 20+ MySQL Best Practices
Here are some MySQL optimization techniques for programmers. from nettuts+.
mysql  howto  programming  performance  bestpractices  database 
december 2009 by kvnglbrtsn
Objective-J
Objective-J is a programming language developed as part of the Cappuccino web development framework. Its syntax is nearly identical to the Objective-C syntax and it shares with JavaScript the same relationship that Objective-C has with the C programming language. from wikipedia.
webdevelopment  programming  js 
november 2009 by kvnglbrtsn
Cappuccino Web Framework
Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.
framework  js  programming  opensource  webdevelopment 
november 2009 by kvnglbrtsn
iPhone OS Reference Library
The iPhone Reference Library is your bookshelf for detailed information essential to iPhone OS application development.
iphone  programming  reference 
october 2009 by kvnglbrtsn
Why Stylesheet Abstraction Matters
CSS is the weakest link in the web developers toolbox. The problem goes deeper than CSS’s lack of variables. Unlike the “function” in programming, CSS has no fundamental building block.
css  programming  coding  framework  abstraction 
october 2009 by kvnglbrtsn
Skulpt
Skulpt is an entirely in-browser implementation of Python.
python  programming  browsers 
august 2009 by kvnglbrtsn
webgrind
a Xdebug profiling web frontend in PHP5.
php  programming  performance 
june 2009 by kvnglbrtsn
Xdebug Extension for PHP
Xdebug's Profiler is a powerful tool that gives you the ability to analyze your PHP code and determine bottlenecks or generally see which parts of your code are slow and could use a speed boost.
php  programming  performance 
june 2009 by kvnglbrtsn
Google App Engine
Run your web apps on Google's infrastructure.
web  programming  google 
may 2009 by kvnglbrtsn
Strophe
a library for writing XMPP clients.
js  programming  webdevelopment 
may 2009 by kvnglbrtsn
Processing.js
a port of the Processing Visualization Language.
js  programming  graphics  animation  images 
may 2009 by kvnglbrtsn
Processing
an open source programming language and environment for people who want to program images, animation, and interactions.
programming  animation  images  graphics  interaction 
may 2009 by kvnglbrtsn
Readfile vs include
when dealing with files with static content.
php  programming  performance 
february 2009 by kvnglbrtsn
The password anti-pattern
no excuse for asking for a third-party password. from adactio.
patterns  security  authentication  programming  tips 
january 2009 by kvnglbrtsn
ffmpeg-php
object-oriented api for accessing and retrieving information from video and audio files.
php  programming  api  video  redesign 
november 2008 by kvnglbrtsn
Progressive Enhancement with JavaScript
establishing a plan for script management, etc. from a list apart.
js  programming  unobtrusive  bestpractices  redesign 
november 2008 by kvnglbrtsn
7 Places to Find the Code You Need
code search engines and snippet libraries. from sitepoint.
programming  code  resources 
november 2008 by kvnglbrtsn
GitHub
secure git hosting and collaborative development.
versioncontrol  social  programming 
november 2008 by kvnglbrtsn
Git
open source, distributed version control system.
versioncontrol  programming  reference 
november 2008 by kvnglbrtsn
Coda Developer Zone
video tutorials, getting to know coda, quick tips, how to. from panic.
webdevelopment  programming  howto  tutorial  software  coding  mac  resources 
october 2008 by kvnglbrtsn
Get Started With SimpleXML in PHP
turning xml into a usable format for programming.
php  xml  programming 
october 2008 by kvnglbrtsn
Merb
mvc framework that is orm-agnostic, javascript library agnostic, and template language agnostic.
webdevelopment  programming  framework  performance  mvc 
october 2008 by kvnglbrtsn
Why MooTools (or Why not JQuery)
10 reasons including class support and prototype approach.
js  programming  framework 
october 2008 by kvnglbrtsn
Test-Driven Progressive Enhancement
integrating capabilities testing into our development process. from a list apart.
webdevelopment  js  css  programming  usability 
september 2008 by kvnglbrtsn
10 Principles of the PHP Masters
the best principles to follow for high-grade php programming.
php  programming  reference  tips 
september 2008 by kvnglbrtsn
Introducing Ubiquity
an experiment into connecting the web with language. from mozilla labs.
programming  ui  interface  webservices  extension 
august 2008 by kvnglbrtsn
Extending Smarty with Plugins
version 2.0 introduced the plugin architecture. from smarty.net.
php  programming  templates 
august 2008 by kvnglbrtsn
PHP Optimization Tips
data output, loops, variables and functions, etc.
performance  php  tips  programming 
july 2008 by kvnglbrtsn
RefactorMyCode
code improvement discussion community.
code  coding  social  programming  resources 
june 2008 by kvnglbrtsn
Sketching in Code: the Magic of Prototyping
from increased collaboration to more effective solutions. from a list apart.
programming  tips  webdevelopment  code 
june 2008 by kvnglbrtsn
Improve Your Page Performance With Lazy Loading
page weight and load time. practical implementation of the proxy design pattern.
js  patterns  code  webdevelopment  programming  performance 
june 2008 by kvnglbrtsn
How to be a Programmer
a short, comprehensive, and personal summary.
programming  howto  coding  resources 
may 2008 by kvnglbrtsn
Processing.js
porting the processing visualization language to javascript, using the canvas element. by john resig.
js  programming  visualization  webdevelopment  code 
may 2008 by kvnglbrtsn
Piwik
open source web analytics.
webdevelopment  programming  data 
march 2008 by kvnglbrtsn
Dealing with Dependencies
oop and compositional programming style.
php  code  oop  webdevelopment  programming 
february 2008 by kvnglbrtsn
Semantic Web: What Is The Killer App?
several existing and potential applications of semantic technologies.
semanticweb  programming  webapplication  computer  science  ia  ux 
january 2008 by kvnglbrtsn
The Future of Comet: Part 1, Comet Today
discusses existing transports, their benefits and shortcomings.
ajax  js  programming  webdevelopment  comet 
december 2007 by kvnglbrtsn
« earlier      

Copy this bookmark:



description:


tags: