Category Archives: Web

all things stateless, graceless: The tangled weave we have spun.

IE 6 Death Watch gets a Funeral Service and at least a few more Nails in it’s coffin

Part 2.
Six Months ago I declared One Year to Go on the IE 6 Deathwatch
In the beginning of this year it was disclosed that Google (as well as and 20+ other companies) had been the victim of Chinese cyber attack, attackers called the operation “Aurora” . Microsoft had admitted that Explorer was used [...]

Also posted in Code | Leave a comment

different behavior for Prototype JavaScript childElements() in FF and IE

Or now to lose the rest of one’s limited hair    …. I’ve come across a “doesn’t work as expect” issue while working in Prototype 1.6.0.2 JavaScript framework (”Easy Ajax and DOM manipulation for dynamic web applications” for sure!)
1$(’someIdName’).parentNode.childElements()
works fine in FireFox (v3) but not in Internet Explorer ( v6), in particular it seems [...]

Also posted in Ajax, Code, JavaScript | 1 Comment

a GreaseMonkey script for Follow Rank and Follows in Common for Twitter User Profiles

I’ve released a GreaseMonkey script Follow Rank and Follows in Common for Twitter User Profiles which you can use to display the Follows in Common and the Follow Rank for a given users profile page and discover how important they are in your Twitter Social Network.
Similar in aim to FaceBooks “friends in common”, adjusted [...]

Also posted in GreaseMonkey, JavaScript, Social Networking | 1 Comment

Using GreaseMonkey’s persistent data functions as a aged Cache, revised.

In eating my own dog food I have revised, corrected, improved and fixed the code I posted last week. The biggest changes are related to ensuring that all that cached data does not just accumulate and never gets cleared away.
Values set using the “GM_setValue” function are saved in the Firefox preferences back end and [...]

Also posted in Ajax, Code, GreaseMonkey, JavaScript | Leave a comment

Use GreaseMonkey’s persistent data functions as a aged Cache.

GreaseMonkey (Don’t know that GreaseMonkey is the greatest thing since slice bread? See Greasemonkey) has two persistent data function’s, GM_setValue and GM_getValue, which let you set and get values. See Mark Pilgrams excellent Dive Into Greasemonkey : Storing and retrieving persistent data for more details. (even better, go to GreaseSpot and it’s api [...]

Also posted in Code, GreaseMonkey, JavaScript | Leave a comment

JavaScript Function to get the Intersect of 2 Arrays

In mathematics, the intersection (denoted as ∩) of two sets A and B is the set that contains all elements of A that also belong to B.
I needed the javascript array equivalent, so that given an array A = ["a","b","c", "d"] and B = ["b", "d", "e"], getIntersect(A, B) = ["b", "d"]
123456789101112function getIntersect(arr1, arr2) [...]

Also posted in Code, JavaScript | 1 Comment

FireFox extensions that make a web developers life easier.

This is why FireFox rocks! (the only downside is one can never stop at one) Starting with the Basic must have extensions. These are the first ones for me to install on new machines, and evangelize to clients.

Firebug: a wealth of development tools at your fingertips while you browse. You can edit, [...]

Also posted in Code | Leave a comment

One Year to Go on the IE 6 Deathwatch.

Microsoft Internet Explorer 6.0 was released on August 27, 2001,

It’s reach end Life: IE 6 is being end life’d (no longer supported or service patched) on 13 July 2010 or approximately 24 months after the last service pack which was Internet Explorer 6 on Windows XP Professional Service Pack 3 in June 2008, and generally [...]

Posted in Web | 3 Comments

10 UI Design Patterns You Should Be Paying Attention To

via smashingmagazine we have 10 UI Design Patterns You Should Be Paying Attention To, and they are

Lazy Registration;
Progressive Disclosure;
Forgiving Format;
Clear Primary Actions;
Breadcrumbs;
Account Registration;
Required Field Marker;
Steps Left;
Subscription plans;
Hover Controls;

Every web designer and [...]

Also posted in Code, JavaScript, css | Tagged , , , | Leave a comment

Set xsd style dates with zulu time zone in java

I need to set some XML Schema Date/Time Datatypes (also called xsd date) values for Created (being now) and Expired (one month from now) so that the result might look something like a dateTime in UTC (also known as GMT, but also being a 24 hour clock format) time by adding a “Z” (for Zulu?) [...]

Also posted in Java, Web Services, XML & RSS | Tagged | Leave a comment
  • Follow

  • Archives (since 2003)

  • Categories

  • Recent Posts

  • Twitter Updates

  • del.icio.us links

  • Flickr

    Runnymede Healthcare Centre Demolition : The EndRunnymede Healthcare Centre Demolition : The EndRunnymede Healthcare Centre Demolition : The EndRunnymede Healthcare Centre Demolition
  •  

    March 2010
    M T W T F S S
    « Feb    
    1234567
    891011121314
    15161718192021
    22232425262728
    293031  
  • Spam Blocked