Tag Archives: howto

Lightty Cake: CakePHP + Lighttpd Rewrite Rules

This little snippet will also allow you to capture your query string variables should the need arise. url.rewrite-once = ( “^/(css|files|img|js)/(.*)” => “/$1/$2″, “^/([^?]*)(?:\?(.+))?$” => “/index.php?url=$1&$2″ ) Posted via email from shakeit

Prototype: It's Not Just a JavaScript Library

Used to be that writing front-end code (HTML, CSS, JavaScript) wasn’t terribly complex. The syntax of HTML and CSS isn’t all that difficult to get the hang of and JavaScript (back in the day) was just a tool to validate form fields and play funny tricks on poor unsuspecting visitors. These days, JavaScript has become