equestrian

webdev

Alle Einträge mit dem Tag "webdev"

cubic-bezier(.17,.67,.83,.67) ✿ cubic-bezier.com

IE for Windows Phone Team Weblog – Site Home – MSDN Blogs

Information about Internet Explorer for Windows Phone

Portable PHP password hashing ("password encryption") framework

This is a portable public domain password hashing framework for use in PHP applications. It is meant to work with PHP 3 and above, and it has actually been tested with at least PHP 3.0.18 through 5.3.0 so far.

Normalize.css: Make browsers render all elements more consistently.

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.

Springloops 2.0 Release Candidate

We believe we have something that will make web developers happy.

Setting rather than Resetting Default Styling | Think Vitamin

It sets default styling for many elements, follows a couple of recommendations regarding usability/accessibility, and addresses a few “common issues” as well.

Vendor-prefixed CSS Property Overview « Peter Beverloo

Next to having four seperate pages for the major rendering engines, this page shows a clearer overview of the implemented, prefixed properties, and their counterparts in other engines.

PaintbrushJS Playground

Inspekt – An Input Filtering and Validation Library for PHP

Inspekt is a PHP library that makes it easier to write secure web applications<br />
<br />
Inspekt acts as a firewall API between user input and the rest of the application. It takes PHP superglobal arrays, encapsulates their data in an "cage" object, and destroys the original superglobal. Data can then be retrieved from the input data object using a variety of accessor methods that apply filtering, or the data can be checked against validation methods. Raw data can only be accessed via a 'getRaw()' method, forcing the developer to show clear intent.<br />
<br />
Inspekt can also be used on arbitrary arrays, and provides static filtering and validation methods.<br />
<br />
Inspekt works in PHP5, and has no external dependencies.

PHP UTF-8 cheatsheet – developer.loftdigital.com

There are a number of great articles online about UTF-8 and how it works – Joel Spolski's comes to mind – but very few about how to actually get it working with PHP and iron out all the bugs. So, here to save you the time we put in, is a quick cheatsheet and info about a few common issues.