February 2012
5 posts
http://www.incredibox.fr/ →
Feb 10th
1 note
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">
Feb 8th
1 note
jsfiddle.net →
Feb 7th
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.
Feb 6th
Bootstrap, from Twitter →
Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
Feb 2nd
January 2012
4 posts
font-face generator →
Jan 31st
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.
Jan 17th
SOPA Blackout JS Utility →
<script type="text/javascript" src="//js.sopablackout.org/sopablackout.js"></script>
Jan 17th
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
Jan 11th
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.
Dec 31st
spreeder - online speed reader →
Dec 31st
chartporn.org →
Dec 22nd
flowingdata.com →
Dec 22nd
Fathom - What does seven billion look like? →
Dec 22nd
ilikeitwhatis.it Tumblr →
Dec 20th
CSS with vertical rhythm  →
Dec 12th
Less Framework 4: An adaptive CSS grid system. →
Dec 12th
puddletag - A tag editor for GNU/Linux. →
Dec 9th
chartbeat.com →
Real-time analytics that thinks like you do
Dec 9th
Table Flip 2
(╯°□°)╯︵ ┻━┻
Dec 2nd
November 2011
5 posts
occupyflash.org →
The movement to rid the world of the Flash Player plugin
Nov 30th
Windows Phone demo html5 →
Nov 30th
http://www.google.com/jsapi loading maps
google.load("maps", "3", {other_params: "sensor=false"});
Nov 4th
GTA V
Nov 2nd
Max Payne 3
Nov 2nd
October 2011
4 posts
Add TRAC ADMIN user
sudo trac-admin /srv/trac/project permission add username TRAC_ADMIN
Oct 18th
Linux elementaryos →
Oct 9th
Tango Icon Theme Guidelines →
Oct 9th
Rightmove - draw-a-search Google mapping →
Oct 5th
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...
Sep 30th
Amazon Silk—Amazon's Revolutionary... →
Sep 28th
micromvc-php →
Sep 21st
kickstarter - A NEW WAY TO Fund & Follow... →
Sep 20th
Compress Pages with MOD_DEFLATE on Apache →
Sep 11th
Using Image File Headers To Verify Image Format →
See also http://www.garykessler.net/library/file_sigs.html
Sep 8th
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...
Sep 8th
Fixed: “The URI you submitted has disallowed... →
Sep 8th
MapBox Design, host and share your own custom... →
Sep 2nd
MapBox / TileMill →
Sep 2nd
vizzuality.com - Mapping / Charts / Timelines →
Sep 2nd
Google: Evolution of web →
Sep 2nd
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.
Sep 2nd
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
Aug 23rd
Cherokee →
nginx http://nginx.net/ lighttpd http://www.lighttpd.net/ G-WAN http://www.gwan.com/
Aug 20th
pae.st - A simple pastebin targetted at hardcore... →
Aug 18th
Concatenate multiple mysql rows into one field →
SELECT person_id, group_concat(hobbies separator ', ') FROM peoples_hobbies GROUP BY person_id;
Aug 15th
Install mcrypt PHP extension on OS X Snow Leopard →
Aug 14th
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 =...
Aug 14th
Firefox: Make your mark.. →
Aug 14th
Enhance PHP session management →
Also http://www.slideshare.net/FordAntiTrust/php-performance-with-apc-memcached
Aug 14th