Search Results

Showing results 1 to 40 of 44
Search took 0.01 seconds.
Search: Posts Made By: JooClops
Forum: ASP Jun 28th, 2009
Replies: 3
Views: 519
Posted By JooClops
oh cool ,
didn't think about that , well my users are not auto numbered so i need to add it myself , anyway i need to give out my project in a few hours, so i cant really change anything :<
but...
Forum: HTML and CSS Jun 19th, 2009
Replies: 3
Views: 433
Posted By JooClops
Ok, first of all thanks :)
now,
the back button thing works, but now there is another problem:
there is a link to login in the left, which opens a login sheet on the right, after the user submits...
Forum: HTML and CSS Jun 19th, 2009
Replies: 3
Views: 433
Posted By JooClops
Hi,
My website is built by frames.
left, right and top
looks abit like that :


____________
____________
|
|
Forum: ASP Jun 19th, 2009
Replies: 3
Views: 519
Posted By JooClops
Hi everyone,
I'm cureently working on a project for computer calss,we are building a website... it's on locachost.
so I came across something I couldn't figure how to create.
Basically I need to...
Forum: JavaScript / DHTML / AJAX May 8th, 2009
Replies: 7
Solved: String
Views: 867
Posted By JooClops
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
Solved: String
Views: 867
Posted By JooClops
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: C# May 6th, 2009
Replies: 8
Views: 867
Posted By JooClops
Well,
First some things on my code:
I didn't think about a draw , in the end You should add else if and else for that.
Now Your code, looks ok , and I can't find the problem, one thing is that ...
Forum: C# May 5th, 2009
Replies: 8
Views: 867
Posted By JooClops
Multiply classes is not a good idea for start in C#.
Functions are very easy and powerful tool that You can use, which can divide your work so you can conquer it.
I think I understand what code...
Forum: C# May 5th, 2009
Replies: 8
Views: 867
Posted By JooClops
I might help You on this one,
but first I have some questions:
"This is run 18 times until all 18 holes are completed"
what holes?
Let me see if I understood Your game:
Player one rolls 3 dices...
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009
Replies: 12
Views: 1,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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,056
Posted By JooClops
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
Solved: String
Views: 867
Posted By JooClops
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
Solved: String
Views: 867
Posted By JooClops
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: C# Apr 7th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Great! thanks :} i cant imagine how complex the codes you're dealing with ,maybe in the future I'll have to deal with them as well :P
well I'm marking this thread solved.
so thanks again.
...
Forum: C# Apr 7th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
This is so Great :}
It's finished! I'll read up on the web about pictures and stuff.
I'm a bit jealous of your knowledge :< well....one day ...one day...:)
just a question from curiosity, can i...
Forum: C# Apr 6th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
This is so beautiful!
I didn't expect this at all XD It looks like a real soduku ,and man what an organized code! I'll never reach that level,My codes are always messy,maybe it comes with...
Forum: C# Apr 6th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Thanks again Jerry :P
few questions:
try.....finally.... works on Console app as well? I've never heard of it! if i understood it right , it's kinda useful, no matter what happens in try, they...
Forum: C# Apr 5th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Wow,
Thank you so much! It's Almost like a real soduko!!!
:D and more important i actually understood everything,I learned so many new things, it's so great! i love programming XD

I'll zip it...
Forum: C# Apr 5th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Hi,
I'm not from the US :< I currently live in Israel.
and im 16.5 years old :)

Now,
I've made two new buttons:
1."Check me".
2."Clear".

about the Clear:
Forum: C# Apr 4th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Hello again Jerry,
Thank you for the tricks :> and advices(from now on i use underscore before a class private variable) I'm learning so many new things(and i like it!) :>

Now,
I want to make my...
Forum: C# Apr 4th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Hi again,
first of all i cant stop telling you how much i appreciate your help, I've started this from almost 0% knowledge on winApp, basically I know some basic stuff and that's all, your really a...
Forum: C# Apr 4th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Wow great ! thank you!
now it looks like a soduko(more or less) :}
ok now I'll try to implant my program from console app to this.
I'll report if i encounter problems.
Thank you so much ,really!...
Forum: C# Apr 4th, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Table-Layout-Panel :)

Jooclops
Edit:
one more thing:
why can;t I change the size of the labels? not even in the properties of the label... I\ll make a screen shot later :D
thanks for your help!
Forum: JavaScript / DHTML / AJAX Apr 4th, 2009
Replies: 2
Views: 804
Posted By JooClops
wooohoo!
amazing! thanks man :D
Forum: C# Apr 3rd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
another thing i encountered , i've made the 9*9 labels to drag to, but i made a table of 9*9 as well , but when i press F5 it hides the labels , i mean,it;s like the table is upon the labels, and i...
Forum: C# Apr 3rd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Hey , Thanks a lot again.
I think i understood some of the concepts now, ill work on it now for 2 days, and post some minor question here and there,And i'll post back what i've done in these days(i...
Forum: C# Apr 3rd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
ok never mind that! i found my mistake(forgot the label 1 drag drop in the event handler)
now how can i make 81 labels????than i'll try to continue by my own
thank you so much,
JooClops
Forum: Java Apr 3rd, 2009
Replies: 4
Views: 474
Posted By JooClops
done, actually i thought mods had moved it XD
well now they can delete it :}
btw ,when i first read your nickname i thought its Best-Jew-Since-Joo-Clops XDDD
funny, but irrelevant so sorry :P...
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2009
Replies: 2
Views: 804
Posted By JooClops
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...
Forum: C# Apr 3rd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
Hello Jerry!
I've tried the things you've (very easy to follow, you should be a teacher/professor! and i can't get this working, I'm attaching what I've done so far, which is basically what you told...
Forum: C# Apr 3rd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
amazing! very detailed explanation!!! I'm gonna try that immediately when i come back from school and report later! hands down.
thank you!
Forum: Java Apr 2nd, 2009
Replies: 4
Views: 474
Posted By JooClops
Oh excuse me, im kinda new :{
sorry,mods please move it.
Forum: Java Apr 2nd, 2009
Replies: 4
Views: 474
Posted By JooClops
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...
Forum: C# Apr 2nd, 2009
Replies: 38
Views: 2,021
Posted By JooClops
huh well, that will be called cheating :D and besides i've done it in console app as i been told only to check the soduko and to generate and solve one :D so this was peace of cake,I'd like to see...
Showing results 1 to 40 of 44

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC