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
~2K People Reached
Favorite Tags
Member Avatar for yasmena

Hi, I'm learning aspectJ and was wondering how can i use the Plugin in Eclipse IDE ..i Googled alot but nothing helped me !! i downloaded the Plugin fom the eclipse site but can't find an aspectj project when i open eclipse and try a new project i'm supposed to …

Member Avatar for yasmena
0
51
Member Avatar for yasmena

HI, i have integrated the cross-browser RTE editor into my Site But whenever i try to use any of its features like uploading or adding hyperlinks it opens a popup telling me that Page Not Found HTML/*.html not found !! i dont know where is that folder and it wasnt …

0
93
Member Avatar for yasmena

HI all , i have a list box(combo box) that contains 100 items and i need to send this whole list to another form (i.e i need to insert these options in the list in the DB ) the problem is sending a listbox to another form can be done …

Member Avatar for Rhyan
0
83
Member Avatar for yasmena

i wonder how can write a JS variable inside HTML here's the Line: var texture=document.getElementById('texture').value; formdiv.innerHTML = formdiv.innerHTML +'<td align=center> JS VARIABLE TEXTURE</td>'; any help is appreciated

Member Avatar for sasankasekhar
0
80
Member Avatar for yasmena

i have a form which contains a combo box and a table ...i need when the user selects an option the page be reloaded but with the table contains the new data for the option he choosed from the combo box can anyone help

0
75
Member Avatar for yasmena

PLZ I NEED HELP WITH THAT: <option value="1" >option1</option> how can i color this option or highlight it the MAIN problem is i have a drop down menu for parents and their child categories so i need to highlight the parents :(

Member Avatar for yasmena
0
73
Member Avatar for yasmena

is it possible in Php to make the option items colored or to highlight some items???????????

Member Avatar for somedude3488
0
112
Member Avatar for yasmena

i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!!

Member Avatar for Atli
0
100
Member Avatar for yasmena

is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors

Member Avatar for sDJh
0
89
Member Avatar for yasmena

i need to add an option from list1 to list2 when the user clicks on ADD to List button but sth is wrong with my code it's not working function AddItem() { var opt = document.getElementById("List1").selectedIndex; document.getElementById("List2").options.add(opt); } can anyone tell me whats wrong ??!!!!!!

0
75
Member Avatar for yasmena

Hi , i need help with me Joomla site , i need to make the file permission of the images folder set to 777 only during uploading and afterwards make it set to 755 i need to make also a timer that times out after a period i specify and …

Member Avatar for blocblue
0
80
Member Avatar for yasmena

im new to Joomla..and i need somebody help me where the joomla scripts are ??? i mean i want to edit the JCE uploading script and i dont know where the scripts are

0
79
Member Avatar for yasmena

Is It Possible to pass a variable through an included file include("../admin/addcustomer.php?page=partner"); i tried it but it says : Failed to open stream: No such file or directory plz i need help and if it's not possible how can i pass this variable

Member Avatar for yasmena
0
187
Member Avatar for yasmena

my problem is i have a laptop and pc and need to exchange files between them so i set a network and the laptop seems to see the pc and everything is fine But when i try to ping the laptop form the PC it asks me for a username …

Member Avatar for harry04h
0
76
Member Avatar for yasmena

i have a JS that generates fields on the fly i set a counter so that i can count the no. of fields the user generated now i need to loop through these fields and i dont know how to use that JS variable inside PHP for($i=0;$i< "JS VAR";$i++) i …

Member Avatar for HazardTW
0
128
Member Avatar for yasmena

im asking the user to enter the number of fields he want to generate and i need to take this number and generate him the fields when he click Submit can anyone Help Me

Member Avatar for Shanti C
0
122
Member Avatar for yasmena

i really need help in my script for uploading multiple files ...the script looks very fine and i cant see anything wrong in there: <td>Gallery</td> <? for($i=1;$i<=4;$i++) { echo"<input type='hidden' name='MAX_FILE_SIZE' value='1000000'>"; echo"<td><input type='file' name='userfile[]' class='input'></td>"; } ?> while(list($key,$value)=each($_FILES)) { if ($_FILES >0) { echo 'Problem: '; switch($_FILES ) { …

Member Avatar for srilakshmitr7
0
85
Member Avatar for yasmena

im having a problem in resizing an image on the Fly and i just need to know is there anything wrong with that line <img src="image_resize.php?image=<?=$arr['picture']?>&max_width=200&max_height=120">

Member Avatar for R0bb0b
0
65
Member Avatar for yasmena

I have a problem with DATES .. i used to get the date from the user as 20-10-2009 and the DB field is DATE not TIMESTAMP then i use the following line to convert the date to DD-MM-YYYY when being viewed to the user since its stored in the DB …

Member Avatar for PoA
0
58
Member Avatar for yasmena

I Need to insert a date into mysql database i dont know which is better using DATE or VARCHAR as the date field ?? im using now the DATE type but whenever i insert any date its not inserted in the DB 0000-00-00 it appears like this . the Code: …

Member Avatar for R0bb0b
0
81
Member Avatar for yasmena

i need help in my project, i need to get the mous focus on the username text field in the admin page but the problem is the body & head of the page is in another page so when i use onload="focus();" and get the element by id e cant …

Member Avatar for R0bb0b
0
127
Member Avatar for yasmena

i have a login page which contains a text box for a username i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry i know its so simple but im new to JS

Member Avatar for yasmena
0
85
Member Avatar for yasmena

i need to know how to get the selected value from a drop down box in php for example : while($row=mysql_fetch_array($query)) { echo"<option value='category'>".$row["cat_name"]."</option>"; } i want in another page to get the selected value and perform some operation on it

Member Avatar for ramseswar
0
85
Member Avatar for yasmena

this page opens in a pop up where it fetches an image from the Database ...everything works perfect except for passing the id part.. i'm tired of trying and i kept 5 days googling but could not solve it !! any help would be appreciated .. here's the line that …

Member Avatar for Lejonet
0
150
Member Avatar for yasmena

i want to display the results of a sql statement in several pages i have 6 rows .and i set the page limit to 2 rows so i have 3 pages i followed some tutorial online : [url]http://php.about.com/od/phpwithmysql/ss/php_pagination_3.htm[/url] but when i click next i have no results to display !! …

Member Avatar for Shanti C
0
107
Member Avatar for yasmena

can anyone heLp me i need to send an id to a page through a javascript function but it wont work he can't read the variable function confirm_delete() { var answer=confirm("Are You Sure You Want to Delete ?"); if(answer==true) { window.location="delete.php?id=$id"; // alert(" Title Deleted"); } else return false ; …

Member Avatar for Shanti C
0
93
Member Avatar for yasmena

Heloo, i've just downloaded a template for my site but i dont know how to use it in my PHP code can anyone just state some steps to follow thnx

Member Avatar for nikesh.yadav
0
56