News for the ‘JavaScript’ Category

Using Tabs in Textareas

Somebody at bitprophet managed to figure out a nice way to let people use the tab key to actually insert tabs, as opposed to its usual behaviour, which goes through the different form elements.

bitprophet.org/code/javascript_tab.html

(more…)

Posted: May 5th, 2006
Categories: JavaScript
Tags:
Comments: No Comments.

In the Search for the Perfect PHP Calendar

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:
(more…)

Posted: March 10th, 2006
Categories: Database, JavaScript, PHP, Web, XMLHttp/Ajax
Tags:
Comments: 1 Comment.

Gzipping your CSS and JavaScript using PHP

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

Posted: March 10th, 2006
Categories: CSS, JavaScript, PHP, Web
Tags:
Comments: 1 Comment.