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

Programming & Design - March 2007

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

If anyone has a myspace and needs advise add myspace.com/stephs advise

2007-03-27 07:05:36 · 2 answers · asked by Preppy Prep Girl 4

I'm currently developing PHP applications on a Windows XP machine. I test everything locally (Apache 2 & php 5), but the live web server is linux (also Apache 2 & php 5).

The files I check out (subversion) use explicit paths (the standard here) that don't translate to my local windows box.

Is there a way to have PHP automatically translate lines like:

to work like:

without having to manually change everything after each checkout and before each checkin?

2007-03-27 07:00:10 · 1 answers · asked by wfinn 2

I have been trying to add advertisement to my website and I am not familiar with how to use Php. from what I understand I would have to use this program. I know that yo go to mysql and then to myphpadmin but I do not see any pages that I have on my website (example home page) any help on lerninig how this works would be greatly appreciated. website: http://www.electronicwayonline.com

2007-03-27 06:46:41 · 2 answers · asked by bigbillhill 1

2007-03-27 06:41:13 · 3 answers · asked by Anonymous

I was wanting to know if anyone can tell me how to create a drop-down choice in a cell in Microsoft Excel. For example, if I want Column A to be a choice between A, B, or C and I want to just use a drop-down to choose one -- how do I set that up? I am using Excel 2002 here at work.

2007-03-27 06:16:00 · 3 answers · asked by Anonymous

I've had better luck creating with css in the , I would rather have an external, and I don't understand why one works and the other doesn't(but I am a newbie at this. Still learning html and css).

So which is better, external or internal css. What are the drawbacks of both?

2007-03-27 06:15:41 · 4 answers · asked by Stick 4

Amazon now has a beta for contextual advertisements for persons signed up in their associates program. These are similar to intellitext type ads where it basically just underlines keywords that appear on your site, only Amazon then uses these to link directly to a product on their site.

Basically, they give you an html script and tell you to add it to your code just before the /body tag marking the end of your body section.

The question is how do I do this with a mediawiki install? I have tried mediawiki.org's site for guidance, but the process seemed rather complex and was just to put a regular ad on your page, so that others could not edit in their referrer id.

Any ideas?

2007-03-27 05:56:50 · 1 answers · asked by webpence.com 2

2007-03-27 05:40:52 · 3 answers · asked by nickw0001 1

Would you tell me all the available sound options and functions in VB, including all the objects that the VB 6.0 supports?
I have not seen much of programming with sounds in VB. I want to know everything about sounds and handling them in VB inside out.
Including the objects to record them, edit them. read them. write them, play them, integrate them, everything!!!!!

And one more thing, I am a miniature programmer of VB, still learning it. So plz direct me if possible with your help, or provide the suitable links.

2007-03-27 05:29:21 · 3 answers · asked by intensity_overwhelming 1

I have an access database with some tabs with sub-forms.

Is there an easy way to make all of the subforms the same size?

2007-03-27 05:19:09 · 2 answers · asked by Tiff 5

I am creating an XML file with 12 intervals of data each containing around 10 MB of information. I am timing the writing process and each interval takes longer than the previous one. The first one takes 4 seconds and the last one takes 79 seconds. Plotting each duration presents a pretty straight line. My guess is that XMLtextWriter seeks to end of file each time it adds a line thus the linear nature of the degradation. Any thoughts?

2007-03-27 05:18:08 · 1 answers · asked by bill z 1

Since the release of CS3, Spry seems to be the latest buzzword on the streets. But for those of us "experienced" designers, a lot of the Spry effects look like Scriptaculous rip-offs. ( http://script.aculo.us/ ) I don't see anything in there new or innovative that Scriptaculous can't already do. (with less code in fact.) And the Ajax aspect of it, does it actually help writing Ajax script any easier? The majority of authors can't get over this hurdle.

2007-03-27 05:14:32 · 1 answers · asked by toko 3

like how are you able to post it on the internet and all that

2007-03-27 05:12:35 · 3 answers · asked by Anonymous

im tryin to make this skin, and i have to have jpeg, or gif photos but i have bmp photos. how do i change them? is there even a way to?

2007-03-27 05:10:17 · 6 answers · asked by kitty_kitty_madi27 1

I have been trying to use JAVASCRIPT but no luck. any ideas

2007-03-27 05:07:28 · 3 answers · asked by infoltu 1

2007-03-27 04:57:09 · 4 answers · asked by jandb07 1

Write a C/C++ program using the curses library that traces out patterns on the terminal screen. Your program should read characters from a file (until the end of file) and perform an action depending on the character just read. If the character is a :

'u': display '*' on the row above the current location, same column
'd': display '*' on the row below the current location, same column
'l': display '*' on the colum to the left of the current location, same row
'r': display '*' on the colum to the right of the current location, same row
At the start, the first '*' is always displayed at the center of the terminal screen.
Ask the user for the filename to read from.

2007-03-27 04:56:20 · 1 answers · asked by A.J. 1

To develop the ASP.Net application what are the namespaces that are to be downloaded in general?

2007-03-27 04:48:58 · 2 answers · asked by sharifuddin 1

for example, say you went on this site, a disclaimer would be displayed (tou, privacy, etc) and then a button either accept or decline, accept allows you in ofcourse and decline sends you off too another page.

A cookie session would be nice feature aswell so the user does not have too keep clicking accept all the time.

Much thanks in advance!

2007-03-27 04:48:32 · 2 answers · asked by Anonymous

I want to do something as shown below, but when I do it seems to take forever to action and I can't figure out why :

self.cursor.execute('update '+DB_NAME+'.tableOne, '+DB_NAME+'.tableTwo,\
SET variable=CASE \
WHEN variable+1> 100 THEN 100 \
ELSE variable+1\
END \
WHERE tableOne.variableTwo>0 AND tableTwo.variableOne>0;')

The statement is a little different obviously but that's the principal of what I want to do.

I want to update a table with a set/case/else/where and have two different tables in the where clause... It does action the update, but it takes ten to fifteen seconds to perform instead of the milliseconds if I remove the second table.

Any help would be appreciated.

2007-03-27 04:17:58 · 1 answers · asked by just_another_user 3

I need a way to find the IP addresses of computers accessing a network by using visual basic. It would also be nice if the user logged on to the computers could be found as well. Is there any function that can do that?

2007-03-27 04:12:16 · 2 answers · asked by imustflee 1

2007-03-27 04:10:07 · 3 answers · asked by see r 1

I am studyng web programming design DHTML and was wondering if anyone has any of their own examples or addresses of some good basic sites that I can view. Thanks for the 3 brilliant answers yesterday on this subject

2007-03-27 03:56:13 · 5 answers · asked by John O 2

its a kind of world politics MUD.

2007-03-27 03:46:02 · 4 answers · asked by Eyebright 3

what images are being stored, and does every image on a web page get stored into my temp folder as a separate page? I see pages for banners that say "matchmaker" and all it was was a banner that would have been to the side of the page. If you were looking at my temp internet files it could look as though I was looking at that site.....

2007-03-27 03:17:43 · 4 answers · asked by ducky 2

How can i get a query to exclude a name if it appears more than once? I have a list of hospitals with various consultants and I need a query to tell me just the hospitals that occur and I only want each hospital to show once.... very hard to explain!

2007-03-27 02:45:34 · 5 answers · asked by Anonymous

2007-03-27 02:41:26 · 11 answers · asked by kannan R 1

what are database used for

2007-03-27 02:35:34 · 6 answers · asked by Anonymous

fedest.com, questions and answers