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

Programming & Design - December 2006

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

2006-12-03 04:04:11 · 4 answers · asked by aarpit31 2

How can I create a link from one page to an anchor on another page? If you could provide the code or tell me where I could find it that would be great help.

2006-12-03 03:52:38 · 4 answers · asked by ineedanswers 3

I know that Dreamweaver is the best program to get and I can learn to use it, but I would like guidance on the actual design process and how Dreamweaver can aid it, along with Do's and Don'ts on web design. What is the best way to actually go about designing etc. Dreamweaver will obviously start you off with a blank page, I want to learn how to start creating great pages.

2006-12-03 03:51:50 · 9 answers · asked by beginner 1

http://www.brainteasercentral.com/riddle.php?riddleid=231

here is a link to the trick

2006-12-03 03:35:37 · 4 answers · asked by AsadH92 2

i have a movie and want to edit it (like cut out the credits and stuff) is there a program thats east to use...thanks

2006-12-03 02:55:40 · 4 answers · asked by roger c 2

This code shows a random number inside a picture:
Header ("Content-type: image/png");
$img_handle = imageCreateFromPNG("Secure.png");
$color = ImageColorAllocate ($img_handle, 100, 100, 100);
$jo = "6767fjddms8";
$random_digit=rand(00000000000000,99999999999999);
ImageString ($img_handle, 12, 32, 7, "$random_digit", $color);
ImagePng ($img_handle);
ImageDestroy ($img_handle);
?>

This works fine. But i want this picture to be shown on a webpage as well as other things so i put that code into a .inc file. Then i included that file in another page on my site but it read the header from the inc file and said "ERROR - Headed already sent.
How do i stop this from happening?
So it just shows the picture along with ohter things on the page?

2006-12-03 02:49:46 · 4 answers · asked by peter s 1

I downloaded a file which is VBScript Script File format. Firstly, I didn't know what is was. Then I opened it. All of sudden, all my JPG (pictures) turned into VBScript Script File. All my pictures are lost. I have tried 'System recovery', but it didn't work, can anyone help me please???

2006-12-03 02:44:10 · 3 answers · asked by Anonymous

2006-12-03 02:36:05 · 6 answers · asked by sudheer m 1

2006-12-03 02:34:19 · 1 answers · asked by Anonymous

theoritically i know to write program. also i have cobol in my system. first tried ...start>run>cmd in c prompt i changed the path to cobol folder. then i typed NE +FILENAME.COB.. buts it says 'NE' is not recongi...................... what i should do help me

2006-12-03 02:28:32 · 1 answers · asked by Anonymous

2006-12-03 02:12:32 · 6 answers · asked by RATHISH K 1

i found one thing about earning in net that 'uploading links in my site makes a lot of money'...... there i got two doubts.....

i don't have problem in creating ma own site. But the problem is

1) what content can i have if i create ma own site?

2) How can i make it more creative?

2006-12-03 01:28:17 · 4 answers · asked by Anonymous

Hi, i made this little script, im trying to make one of them images that shows a number which you have to type in, to stop bots from flooding your site. Can someone please edit this script so the valur of the variable "$jo" is shown in random fonts each time.


The script:



Header ("Content-type: image/png");

$img_handle = imageCreateFromPNG("Secure.png");

$color = ImageColorAllocate ($img_handle, 100, 100, 100);

$jo = "6767fjddms8";

ImageString ($img_handle, 3, 10, 9, "$jo", $color);

ImagePng ($img_handle);

ImageDestroy ($img_handle);

?>

2006-12-03 00:08:42 · 2 answers · asked by peter s 1

Something related to VB 6 i suppose.........

2006-12-02 23:37:38 · 4 answers · asked by aarpit31 2

OBJECTIVE - I am trying to pull all entries from $dbTable that were entered between November 1, 2007 23:18:18 and December 8, 2007 23:18:18.

DECLARATIONS:
$dbTable = table name
date field info = `dAt` datetime NOT NULL default '0000-00-00 00:00:00'

FAILED ATTEMPT - it showed no errors, just didnt pull anything
$query = "SELECT * FROM $dbTable WHERE 'dAt' >= '2007-11-01 23:18:18' AND 'dAt' <= '2007-12-08 23:18:18'";

This worked, and displayed all dates, including dates in the range specified above.
$query = "SELECT * FROM $dbTable ORDER by 'dAt' DESC";

any ideas would be appreciated
thanks

2006-12-02 23:16:45 · 1 answers · asked by f1avor_f1av 3

Does any one know how to make a win32 executable using visual studio express edition. I have already downloaded the PSDK from microsoft. And there is sum info for C++ but nuthing for visual basic...

2006-12-02 23:11:12 · 5 answers · asked by Anonymous

2006-12-02 22:55:45 · 4 answers · asked by Arpit 2

2006-12-02 22:10:23 · 1 answers · asked by chosen one nick 1

How to bind gridview to datareader in asp.net 2?

2006-12-02 22:10:04 · 1 answers · asked by wael_kabil 1

2006-12-02 20:56:42 · 5 answers · asked by Aziz @ 2

I want to convert a jpg photo of 330 x 383 into 100 x 100. How can I convert it?

2006-12-02 20:53:58 · 6 answers · asked by gopi 1

2006-12-02 20:29:32 · 3 answers · asked by Aziz @ 2

I would like some free tutorials for maya 7 any good websites intrested in modeling,effects animation and everything maya

2006-12-02 19:17:01 · 4 answers · asked by graphiac 2

fedest.com, questions and answers