Voxengo.com

Guitar Tuition in Bolton

advice amp articles audio chords compression compressor distortion download drums effect effects eq fender Free free audio plugin free vst plugin free vst plugins Freeware FX guitar help home recording instrument lessons Mastering Midi Mixing mp3 Music Music Quotes music quotes notes piano plugin plugins reaper Recording reverb setup Software sonar synth synthesizer tab tips voxengo vst vsti xp

Search
Categories

Archive for the ‘Wordpress’ Category

Using remote publishing in wordpress using Ubuntu

Off the topic of music but in keeping with this website I’ve recently started to use Ubuntu studio more and more.

To be honest I’ve not always been a fan of Linux due to it’s difficulty in setting up.

That opinion changed though.

A few months ago I acquired a tired old laptop, XP had clogged up it’s arteries and it was pretty much in it’s final death throes.

In an attempt to revive it I decided that Linux, Ubuntu Studio* in this case may be the way to go.

1. It possibly saves a tired old laptop from the junk yard.

2. It gives me the chance to mess around with Linux’s open source music software.

3. I finally get to scratch the monkey that Linux has been.

In fact this very article is in itself testiment to Ubuntu Studio and Linux’s open source software being that it is written using ‘Drivel’ a software program designed to conect to blogging software to write and publish posts/articles.

Let’s see if it works…

Well it would seem that it works and very nicely as well, although images would have to be uploaded seperately which is a pain but hey small details really.

Now if you’re reading this wondering what’s the point in all this the here it is.

I’m always going to be tied to XP, I refuse to entertain Vista but XP fit’s all my software.

I’d love to change over to Ubuntu Studio but I can’t because of my UAD and Powercore cards.

Linux is great and support for older hardware and most new hardware but the above cards have a protection dooby that only works within Windows or Mac based OS’s.

Also some of the software that I’m tied to make the choice harder still. Dreamweaver and my music software being the main points of contention.

But the positives are this, internet connection once you’re wireless card is set up, is excellent.

Start up from scratch is faster than my newer laptops running XP and Vista.

Internet connection seems faster for some reason also.

I also found in the 3rd party freeware an email software that equals Outlook and Office based software that equals Microsoft Office even being able to open and save Office documents.

My advice is this, if you intend to try out Linux then use an old computer, please don’t try and install it on your main computer. I’ve done this before and lost everything.

Groovy.

* I installed unbuntu studio due to my interest in it’s music software, I’ve used some of the programs without getting really into them. I do know that the Behringer UCA202 USB audio interface works very well. I intend to increase my interest in that side in things in the future months.

Google Chrome – Missed It – Firefox dead???

Is firefox doomed?

Bit dramatic but as much as I love the browser it has given me a few headaches recently.

—-> A convoluted shaggy dog story

Couple of days ago I was trying to add a picture to a post using the ‘add an image’ popup in wordpress.

Each time I pressed the button firefox crashed.

After a bit of investigation on the interweb I found out this has something to do with ‘gears’ – had to disable it to fix the problem –>

-o->

gears disable = Tools – Add Ons – disable.

-0->

After I did this wordpress worked again but the buttons and history went pear shaped.

Back and home buttons stopped working and the address bar didn’t update asĀ  I browsed.

This gave me an excuse so I downloaded Google Chrome and by god it’s cool.

Loading times of website seem to get faster – and it worked well with wordpress – that said it will take some getting use to…

-o->Update<-o-

As I wrote this late last night I decided to save as a draft and wait til morning to finish.

After disabling ‘gears’ in firefox and restarting pc everthing seems fine now. WordPress works and the buttons and address bar work perfectly.

I like firefox a whole lot and enjoy it’s simplicity – but chrome is cool and will be getting used over the next few weeks.

Buh Bye

Twitter – WP Plugin

twittering on and on…

WordPress plugin – WP – Twitter

Allows twitter to be updated when you add/edit a post.

Simple to set up and works a treat.

Add recent posts to website.

The following code will add your recent posts to the front page of your website.

I added this in my right hand side of the index page on the front page of this website, http://www.untidymusic.com

This blog resides in a different folder to the root so I needed to add:

wordpress2

I added the code just after the head tag, (note: require ./wordpress/ – this is the folder where your wordpress lives.

I then added the following code, I use dreamweaver so I created a layout table on the right hand side and added the code by hand.

wordpress1numberposts – simple increase/decrease to amount you want displayed.

php the_time – not necessary – I deleted it.

The rest leave as is.

As it’s coded it will not list each item and you will have to code that.

use, <ul> and <li> tags before 2nd PHP and close </li> </ul> after last PHP.

Please note I am not a code expert, I’m a hatchet merchant – this works on my site and may not be correct but it works for me.

Add Image Opens New Page – WordPress Admin

Yesterday seemed a day of problems and solutions – Pain in the arse but hey…

Anyway I found that I couldn’t add images to my wordpress blog, the ‘add image‘ widget would ask to navigate away from page or open a new tab instead of opening a pop up.

I also couldn’t add a new category from within post edit mode.

First before you go ahead updating your worpress check your plugins.

My problem turned out to be the ‘WP-Amazon‘ – plugin.

Once disabled everything worked again.