Written by Kevin Muldoon from System0 on March 14, 2007

Text editors are a web developers best friend :)

I know there are hundreds out there but my personal favourite is Textpad. Its easy to use, has loads of features and best of all is free!

Features 

Huge files can be edited, up to the limits of virtual memory. See Specifications for the actual limits.
Supports Universal Naming Convention (UNC) style names, and long file names with spaces.
CUA compliant keyboard commands.
English, French, German, Italian, Polish, Portuguese and Spanish user interfaces.
A spelling checker with dictionaries in 10 languages.
Multiple files can be simultaneously edited, with up to 2 views per file.
Warm Start feature lets you restart exactly where…

Written by Kevin Muldoon from System0 on March 13, 2007

Creating an links page is very easy in wordpress and displays all your links in one directory.

You use the same method as you would to create an archive page in wordpress.

The wordpress default theme already has a links template but if your theme does not then all you have to do is copy your page template to a file called links.php and upload it to your theme directory making sure that the file has

/*

Template Name: Links

*/

at the top of the template and the following code for the content :


<h2>Links:</h2>
<ul>
<?php get_links_list();…

Filed Under WordPress / 2 Comments
Written by Kevin Muldoon from System0 on March 13, 2007

You will see that ive added an archives page to bloggingtips. It shows Archives by Month and Archives by Subject. Wordpress is already setup to show old posts via the category archive on the sidebar etc but it’s good to have an archives page in addition to that.

In this post ill show you how to add an archives page to your wordpress powered blog

It’s incredibly easy to add an archives page in wordpress 2 onwards. All you need to do is create a blank page (eg write, write page via…

Filed Under WordPress / 1 Comment
Written by Kevin Muldoon from System0 on March 12, 2007

Hi everyone,

I’ve recently became a blogging maniac. I will be doing my best to help out new and existing bloggers with tips, guides and resources so if there is anything you want covered please let me know and ill do my best to help.

thanks,

kevin

Filed Under Site News / 1 Comment