IDDateTime

Package:
Summary:
Manipulate and display dates and time on Web pages
Groups:
Author:
Description:
This class can be used to manipulate and display dates and time on Web pages.

It can perform several operations to manipulate and display dates and times.

Currently it can return the a given time in seconds to days, hours, minutes and seconds, return the current date and time, and generate HTML with Javascript that shows the current time on the browser side.


BlipUp

Package:
Summary:
Manipulate songs listed in Blip.fm site
Groups:
Author:
Description:
This class can be used to manipulate songs listed in blip.fm site.

It can send requests to the Blip.fm site Web server to perform several types of operations.

Currently it can authenticate on behalf of a given user, search for songs, add user songs, retrieve the list of songs on the user profile, and remove user songs.


IDlog

Package:
Summary:
Log events to a PHP error log file
Groups:
Author:
Description:
This class can be used to log events to a PHP error log file.

It composes a log message made of configurable information elements that may include the current date and time, the current request browser, etc..

The class calls the PHP error_log function to output the composed log message to a given log file.


PHP AJAX pagination

Package:
Summary:
Show MySQL query results split in pages using AJAX
Groups:
Author:
Description:
This class can be used to show MySQL query results split in pages using AJAX.

It takes as parameters an SQL query, the number of results to show per page and the current page number.

The generates HTML and Javascript for links to browse the query result pages.

When the user clicks on the links an AJAX request is sent to a script that retrieves the page results and the respective pagination links.


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:
Summary:
Generate HTML and Javascript for displaying forms
Groups:
Author:
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.


MySQL 2 JSON

Package:
Summary:
Generate JSON output from MySQL query results
Groups:
Author:
Description:
This class can be use to Generate JSON output from MySQL query results.

It takes an handle of a previously executed MySQL database query and retrieves the results to generate a JSON string with the values of all the result rows.


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/

Create a recursive folder

<?php
/**
* function recursiveDir (string $folder)
*
* Crea un arbol de directorios de manera recursiva
*
* Example:
*
* recursiveDir(‘/tmp/folder/test/random/other’);
*
* return boolean
*/

Powered by Gewgley