CancelImage Upload

Programming Topics
Login
Want to login?

No problem. Just enter your email and password below.


register | home | reminder
Page: 1 2  
1 posts by 1 users. Most recent: 2010-02-10 14:42:31 by Guest User
The ASCII values for the digits 0–9 are 48–57, respectively. Write an algorithm and a Java program that, given a positive integer x, constructs a sequence of values in the range 48–57, representing the ASCII values of the digits of x . For example, if x = 104, the resulting sequence is 49 48 52, since the ASCII values for 1, 0, and 4 are 49, 48, and 52, respectively.
5
1 posts by 1 users. Most recent: 2010-02-10 10:04:38 by Guest User
i want code for validating email address and resgistration form.
0
2 posts by 2 users. Most recent: 2010-02-01 10:23:11 by Garren Harland
I need a Javascript code to validate zipcode starting with 27 or 28?
0
2 posts by 2 users. Most recent: 2010-02-01 10:20:52 by Garren Harland
regex formula bitween 0 to 3600
0
2 posts by 2 users. Most recent: 2010-01-28 15:32:46 by Garren Harland
example for change image on mouseover using javascript with out put.
0
2 posts by 2 users. Most recent: 2010-01-21 10:09:55 by Garren Harland
Hi all, I am working on a site where we are selling some products and there is one product for each day. The clients wants to enter the product of a month at a single go but the products will be published to the site as per the time of product which is set by the client. I am stuck with this code please help me out.
0
1 posts by 1 users. Most recent: 2009-12-21 09:37:49 by Guest User
Take any html document add one text area in that and one button clicking on that will show the html code of that document in that text area.
0
3 posts by 3 users. Most recent: 2009-11-27 17:33:29 by Samuel Mason
great code... i modified it... it is much better this way... function switchtovisorhidden(obj) { obj = document.getElementById(obj); if (obj.style.visibility == 'hidden') obj.style.visibility = 'visible'; else obj.style.visibility = 'hidden'; } you can see it working at http://www.eonsoft.us/termsandcond.php thank you.
2.5
2 posts by 2 users. Most recent: 2009-11-27 17:30:52 by Garren Harland
put the following components in order, from smallest to largest
0
3 posts by 3 users. Most recent: 2009-06-18 14:52:45 by Aidan Henderson
Hey. I have come across the following tutorial where an array is shuffled multiple times after various splits: How to shuffle an Array in PHP: Card Stack Example Now I realise that this was mainly an example of various array functions, using cards to display what the functions do. My question though is whether or not one shuffle is actually enough to achieve the same kind of results? Does anyone else ever find that when using shuffle() once, the result is not that random?
5
Page: 1 2  
Everyday English GmbH • 8105 Regensdorf, Switzerland • Tel: +41 (0)44 840 03 68 • www.mydesigntool.cominfo@mydesigntool.com