0

2010-05-27

Wordpress turns 7 today!

That’s right, on the 27th of May, 2003 a bloke by the name of Matt filed a post over at wordpress.org announcing to the world that Wordpress was avaliable for download – version 0.70 to be exact (1.0 – Miles Davis was released on January 3, 2004).

Here are the snazzy features that come with the release

  • Texturize — So good it’ll make your quotes curl.
  • WordPress Links — A link manager with everything you’d expect, from Weblogs.com support to a handy bookmarklet. Manage as many blogrolls as you like, and have complete control over their display.
  • XHTML 1.1 — WordPress is complaint with XHTML standards up to 1.1, though by default it sends a 1.0 document type to avoid compatibility issues.
  • Highly Intelligent Line Breaks — Occasionally called “nl2br on steroids,” this brand new function adds line breaks except where there is already a block level tag or another line break.
  • New Administration Interface — We’ve made it as simple as possible, and no more. Everything has been restructured from the ground up in a fully compliant XHTML/CSS interface.
  • Manual Excerpts — This allows you to handcraft summaries of your posts to appear in your RSS feed and other places.
  • New Default Templates — Again we’ve streamlined theses with the latest in simple, easy-to-understand standard XHTML and CSS. And not a CSS hack in sight.
  • Plus numerous behind the scenes code cleanups, making this release faster and more stable than ever.

7 years on and version 3.0 just around the corner – I have build my profesional life on and around wordpress and  I can’t wait to see what the future holds. Thanks Matt and everyone directly and in-directly invovled at Automattic!

0

2010-05-26

Getting Wordpress Mu to work with Plesk on Linux


The instructions for getting Wordpress MU to play nice on a Linux server are for the most part very good, but they do miss 1 important step when configure a Wordpress MU (and soon to be Wordpress 3.0) site on a Linux/Plesk web server.

I’m assuming you’ve already configured the wildcard CNAME (*.yourdomain.com) record in your sites DNS settings.

Once you have done that, log into your server as root (either directly or sudo user) and navigate to /var/www/vhosts/yourdomain.com /conf (replace yourdomain.com). You will have to be root or a sudo user to access this folder.

Then we get out our trusty text editor

vi vhosts.conf

Now add the following to the empty document (if the document already exists, check to make sure that the below rule is not in their and then add to the end of the file)

ServerAlias *.yourdomain.com

Now all that needs to be done is

/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=yourdomain.com

There you have it. If you have correctly configured each and every other step outlined in the WordpressMu FAQ then you’ll be right as rain!.

0

2010-05-18

Fix Wordpress “Missed schedule” error on Media Temple (dv) / Plesk

So I was all happy about my move to Media Temple when I ran into an old foe : ‘Missed Schedule’.

Bastard. After looking around on what could be the cause of it, I can accorss the a post on the (mt) forums about my /etc/hosts file which looks like this :

127.0.0.1  yourdomain.com yourdomain localhost localhost.localdomain

To execute cron tasks, which is what runs the schedule system, Wordpress needs to post to the URL http://yourdomain.com/wp-cron.php?doing_gh_54si_a_20_cron. This isn’t usually a problem, but with the above hosts file and Plesk’s Apache configuration, that URL will actually result in a 404 error.

So the solution was to remove the domain from the host file as so:

127.0.0.1  localhost localhost.localdomain

Unfortunately, when you restart the VPS using Virtuozzo in Plesk, yourdomain.com and yourdomain will just be added back in. However, after some exhausting Google searching I found out that you can just move them down to the next line with the proper IP address:

127.0.0.1  localhost localhost.localdomain
xxx.xxx.xxx.xxx yourdomain.com yourdomain

If or/and when your server restarts, the second line in the file is not removed. Perfect!

Still love (mt)

0

2010-04-22

PIXELS by PATRICK JEAN.


PIXELS by PATRICK JEAN.
Uploaded by onemoreprod. – Watch original web videos.

New York invasion by 8-bits creatures !
PIXELS is Patrick Jean’ latest short film, shot on location in New York.

Written, directed by : Patrick Jean
Director of Photograhy : Matias Boucard
SFX by Patrick Jean and guests
Produced by One More Production

www.onemoreprod.com

Freak’n cool!

0

2010-04-08

Fix for IE7 & 8’s @font-face crunchy text issue

I hate IE.

I really really do.

I love @font-face only problem is the Microsoft’s ClearType seems not to leaving you with crunchy, jaggeder text that just looks like poo. After a little bit of googeling (sounds dirty doesn’t it) I’ve found a working solution. It’s use IE filters, so best to put the styles in between some IE conditional statements as to not break you beautiful standards compliant CSS.

Check it out : Smoother @font-face embedding in IE 7 & 8

 

 

 

site tags

 

meta