Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Member Avatar for avckpn

i have made three drop downs month year day{1,2,3...} i want only valid day gets displayed in the drop down. i.e if jan is selected 31 is the upper limit if feb is selected 28 or 29 depending upon the year (leap or not) var monthselected,yearselected,mtype=0,visited=0; function reassembleDate(){ if(monthselected==4||monthselected==6||monthselected==9||monthselected==11) {mtype=30;} …

Member Avatar for pritaeas
-1
248
Member Avatar for jonathan.gardner.58

I'm interested in learning html,css, flash, java anything to do with web design and so forth. Just wondering if anyone out there has a really good starting point for me. Are there any books i should read or should i just go straight off the web. anything will help. thanks …

Member Avatar for diafol
1
138
Member Avatar for -acir-

Do you have a sample code suggestion to predict illness to a blood type? Blood type is an input from the user and when the user inputs the blood type it would give you all possible illness for that blood type. Is that possible? Am using netbeans and not sure …

Member Avatar for -acir-
0
143
Member Avatar for Vincentas

Hi guys, Currently I have a regular website, utilizing LAMP. I'd like to add a redirect for mobile devices to a subdomain, something like: m.mydomain.com There's going to be some content differences between the content for PC and mobile devices. What is the best way to do that? Can it …

Member Avatar for Vincentas
0
126