Archive for 2004

WordPress PhotoBlog New Version

14
responses

There is a new version of Pictorialis out which fixes a couple of issues that were brought up with the Beta and you can download it from http://weblogtoolscollection.com/b2-img/pictorialis.zip Fixes for this version include: – Built in EXIF support which does not need pre-compiled EXIF in PHP – There is a selection mechanism for versions of GD which makes sure you always get the best possible thumbnails and pictures conversion. – This also has some file upload fixes which makes sure that the uploaded files do not get erased before the script gets a chance to grab the files. – The installation process has also been better defined with some fixes for the installation troubles reported from the previous version. As in the pervious version, this new version has the following features: – XHTML compliant code – Simple once click addition of photos, auto thumbnail and resizing – Extraction of EXIF […]

[Continue Reading...]

To RSS or not to RSS, that is the question

6
responses
by
on
April 14th, 2004
in
Web Design, Web Ethics

I have long pondered this question and have come to some conclusions on my own. RSS is powerful and very light on bandwidth usage. Aggregation is very effective, simple to use and can be used to gather tons of information with very little processing power and bandwidth. However, there are some weaknesses of RSS which come to mind. RSS is a text based protocol and the design of the site, the aesthetics and the overall experience is muted. Visiting this site and browsing the various features and comments (etc.) cannot be replaced by an RSS feed. I personally use RSS to see if there is any new and relevant information on a blog or site that I frequent and then I visit the site to check it out for myself. So RSS, for me is more about prospecting than it is about aggregating. Many of the newer mutlimedia blogs are […]

[Continue Reading...]

This is me

3
responses
by
on
April 13th, 2004
in
General

Mark suggested I introduce myself …… Self taught in all things html / css, I know nothing about php (yet), using WordPress since early January (before that tried Blogger / MT / Nucleus and more – didn’t like them) prior to that I hand coded, love playing with code and breaking it because then I can see better how it works, and am nearly always to be found in front of my computer. Other interests include bodyart (27 piercings, 3 tattoos, 2 implants), console gaming, I wrote and maintain www.abody.co.uk (a bodyart studio site), I run the interviews and statistics part of www.ukbodyart.org and I’ve not long bought Diablo 2. My site is www.tamba2.org.uk There’s probably more, but I won’t bore you any more 🙂

[Continue Reading...]

Customise the WordPress Comments Page

3
responses

Change the font, font size, add borders / images / background colours to the comments themselves or just the page background. Font Changes In wp-layout.css, add this; ol#commentlist p { font-family: Tahoma; font-size: 100%; } This is the font that the comments will be displayed in. Change to suit your site. Add Borders ol#commentlist li { border-left: solid 1px #ff0000; border-right: solid 1px #ff0000; border-top: solid 1px #ff0000; border-bottom: solid 1px #ff0000; margin: 10px; } This will add a border around each post, and separate the posts by a margin of 10 pixels. The colour there is red, so alter as you will, and for those borders that you do not want, just remove the line required. You could always have a dotted line instead of solid too. Comment Image Add this line to the above code: background-image: url(‘image.gif’); This will place an image behind the comment entry. You can […]

[Continue Reading...]

Nick Bradbury

No
responses
by
on
April 12th, 2004
in
General

The creator and author of TopStyle, the tool kit for creating standards-compliant sites through valid CSS and XHTML, as well as FeedDemon, which is a highly-rated RSS aggregator, is in the middle of a personal challenge right now. He is undergoing some spinal surgery to rectify some chronic pain he has been having. You can send him a Get Well Soon wish on his blog and encourage him to rest, relax, and heal up properly! You can find out more about Nick’s software by visiting his site. I personally have been using TopStyle Pro for a couple years now, and I find it to be an indispensible tool in helping me with my WordPress sites. I was also a beta tester for FeedDemon, as well. Best wishes to Nick and his family.

[Continue Reading...]

Image alignment & Drop shadows

9
responses
by
on
April 12th, 2004
in
Weblog Add-Ons, WordPress Hack

Mark posted a while back (link) a quicktags improvement that included the ability to have drop shadows around your image. Visit that link to get the code and follow the instructions for adapting your current setup. I’ve adapted it so that the image can now be left or right aligned with text wrapping, and I’m assuming that you have added the CSS from that link to your ‘wp-layout.css’. Add the following to your wp-layout.css; .img-shadow1 { clear: both; float:right; background: url(images/shadowAlpha.png) no-repeat bottom right !important; background: url(images/shadow.gif) no-repeat bottom right; margin: 20px 0 0 17px !important; margin: 20px 0 0 8px; } .img-shadow1 img { display: block; position: relative; background-color: #fff; border: 1px solid #a9a9a9; margin: -6px 6px 6px -6px; padding: 4px; } div.clearer { clear: left; line-height: 0; height: 0; } The instruction <div class=”img-shadow”> will produce a left aligned image. The instruction <div class=”img-shadow1″> will produce a right […]

[Continue Reading...]

Referrer Spam Removal

1
response
by
on
April 12th, 2004
in
Code, Cool Scripts, Weblog Add-Ons

We have all been the victim of referrer spam in one way or the other and I have often wanted to show people the easy way to prevent this kind of prarsite from sucking our bandwidth (and getting in on the search engine action) SpywareInfo has a good article on referrer spam and also have some easy solutions to block out referrer spammers.

[Continue Reading...]

Why Standards?

No
responses
by
on
April 11th, 2004
in
Web Design

Seems a lot of people these days like to debate on the relative value of building a site to a particular standard. Anybody familiar with WordPress will know that its foundation is semantically-correct code, built to XHTML standards and with valid CSS as well. I’ve been in the middle of a few of those forum threads myself, being somewhat of a standards-evangelist. There are lots and lots of people out there who are FAR more knowledgeable than I about web design and web standards. However, my point is this–if I get it, then why don’t more people get it too? I will not bore you with platitudes of reasons to build a site to a standard, and by site, I mean from the most simple web log to the most complex portal or e-commerce site. Instead, I invite you to pay a visit to MACCAWS.org— “Making A Commercial Case for […]

[Continue Reading...]

WordPress Photolog

3
responses

I have been working on a Photolog which uses WordPress and would really like to know what people think of it. The features of this Photolog include: – XHTML compliant code – Simple once click addition of photos, auto thumbnail and resizing – Extraction of EXIF information from original photo and saved as meta – Easy installation, as easy as installing WordPress – Simple, clean design and look – Simple navigation I still have some more work to get the archives and the paged navigation work correctly, but here is Pictorialis – My new Photolog. Here is a beta version. This might have some errors so please be careful with existing databases. Post errors/suggestions on here. Thanks. http://weblogtoolscollection.com/b2-img/pictorialis.zip [EDIT] New Pictorialis Project Page. Please Bookmark.

[Continue Reading...]



Obviously Powered by WordPress. © 2003-2013

css.php