links for 2011-03-01
links for 2011-02-28
-
WP framework for building wp themes
links for 2011-02-24
-
One of the cool new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests. In this tutorial, we’ll review the process of running a WebSocket server in PHP, and then building a client to send and receive messages to it over the WebSocket protocol.
-
uses WebSockets
links for 2011-02-23
links for 2011-02-19
-
External authentication for Drupal. Integrate Drupal with your corporate intranet, an LDAP database, or use Facebook or some other login provider to log into your site.
Passkey provides a framework for authenticating users into Drupal using something other than Drupal's user table. The module passes the user's username and password to your code and you return true or false. It's that simple.
links for 2011-02-18
links for 2011-02-17
links for 2011-02-15
-
Lily is a scalable foundation for large-scale content applications, such as SaaS-style content management, archiving, media publishing, and document management. It offers a flexible datamodel that can easily be adapted to suit many application domains, a friendly developer API and fully automated index maintenance.
links for 2011-02-11
-
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.