Forum: JavaScript / DHTML / AJAX May 8th, 2009 |
| Replies: 7 Views: 870 Awesome, it works :P
thanks Airshow!
btw ""It's like trying to find a needle in a haystack"
I know this expression :)
thx again.
JC |
Forum: JavaScript / DHTML / AJAX May 7th, 2009 |
| Replies: 7 Views: 870 Bumping cause I couldn't get it to work, The function should return -1 if it doesn't contain the string right?
this is what I've done:
function string_contains(string,value)
{ ... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009 |
| Replies: 12 Views: 1,063 Heh,
Your code looks so organized and professional :D
I found a book of Douglas Crockford, the good JS-The good part,
and I'll search for some videos.
well now I really should focus on physics,... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009 |
| Replies: 12 Views: 1,063 Woohoo!
Awesome!
It's finished, Thanks to You :D
I made the clear function to clear the gRatioField as well, It's perfect!
And I'll have more questions in the future cause I'll have to do a... |
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009 |
| Replies: 12 Views: 1,063 Wow, Awesome!
thank You :)
So I'm working further on my code,thus I have some questions about Your code(not huge questions don't worry), just something I don't understand as well as other things:... |
Forum: JavaScript / DHTML / AJAX Apr 28th, 2009 |
| Replies: 12 Views: 1,063 Airshow(You have nice name also :P)
Here is what I done for calculating the series:
function calculate(seed1,seed2,index_end)
var fil=seed1+seed2;
var i=0;
if (index_end==2)
/////show seed 2... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 12 Views: 1,063 Great,
I think I actually understand :}
the calculating part is not hard for me cause I already done that before,
just need the 2 seeds and i can generate other in a for loop, now getting "from"... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 12 Views: 1,063 Hi Airshow,
Some more questions , I think I'm progressing slowly but effectively :)
"onclick="show()""
so this basically tells, that if button show was clicked it will summon the show function... |
Forum: JavaScript / DHTML / AJAX Apr 27th, 2009 |
| Replies: 12 Views: 1,063 Hi Airshow!
Thank You for your time!
I appreciate it ! :D
I'm gonna try everything now (by my own) when i come back from school.
And I'll let You know If I have any problems ( I Already done the... |
Forum: JavaScript / DHTML / AJAX Apr 26th, 2009 |
| Replies: 12 Views: 1,063 Hi all.
I'm building a website about Fibonacci for school, So I want to put a calculator that will show all lucas numbers or fibonacci numbers as for the user's decision.
I've made the design and... |
Forum: JavaScript / DHTML / AJAX Apr 22nd, 2009 |
| Replies: 7 Views: 870 I mean in a form that i make in Html, i need to check that the user name name value doesn't contain the first name of the person.
so what You wrote instead of the 3rd line(replacing by) I can write... |
Forum: JavaScript / DHTML / AJAX Apr 22nd, 2009 |
| Replies: 7 Views: 870 Hello,
I have a little question.
Lets say I have string:
string g="ZOMGGGG";
and a Boolean var:
bool S;
so in C# if I write S=g.contains("GGGG");
and I get true if it contains else false.... |
Forum: JavaScript / DHTML / AJAX Apr 4th, 2009 |
| Replies: 2 Views: 805 wooohoo!
amazing! thanks man :D |
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2009 |
| Replies: 2 Views: 805 Hi!
We have a project,to make a website in school, so one of the mandatory things is the registration form.
so i can just copy from the example the teacher gave us and add some stuff, but i wanted... |