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

Programming & Design - December 2007

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

I am trying to enlarge the text in the chat box below games. I tried locking caps and also holding down ctrl and turning the wheel on the mouse, but neither worken. Any other suggestions would be appreciated.

2007-12-14 04:25:37 · 5 answers · asked by chrisy123 1

2007-12-14 04:21:17 · 8 answers · asked by veranoduck 2

I've got a simple web form that is linked to my company's contact management system. When someone fills out the form the note that they fill in is automatically put into our system. Our system allows for this form to exist in order to receive the data input.

I would like to figure a way that someone can email a dedicated email address (in a properly formatted email I suppose) and the it will (in some way) "fill in" that form (or really just using that form handler to process the email) so as to communicate with our system.

This question cant be answered in completion on here, I doubt its too easy - but I'm hoping to find some starting points I'm having problems even googling it because all I find are form-to-email type results.

The form uses an action method of POST.

2007-12-14 04:16:39 · 4 answers · asked by Joke H 2

When building links, which one has priority?

2007-12-14 04:15:51 · 3 answers · asked by mat.shof 1

Basically I am learning XHTML and CSS, and I try not to use tables at all for formatting the page, because CSS can do that.

But I'm having a hard time grasp, exactly when it IS ok to use tables. For instance, designing a page with tables in mind is a no-no. But what about using a table around a form field? I don't really see how you would properly format a form field/registration page with input fields without using a table.

Thanks in advance, don't really know about tables, didn't think I really needed em, let me know.

2007-12-14 03:24:41 · 5 answers · asked by jayztttight 4

Hi

my main page index.php link code is:
print 'title.'>'.$row->title.'';

from this i get page exmaple:

address bar:
http://localhost/new.php?title=High

In my browser:
Query was empty




the database column title is:

type: varchar2
length: 5000
null: yes



Now the full title name for this record =

High Performance Web Applications - Part 1

which should be passed in instead of just (High)


i am confused!

why isnt php passing the full name


I could use: new.php?id (id is a sequence column) but i want the title as its more meaningful in teh address bar)

thanks in advance


Tovia Singer

2007-12-14 00:52:36 · 4 answers · asked by jam 5

All it takes is just creating webpages and selling them..I can do that. So why take the time to get my degree when I can just get right to it?

2007-12-13 16:52:55 · 7 answers · asked by Kuervo 4

and what programming languages are good to learn?

2007-12-13 14:42:55 · 9 answers · asked by demiser55 3

hi i use adobe photoshop cs3 extended and i was trying to enlarge the picture

like for example on ms paint you drag the corner of the picture to make it bigger or smaller well i wana do that on adobe photoshop cs3 extended

2007-12-13 14:03:31 · 1 answers · asked by Anonymous

How do i make a cortoon? What software do i use? Help!! I Want to make my own characters! What sftware do i use? Is It easy to use? It is free?

2007-12-13 11:28:23 · 2 answers · asked by Anonymous

(very simple please, I'm not that good with computers)

2007-12-13 10:05:56 · 7 answers · asked by Dr. Ray Langston 4

i am trying to change the background color from gray to white and i think i changed whatever i saw named background to #ffffff but still gray - here is the code...help I am new to this and its suppose to be a content management site????

.company{
font-family: verdana,arial,helvetica;
font-size: 25px;
color: #FFFFFF;
font-weight:bold;
}

.slogan {
font-family: verdana,arial,helvetica;
font-size: 25px;
color: #FFFFFF;
font-weight: bold;
}

.magin {
padding:5px;
}
table { font-size:100%;}
body { font-size:76%;
margin:0;
padding:0;
background-color: #FFFFFF}

a:link {color: #808080; text-decoration: none;}
a:visited {color:#808080; text-decoration: none;}
a:hover {color: #808080; text-decoration: underline;}
a:active {color:#808080; text-decoration: underline;}

.bgtop{background-image: url(images/bgtop.jpg);}
.bgbottom{background-image: url(images/bgbottom.jpg);}
.line{background-image: url(images/line.j

2007-12-13 09:56:27 · 3 answers · asked by torontogal 2

I really need this at home since i have computer programming at school and i need it to work on projects on home and also do my work and learn from it.
~Thank You~

2007-12-13 09:38:30 · 2 answers · asked by Anonymous

I'm trying to switch this code to do roll over image buttons instead of just roll over color changing, but I can't get it to work =[

CSS file has this:
#navcontainer {
width: 200px;
}
#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a{
display: block;
padding: 3px;
width: 160px;
background: url('homebutton.png');
border-bottom: 1px solid #EEE;
}
#navcontainer a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}
#navcontainer a:hover {
background: url('LOVEU.jpg');
color: #FFF;
}

HTML file has this:

2007-12-13 09:06:57 · 4 answers · asked by Mildthing 1

When making a website, it doesn't matter which one (.htm or .html) I save a webpage file as, right?

2007-12-13 08:40:12 · 3 answers · asked by ? 2

Account.find(:all,:limit => 25)

What is the proper syntax for this?

2007-12-13 08:28:32 · 1 answers · asked by theedge2343 2

#include Reg9s12.h
ORG $1000
JSR sort
JSR out
SWI

sort










out LDY #Nums+5
MOVB #5,count1
next1 MOVB #6,count2 ;
CLRA
next LDAB 1,Y-
PSHD ;
DEC count2 ;
BNE next ;
STY temp ;
LDD #msg ;
LDX printf ;
JSR 0,X ;
LEAS 12,SP ;
LDD temp ;
ADDD #12 ;
XGDY ;
DEC count1 ;
BNE next1 ;
RTS
printf EQU $EE88

temp RMB 2
count1 DB 30
count2 RMB 1
Nums DB 226,157,200,82,36,2,191,65,0,15,149,24,173,255,0
DB 117,209,77,52,99,45,33,139,166,222,245,9,107,11,8
msg FCC ' %u %u %u %u %u %u '
DB $0D,$0A,0

END

2007-12-13 06:20:06 · 2 answers · asked by Rob 1

I want to put some of those bulletins or bullets in my document how do I do that? Not the * but the bold circles?

2007-12-13 05:32:07 · 4 answers · asked by Brandy S 2

Hi

My urls are as follows:

http://localhost/www.mywebsite.com/new.php?id=1
http://localhost/www.mywebsite.com/new.php?id=2
http://localhost/www.mywebsite.com/new.php?id=3
http://localhost/www.mywebsite.com/new.php?id=4


my .htaccess file in root:

RewriteEngine On
RewriteRule ^id/([^/]*)\.html$ /www.traffic4dummies.com/new.php?id=$1 [L]

I confirmed rewrite works, using the scripts:
http://www.wallpaperama.com/forums/how-to-test-check-if-mod-rewrite-is-enabled-t40.html


Problem: The address url bar still shows:
http://localhost/www.mywebsite.com/new.php?id=1
etc...


so i now need to rewrite my link from my main file:

print 'id.'>'.$row->title.'';


How shall i rewrite it?

I am still a php, apache, mysql newbie but getting there slowely

Thanks in advance

Tovia Singer

2007-12-13 04:42:31 · 1 answers · asked by jam 5

Also, could you send me a pseudo code to explain algorithm:

public class QuickSorter //method call to do the sort
{
public static void quickSort(int[ ] array){
quickSort(array, 0, array.length);
}

private static void quickSort(int[ ] array, int first, int last) { // main method
if (first < last) {
int pivot = pivotList(array, first, last); //
quickSort(array, first, pivot - 1);
quickSort(array, pivot + 1, last);
}
}
//* @param a an array of Comparable items.
private static int pivotList(int[ ] array, int first, int last) { //take in the list
int pivotValue = array[first]; // assign first element of array
int pivotPoint = first; //
for (int index = first + 1; index < last; index++) { // recursive

2007-12-13 04:34:11 · 1 answers · asked by sprite 3

I was also wondering if you could write a pseudo code to explain the algorihthm

public class InsertionSorter
{

public static int[ ] sort(int[ ] list)// passes an array list to sort
{
for (int i = 1; i < list.length; i++)// outer loop goin through list starts at 1 coz we need to check index 1 value
{
int value = list[i]; // local variable initialised holds value
int j = i-1;// get previous index
while (j >= 0 && list[j] > value)// inner loop condition 2 check if greater than/= 0 and greater than previous number
{
list[j + 1] = list[j]; // move until j is less than value
j = j-1; // next number
}
list[j+1] = value; // set value
}
return list;
}
}

2007-12-13 04:23:37 · 3 answers · asked by sprite 3

i was also wondering if you can give me a pseudo-code to explain the algorithm?


public class BinarySearch
{
public static int search(int[ ] list, int key, int first, int last)
{
while (first < last) // Outer loop condition checks if list is finished
{
int mid = (first + last) / 2; // calculate mid(local var) point

if (key < list[mid]) //condition of inner loop if searched number is less than midpoint
{
last = mid; // if so discard other half and set smaller list in last and loop
}
else if (key > list[mid])// enter inner loop if searched number is greater than value searched
{
first = mid + 1; // new starting point coz value is not the same searched for and needs 2 be the next 1
}
else
{
return mid; //found number
}
}
return -1;// NOT_FOUND = -1

}

2007-12-13 04:18:49 · 3 answers · asked by sprite 3

2007-12-13 04:00:04 · 9 answers · asked by In the memory of Tupac Shakur 1

i want a program to find the roots of a quadratic equation in java by using the general formula

2007-12-13 02:26:36 · 3 answers · asked by nani 1

fedest.com, questions and answers