Cult-Foo

50 free icons

50 free icons

Set of 50 icons at .PNG format for public usage.

Effective Css for Novice and Advanced

css novice Effective Css for Novice and Advanced
Today we will learn some useful tricks to write css styles.

Short Properties
Short properties used to combine several properties in one declaration. It can really decrease size of your css code.

Colors
If color value has three pairs of equal symbols, you can write it using three symbols

#ff00bb  -> #f0b
#ffffff  -> #fff

27 free icons

27 free icons

Set of 27 icons at .PNG format for public usage.

Mootools 1.2 cheat sheet

Fond of MooTools ? Not so long ago mootools team published Mootools 1.2. It contains a lot of new features and some changes in API. To make your life a bit easier, i recommend you to use mootools cheat sheet
moo-cheatsheet

It includes documentation for Core, Native, Class, Element, Utilities and Request.

Thanks for sharing, Maik Vlcek

JavaScript Compression

If you developing rich web applications, you start to think how to compress JavaScript to keep bandwidth and page load times as small as possible. I found 5 different tools to compress javascript files, which can be run using cron, or run on some event to automate work on production-server.

1. JSMin. Commonly used compressor, based on simple rules, ported on many languages, including JavaScript

2. JavaScript::Minifier. Separate perl module, compression ratio equal to JSMin

3.Dojo ShrinkSafe aka Rhino. JavaScript compressor that parses the JavaScript using the rhino library, included in Dojo. Run as jar-module.

4. Dean Edwards Packer. Well-known tools from far-famed Dean Edwards. Ported on some languages, including PHP4/5.

5. YUI. JavaScript minifier designed to be 100% safe and yield a high compression ratio. Run as jar-module.

From my own experience i can tell
– no sense to compress files less 1 kb
– packer shows best results ( just my own opinion )
– always check you functionality of your compressed files. You can try to verify your code with JSLint
– remember that you can gzip compressed files to get smaller file

Good article about gzipping js

View All FreshFoo posts
  • Browser Testing

    28/05/2010

    This article highlights the most common issues that arise when testing with “the usual suspects” and explains why a change in tactics may soon be needed. Your entire perspective on compatibility testing could change.

  • All about @font-face

    14/05/2010

    There are some different ways to use custom fonts in your website. The @font-face is one of the ways.

  • jQuery Optimization Tips

    01/05/2010

    Performance optimization is an important aspect of any type of coding project, including those that use jQuery. 8 tips that will help you ensure that your jQuery projects stay optimized.

  • Wordpress Hacks And Customizations

    21/04/2010

    If you are looking to add new design features and functionality to your Wordpress blog, odds are there is probably someone who has already done it and shared the code on how to do it.

  • Open Standard Media Player

    19/04/2010

    With the onset of HTML5, there is a dramatic paradigm shift in the wake for online media content delivery. This media player is much different than any other media player on the market.

  • Replace Flash with jQuery

    06/04/2010

    Flash been around for sometime. While some web designer loves to work with flash the other despise the usage of flash on webpage. In this post we are lobbying to increase the use jQuery on websites.

  • Ambilight for the <video> tag

    10/03/2010

    Some high-end Philips TV sets have a cool feature, Ambilight. Basically, it is LED lighting that changes its color dynamically, depending on the television picture’s color. It is such a pleasure to watch movies on an Ambilight-enabled TV! There are some implementations of such lighting in Adobe Flash.

  • CSS Monsters

    09/03/2010

    CSS3 is hot topic for sure. Everyone making boring examples such as clocks, cubes, matrix etc. Here’s a fun little example that shows the infinite possibilities of CSS 3 – “CSS Monsters”.

  • The HTML5 Flash Marriage: Geolocation

    08/03/2010

    HTML5 is going to get a geolocation API that works just beautifully even on devices with no GPS. Flash based applications will (currently) only get access to geolocation APIs when targeting the AIR runtime on mobile.

View All WebNewsWebNews RSS