Author Archive

Validate XHTML before you post

10
responses

Following up on an old article form Jesse Ruderman I wanted to have a way from within WordPress to validate XHTML through the Quicktags buttons. I rewrote the “Bloggidate” set of hacks to work from within WordPress. So this will let you validate the content of your post before you actually post it to the blog to ensure things do not ever break in terms of validation. Just type in the post and click on validate from the quicktags. The installation is relatively simple and I have included functions for both XHTML 1.0 Transitional and XHTML 1.0 Strict. You can download the instructions from here: http://weblogtoolscollection.com/b2-img/validatexhtml.txt PS: Tested and working in both FF and IE Again, much of the code comes from Jesse Ruderman, so thanks go out to him.

[Continue Reading...]

[daily dose of imagery] [f] bicycle and bricks

1
response
by
on
August 9th, 2004
in
LinkyLoo, Photolog Script

[daily dose of imagery] bicycle and bricks: Incredible flash magnifier. I wonder if I can code this as an auto generated flash in Pictorialis as an added option. Though the flash can get mixed reactions, this could be useful on some photographs, especially with an option to turn it on or off. I wonder how I missed it all this time?

[Continue Reading...]

lab.artlung.com

1
response
by
on
August 9th, 2004
in
Code, Cool Scripts, LinkyLoo

lab.artlung.com: Relatively large collection of scripts and web programming resources. Check out PHP .rtf creator and the slideshow implementation.

[Continue Reading...]

WordPress Support %u203A WP-Wiki 1.0 released

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

WP-Wiki 1.0 released: Automatic linking of words for your WordPress posts. The author calls it “CamelCase Linking”.

[Continue Reading...]

The perfect weblog system

No
responses
by
on
August 7th, 2004
in
LinkyLoo, Web Design, XHTML Tips

The perfect weblog system: A well thought out list of requirements for the “Perfect weblog”. Though I personally do not agree with everything on the list, this is worth watching. Find some more “Ultimate Weblog” definitions at actsofvolition.com/archives/2003/may/theultimate

[Continue Reading...]

Chocolate and Vodka :: A week of audioblogging

No
responses
by
on
August 7th, 2004
in
LinkyLoo

Chocolate and Vodka :: A week of audioblogging: Suw Charman has decided to ONLY audioblog for a whole week. I know that I am personally a lot more conscious of my voice and a lot more inhibited, but this fact finding mission of hers might help others as well, in making their own blogging better. This also has a link to audioblog.com to setup your own account. Look for an audioblog script from SprintPCS phones soon.

[Continue Reading...]

scriptygoddess

1
response
by
on
August 6th, 2004
in
LinkyLoo, WordPress Hack

scriptygoddess >> Auto Post Paginate: EDIT: The purpose of the plugin is to paginate a page with many posts on it – (not paginate a single post). (for example: a search results page, or an archive page(like month or YEAR!), which could have many many posts on one page…) I personally tend to stay away from drawing away from the content of the post by adding too many clicks to get to the content.

[Continue Reading...]

Firefox – Switch

No
responses
by
on
August 6th, 2004
in
LinkyLoo

Firefox – Switch: A switcher site for FireFox. This site needs more exposure.

[Continue Reading...]

404 Search function for WordPress

25
responses
by
on
August 5th, 2004
in
General

This is a modification of the 404 function found at NSLog. This is tweaked such that if a page is not found on your WordPress blog, the part of the URI beyond the domain name is stripped off and fed into the WordPress search function. If only one post if found, that post is directly loaded. Otherwise the whole list of posts is loaded and displayed. Installation is really simple. Just copy the code below and paste it into a file called 404.php. Then open up the .htaccess in the root of your blog and add the following on a new line: ErrorDocument 404 /404.php /*Code for 404.php*/ <? $search_term = substr($_SERVER[‘REQUEST_URI’],1); $search_term = urldecode(stripslashes($search_term)); $search_url = ‘http://weblogtoolscollection.com/index.php?s=’; $full_search_url = $search_url . $search_term; $full_search_url = preg_replace(‘/ /’, ‘%20′, $full_search_url); $full_page = implode(“”, file($full_search_url)); print_r($full_page); die(); ?> EDIT: Replace the ‘http://weblogtoolscollection.com/index.php?s=’ with your blog name to get the right search results. […]

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php