Archive for the 'Web' category

Emil’s Client-Side Charting (SVG/VML)

Monday, April 17th, 2006

Emil’s work on his Chart client-side component is really coming along, as usual he is doing an amazing job, and it now supports Internet Explorer through using the ExplorerCanvas.
Could you believe IE won’t support SVG? It’s amazing to hear these speculations. But anyways, Emil’s chart script supports SVG, Canvas, and the VML for IE. So […]

Web, JavaScript, Mozilla, Internet Explorer, Freebies | No comments

Two Simpler and Nicer PHP/MySQL Forums

Saturday, April 1st, 2006

I came across two very nice, easy and simple to install and manage Forum scripts based for PHP/MySQL:
Vanilla
PunBB
Here is a nice example of customizing PunBB at the Mint forums:
http://www.haveamint.com/forum/

Web, Software, Freebies, MySQL | 3 comments

Handy document.createElement wrapper

Saturday, April 1st, 2006

Looks like a very handy function that will ease the process of creating recursive multiple elements within JavaScript, have a look:
http://www.arantius.com/article/dollar-e
Example usage:

var element=$E({
tag:’div’,
className:’toolGroup’,
id:’toolGroup_1′,
children:{
tag:’div’,
className:’roundBarTop’,
[…]

Web, JavaScript, Freebies, XMLHttp/Ajax | No comments

Live PageRank

Saturday, April 1st, 2006

This is a cool tool that shows your Live PageRank for any page, fetching results from 73 unique data sources.
http://livepr.raketforskning.com/
Interesting:

For reasons yet unknown (although we have our suspicion…), Google is currently returning the Live PageRank value of zero (0) for any and all pages. This kind of breaks this tool in the way that it […]

Web, Google, SEO | 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

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

moo.fx v1.2 Is Out!

Friday, February 10th, 2006

I really like moo.fx, and have used it already in one of my recent projects, BuyPropertyInIsrael.com. The first thing I like about moo.fx, is the fact that it was developed by a non-American. What does that have to do with anything? I’m really being an ass now, by don’t you think Americans are imitators, in […]

Web, JavaScript, Freebies | No comments

Slick XMLHttp News Ticker

Friday, February 10th, 2006

Found a really cool news ticker on DynamicDrive:
Advanced RSS Ticker (Ajax invocation)
Wondering which browsers it supports though. Anyone know any cross-browser details on this script?

Here are some features of Advanced RSS Ticker (Ajax invocation):

Displays any RSS feed on the web in a ticker fashion. Specify exactly what components of the feed items to display, such […]

Web, JavaScript, PHP, Freebies, XMLHttp/Ajax | No comments

Interesting Article about Date Arithmetic With MySQL

Tuesday, January 17th, 2006

Found a great article at DevShed on “Date Arithmetic With MySQL“. The last few days we’ve been kind of puzzled about how to store and actually utilize dates, throwing them back and forth from PHP to MySQL. There seems to be a lack of documentation about MySQL date functions, I bet alot of people are […]

Web, PHP, Database, MySQL | No comments

You are currently browsing the archives for the Web category.

Meta