Monthly Archives: May 2008

JavaScript Firefox workaround

Because of a security reason (thanks, Asa), Firefox does not like script elements in the style: <script type=”text/javascript” src=”jquery-1.2.3.js” /> <script type=”text/javascript” src=”jquery.cookie.js” /> Safari handles this correctly, however Firefox seems to only load the first one and ignores the … Continue reading

Posted in General | 1 Comment

WP-OpenID Woes

I’m trying to add my OpenID to my WP-OpenID plugin for my WordPress blog. However, when I try to add my OpenID, I get the following error: Error: OpenID assertion failed: return_to does not match return URL. Expected http://pixelcort.com/wp-admin/users.php?action=verify_identity&page=openid, got … Continue reading

Posted in General | Leave a comment

Definitions of Web 1.0, 2.0, and 3.0

I read a comment on an article explaining Web 1.0, 2.0, and 3.0 that I found really summarizes the whole thing: Web 1: static [Read] web 2: dynamic [Read/Write] web 3: programmable[Read/Write/Execute] I believe this is a great simplified way … Continue reading

Posted in General | Leave a comment