Archive for the 'Javascript' Category

Xcerion - Welcome to a world of cloud computing

Monday, December 10th, 2007

Not sure if what I clicked through told me not to tell anyone about anything, but I just got my beta invite to Xcerion.
Xcerion is yet another OS-in-a-browser, although they prefer to call it “Cloud Computing” or “XML Internet OS”. I assume they say XML since that is probably the data transfer layer, as well […]

Read full post...

Technical Link Dump

Wednesday, August 23rd, 2006

I’m running way behind on a pile of stuff, so have decided to do a quick linkdump of some things that I’ve been meaning to blog about for a while now.

I just listened to the latest pro-php newscast (I didn’t listen to the old ones, but love the new format). Haven’t listened in a while […]

Read full post...

CSS/HTML Code Monkey Needed

Monday, July 17th, 2006

Are you finding yourself sleeping too much at night? Are you making all of your deadlines and have time to spare? Are you spending a lot of time with your girlfriend but don’t have the cash to buy her that awesome Swarovski accessory. Do you do a lot of window shopping at thinkgeek? Are you […]

Read full post...

Getting Organized with Backpackit

Wednesday, April 26th, 2006

One of the things that I want to get going is a collaborative journalism platform. The system will have a couple of primary features.
Article Collaboration

You create a “Article Stub”
You add reference material
You collaborate on the article
You maintain a workflow (data gathering, writing, draft, published, revision1, revision2)

RSS Aggregator

You can add however many RSS feeds to the […]

Read full post...

JavaScript - Introduction to Forms

Thursday, November 3rd, 2005

JavaScript - Introduction to Forms
Why am I always wondering how to do this?

for (i=0;i

Read full post...

Javascript: setTimeout

Sunday, October 9th, 2005

setTimeout(’window.location=”http://www.slashdot.com/”‘, 5000);

Read full post...

Javascript Get or Set Checked Radio Value

Saturday, October 8th, 2005

Javascript Get or Set Checked Radio Value
had some problems with this… can never remember when js uses “Checked” and when it uses “Selected”.

Read full post...

Core JavaScript 1.5 Reference

Thursday, August 18th, 2005

Core JavaScript 1.5 Reference - Devmo
Where have you been all this time?

Read full post...

What’s with substr() in Internet Explorer’s javascript

Wednesday, June 15th, 2005

When I moved to PHP I just coded perl in PHP, now I’m doing a bit of javascript, and yup I just do PHP in Javascript.
Anyway, today this internet explorer “bug” bit me in the ass Harold’s Home | substr() bug in Internet Explorer’s javascript. Now according to MSDN that’s actually a feature, but it […]

Read full post...