Monthly Archiv: April, 2009

Design Tweaks Vote

Comps for the header/nav design tweaks are in, and the results are mixed. Some people just moved a few things around, while others proposed a new style altogether. We won’t make any major changes to style in 2.8, but if the vote leans toward a submission that proposes it, we’ll do some user testing and make a decision for early 2.9 (which, now that we think of it, is probably the right thing to do anyway. :) )

Below are the links to the screenshots that were submitted. Please review each one (I’d open them all in tabs so I could look back and forth while they are all large size, because the voting poll just uses thumbnails), then choose the one you think looks the best/is the most usable.

This poll was supposed to close at 8pm NY time on Tuesday (today), but we’re going to leave it open for an extra day. The voting poll will now be closed at 8pm NY time on Wednesday (that’s 2am Thursday, UTC). If you want to discuss the entries’ pros/cons, this thread would be a good place.

Current: The existing interface, for reference

KM: Current nav, header elements moved

AN: Current nav, file folder style header

KD: Current nav, modified header style

JJ: Swap blog title and favorites menu

DR1: Fluency style, dark

DR2: Fluency style, medium

DR3: Fluency style, light

IK: Nav layered over dark background

GB: Modified nav/header intersection

MT: Modified nav and header

Results will be posted the day after the polls close.

[Free] New Defrag Software for Windows: Defraggler

A new free defrag tool for Windows, Defraggler, has been added to the Free Defragmentation Utilities / Free Defrag Software page. You can use this to defragment your entire hard disk or to selective defragment individual files or folders. (For those who aren't sure of the purpose of such software, they consolidate all the bits and pieces of the files on your computer into contiguous chunks so that your system can, hopefully, run faster.)

Form Builder

Package:
Form Builder
Summary:
Generate HTML and Javascript for displaying forms
Groups:
HTML, PHP 5, Validation
Author:
imavex
Description:
This class can be used to generate HTML and Javascript for displaying forms.

It can add the definition of the form fields to be displayed and generates HTML to display the fields in a table.

The class also generates Javascript to support some types of validation on the browser side.

It comes also with two custom fields for choosing dates and presenting sortable tables using jQuery Javascript library.


Simple URI location

<?php
/**
* function simpleURI (string $text, boolean $low, boolean $html = false)
*
* Create a optimized url from a regular string
*
* @$low: true/false lowercase / normal case
* @$html: true/

Randomize array values

<?php
/**
* function randomArray (array $array)
*
* Randomize array values
*
* Example:
*
* $array = array(‘value1′,’value2′,’value3′,’value4’);
*
* $random = randomArray($array);
*
* retu

Powered by Gewgley