Archive for August, 2004

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...]

An Overview of the Weblog Tools Market

1
response

An easily readable article on weblog programs, and I’ll be interested to see comments on the methodology of the statistics production. http://www.elise.com/web/a/an_overview_of_the_weblog_tools_market.php

[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...]

sija.net >> random-image

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

sija.net >> random-image: Modified random image script originally seen on Photomatt.net. This modification allow greyscale mode and the possibility of specifying a folder that contains images.

[Continue Reading...]

.htAccess Generater

No
responses
by
on
August 3rd, 2004
in
Code, Cool Scripts, LinkyLoo

htAccess Generator: Generate your .htaccess files for apache through this tool. It explains all the little items that you can enable and disable. This could be useful to novices and experts alike.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php