![]() |
|
|
|
|
#1526 (permalink) |
|
Metal Snob
Join Date: Dec 2005
Location: Behind you
Posts: 1,863
|
You don't want a graphics application to create a poster.
You need a vector based application like inkscape. Right tool for the right job.
__________________
![]() Global warming, earthquakes, hurricanes, and other natural disasters are a direct effect of the shrinking numbers of Pirates since the 1800s - http://www.venganza.org/
|
|
|
|
|
|
#1527 (permalink) |
|
Metal Snob
Join Date: Dec 2005
Location: Behind you
Posts: 1,863
|
World Record Day for Firefox.
http://www.spreadfirefox.com/en-US/worldrecord Thought since we're all geeks of Metal everyone here would want to take part.
__________________
![]() Global warming, earthquakes, hurricanes, and other natural disasters are a direct effect of the shrinking numbers of Pirates since the 1800s - http://www.venganza.org/
|
|
|
|
|
|
#1528 (permalink) |
|
Pillock of society
Join Date: Apr 2001
Location: Melbourne
Posts: 8,010
|
I ended up using Powerpoint in the end. Went alright!
Is there a program which labels/adds comments to files? I've got loads of photos which I don't want to change the filenames of, but would like to add comments to e.g. to say where the photo was taken.
__________________
|
|
|
|
|
|
#1529 (permalink) |
|
Senile Member
Join Date: Mar 2007
Location: Singapore
Posts: 1,166
|
Its a connundrum. Photos are VERY tricky because of their percieved longevity. If you use some program to organise or comment on them, that info may be irretrievably lost in as little as 10 years. Best advice I can give you is if you DO use a program, make sure it can cross-reference your comments with the file name and export the lot to text or even better comma separated values (.CSV)
__________________
Beg for your life as you're torn from your ivory tower... |
|
|
|
|
|
#1530 (permalink) |
|
Happy Little Boozer
Join Date: May 2006
Location: Melbourne
Posts: 1,734
|
I'm using a plugin on a Wordpress page (y'know, those blog-type sites), that places lists of all the posts within a certain category in the sidebar, unfortunately the plugin orders the posts chronologically, which isn't what I want. I'd prefer them to be sorted alphabetically by page name. I know pretty much nothing about this coding and I had a search around the net but it doesn't look like anybody has posted up code for it. So yeah, it would GREATLY appreciated if somebody could have a look at it and see if they can figure out how to change it because I am trying to get this site/layout online asap. I've attached the code in a notepad file. Cheers
![]()
__________________
www.metalobsession.net www.myspace.com/metobsession ![]() |
|
|
|
|
|
#1531 (permalink) | |
|
Ignorant Plucker
Join Date: Apr 2006
Location: Essex, UK
Posts: 25
|
It looks as if this code is what extracts the posts from your database:
Code:
$ cat_posts = get_posts('numberposts='. $ num .'&category='. $ cat_id);
) so could you add the following to your code after that line and post the result:Code:
echo "<pre>"; print_r($ cat_posts); echo "</pre">; ![]() // Edit - Take out the space between the dollar and "cat_posts" - vBulletin seems to not like posting PHP variable names
__________________
Personal Site & Blog | Freelance Web Design | Last.fm ![]() Quote:
Last edited by harrisbass : July 22nd, 2008 at 02:42 AM. |
|
|
|
|
|
|
#1532 (permalink) |
|
Daniel
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 4,573
|
Oh FFS! All was running fine on the weekend, now suddenly my PC (running Windows XP SP2 for what it's worth) won't recognise my f**king soundcard- M Audio Delta 44. I went to the website and downloaded the driver again, removed the old one, installed it again, restarted my computer too many f**king times, and it still won't register the soundcard. It keeps defulting to the modem as an output.
Any idea's for this one? Thanks
__________________
|
|
|
|
|
|
#1533 (permalink) |
|
Daniel
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 4,573
|
Oh, and I've already checked the physical connections..
__________________
|
|
|
|
|
|
#1534 (permalink) |
|
Senile Member
Join Date: Mar 2007
Location: Singapore
Posts: 1,166
|
Is it still listed in the device manager as working correctly? - I'm guessing not since you say Windows won't recognize it.. still comes up in device manager as unknown device or whatever...
If so, 1. Try XP SP3 2. Try the card in another computer and see if it works (I'm putting this second as I assume you have no other computer handy to plug it in to- otherwise try this first before making changes to your OS which might have nothing to do with the problem at hand). 3. When you verified that the card worked, put the card back in your original comp in a different slot if possible.
__________________
Beg for your life as you're torn from your ivory tower... |
|
|
|
|
|
#1535 (permalink) |
|
Daniel
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 4,573
|
Thanks. Will try another slot tomorrow. Correct about not having another PC to try it in.
I think I might even consider investing in another PC soon. One that I WILL learn to keep backed up and formated at least once a year..I will.....I will....
__________________
|
|
|
|
|
|
#1536 (permalink) |
|
Proud New ESP Endorsee
Join Date: Apr 2001
Location: Wollongong, Australia
Posts: 14,402
|
It might actually still be listed in both the registry and as a hidden device in your Device Manager. Possibly also a left over .INF file too.
Is there any utility on their site that cleans off old drivers? Or do you know if the installation removes the previous driver? |
|
|