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
~509 People Reached
Favorite Tags
Member Avatar for tanu.jain.39566

I am trying to implement filesystem of **GruntyOs** in my test os which i am developing using **COSMOS** kit in visual studio 2010..there are so many os like **noobs envyos** etc that have already implemented **GLNFS filesystem..** while implementing gruntyos in my os i am getting **HResult exception**. please tell …

0
70
Member Avatar for tanu.jain.39566

i have visual studio professional edition and have downloaded and installed cosmos user kit for developing operating system.when i am making new> project>visual f#> c# operating system --kernel.cs is being made..and there no program.cs file with main and init function as shown in most of the tutorials.in my kernel.cs i …

Member Avatar for tanu.jain.39566
0
168
Member Avatar for tanu.jain.39566

i want to implement drag and drop on my jsp page..how can i implement this ?using javascript or php or something else ?and how?

Member Avatar for James_Smith
0
74
Member Avatar for tanu.jain.39566
Member Avatar for tanu.jain.39566
0
111
Member Avatar for tanu.jain.39566

<%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <script> function adddate() { date=new Date(); var month = date.getMonth()+1; var day = date.getDate(); var year = date.getFullYear(); if (document.getElementById('datetext').innertext =='') { document.getElementById('datetext').innertext = month + ' ' + day + ',' + year; } } </script> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> …

Member Avatar for ckchaudhary
0
86