Programming
JavaScript Reference
This JavaScript Reference is a comprehensive listing of JavaScript objects, properties, and methods. The reference also includes explanations and examples.
Read the full article.
PHP Login System with Admin Features
PHP Login System with Admin Features describes the implementation of a complete login system that can be easily integrated into any website. Included features are: member levels, admin center, visitor tracking, account info for the users, forgotten password support.
Read the full article.
Software Carpentry
Software Carpentry presents an intensive course on basic software development practices for scientists and engineers that “introduces them to the 10% of modern software engineering that will satisfy 90% of their needs”.
It covers the topics:
Shell programming
Version control
Automating builds
Python
Systematic debugging
Higher-level programming
Testing
Coding style and reading code
Data crunching
Web programming and security
Software development project tools and processes
If you program […]
Read the full article.
Easy publishing with the WordPress bookmarklet
WordPress includes a bookmarklet for easy publishing. Use it on a page you want to write about and you get the Write Post form with the title and selected text already filled in. To get the advanced editing form for the new post I applied the WordPress Bookmarklet Hack.
I also added a line of JavaScript […]
Read the full article.
Searching pages in WordPress 1.5
Update (march 6, 2004): David B. Nagle made a plugin which gives the same results as this hack, but does it the right way, using the plugin system. Use it instead of hacking as described below.
A few days ago version 1.5 of WordPress was released. One of the interesting new features is the addition of […]
Read the full article.