Wirtuals.pl – PHP, XML, (x)HTML, JavaScript (AJAX), CSS

17Dec/10Off

Grayscale

Grayscale.js is an experimental attempt to emulate Microsoft's proprietary 'grayscale' filter (available in most IE versions).

Successfully tested in Opera 9, FF2/3, Safari 4, IE6/7. It only works slightly in Safari<4 and Chrome because of their lacking support of CanvasContext.getImageData (because of this, images cannot be grayscaled).

More info: http://james.padolsey.com/demos/grayscale/

15Dec/10Off

Nice forms

http://www.emblematiq.com/lab/niceforms/demo/

http://www.lexcat.ro/nicejforms/nicejforms.html

15Dec/10Off

Shadowbox

Shadowbox is a web-based media viewer application that supports all of the web's most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can showcase a wide assortment of media in all major browsers without navigating users away from the linking page.

License
Shadowbox is licensed under the terms of the Shadowbox.js License. This license grants personal, non-commercial users the right to use Shadowbox without paying a fee. It also provides an option for users who wish to use Shadowbox for commercial purposes. You are encouraged to review the terms of the license before using Shadowbox.
http://www.shadowbox-js.com/

Tagged as: Continue reading
15Dec/10Off

Drop Down using CSS and jQuery

Tagged as: , , Comments Off
8Dec/10Off

Slides, A Slideshow Plugin for jQuery

Slides is a crazy simple slideshow plugin for jQuery. It's easy to implement, customize and style. What could be better? With features like looping, auto play, fade or slide transition effects, crossfading, image preloading, auto generated pagination, the list goes on.

http://slidesjs.com/

Useful examples included in the download.

19Nov/10Off

How To Compose HTML ID and Class Names like a Rockstar

How To Compose HTML ID and Class Names like a Rockstar

Tagged as: , Comments Off
19Nov/10Off

Git: Your New Best Friend

Git: Your New Best Friend

19Nov/10Off

Campaign Monitor Guideto CSS Support in Email

Designing an HTML email that renders consistently across the major email clients can be very time consuming. Support for even simple CSS varies considerably between clients, and even different versions of the same client.

More ... http://www.campaignmonitor.com/css/

18Nov/10Off

CSSTidy

CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.

Features ("a" stands for all selectors, "margin" stands for all properties):

  • colours like "black" or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
  • a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
  • margin:1px 1px 1px 1px; becomes margin:1px;
  • margin:0px; becomes margin:0;
  • a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
  • margin:010.0px; becomes margin:10px;
  • all unnecessary whitespace is removed, depending on the compression-level
  • all background-properties are merged
  • all comments are removed
  • the last semicolon in every block can be removed
  • missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
  • property:value ! important; becomes property:value !important;

http://csstidy.sourceforge.net/

10Nov/10Off

Greenshot

Greenshot - a free screenshot tool optimized for productivity
What is Greenshot?

Greenshot is a light-weight screenshot software tool for Windows with the following key features:

Create complete or partial screenshots quickly. Easily annotate, highlight or obfuscate parts of the screenshot. Send the screenshot to a file, the clipboard, a printer or as e-mail attachment.

Being easy to understand and configurable, Greenshot is an efficient tool for project managers, software developers, technical writers, testers and anyone else creating screenshots.

http://getgreenshot.org/