Paul Graham: SOPA Supporting Companies No Longer Allowed At YC Demo Day
Thu, 12/22/2011 - 16:11 — laurenJavaScript - Everything Acts Like An Object Except Null and Undefined
Mon, 05/23/2011 - 01:05 — lauren20+ Useful CSS3 and HTML5 Frameworks, Tools and Templates
Sun, 05/22/2011 - 17:59 — lauren
- HTML5 Boilerplate
- 52framework – Supports almost anything
- G5 Framework – Good tools collection
- Perkins – Lighweight and LESS
- Sprites.js – Animation framework (HTML5 support, of course)
- Lime.js – Gaming framework
- HTML5 multimedia framework for WordPress
- Modernizr – HTML5 & CSS3 with fallbacks
- Select[ivizr] – CSS3 Selectors for IE
Managing Cron Jobs In PHP
Sat, 05/21/2011 - 15:17 — laurenLet’s face it, having the ability to schedule tasks to run in the background is just great! From backing up an SQL database, fetching / sending emails to running clean up tasks, analyzing performance, or even grabbing RSS feeds, cron jobs are fantastic!
Although the syntax of scheduling a new job may seem daunting at first glance, it’s actually relatively simple to understand once you break it down. A cron job will always have five columns each of which represent a chronological ‘operator’ followed by the full path and command to execute:
Forward Thinking Form Validation
Sun, 02/27/2011 - 14:14 — lauren"Form validation has been a finicky business since the web was born. First came the server-side validation error summary. Then we evolved to client-side validation to verify results inline. Now, we have the marching giant that is HTML5 and CSS3: HTML5’s forms chapter offers new input types and attributes that make validation constraints possible. CSS3’s basic UI module provides several pseudo-classes to help us style those validation states and change a field’s appearance based on the user’s actions.
Converting from Subversion to Git
Fri, 02/18/2011 - 02:24 — laurenJohn Albin has written a solid guide on doing this.

Here are the steps:
- Download the git-svn-migrate scripts
- Create a list of Subversion repositories to convert
- Create a list of transformations for Subversion usernames to Git committers
- Convert the Subverion repositories into bare Git repositories
D7 Theming with Zen
Thu, 02/17/2011 - 16:24 — laurenFeatures:
- Well documented php and css files.
- Lots of easy-to-access classes and ids for CSS developers.
