Wszystkie wpisy, których autorem jest admin

Professional & Custom-Made Photoshop Brushes By BrushLovers (5 Packs Giveaway)

Post pobrano z: Professional & Custom-Made Photoshop Brushes By BrushLovers (5 Packs Giveaway)

BrushLoversBrushLovers, a website focused on sharing beautiful and exclusive Photoshop brushes, is giving away "a pack of 10 brush sets of your choice" to 5 WRD readers.

Details on "how to joining the giveaway" can be found at the bottom of this post. And, before that:

What is BrushLovers?

BrushLovers is a website which has an exclusive and huge collection of both paid and free Photoshop brushes.

There are 100s of brushes that are well-categorized and here are some examples.

Examples of grunge brushes:

Grunge Brush

Grunge Brush

Examples of nature brushes:

Nature Brushes

Nature Brushes

The brushes provided can be used in personal and commercial projects (including the free ones).

For the paid ones, they are offered for very good prices and can even be purchased for $1 or less by purchasing "packs" first, which is a good deal.

BrushLovers doesn't require registration, however, you can optionally become a member and add the sets you liked to your "favorites" for downloading later.

How to join the giveaway?

Joining the giveaway is pretty easy and there are 2 ways where you can choose any of them (or both to increase the chances):

Winners will be selected randomly on 17 January 2011 (1 week later) and good luck to all.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Create .Zip Files With JavaScript – JSZip

Post pobrano z: Create .Zip Files With JavaScript – JSZip

JSZip is an open source JavaScript library for creating .zip files on the client-side.

Using very simple functions, you can add any number of files and folders inside the zip file, find items already included and remove any of them.

The library is not a totally perfect solution as it does not support Google Chrome + IE and has some issues in generating the name for the zip file (an alternative solution using Downloadify is offered).

JSZip

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Browser Detection With PHP – Browser.php

Post pobrano z: Browser Detection With PHP – Browser.php

Learning a user's browser and its version is usually very important to decide if any other scripts or styles need to be inserted into the web page.

And, such tasks are usually accomplished with JavaScript as we don't need to go so deep (detecting if it is IE or not is generally enough).

Browser.php

Browser.php is a very useful PHP class that helps collecting data about a visitor's browser including:

  • platform used
  • browser
  • browser version

It can detect almost every popular browser including mobile + tablet devices and robots with a few lines just like:

$browser = new Browser();
if( $browser->getBrowser() == Browser::BROWSER_FIREFOX && $browser->getVersion() >= 2 ) {
	echo 'You have FireFox version 2 or greater';
}

If the need for browser detection is more than just analyzing whether it is IE, Firefox, Chrome or Safari, then Browser.php is definitely a must-bookmark.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Awesome Set Of Free Gesture Icons By GestureWorks

Post pobrano z: Awesome Set Of Free Gesture Icons By GestureWorks

GestureWorks, a multitouch framework for Flash and Flex, is sharing a beautiful set of free gesture icons.

The set includes ~200 icons and comes in different formats (.PNG, .EPS, .PDF) with different download packs (every item being an individual file or as a poster).

Touch Gesture Icons

Items are presented under 2 main categories:

  • Multitouch gestures
  • Stroke gestures

and each of them has sub-titles like: tap gestures, rotate gestures, number strokes, etc.

A very handy resource for anyone designing/developing mobile applications (and for anyone documenting them).

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Spritebox – Online CSS Sprites Generator

Post pobrano z: Spritebox – Online CSS Sprites Generator

Spritebox is a free-to-use web application which offers a WYSIWYG tool for creating CSS classes from a single sprite image.

Image to be used can be fetched from a URL, uploaded directly or via drag 'n' drops from the computer.

Spritebox

After that, it is possible to mark any parts of the image, define a class/id name and CSS rules containing the background-position will be created automatically.

Besides mouse, the application can be controlled via keyboard shortcuts and main image can be zoomed for pixel-perfect selections.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)