February 2012
5 posts
http://www.incredibox.fr/ →
JQuery Mobile Beta 1 is not resizing the screen on... →
In your document instead of doing this:
<meta name="viewport" content="width=device-width, initial-scale=1">
Do this:
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
jsfiddle.net →
phonegap.com →
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best… HTML and JavaScript.
Bootstrap, from Twitter →
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
January 2012
4 posts
font-face generator →
Web goes on strike →
On January 18th, 2012 the internet is going on strike to stop the web censorship bills in Congress! Now is our moment— we need you to do everything you can, whether you have a website or not.
SOPA Blackout JS Utility →
<script type="text/javascript" src="//js.sopablackout.org/sopablackout.js"></script>
badass JS
http://badassjs.com/
http://mozilla.github.com/pdf.js/web/viewer.html
http://mbebenita.github.com/Broadway/broadway.html
http://bellard.org/jslinux/
http://www.jshint.com/
http://evanw.github.com/glfx.js/
http://idflood.github.com/ThreeNodes.js/public/index.html
http://www.syntensity.com/static/ammo.html
December 2011
11 posts
Propel: open-source ORM for PHP5 →
Propel is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.
spreeder - online speed reader →
chartporn.org →
flowingdata.com →
Fathom - What does seven billion look like? →
ilikeitwhatis.it Tumblr →
CSS with vertical rhythm →
Less Framework 4: An adaptive CSS grid system. →
puddletag - A tag editor for GNU/Linux. →
chartbeat.com →
Real-time analytics that
thinks like you do
Table Flip 2
(╯°□°)╯︵ ┻━┻
November 2011
5 posts
occupyflash.org →
The movement to rid the world of the Flash Player plugin
Windows Phone demo html5 →
http://www.google.com/jsapi loading maps
google.load("maps", "3", {other_params: "sensor=false"});
GTA V
Max Payne 3
October 2011
4 posts
Add TRAC ADMIN user
sudo trac-admin /srv/trac/project permission add username TRAC_ADMIN
Linux elementaryos →
Tango Icon Theme Guidelines →
Rightmove - draw-a-search Google mapping →
September 2011
13 posts
MySQL DNS Details - 10 second timout →
“Standard C library gethostbyaddr() uses /etc/resolv.conf. (For our purpose here we forget about /etc/hosts which might also be used.) It queries each listed nameserver twice in order, waiting 5 seconds for each one. For example, if /etc/resolv.conf lists 2 nameservers, the first is queried, then the second, then the first again, then the second again. Therefore the maximum wait time for...
Amazon Silk—Amazon's Revolutionary... →
micromvc-php →
kickstarter - A NEW WAY TO Fund & Follow... →
Compress Pages with MOD_DEFLATE on Apache →
Using Image File Headers To Verify Image Format →
See also http://www.garykessler.net/library/file_sigs.html
PandaBoard: First open OMAP™ 4 mobile software... →
OMAP4430 Processor (Highlights)
Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP) at 1 GHz each. Allows for 150% performance increase over previous ARM Cortex-A8 cores.
Full HD (1080p) multi-standard video encode/decode
Imagination Technologies’ POWERVR™ SGX540 graphics core supporting all major API’s including OpenGL® ES v2.0, OpenGL ES v1.1, OpenVG...
Fixed: “The URI you submitted has disallowed... →
MapBox Design, host and share your own custom... →
MapBox / TileMill →
vizzuality.com - Mapping / Charts / Timelines →
Google: Evolution of web →
Raphaël—JavaScript Library →
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
August 2011
19 posts
Config Sendmail
The problem was getting “Mailing to remote domains not supported”
The fix turned out to be:
sudo dpkg-reconfigure exim4-config
It had been set to local so was changed to
internet site; mail is sent and received directly using SMTP
then putting in system name rather than just Ubuntu
System mail name: yourdomain.co.uk
The rest you can just use enter to accept the defaults
Cherokee →
nginx
http://nginx.net/
lighttpd
http://www.lighttpd.net/
G-WAN
http://www.gwan.com/
pae.st - A simple pastebin targetted at hardcore... →
Concatenate multiple mysql rows into one field →
SELECT person_id, group_concat(hobbies separator ', ') FROM peoples_hobbies GROUP BY person_id;
Install mcrypt PHP extension on OS X Snow Leopard →
Install Memcache / Memcached on Ubuntu
php5-memcache
php5-memcached
<?php
// Memcache
$memcache = new Memcache;
$memcache->addServer('localhost', 11211) or die ('Could not connect');
$memcache->set('mytestvariable', 'this is the data in my test variable', false, 60) or die ('Unable to save the data to the server');
echo 'Data has been stored in the cache<br />';
$result =...
Firefox: Make your mark.. →
Enhance PHP session management →
Also
http://www.slideshare.net/FordAntiTrust/php-performance-with-apc-memcached