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

I do my own design, build every individual page and use Joomla for content management. The thing is, I need to have a rough idea from u professional people out there, how long u guys take to build a website such as mine. For a company, not so big. Anyways, I was looking at maybe a month plus, close to two. Is that reasonable?

2007-03-07 02:35:23 · 5 answers · asked by me 1

I am wanting to do a formula for the following:
If M10>="100000" and O10>=".1" OR IF M>="100000" and O10<="-.1" OR IF M<="-100000" and O10>=".1" OR IF M<="-100000" AND O10>=".1" then "Yes" otherwise "No".

I have tried to write it but keep getting #Value. I am testing variances and this will tell me if I have a variance or not - any help would be appreciated! :)

2007-03-07 02:33:37 · 5 answers · asked by kewltazdude 3

2007-03-07 02:33:06 · 5 answers · asked by Ramora Desoleb 2

That is, if the users are using the same log on or user ID?

2007-03-07 02:10:20 · 2 answers · asked by shane616 1

2007-03-07 02:08:32 · 4 answers · asked by guy with many questions 2

2007-03-07 01:53:52 · 4 answers · asked by Anonymous


ini_set ('display_errors', 1);
error_reporting (E_ALL & ~E_NOTICE);

try
{
dothis();
}
catch(Exception $e)
{
echo $e->getMessage();
exit();
}

function dothis()
{
throw new exception("Not cool!");
}

?>

This block of code generates the error message:

"Fatal error: Uncaught exception 'Exception' with message 'Not cool!' in /home/goddess/public_html/except.php:18 Stack trace: #0 /home/goddess/public_html/except.php(8): dothis() #1 {main} thrown in /home/goddess/public_html/except.php on line 18"\

Why?? I clearly have a catch block set up...

2007-03-07 01:52:05 · 3 answers · asked by Anonymous

I need to send a school project through email but the sending limit is 10MB while the project is 50,000 KB. The project is text and pictures. Any ideas on how to keep the it the same yet be able to send it?

2007-03-07 01:44:10 · 8 answers · asked by mingblack 3

Read a file called 'words' which contains one word per line. Read a file called 'search' that contains lines of text. Output the number of times each word in the words file is found in the search file, where the output file name is 'output'. The search is for exact matches, e.g. one ne One, for ne fortune. For example,

words:
one
two
three

search:
The one thing that is important is that one can find two things.
One other thing is that one plus one is two.

output:
one 4
two 2
three 0

2007-03-07 01:39:30 · 2 answers · asked by confused 1

java codings for payroll project especially in java
swing

2007-03-07 01:10:52 · 2 answers · asked by skarthijai 1

search box will search songs
i also want vistors to make playlist and radio type playlists!!
a good exmple is raaga.com

2007-03-07 01:02:28 · 2 answers · asked by Anonymous

2007-03-07 00:21:52 · 4 answers · asked by Zorro 4

I have columns of "data" pasted from elsewhere which should be numbers but appear as text. Each number has a space before it, and when I remove this it makes it back into a recognised number.

2007-03-07 00:02:59 · 4 answers · asked by VBproblem 1

What will be the database design of a Job Search Site where an employer and a jobseeker can register and look for each other.
Let me just give eaxmples:
www.bayt.com
www.monster.com

2007-03-06 23:45:35 · 1 answers · asked by Maxood 3

i need help with offset in excel macro
this is my code,but it dont seem right,i need it to color in cells to the left

Sub Service_Check()
Dim Mycell As Range
For Each Mycell In Range("miles_To_Date")
If Mycell.Value > 6000 Then
With Mycell.Interior
.ColorIndex = 4
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
Mycell.Offset(0, -8)
.ColorIndex = 4
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
End With
End If
Next
End Sub

2007-03-06 23:37:28 · 2 answers · asked by IAN R 1

i don't know a whole lot about html but i have some codes i wanted to try out on my store. trying to avoid paying $500 for someone to design it. but...i can't even find a place to enter any codes.

2007-03-06 23:24:20 · 1 answers · asked by rock chick 2

See the following program...
interface A {
public void add();
}
interface B {
public void add();
}
class Test implements A,B
{
public static void main(String args[])
{
Test t=new Test();
t.add();
}
public void add()
{
System.out.println("Hello"+"World");
}

}


Explain me which interface method will be implemented and how to implement the other interface's method.

2007-03-06 23:15:37 · 3 answers · asked by Siva 3

2007-03-06 23:05:42 · 2 answers · asked by izzo 1

2007-03-06 22:59:28 · 5 answers · asked by Yak 2

and how because i keep on trying and it jst wont work!!!

2007-03-06 22:51:35 · 2 answers · asked by Anonymous

I play BF2 every day , in a dual core AMD PC .. is there something I can do to run BF2 taking advantage of both proccessors?

2007-03-06 22:39:19 · 2 answers · asked by Jesus B 2

a problem always shows up that the Riched20.dll has encountered problems

2007-03-06 22:24:47 · 1 answers · asked by princess v 1

I wonder if you could suggest me some effective ways on how to quickly become familiar with big amount of source code.
In the case of code maintenance of existing source code which have poor and/or incomplete documentation.
Some of the ways are code reading, step by step debugging, painting UML class and sequence diagrams or something else...
What else? Are there more efficient?

2007-03-06 22:10:47 · 2 answers · asked by Hombre 2

please send the names of components/utilities related to MYSQL
also suggest books name related to MYSQL
Please provide me with your valuable suggestions

2007-03-06 22:00:19 · 1 answers · asked by abhi 1

i'm developing a help desk for final year project in uni..would like to have some suggestions on enhancements that can be added to currently available help desk systems and would it be a better idea to develop a web based help desk system?

2007-03-06 21:54:12 · 2 answers · asked by bpk 2

2007-03-06 21:48:22 · 3 answers · asked by Andrew K 1

i have a microstoft access database and i want to export it into MySQL and Eclipse SDK3.2

2007-03-06 21:28:57 · 2 answers · asked by George M 2

fedest.com, questions and answers