Archive for March, 2006

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

In the Search for the Perfect PHP Calendar

Friday, March 10th, 2006

I’m looking for something that will treat each user with its own calendar. It’ll be nice finding something that has a system like that, built-in already. Well, I’ll decide on something in a month or so.
Here are a couple of open-source PHP calendar projects worth to metion:

Monket Calendar | (+AJAX -Internet Explorer support is still […]

Web, JavaScript, PHP, Database, XMLHttp/Ajax | 1 comment

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

You are currently browsing the iRafi.com weblog archives for March, 2006.

Meta