Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for runjel

[CODE]SELECT t1.name AS lev1, t2.name as lev2, t3.name as lev3, t4.name as lev4,t5.name as lev5 FROM members AS t1 LEFT JOIN members AS t2 ON t2.upline_id = t1.member_id LEFT JOIN members AS t3 ON t3.upline_id = t2.member_id LEFT JOIN members AS t4 ON t4.upline_id = t3.member_id LEFT JOIN members AS …

Member Avatar for smantscheff
0
124
Member Avatar for runjel

hello.. im making a class scheduling program for teachers wherein the teacher will choose the subject loads.. my problem now is i want to avoid the conflicting of time.. example.. the teacher has a class of 7am - 8am in section a.. that teacher cannot choose a class with a …

Member Avatar for NormR1
0
143
Member Avatar for runjel

i have cross browser compatibility issues right now.. i cannot change the height of my div in IE while in FF theres no sweat changing the height.. if i will increase the height of the div it will work but when i decrease the height to the 0px it will …

Member Avatar for karol33
0
59
Member Avatar for runjel

hello.. kind of confusing how to make it work.. i want to use a one button for hiding and showing div.. [CODE] $(document).ready(function() { $(".Email").hide(); $("#change").click(function () { $(".Email").slideDown("slow"); $("#change").html("Hide");[/CODE] im using jquery .. when you click the button it will show the div then the button caption will be …

Member Avatar for Thirusha
0
520
Member Avatar for runjel

helloo... i have a form inside the div that can dynamically add data. my problem is that whenever i add data it overlap the div.. what can be the solution for it?

Member Avatar for runjel
0
103
Member Avatar for runjel

hmm how will i start.. in my main page we can find the login form... that login form is made up of div... after i successfully logged in that login form div will become hidden then my other hidden div which is the control panel will appear.. that control panel …

Member Avatar for ivatanako
0
63
Member Avatar for runjel

i have a problem regarding light box focus.. i have a button that whenever i click the button it will call the light box.. there are 2 function . [CODE] function focus_on_lightbox(seconds) { var seconds_waited seconds_waited = seconds document.getElementById(EducationBox).focus(); seconds_waited += 100; if (document.getElementById(EducationBox) != document.activeElement && seconds_waited < 2000) …

Member Avatar for fxm
0
101
Member Avatar for runjel

can someone help me setting up a log in form that can be found here in dani.. whenever you clicked the login link a box will appear wherein in thix box you can input your username and password?

Member Avatar for runjel
0
136
Member Avatar for runjel

hello .. there is a weird problem in a website that im developing.. the problem is i cant a call external javascript if its located in a folder.. but if i put that in the directory where the index.php is located also i am able to call the javascript.. sample …

Member Avatar for scaiferw
0
113