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

Programming & Design - July 2007

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

I am using MKS toolkit to mimic grep commands on my windows terminal server. IN grep you canuse the -r to search all sub directories.

This isn't recognized in the MKS toolkit. and i was looking for a way to search all the sub-directories.

grep -r "redemption" *.[wip]

This is what im tring to do.

this is what i get
GREP: Unknown option -r.


Anyone know how can search all this including sub-directories?

2007-07-25 02:33:27 · 2 answers · asked by dayv2005 2

i need in badly... only one formula

2007-07-25 01:08:44 · 2 answers · asked by Rick Jayson D 1

can somebody do an HTML code for this

http://i195.photobucket.com/albums/z123/xoxo_marissa_oxox/layoutsbyktnavycreampolka3fd.png

i'm trying to make a comment box to match my layout but i am so stuck
thanks so much

2007-07-25 00:23:35 · 5 answers · asked by . 4

ASP is a Microsoft product and subject to BG whims... and greed.
PhP is OPEN source.
I am ardent supporter of PhP.
Which of the two products is "best" and why?
(Like to hear arguments on both sides)

2007-07-24 23:27:31 · 6 answers · asked by just "JR" 7

What code would you use to make it so that when you tick the check box it enables the drop down menu?

2007-07-24 20:25:42 · 4 answers · asked by Anonymous

I'm new to PHP, it seems to me its in way like HTML, what kind of software do I need? I'm confused with the Apache software. i just want to run code right now.

2007-07-24 19:59:12 · 4 answers · asked by HoHoHo 1

i have an array of 10000 random integers generated, and i need to find hte median of my data. I know how to sort, but ok bascially, if you would be willing to help, i could email you the code. itll be a .java file, so you can look at it and not have to execute it if you dont want to if you dont trust me or something like that. by the way, there are also several other functiosn in there such as one to find hte mean, max and min numbers of the array. so dont worry about those. i'm not even sure if im sorting right. please help!!!

2007-07-24 19:19:46 · 4 answers · asked by doyoubhangra 1

2007-07-24 18:54:20 · 2 answers · asked by marjan 1

because our prof told us to study bout java... but i dont understand it that much... i just wanna study some a liitle bit of complicated codes... coz' i cant find any in the net or maybe im rerally not gud at finding things in the net... pls n thankyou

2007-07-24 18:18:47 · 4 answers · asked by cutie_boy 2

I updated my webpage a few days ago, and someone in New York said that they were seeing a very old page. Aside from the Cache, do you think that a cheaper hosting provider would do a worse job of getting my website changes out across the web to the different internet providers?

Or maybe it is the person's internet provider that is slow in getting my changes up???

Let me know your thoughts, and thanks a million.

2007-07-24 17:26:36 · 3 answers · asked by Anonymous

I want to add an explorer thumbnail to a file to show the contents inside the file. This is just like what PDFs, BMPs, PNGs, GIFs, and all the other image formats do. The thumbnail is to be shown in Windows Explorer when the files are under Thumbnails view.

I don't mean I want to change the icon of my file type, but the thumbnails. If I change the icon, all the file types will have the same thumbnail. I want to dynamically change the thumbnail, depending on the contents inside the file. I think this can be done programmatically, but I don't know how.

2007-07-24 17:23:09 · 2 answers · asked by Edward L 1

2007-07-24 14:30:44 · 5 answers · asked by stlsigma2 1

2007-07-24 14:14:38 · 3 answers · asked by Steve 1

NOTICE: Your system is not optimmized and your computer performance is not at its highest level. Full system optimization will greatly increase your computer's performance and prevent data loss.
Would you like to install Protecting Tool to optimize your computer's performance now for free? (recomended)

2007-07-24 14:12:44 · 20 answers · asked by lemonhead181 2

I paid some guys to do some work for me, and a bug has recently been found in the code they wrote. Now they're saying that it will cost me more for them to correct the issue, which is a result of something that wasn't done right the first time. Is that fair? Or perhaps the best question is, is this normal?

2007-07-24 13:36:49 · 6 answers · asked by ATL muzik 1

I have to make three checkboxes appear, and when I click one, a picture will appear, when I click checkbox 2, figure 2 will appear, and same for #3. Can't get it to work, don't know what I'm doing wrong. This is what I have for now:

import java.awt.*;
import java.applet.*;

public class prueba extends Applet {
Image figuraa; Image figurab; Image figurac;
Checkbox g1, g2, g3; CheckboxGroup g;
public void init(){

figuraa = getImage(getDocumentBase(), "figura1.jpg");
figurab = getImage(getDocumentBase(), "figura2.jpg");
figurac = getImage(getDocumentBase(), "figura3.jpg");
g1 = new Checkbox ("Tylenol", g, false);
g2 = new Checkbox ("Perro", g, false);
g3 = new Checkbox ("Cafe", g, false);
}

public boolean action (Event e, Object o){

if (e.target instanceof Checkbox)
if (g1.getState() == true )
g.drawImage (figuraa,1,1,this);
else if (g2.getState() == true)
g.drawImage (figurab,1,1,this);
else if (g3.getState() == true)

2007-07-24 12:51:01 · 1 answers · asked by jc_duque_h 1

Hello All
I am developing my first web page for just a complete practice. I have developed and uploaded in a somee.com a free server. It is developed using ASP.Net 2,C#.Net 2 and MS-Access.

Problem with my webpage is that .... It is not running/showing in Internet Expllorer but working well in Mozila Firefox. I dont know why can you help me.....

In Local Server(Mean on my Machine) it is working well. No one error is showing.....

You can check my website at http://er.somee.com

thanks and waiting for your valuable response

2007-07-24 10:20:47 · 5 answers · asked by Jack J 1

I am going to school for Information Technology, Visual Communications and I would like to know what would be better for web design, program design?

2007-07-24 08:41:05 · 8 answers · asked by Anonymous

i wanted to design something and my friend said to use photoshop
so how can i download it free

2007-07-24 08:15:05 · 8 answers · asked by °·.¸.•°amoona°·.¸.•° 3

2007-07-24 07:00:47 · 6 answers · asked by amit c 1

2007-07-24 06:53:56 · 4 answers · asked by mandibula 3

If you have a web design company, and you've always written the code yourself, is it unprofessional and will make you look stupid if you start using Dreamweaver to design the websites (so as to save time)?

What if you still write/tweak some of the code?

2007-07-24 05:39:37 · 7 answers · asked by -Incline- 4

1

i am trying to put a slide show together useing windows movie maker and put my own music in the back ground . i compleated the slide and every thing came out great but i can't burn it on a dvd it shows good on windows media player but i can't seem to burn it what am i doing wrong do i need a soft ware please help pat.

2007-07-24 03:47:12 · 5 answers · asked by paschal d 6

2007-07-24 03:46:13 · 6 answers · asked by Anonymous

I have a menu in xml file but I can´t display in googlepage, I try with XMLhttpRequest (Ajax) without result, with DOM parser only in IE but in Mozilla or firefox I can´t display anything, The debugger method say "Don't have permission to access ....... xml file". Plase helpme I don´t use google gadgets

2007-07-24 02:59:09 · 1 answers · asked by animation97_cl 1

#1118 - Too big row size. The maximum row size, not counting BLOBs, is 65535 (can be lower for some table types). You have to change some fields to BLOBs

How do i change some of my fields to BLOBs and what exactly changes to the fields if i do that? I dont want to ruin my database.

2007-07-24 00:40:38 · 4 answers · asked by peter s 1

Due to the lack of characters my initial question probably doesn't cover the whole question i am asking.

Basically i am considering purchasing my own hosting package and with the package i am considering i can have up to 20 subdomains. If i was to let other people use a subdomain would they be able to have their own log in details or would all hosting, and editting and such, for that subdomain still be done on (or thro) the main domain?

Sorry for the lack of technical jargon here- i'm pretty useless at tech stuff so please answer in the same manner =D

2007-07-24 00:31:30 · 2 answers · asked by chucklebum2 2

fedest.com, questions and answers