Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

filter

Gb4less Finds the Lowest Per-Gigabyte Storage and Memory Deals [Deals]
Tuesday, 05 October 2010 11:40
If you've just found your backup religion, or you're always in need of ever more storage, gb4less is an interesting place to start looking. The shopping filter finds the best dollar-per-gigabyte deals on NewEgg that have at least a four-star rating. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/5uCN6lFX9_4/gb4less-finds-the-lowest-per+gigabyte-storage-and-memory-deals

 
Purify 2.2.2
Wednesday, 08 September 2010 07:00
About Purify
Filter email, forward email, trace and report spam. Simple to set up. Very powerful features. Purify was designed from the ground up with ease of use, and simplicity in mind. Use it stand alone, or it was also designed to scale, so that it will be able to easily support a workgroup from a central computer. Purify’s filtering features will also be integrated into an upcoming hsc product, a very powerful information manager, called “Compass” (Spring ‘08).

- Filter e-mail using powerful statistical Bayesian type filter.
- Filter e-mail by country of origin.
- Filter, accept, or ignore e-mail based on user defined phrases.
- Accept e-mail from easily imported friends list.
- Forward valid e-mail to your iPhone, or other SMTP service.
- purify.cc is now online to support forwards of valid email to your iPhone!
- Many more features.

Read more: http://www.apple.com/downloads/macosx/email_chat/purify.html

 
Contactizer Pro 3.8.8
Thursday, 02 September 2010 07:00
About Contactizer Pro
Manage your professional life. Contactizer Pro 3.8 sports full 10.6 compatibility, the capability to subscribe to online ICS calendars, a better Projects / Tasks integration, a new filter bar and many other user interface enhancements expanding your productivity.

Read more: http://www.apple.com/downloads/macosx/productivity_tools/contactizerpro.html

 
Cross Browser CSS Rotation with and without Sass
Thursday, 12 August 2010 02:11
First, you have to add this to Sass:

# http://sass-lang.com/docs/yardoc/Sass/Script/Functions.html
# http://www.seancolombo.com/2010/07/28/how-to-make-and-use-a-custom-sass-function/
# http://sass-lang.com/docs/yardoc/Sass/Script/Literal.html
# math_sass.rb
require 'sass'

module Sass::Script::Functions
def sin(angle)
Sass::Script::Parser.parse(Math.sin(angle.value).to_s, 0, 0)
end
def cos(angle)
Sass::Script::Parser.parse(Math.cos(angle.value).to_s, 0, 0)
end
end


Include that with sass by running this (where 'stylesheets' is the directory containing your stylesheets):

sass --watch stylesheets:stylesheets -r math_sass.rb

Then you can use the sine and cosine functions no problem.

// css
.rotate {
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.154, M12=-0.988, M21=0.988, M22=0.154);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.154, M12=-0.988, M21=0.988, M22=0.154)";
zoom: 1;
}

// sass
@mixin rotate($degrees) {
-moz-transform: rotate($degrees);
-o-transform: rotate($degrees);
-webkit-transform: rotate($degrees);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=#{cos($degrees)}, M12=-#{sin($degrees)}, M21=#{sin($degrees)}, M22=#{cos($degrees)});
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=#{cos($degrees)}, M12=-#{sin($degrees)}, M21=#{sin($degrees)}, M22=#{cos($degrees)})";
zoom: 1;
}

.rotate {
@include rotate(-30deg);
}

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/qvbiw4HhaA8/12033

 
TCR Plus 1.1
Tuesday, 20 July 2010 07:00
About TCR Plus
The app will search track 1 of an exported FCP sequence XML for the first ‘TCR Plus’ filter, then will analyze it and create a basic filter. Now all clips will be parsed and the information requested by the filter will be retrieved, the basic filter will be applied to the clip and the needed information will be replaced by the info of the current clip. The saved XML has to be re-imported into FCP.

Read more: http://www.apple.com/downloads/macosx/finalcutstudio/tcrplus.html

 


Taxonomy by Zaragoza Online