- 2009
-
2008
- December
- November
- June
- May
- April
- March
- February
-
January
-
The irony of open source software
01/29/08
I've written a blog over at CMX and it is about open source donations :) check it out:
The irony of open source software -
Use Dreamweaver's built in features
01/28/08
Well, I've been very occupied with the constant drum of work, which is a good thing, but that leaves far less time for random coding I've been trying to include here. Well, today I have a cross over from the work to something I hope you'll find useful.
In Dreamweaver, they -
Slideshow with links, from Dynamic Images Extension for Dreamweaver
01/21/08
Well, this is a modification of the script output by the Dynamic Images Extensions, slideshow option.
First thing, download the extension and use it with the images you would like in your slideshow.
Next, follow these modifications:
Replace the init function in the sS obje -
mySQL to be aquired by SUN
01/16/08
I wrote a blog entry over on Community MX, check it out:
http://www.communitymx.com/blog/index.cfm?newsid=896 -
Expert Calendar manual modification
01/09/08
A request from the forum to limit the number of days from the current date a selection could be made was submitted. Expert Calendar doesn't natively support that, so I wrote this little mod - helpful to those with EC version 3, otherwise, not so helpful :)
function KW_sTD(f,n, -
JavaScript to detect if it is currently Daylight Savings Time
01/07/08
This code:
function isDST() {
var d=new Date();
var dY=d.getFullYear();
var d1=new Date(dY,0,1,0,0,0,0);
var d2=new Date(dY,6,1,0,0,0,0);
var d1a=new Date((d1.toUTCString()).replace(" GMT",""));
var d2a=new Date((d -
Stuck in Indianapolis airport
01/04/08
Our flight to return home is delayed - gotta love air travel... -
Happy New Year!
01/01/08
It is 2008 and we here at Kaosweaver (and by we I mean me...) want to wish everyone here a happy and healthy - and PROFITABLE - 2008!
-
The irony of open source software
- 2007

Calendar
