Bookmark
Dive Into HTML5
diveintohtml5.org/, posted 2011 by peter in development free howto html javascript reference webdesign
Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards. The final manuscript has been published on paper by O’Reilly, under the Google Press imprint. Buy the printed Work — artfully titled “HTML5: Up & Running” — and be the first in your Community to receive it. Your kind and sincere Feedback is always welcome. The Work shall remain online under the CC-BY-3.0 License.
Bookmark
singleton-considered-stupid - steveyegge2
https://sites.google.com/site/steveyegge2/singleton-considered-stupid, posted 2011 by peter in development modeling opinion
Here's what most people got out of Design Patterns: "blah blah blah blah SINGLETON blah blah blah blah". I kid you not. I've seen this so many times that it's become a full-fledged pattern in its own right; patterns need a name, so let's call it the Simpleton Pattern.
...
I'll close by saying that if you still feel the need to use Singleton objects, consider using the Factory Method pattern instead. It gives you all of the flexibility of the Singleton, with nowhere near as many problems. Using the Singleton is usually just a sign of premature optimization - I know you dread instantiating objects; you've heard it's way slow. But just relax, take a deep breath, and treat yourself to a few extra instances. You'll be amazed at how fast computers have gotten these days, and you'll be pleased at the extra flexibility using real objects gives you. Enjoy!
Bookmark
Perl Worst Practices - Blog - April 2011 - veekun: fuzzy notepad
me.veekun.com/blog/2011/04/13/perl-worst-practices/, posted 2011 by peter in development howto list opinion perl
Don't do these because "it's quicker" (it's not). Don't do these because "nobody else will use this code" (your future self will). Don't do these because "it's a one-time script" (almost all production software started as one-time scripts). Just do not do them. At all. Ever. Unless you are mst there is no reason to do any of this. The language has moved on. There is a better way.
Bookmark
Performance, Security & Apps for Any Website | CloudFlare | Home
www.cloudflare.com/, posted 2011 by peter in cdn development free networking scalability security webdesign
CloudFlare protects and accelerates any website online. Once your website is a part of the CloudFlare community, its web traffic is routed through our intelligent global network. We automatically optimize the delivery of your web pages so your visitors get the fastest page load times and best performance. We also block threats and limit abusive bots and crawlers from wasting your bandwidth and server resources. The result: CloudFlare-powered websites see a significant improvement in performance and a decrease in spam and other attacks.
...
CloudFlare can be used by anyone with a website and their own domain, regardless of your choice in platform. From start to finish, setup takes most website owners less than 5 minutes. [...] If you are ever unhappy you can turn CloudFlare off as easily as you turned it on. Our core service is free and we offer enhanced services for websites who need extra features like real time reporting or SSL.
Bookmark
Rubber — a wrapper for LaTeX and friends in Launchpad
https://launchpad.net/rubber, posted 2011 by peter in development free linux opensource software typography writing
Rubber is a program whose purpose is to handle all tasks related to the compilation of LaTeX documents. This includes compiling the document itself, of course, enough times so that all references are defined, and running BibTeX to manage bibliographic references. Automatic execution of dvips to produce PostScript documents is also included, as well as usage of pdfLaTeX to produce PDF documents.
Bookmark
JIRA REST API documentation
docs.atlassian.com/jira/REST/latest/, posted 2011 by peter in development hack howto management planning reference specification
This document describes the REST API and resources provided by JIRA. The REST APIs are for developers who want to integrate JIRA into their application and for administrators who want to script interactions with the JIRA server.
JIRA's REST APIs provide access to resources (data entities) via URI paths. To use a REST API, your application will make an HTTP request and parse the response. Currently, the only supported reponse format is JSON. Your methods will be the standard HTTP methods like GET, PUT, POST and DELETE (see API descriptions below for which methods are available for each resource).
Bookmark
Treatise on Font Rasterisation
https://freddie.witherden.org/pages/font-rasterisation/, posted 2011 by peter in design development graphics reference toread typography
Font rasterisation is, in the author’s opinion, one of the most interesting fields of computer science. If music is the subjective application of physics, then font rasterisation is almost certainly the subjective application of computer science. The purpose of this article is threefold: firstly, to provide an introduction into the various methods available to aid in the rasterisation process; secondly, to provide a critical analysis of these methods against the needs of desktop applications; and finally, to relate this analysis to free software.
Figures, in the form of bitmap images, are used extensively throughout. This is done to ensure consistent results across different platforms. Since some of the figures make use of sub-pixel rendering, this article is best viewed on an LCD screen.
Bookmark
How To Write A Emacs Major Mode For Syntax Coloring
xahlee.org/emacs/elisp_syntax_coloring.html, posted 2011 by peter in development howto linux usability
This page gives a practical example of writing a emacs major mode to do syntax coloring of your own language. You should have few months experience of coding emacs lisp. If you don't know elisp, first take a look at Emacs Lisp Basics.
Bookmark
Simplify Perl Module Management With CPAN Minus — ServerWatch.com
www.serverwatch.com/tutorials/article.php/3931796/Simplify-Perl-Module-Management-With-CPAN-Minus.htm, posted 2011 by peter in development free management perl software
What's CPAN Minus (or "cpanm" if you prefer the caps-challenged version) for? Installing CPAN modules, period. It can get, unpack, build, and install Perl modules from CPAN -- but it can't do any of the other stuff the CPAN shell can do. It's meant to require zero configuration, and it runs as a standalone application.
Bookmark
Cloud Foundry - Make it Yours!
cloudfoundry.org/, posted 2011 by peter in cloudcomputing development distributed hosting opensource scalability startup vi
Cloud Foundry, a VMware-led project is the world’s first open Platform as a Service (PaaS) offering. Cloud Foundry provides a platform for building, deploying, and running cloud apps using Spring for Java developers, Rails and Sinatra for Ruby developers, Node.js and other JVM frameworks including Grails.
|< First < Previous 229–238 (528) Next > Last >|