webdev
Alle Einträge mit dem Tag "webdev"
Webdevelopment und was vom Leben übrig bleibt
Alle Einträge mit dem Tag "webdev"
Freitag, 14. Oktober 2011
Montag, 15. August 2011
Information about Internet Explorer for Windows Phone
Mittwoch, 6. Juli 2011
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.
Donnerstag, 23. Juni 2011
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.
Sonnabend, 16. April 2011
We believe we have something that will make web developers happy.
Montag, 3. Januar 2011
It sets default styling for many elements, follows a couple of recommendations regarding usability/accessibility, and addresses a few “common issues” as well.
Freitag, 22. Oktober 2010
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.
Mittwoch, 20. Oktober 2010
Mittwoch, 28. Juli 2010
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.
Freitag, 28. Mai 2010
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.