design
came across this collection on flicker that features good business card designs. alot of them are pretty wicked
Business Cards - a set on Flickr
apps, flash, news
A new version of swf address is out
The new SWFAddress has just arrived after seven months of active development, various contributions and lots of positive feedback from the community. The list of changes includes the following:
* Refactored JavaScript implementation * New SWFAddress.swc AS3 component * [...]
wordpress
came across this site to day while tossing around ideas for my new site: indigo6.com
It’s a good example of a professional site using wordpress.
how to, php, programming, security
While cleaning out my drafts I found, yet another post that somehow got forgotten, enjoy.
As the previous post mentioned, you should have some unique id for your sessions user, but also require them to login to prevent session hijacking. Here’s an example that should help.
//get a unique id for the current user
function getUnique(){
global $_SERVER;
//get the [...]
database
From: www.mysqlperformanceblog.com/2008/12/18/xtradb-benchmarks-15x-gain/
I guess it is first reaction on new storage engine - show me benefits. So there is benchmark I made on one our servers. It is Dell 2950 with 8CPU cores and RAID10 on 6 disks with BBU, and 32GB RAM on board with CentOS 5.2 as OS. This is quite typical server we [...]