English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - September 2006

[Selected]: All categories Computers & Internet Programming & Design

How can you read other people's blogs - is that acceptable, I suppose they are there to be shared.

2006-09-05 06:22:38 · 9 answers · asked by Izzy 2

im creating a navigation using the

  • tags. Im using the inside function for the bullet in css. I want to get a background color to show up behind the bullet during a rollover state. How do I get this to work. Firefox and IE treat the CSS much differently and I cannot find any CSS that works for both? I need help on this. Any Suggestions

    2006-09-05 06:12:59 · 1 answers · asked by patrick U 1

I was wondering if its a good idea to find a second person for a website design business, I own a known website design business in the town I live and have helped 9 businesses in the past 6 years, I know alot about website design and have helped alot of businesses make money off the internet but as far as the business part and setting my prices(I get taken advantage of sometimes) I need someone who can speak up for me plus also someone who knows some things about website design, is it a good idea to find a second person to help out with a website design business? Whats the pros/cons, also my business page:
http://www.customonedesign.com

2006-09-05 05:58:25 · 3 answers · asked by Anonymous

2006-09-05 05:44:24 · 3 answers · asked by Ankit S 1

If you own a mac, please take a look at www.lifepointnow.com in Safari. You will quickly see whats wrong. It is fine in IE, Mozilla, Firefox, Netscape, & Opera.

2006-09-05 05:36:43 · 1 answers · asked by bwmattox 2

2006-09-05 05:34:58 · 5 answers · asked by Abraham N 1

In excel file, I have 4 sheets with formulas beeing used ,how can i make the pdf file with a single click for all the pages

2006-09-05 05:15:25 · 8 answers · asked by om_gupta39 1

How much did they quote you...

2006-09-05 05:09:13 · 3 answers · asked by g_playa_gent 1

Is Amazon one of them? Could you give some details about their back end?

2006-09-05 05:03:40 · 3 answers · asked by tangerine 1

Hi Macfans!

I produce a series of magazines on Mac using Quark, Photoshop and Acrobat Distiller. I used PCs up until recently (bit of a Mac newbie), and have just discovered AppleScript which I think can make a lot of difference to my workflow.

I have it working with great success within Photoshop but need help setting up one for Finder i.e not within any particular application.

What I need is a script which says "when a new file is placed in this particular network folder (by someone else), send an email with notification of its arrival (preferably containing the filename) to this address" or activate some other type of alert or popup.

I need to know where to get, or how to make, this script and also instruction on how to implement it - and any other tips you Script-heads out there may have!

Thanks for reading this question and BIG thanks to anyone who can answer...

Cheers

KaiBosh

PS PLEASE don't just point me at the AppleScript website unless it's a particular page, thanks

2006-09-05 04:38:13 · 3 answers · asked by KaiBosh 2

i hate tennis and i do it a lot. my counselor really wants me to stop playing it because he knows how much i hate it, and its making me sad. but, before i tell my parents i hate it and dont want to do it anymore then i will have to replace it with something, and i cant think of anything. i could get a job bagging groceries or something for a few days a week but there needs to be something more. i love video games, and am good with computers. maybe i could mow lawns? I'm not sure. i cant think of anything that i could do with the things i love like computers. please help

2006-09-05 04:36:37 · 9 answers · asked by Anonymous

2006-09-05 04:31:56 · 5 answers · asked by rain_drops 1

2006-09-05 04:29:17 · 2 answers · asked by carmelcutie16 1

I was looking at a web-based project code which is written in

ASP(using both Javascript and VBscript).

As i know Javascript is a client side language and VBscript is a

server side language.

I wanted to ask that could the programmer use,the Javascript for

the serverside programming too?

Or the common way for programming its server side,has been using the VBscript?

2006-09-05 04:25:36 · 4 answers · asked by runny 1

file system? which of the following is correct;
compress a file or
use a long file name or
track any changes/modifications to a file or
identify the user who created the file?

2006-09-05 04:12:38 · 3 answers · asked by Anonymous

I'm trying to design a website for a good friend's construction company, Goodwill Builders (Slogan: "Building for you as we would build for us").
The guy that runs it believes very much in peace and spirituality. His company has been building portable buildings for the last 15 years, branching into custom homes in the last five years or so. (Pictures of their work can be found at their current site, www.goodwillbuilders.com, but be warned that the site design and layout is terrible. I did not design the monstrosity).
I need help constructing a logo for the business. The message I want to convey is the owner's philosophy (peace, forgiveness, happiness) but I don't want to lose the solidness of a construction company. Although I certainly don't expect anyone to actually design a logo for me, I'd very much appreciate any tips in regard to what color scheme I should use and any specific ideas you have about what the logo (or the entire site) should look like.

2006-09-05 03:49:58 · 3 answers · asked by Anonymous

Can a language become out dated and useless since technology is moving fast ?
Is Delphi still used ?

2006-09-05 03:36:27 · 8 answers · asked by Tim 3

2006-09-05 03:01:08 · 8 answers · asked by kashish 1

I used control in my page but I can not make it multiline even when I increase it's height or pressing enter key to jump toa new line.

Please I HAVE to use this control exactly how can I make it multiline enabled ?

2006-09-05 02:46:52 · 4 answers · asked by Ali 1

We are trying to have Computerised System in our Company in three regions we want to have Network Service and our Programme should also in Computerised to reduce some cost we are meeting right now. So we want real Programmer/ System Anayst to talk more on this issue.

Thank You

I'm
Jimmy K. Phiri

2006-09-05 02:23:43 · 3 answers · asked by kafikeni 1

Presently, this one works, but there must be an easier way?!

Dim z As Integer
Dim rge As String
Dim rgestr As String
Dim shortened As String
Dim howmany As Integer
'
z = 5
rgestr = Str(z)
howmany = Len(rgestr)
shortened = Right(z, howmany - 1)
rge = "A" + shortened
Range(rge).Select
'
' and so on ........

2006-09-05 02:16:19 · 5 answers · asked by Marianna 6

I want to convert a decimal 20060901 to the Date 2006-09-01 (YYYY-MM-DD) and then subtract 2 days to get date : 2006-08-30.
In Oracle when I run the following Query it works:

SELECT TO_DATE('2006-09-01', 'YYYY-MM-DD') - 2
FROM DUAL
but I do not know how to do the same in DB2

2006-09-05 02:11:51 · 1 answers · asked by vusimhl 2

You might want to visit this website at NOON today,
it's a big event from BORLAND!

FREE TURBO EXPLORERS!!!!!!!

http://www.turboexplorer.com/

2006-09-05 02:07:54 · 3 answers · asked by Life after 45 6

iwas changing my screen saver and some hoe took them off

2006-09-05 01:57:55 · 3 answers · asked by Janet C 1

java

2006-09-05 00:55:30 · 5 answers · asked by gomes 1

and my computer is 100% virus free and fully updated windows also using windows defender

2006-09-05 00:33:52 · 1 answers · asked by rahil_game 1

kindly cite tips to make powerpoint presentations in such a way that we may be effective to our audience.thank you.

2006-09-05 00:28:06 · 8 answers · asked by brian charles 1

defin the word address?how is the computer's main memory addressed?why is addressing memory important?

2006-09-05 00:05:10 · 1 answers · asked by teferitessma 1

fedest.com, questions and answers