Author Archive

DropCash

No
responses
by
on
August 18th, 2004
in
Cool Scripts, LinkyLoo

DropCash: Use Dropcash, a Typekey service(need registration) to be able to organize, promote and collect funds for a fundraiser over the web. Via: Bradbury

[Continue Reading...]

BloggerCon: BloggerCon III Invitation

1
response
by
on
August 17th, 2004
in
LinkyLoo

BloggerCon: BloggerCon III Invitation: I SO want to go!! I am going to try and make it this year. Anyone else planning to be there?

[Continue Reading...]

Karmakars.com: Hacking MovableType – Just my type

No
responses
by
on
August 17th, 2004
in
Blogging News, LinkyLoo

Karmakars.com: Hacking MovableType: the definitive guide (hard copy, book) to hacking, breaking, plugging and fixing MT: Buy it now from Amazon.com This should be something I would find interesting. Hmmmm…that gives me an idea!!

[Continue Reading...]

WordPress-Pg – A PostgreSQL port of WordPress

No
responses
by
on
August 17th, 2004
in
Blogging News, CMS, LinkyLoo

WordPress-Pg – A PostgreSQL port of WordPress: “Sloppily” ported PostgreSQL implementation of WordPress 1.2 Mingus. Interesting direction of development.

[Continue Reading...]

Weblogtoolscollection.com Graphics Competition

7
responses
by
on
August 17th, 2004
in
General

As a follow up for the recent restructuring and redesigning of the blog and my inability to recognize and assign colors aesthetically, I am announcing a competition to create a couple of graphic items for this blog. The graphics have to work with the present color schema and the size limitations mentioned below. No moving graphics please (no flash either). Here is what is expected (all three are required to win, they could be resized items of just one graphic): A favicon.ico A (800-1000) x (50-100) header image (width x height) with the name of the blog A 140 x 50 (width x height) small icon for distribution Here are the rules and prizes: All submissions are done through this blog and as comments on this post, if you cannot host the images, send me an email with your graphics and I will add the links and the file I […]

[Continue Reading...]

Added a News Section

4
responses
by
on
August 16th, 2004
in
General

I added a modified version of Feed on Feeds which, for now, just tracks a few of my favourites. This section will need some more work, just a plug for now. PS: the news section can be accessed through the tab on top, right below the blog name header.

[Continue Reading...]

Two Ells >> Amazon Wishlist Updated

No
responses
by
on
August 16th, 2004
in
LinkyLoo, WordPress Hack

Two Ells >> Amazon Wishlist Updated: Missed this plugin. Provide your Amazon Wishlist ID and this Plugin for WordPress will spit out a random item from the WishList.

[Continue Reading...]

Eric’s Archived Thoughts: XFN 1.1 Released

No
responses
by
on
August 16th, 2004
in
LinkyLoo, Web Design

Eric’s Archived Thoughts: XFN 1.1 Released: Eric Meyer’s release for the new version of XFN. Look forward to more information and further implementation of this soon.

[Continue Reading...]

Validate forms XHTML 1.0 Strict

17
responses
by
on
August 16th, 2004
in
Code, XHTML 1.0, XHTML 1.1, XHTML Tips

I ran into some trouble with the forms validation because I was using a javascript:document.formname.submit() which would require a name for the form. As it turns out, form name is deprecated in XHTML 1.0 Strict and XHTML 1.1. In other words <form name=”blah” … > is not valid in XHTML 1.0 Strict and XHTML 1.1. To get around this issue, I used <form id=”blah” … > and in my link I used javascript:document.forms[‘blah’].submit(); which validates correctly. Also, to get around the carriage return problem in input tags of forms (for input tags to validate correctly in XHTML 1.0 Strict and XHTML 1.1, they have to surrounded by <p> or h1 etc. ) I surrounded my inputs by (gasp) fieldsets and then hid it by styling the fieldset so I could get them all in one line. Im sure a lot of people know about these already, but this is for […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php