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

1

2007-03-26 13:23:27 · 10 answers · asked by bird 67 2

If I had a php page (page.php) that wrote out a form:
echo '

Type ur name
';
that posted to itself (page.php)
Would the variable values from the last iteration/display of that page still be set?

Hope someone gets me.
Cheers

2007-03-26 13:19:22 · 4 answers · asked by adude707 2

Does anyone have any good useful website ideas, Must be highly functional and something unique and fun to work with. :)
I am confident with PHP MySQL and most importantly not familiar with WML at all and thats the reason why I want to create such website. Its for my Final year project (BSc Computer Science). I want to be able to have a mobile enabled site. Want something useful and that has a purpose . Have any ideas? Or did you want to have something like that , let me know and if the idea interesting the outcome of a project is yours .

2007-03-26 13:15:42 · 1 answers · asked by Andrey P 1

I want to make a little chat program for me and my friends at school where we can just type in a name and chat. i don't want to use a browser, I just want a little widget type of thing on my desktop. Also, they are mac laptops, so i need to program it for Max OS X.

2007-03-26 13:05:18 · 1 answers · asked by bramo126 3

My website stats doesn't tell me how many views I've had on my page but it does tell me the number of requests made from servers. What does that mean??

2007-03-26 12:49:28 · 1 answers · asked by Anonymous

Yeah. I want to make a text box

Basically its about Random thoughts
I want to be able to change the width and the height of the text box

THANKS!

and remember 10 points to best answer

2007-03-26 12:47:56 · 6 answers · asked by Anonymous

You should create a function with a header of the form
void cs07XYZ_int_to_base64(int i, char b[]);
which given a int type i in the range 0—16777215 computes b[0], b[1], b[2] and b[3]
such that
i0+64*i1+64*64*i2+64*64*64*i3
is the same value as i where b[0]=b64[i0], b[1]=b64[i1], b[2]=b64[i2] and b[3]=b64[i3].

2007-03-26 12:39:39 · 4 answers · asked by Anonymous

I am trying to update a table based on a mysql query of another table in the same database. I can use
$con = mysql_connect("server","database","%*&^(*&(*&");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}

mysql_select_db("database", $con);


mysql_query("UPDATE data SET Column_name = 'Value'
WHERE column_name = **value in another table** ");


mysql_close($con);
?>

to change the value based on a set value i put in the code. But does anyone know what I should do to get the value to be based on a query of another table?

thanks

2007-03-26 12:34:00 · 2 answers · asked by billinfenway 1

Hi guys! I just wanna ask where to find crystl32.dep file in Crystal Report 8.5? Im having some problem creating setup in P&D wizard. I need this file to remove the error 28: Out of Stack error. Thanks!

2007-03-26 12:27:44 · 3 answers · asked by Raphael T 1

How can i make my page the way i want it? Can I add a background from my images on my computer and tell me how to do it.

2007-03-26 12:26:50 · 2 answers · asked by lorene t 1

I am a mature student learning web design and programming I am gaining a basic knowledge in Javascript i.e variables, functions, arrays etc dreamweaver, photoshop and flash. which one of these should I spend most time on, as it seems that when I start to practice Javascript I cannot seem to stop, much to the detriment of the other programmes. I havent started on Flash yet. Any studying advice out there

2007-03-26 11:50:20 · 4 answers · asked by John O 2

**Error** Scene=Scene 1, layer=action, frame=1:Line 2: Syntax error.
getURL{"http://gnome.deseloper.com", "_blank"};

Total ActionScript Errors: 1 Reported Errors: 1

2007-03-26 11:39:51 · 1 answers · asked by Yangster 5

2007-03-26 11:27:40 · 3 answers · asked by Lady J 2

File Contents:
Agnes 56 82 95 100 68 52
Bufford 87 92 97 100 96 85 93 77 98 86
Bobby 100 98 92 86 88

Program Output:
Agnes, average= 76
Bufford, average=91
Bobby, average=93

Each line of the file consists of a sutdent's name followed by an unpredicatable number of test scores, the number of students is also unpredicatable. The desired ouptut is shown where the numbers represent the average test scores, rounded to the nearest whole number.

* Using Scanner to compute avg.s*

Can anyone please HELP PLEASE!!!!!!

2007-03-26 11:27:19 · 1 answers · asked by lilcbcgurl 1

Before the site is built? After? Half now, half when it's done?

2007-03-26 11:23:20 · 4 answers · asked by It's just me..... 1

For some reason, the settings in the shortcut to "my documents" have changed. Normally when i open "My Docs"I can right click the screen and "arrange icons by">modified>show in groups. But now i have a musical note in the bottom right corner and the options have changed to "Artist, album title, etc. the properties dont have the customising tab and if i delete the shortcut it just comes back the same. When i click on find target the properties on the target folder are ok giving the option i require, its just the main shortcut one thats the problem.
System restore wasn't any help!
thanks for any input

2007-03-26 11:15:47 · 1 answers · asked by Bob Bob 5

I would like to create an application with Macromedia Flash for my PDA that could send Keystrokes to my computer via IR. So really, I guess I need to know how to send IR signals from my PDA to my PC. HELP ME PLEASE!

2007-03-26 11:08:51 · 1 answers · asked by grahammcp 3

I want to delete only *.pdf files in multiple nested categories.

How can I do that?

2007-03-26 10:56:37 · 2 answers · asked by chikko_mon 2

i am using vb.net and sql server 2000
create table mytable(country varchar(20),city varchar(20))
insert into mytable values('Ethiopia','Mekelle)
insert into mytable values(('USA','newyork')
insert into mytable values('England','Chelsea')
dim str as string
str=select * from mytable where country=' "&txtcountry.text&" '
then when I enter country name from the textbox
let me enter, Ethiopia, USA, England, it works fine becuase these values are available in my table but when i try to enter values that don't exists on my table, i want to transfer it to other textbox or to dispaly as error message,
let me try to enter, kenya,then since 'Kenya' is not my table ,i will expect error message so how can i do this?

2007-03-26 10:37:29 · 2 answers · asked by Anonymous

What does it mean to pass a variable to a method by value?

2007-03-26 10:25:07 · 3 answers · asked by TheOne 1

Upon considering publication, I think perhaps I need one. What is the function of an editor or maybe it's an agent that I need? Again any advice would be greatly appreciated.

2007-03-26 10:22:10 · 4 answers · asked by rezany 5

2007-03-26 10:11:24 · 5 answers · asked by Emerald 1

I have a Javascript function that creates a tabbed browsing section, for example, one tab is the most recently added news. How do I get the results from my sql query (recent news) in the Javascript. Here's how I would be able to do it in a perfect world... You should see what I am looking for...

var center_tabs = [
//first tab
[
'images/tabs/news.gif',
'images/tabs/news_selected.gif',
' for($i=0; $i < $news_query; $i++)
{
$tag = $news_query[$i][2];
if($class != "tab_row1")
$class = "tab_row1";
else
$class = "tab_row2";
echo "

$tag
\n";
}
?>'],
//second tab
[



Thanks.

2007-03-26 10:05:17 · 4 answers · asked by Duds331 5

Ex.

select la.code, la.title, c.systemid, c.FIRSTNAME||' '||c.LASTNAME student_name, a.DATETIMEENROLLED
,a.DATETIMECOMPLETED, start_date, c.SITE
from drlearningactivitytranscript a, drlearningactivity la, druser c
,(
select start_date
,lat_id
from (
select drli.FIRSTMEETINGSTART start_date
,lat.ID lat_id
from drlearningactivity la
,drlearningactivitytranscript lat
,drlearningactivityinstance drli
where la.id=lat.learningactivityid
and drli.ID=lat.LEARNINGACTIVITYINSTANCEID
and drli.LEARNINGACTIVITYID=la.ID) )

where a.id=lat_id(+)
and a.userid = c.userid
and la.id = a.learningactivityid
order by a.datetimecompleted

Any input is greatly appreciated.

2007-03-26 10:04:18 · 2 answers · asked by rio27713 2

preventing double sumbit in PHP.

2007-03-26 09:41:44 · 1 answers · asked by WAW 1

Limited knowledge of html and css. In the process of learning.

What is the easiest?

a basic centered box with everything contained, one column, 2 column, 3 column, anything else....

Any tips or tricks for a newbie?

2007-03-26 09:40:06 · 2 answers · asked by Stick 4

I try to install Joomla on my comp. I downloaded WAMP, XXAMP, I still cannot go to installation mode. I dont know how to change system requirements to safe mode off, I basically have a basic computer knowledge and instructions given on Joomla forums are still not understood for me. PLEASE HELP!!!!!!!

2007-03-26 09:26:37 · 1 answers · asked by maggi 1

i know that it makes running the main program more organized, but im wondering if there are more advantages to running subprograms within a main program

2007-03-26 09:20:12 · 3 answers · asked by Anonymous

fedest.com, questions and answers