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

Programming & Design - October 2007

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

My current script is:





I need to be able to add it to my site so it only appears once on the visit if go back to the page.

Thank you.

2007-10-30 06:14:57 · 4 answers · asked by will o 1

I also want to know the use of
using std::setiosflags
and
using std::fixed
Can u give examples for all
Explain pointers in simple and complete way...
Can u explain how to use strings...especially when the
program is in class format?
Thanks

2007-10-30 05:21:08 · 3 answers · asked by David Junior 3

Hi

My main script is index2.php written in pure php a pagination page as follows,
problem :
include("menu.html"); which is a menu on the left hand side of my page, pushes the $row->body data down the page.

All other positining and .css works for this database data,

How can i put $row->body data by the right hand side of this menu and in the middle of the page.

I have tried using tags in php using print and escaping " with \ still no luck.

index2.php:

include("head.html");

print "

";

include("db_config.php");

print "";
print "
";

print "
";
print $row->body;
print "... ";
print "
";
print "
";

thanks in advance

Tovia

2007-10-30 03:10:20 · 2 answers · asked by jam 5

i wanna know about hacking whts the basic things i shoud learn

2007-10-30 02:26:04 · 8 answers · asked by Anonymous

* type a number with decimal places, display rounded number and the truncated number

* display ascii code for any given character

* yearspan - reads in a date of birth and displays the persons age.

2007-10-30 00:49:17 · 1 answers · asked by 3~`) 2

i have a index.php file where i show 10 songs and there have a button for each song (for listen).for example

song title code play
hi friend.... 3456 play

now i want a file where i can update all songs and then after automaticaly it update in my index.php file

for that i need code for php and mysql connection

2007-10-29 21:32:10 · 1 answers · asked by sandeep u 2

0

I need help viewing a file in linux. I run a file but now i want to see the output what command should i use to see the results of my file

2007-10-29 16:43:46 · 3 answers · asked by pockemon 1

I work at a major dealership and the manager has a program that can show every website that has been accessed in our building. All I want to do is check my myspace messages without hearing anything from him. Are there any codes or website that can help with this situation. Thanks in advance.

2007-10-29 08:13:35 · 23 answers · asked by Mickey 2

I want to "return" several times within a text box. How do I do this? What is the code? Where can I find the code?

2007-10-29 06:59:59 · 2 answers · asked by 15fsg546rge1rrheljh45hjr90459ty3 3

I have a background that is centered in the page via CSS that has edges that have some opacity that I want tiled as the page gets longer. It needs to be tiled as well.

2007-10-29 05:44:25 · 1 answers · asked by Jamaal E 3

am quite a novice in database driven web design, and i want to try out joomla. i have no knowledge on php or mysql

2007-10-29 04:24:33 · 1 answers · asked by John 2

hi, i'm trying to multiply one biginteger object by another, but my code is not working! does anyone know what i need to do to get this compiling!
thanks to anyone who helps!

class BigIntegerDemo {

public static void main(String[] args) {
System.out.print(multiply(new BigInteger("2000000"), new BigInteger("10000")));
}

BigInteger multiply(BigInteger b1, Biginteger b2) {
return b1.multiply(b2);
}
}

2007-10-29 03:09:28 · 2 answers · asked by Anonymous

take a n x m matrix where the orders can be given.
the matrix must have the output as printed as:

***0*
00*0*
*****
*0*0*
*0***

and also
in triangle format

0000*00000
000*0*0000
00*0000*00
0*000000*0
*********

2007-10-29 01:49:37 · 1 answers · asked by gunaroopam r 1

Tell me that websites where i can get freeware advance java software and knowledge for use it?

2007-10-28 22:13:59 · 5 answers · asked by tomboy 1

After creating Java source code in notepad and save it as "filename.java" and compile it, Im wondering if I can convert my java file to executable file the way Its done like in pascal etc...

2007-10-28 20:50:03 · 5 answers · asked by bongalvarez2004 1

Is there anyway of ascertaining whether a computer is a lost cause or not? What is the life span of a computer on average?

2007-10-28 16:04:01 · 8 answers · asked by Anonymous

Ok
so i'm using an addon called Grease Monkey for firefox
its bomb i hide ads with it :D
so
here's my code:
// ==UserScript==
// @name Bulletin iframe remover/ad remover
// @namespace iframe remover
// @description Can remove SONGS in bulletins, pay attention!
// @include http://bulletins.myspace.com/*
// ==/UserScript==

//hiding iframes:

GM_addStyle('iframe, embed, #iframe, #embed, .embed, .iframe { display: none; visibility: none; }'
+'mini .embed, .mini .embed, #mini .embed, .mini .embed, { display: inline; visibility: visible; }');


//Above encompasses one part of keeping minis only, this removes else

GM_addStyle('embed, .embed, #embed, object, .object, #object { display: none; visibility: none;');

END
I need to remove ALL embeds on a page, so only myspace music players will help

please explain
. # and nothing, such as
.embed, #embed, and embed
in css
and define what they do

thank you!
lol 29 characters left

2007-10-28 14:52:04 · 1 answers · asked by Brian C 4

theres:
Game Site
Forum Site
Product Site
Blog Site

i need more? i wanna make a site really badly, help me out,
DO NOT INCLUDE THE ONES I SAID ON TOP OF THIS!

2007-10-28 14:27:54 · 5 answers · asked by Worshipme 2

i have a picture with a scenary
i only want to take the people and want to remove the scenary in that pic

2007-10-28 12:56:41 · 2 answers · asked by mizaku 2

I am using VB 98


Write a program which will ask the user to enter a sentence. At the click of a “remove first word” button the program will print the first word of the sentence in a picture box and replace the sentence in the input text box with the sentence without the first word. (In this way if the user enters a 5 word sentence and hits the “remove first word” button 5 times, the sentence will be reduced to nothing and 5 words will be printed in the picture box)

Private Sub cmdRemove_Click()
Dim strSentence As String
Dim intSpace As Integer
Dim strFirstPart As String
Dim strSecondPart As String
Dim strExtra As String


strSentence = Trim(txtSentence.Text)

intSpace = InStr(strSentence, " ")
strFirstPart = Left(strSentence, intSpace - 1)
strSecondPart = Mid(strSentence, intSpace)
strExtra = Mid(strSecondPart, Len(intSpace))


txtSentence.Text = strExtra
picOutput.Print (strFirstPart)
End Sub

My code works until the last word...then it crashes

Thanks

2007-10-28 12:43:16 · 3 answers · asked by Supreme_edge 2

1

#include
#include

using std::cout;
using std::cin;
using std::endl;
using std ::string;

int main ()
{

string numberMonth[12]= {"Janurary","Feburary","March","April","May","June","July","August","September","October","November","December"};
string flowerOfmonth [12]={" "};
flowerOfmonth[0]="Carnation";
flowerOfmonth[1]="Violet";
flowerOfmonth[2]="Daffodile";
flowerOfmonth[3]="Daisy";
flowerOfmonth[4]="Lily-of-the-Valley";
flowerOfmonth[5]="Rose";
flowerOfmonth[6]="Water Lily";
flowerOfmonth[7]="Gladiolus";
flowerOfmonth[8]="Aster";
flowerOfmonth[9]="Cosmos";
flowerOfmonth[10]="Chrysanthemum";
flowerOfmonth[11]="Narcissus";

//get number of month
cout << "Enter month (1-12) :" << endl;
cin >>numberMonth;
if (month >= 1 && month <= 12)
cout << flowerOfmonth[numberMonth - 1] << endl;
//else
cout << "Invalid month" << endl;
//end if
//end display salary

return 0;
} //end of main function


why cant i get this to work..thanks

2007-10-28 11:32:43 · 2 answers · asked by grimlok2k6 1

okay, so. on a lot of peoples myspaces, they have like a box around there text. like, its hard to explain. but it will be like there about me stuff and then there will be a box around it. its not a scroll box though. it looks really cool. i hope someone knows the code for it. or a code for something like that. thanks :]

2007-10-28 10:16:46 · 2 answers · asked by abercrombielovee92 1

Okay, just one more question. thanks for your input on the others.

I have two files, one called password.php, the other called form.html. When I run password.php seperate on its own, it seems to run fine. However, when I get to it through the html form, and send the contents of the form to it, instead of compiling, all it does is show me the source code on my browser. Do you have any idea what I am doing wrong?

Again, if clarification is need, please say so!

2007-10-28 09:56:52 · 6 answers · asked by Legs M 3

I need to know the exact CSS coding for a textbox, and I need it to have coding in it where I can change the location. I've been looking in a bunch of books for this, but I can only find HTML, and I need CSS.

2007-10-28 08:59:20 · 3 answers · asked by Ryan 1

Someone who is really good at programming, and codenig stuff like php, my sql, main stuff like that. cause my problem is complicated and i need someone who knows what they are doing:

ok now my problem is that im have set up a user script with monthly payments and everything, but when i test to see if people an sign up i get::

Warning: Cannot modify header information - headers already sent by(output started at /home/*******/public_html/*****/registra... in /home/*******/public_html/*****/registra... on line 250

and when i go to both lines they tell me:

Line 250::

header('Location: index.php?action=pay&user_id=' . $user->user_id. '&user_membership=' . $_POST['user_membership']);

whats happening

2007-10-28 06:36:20 · 2 answers · asked by Anonymous

I used the net user thing in command prompt. I found this user:
HelpAssistant
SUPPORT_388945a0

Is it just a microsoft service or is it another user connected to my computer?

2007-10-28 05:02:16 · 1 answers · asked by bike_customizer 2

fedest.com, questions and answers