Archive for the 'CSS' category

Very cool cross-browser CSS photo gallery

Saturday, April 1st, 2006

No JavaScript, just CSS, and it validates according to the author. Amazing to see what CSS grew up into. Check it out:
http://www.cssplay.co.uk/menu/lightbox.html
Could be integrated maybe with Lightbox? Good idea I think. Specialy when the new version 2.0 is out!
Lightbox 2

CSS | No comments

Behaviour - Clean up your HTML code!

Saturday, April 1st, 2006

The missing link in your ajax apps. This is what the writer of this scripts says, and it seems like it’s one cool tool. Check it out, it will help you associate events with elements based on CSS and no chunky javascript in the middle of your HTML:
http://bennolan.com/behaviour/

Example of usage:

<ul id=”example”>
<li>
<a href=”/someurl”>Click me to delete […]

JavaScript, CSS, XMLHttp/Ajax | No comments

Lazy Sunday Afternoon Links

Sunday, March 12th, 2006

What da heck are you doing here?.. Go work or something…

WordPress Research

Counterize - WordPress statistics plugin (Hebrew translation available)
BAStats Statistics for Wordpress 1.5 - Add a tab to your dashboard in Wordpress with useful visitor statistics.
Word Statistics Plugin 1.0 for WordPress
Hebrew Wordpress - A done-deal package that includes Wordpress 2.0.1 totally in Hebrew.
How to Hebrew’ize […]

Web, PHP, Freebies, CSS, Wordpress | 2 comments

Gzipping your CSS and JavaScript using PHP

Friday, March 10th, 2006

You save your bandwith and speed up your site by gzipping your javascript code library and even your CSS, yes!

Basically if you slap this header on top of your CSS or JS file, it will be sent gzipped to the browser:
<?php
ob_start (”ob_gzhandler”);
header(”Content-type: text/javascript; charset: UTF-8″);
[…]

Web, JavaScript, PHP, CSS | 1 comment

Sanscons Icons: CSS-based coloring and framing

Friday, February 10th, 2006

Thanks to somerandomdude I’ve added another free icon pack to my collection. Who has $150-$300 for an icon pack? Really.. I’m not complaining about the prices I guess, I’m complaining about being broke and the need for more discounts. Anyways, I was really happy to see this freebie, it’s a great CSS trick to […]

Freebies, CSS, Icons | No comments

IE6/Win ‘background-image’ Flicker Problem

Saturday, January 7th, 2006

IE6/Win has a specific problem with “image flickering”, observe please:

In Internet Explorer, click on “Tools”, then “Internet Options”.
In the new dialog, click on “Settings” under the “Temporary Internet files” tab.
In the next new dialog, if “Automatically” is set, which I believe IS the default, then IE will try to be smart, and handle its caching. […]

Internet Explorer, CSS, Fixes | No comments

You are currently browsing the archives for the CSS category.

Meta