
PrateekSaxena
Members-
Content Count
584 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout PrateekSaxena
-
Rank
Invested Member
- Birthday 01/17/1992
Previous Fields
-
Languages
XHTML, CSS, JavaScript, PHP, MySQL, XML
Contact Methods
-
MSN
prateek.saxena
-
Website URL
http://xortrox.blogspot.com
-
ICQ
0
-
Yahoo
prateek.saxena
Profile Information
-
Location
NOIDA, Uttar Pradesh, India, Northern Hemisphere, Earth, Solar System, Milky Way - Opp. Andromeda
-
Interests
XHTML/CSS<br />PHP(Learning)<br />JavaScript and AJAX<br />Need For Speed Underground 2<br />C++<br />Photoshop CS2<br />Visual Basic 6.0
-
Hi,I am currently coding a rails application and am using Safari and Firefox as browsers of choice. But before deploying it I need to check if the CSS is working fine on IE or now. I don't want to use VM, and install Windows. Is there any other way I can emulate IE7/6 on my Mac?Thanks,Prateek
-
I know that one can post a something from a form by putting the method as "post". But In need to post something through PHP to another PHP file. How can I achieve this?Also is there something lke eval('codeString') in PHP???
-
Sorry for such a delayed reply.is include like require() in ruby?
-
Hi,I am a complete n00b at PHP.Please tell me the difference between.define(NAME, 'prateek');and $name ='prateek'.Also I am not able to include('some.php?q=t');why is that?
-
Hey,Does anyone know of a good dictionary website that has a strong API that will allow me to get "Synonyms" and "See also" sections?
-
I need to add something to an open source library. Could you please explain the following - What exactly is SVN? Is there any good SVN client on Windows?What is a mailing list? How can I become part of it? How do I view old emails?What is a patch? How do I submit it?What is changelog?What use is of an IRC channel?
-
JSON is like code that we can save and then use it again. Yeah! It does have security issues, but I am sure they will be sorted out in due time....
-
Ok..I didnt know that
-
I think that you need to get a web server that will support J2EE, I dont know much about JAVA so I havent really read your code..
-
Hi boen_robot,I think that that now attention is shifting from XML to JSON. Its easier to use and stuff. What do you think about that?
-
How to get x and y co-ordinate of browser
PrateekSaxena replied to sandeep_akhare's topic in JavaScript
You can either read about the screenX and screenY properties of the window on the event of click on http://www.quirksmode.org/js/events_properties.htmlOr if you are using prototype.js, then you can also use - Event.pointerX(event) -> NumberEvent.pointerY(event) -> Number Returns the absolute vertical and horizontal position for a mouse event.stop Source : http://www.prototypejs.org/api/event -
I went through a similar problem. See what I do is- <form onsubmit='checkForm(); return false;'><!--Whatever--></form> checkForm = function(){//do Validation//POST or GET through AJAX itself}
-
Also I dont know if I can write Server Side stuff on C++ or C#. You can write on J2EE ..right?