Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
3
Downvoting Members
4
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sitie_aniem

i am creating a system and have problem with the function to convert year - year, month and date. the thing that i understand is the year is round for 365 days, and others i am not really understand of all. can you give explanation for this function so that …

Member Avatar for daryll1
0
688
Member Avatar for sitie_aniem

i have create a function to calculate date. whenever i enter it to the system, there having extra date. why get like that. the coding is just like the below. [CODE]function calculateDate(value) { if (document.form.fromDate.value != null && value != null) { var date = getDate(document.form.fromDate.value); date.setDate(date.getDate() + parseInt(value)-1); var …

0
76
Member Avatar for hotice47

hi i am taking software project management class in this semester..and now i have to give the project ....on E-Mail Management System like hotmail,gmail... the thing is that i am making my own mail system and i need server and other thing for that... the problem i am faceing is …

Member Avatar for sitie_aniem
0
217
Member Avatar for sitie_aniem

i am having a problem. whenever i use Internet Explorer, i enter my company system, there is some button i cannot click. whenever i use the latest one, Mozilla Firefox 3.5 above, i open my company system, the menu bar is gone. Is it the upgrade of the new one …

Member Avatar for abdoolah2003
0
48
Member Avatar for sitie_aniem

what is domain controller security policy? what is domain security policy? what is the difference of this two function?

-3
45
Member Avatar for sitie_aniem

[code]function calculateDate(value) { if (document.form.fromDate.value != null && value != null) { var date = getDate(document.form.fromDate.value); date.setDate(date.getDate() + parseInt(value)-1); var curr_date = date.getDate(); var curr_month = date.getMonth()+1; var curr_year = date.getFullYear(); var dateString = formatString(curr_date) + "-" + formatString(curr_month) + "-" + curr_year; document.form.toDate.value= dateString; } } function calculateValidDays() { …

Member Avatar for sitie_aniem
0
112
Member Avatar for sitie_aniem

authority means power right? but what is the meaning authority in Window Server 2003? can you explain briefly so i can clearly understand it.

Member Avatar for jbennet
0
71
Member Avatar for sitie_aniem

what is the function of active directory domains and trust, active directory sites and services and, active directory users and computers in windows server 2003?

Member Avatar for Seten
-1
163
Member Avatar for sitie_aniem

i have to debug the error for eleave system for a company. when i do the testing i define that having an extra day for the service length at the system. someone could help me? i don't want you to settle the problem for me, just tell me where can …

Member Avatar for ShawnCplus
0
59
Member Avatar for sitie_aniem

what is the real definition of computer server? when i do the research, some say computer that the program and provide service to client. some say individual computer on a LAN acting as service, some say not use directly - share the program. i do not know which one? help …

Member Avatar for Seten
0
87
Member Avatar for sitie_aniem

what is actually local printer and network printer? what is the difference between them ? and what are the advantages of sharing printer? i really have no idea about it. help me please.

Member Avatar for sknake
0
253
Member Avatar for sitie_aniem

i have to do IT manual operation of the company. can you explain about wireless keyboard. make it short but precise because it is manual.

Member Avatar for happygeek
0
92
Member Avatar for sitie_aniem

"Ethernet Port This port looks a lot like the modem or telephone port but it is actually wider. You can use this port for networking and also connecting to the Internet. Ethernet." I got this phrase from Internet. what is the meaning of wider? i am not understanding at all. …

Member Avatar for pritaeas
0
73
Member Avatar for sitie_aniem