Archive for October, 2008

12
Oct

I've been trying to find where the iWarp plug-in is in photoshop. Everywhere I go tells me it's in Filter>Distort>iWarp but it's not there
I've tried find it to download in torrents and such, but nothing comes up.
Where can I find it? How do I install it?
Thanks
Answer: Photoshop equivalent is Liquify filter,
http://www.tutorialjungle.com/display.ph…
iWarp […]

Read the rest of this entry »

12
Oct

piczo , freewebs, moonfruit.
Answer: Microsofts office live. its a free service if you pick the baisc package, you can get your own domain, and personalised email addresses, and free web hosting, you can either use their free website design tool, or upload your own html. when registering you need to use a credit card, but […]

Read the rest of this entry »

12
Oct

My HTML/CSS uses the ” overflow ” code to control the scrolling feature.
When the code was- overflow:auto -it scrolled vertical AND horizontal. I only need it to scroll vertical. I changed it to- overflow:hidden -and now, it doesn't scroll at all. What is the code to […]

Read the rest of this entry »

12
Oct

Can you legally rip the instruments of of the free version of FL Studio 8 and use the instruments in a different program to make music and sell the music you made?
Answer: If the program uses Sound Banks you can because they have the ability to be made by anyone. They are representations of real […]

Read the rest of this entry »

12
Oct

I have the good ol' XP on my computer, which software in it will allow me to do mind maps… I'm superior organized with them.
Answer: Microsoft Visio is the program for this. There’s also the free Dia ( http://www.gnome.org/projects/dia/ ) that does a similar thing.
Answer: about Microsoft software can be read in http://wikipediawiki.org/computers-inter…
Answer: err, […]

Read the rest of this entry »

12
Oct

I don't know how to do this I getting kinda mad I want to know how you do this so I can make a jeporady!!!
Answer: Go to Insert->Hyperlink, choose Place in This Document, then choose the slide to go to.
Answer: I believe that you need to make it a hyper link. and then tell the […]

Read the rest of this entry »

12
Oct

I want to begin a website and sell items. I know very tiny html, so Im looking for a place that does not require to know that that. Im pretty good at learning cause I already have a site through lunar pages, but I need one that can help me with taking credit cards.
Thanks […]

Read the rest of this entry »

12
Oct

please use only turbo c
Answer: include
int main(void)
{
int numbers[] = {3,5,8,2,6,10};
int how_many = 6;
int sum = 0;
int i;
for(i=0; i < how_many; i ) {
if ( numbers[i] % 2 == 0) {
[…]

Read the rest of this entry »

12
Oct

The site I’m working on can be seen at:
www.relevancy.com.au/temporary/
It's working perfectly in Firefox but there are some really obvious compatability errors with Internet Explorer.
Can anyone help?
Answer: I can't see anything wrong either, except, of course, your flash intro!
Flash intros were a fab a few years ago, but have gone out of fashion, as they take […]

Read the rest of this entry »

12
Oct

Okay, kind of simple, but I'm at a loss. I’m basically making Nodes in a list. I have the ability to make the first one fine, using this:
if(this->head==NULL)
{
Node *newNode = […]

Read the rest of this entry »