Search Results

Showing results 1 to 40 of 146
Search took 0.04 seconds.
Search: Posts Made By: serkan sendur ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Sep 22nd, 2009
Replies: 7
Views: 507
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Sep 21st, 2009
Replies: 7
Views: 507
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009
Replies: 7
Views: 507
Posted By serkan sendur
dont worry most users with one posts are of "post and run" type. he will probably never come back, and when he wants to come back, he will create another user as he already forgot his credentials.
Forum: JavaScript / DHTML / AJAX Sep 20th, 2009
Replies: 5
Views: 2,593
Posted By serkan sendur
if it does not work in those browsers, just find the substitute and post it to here instead of useless commenting.
Forum: JavaScript / DHTML / AJAX Sep 19th, 2009
Replies: 5
Views: 2,593
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009
Replies: 7
Views: 507
Posted By serkan sendur
document.style.cursor = "cursorTypeName";
Forum: JavaScript / DHTML / AJAX Sep 17th, 2009
Replies: 1
Views: 573
Posted By serkan sendur
i havent seen any advantages rather it causes some undocumented errors. it sucks dude, i dont like it.
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009
Replies: 3
Views: 374
Posted By serkan sendur
please mark as solved.
Forum: JavaScript / DHTML / AJAX Sep 1st, 2009
Replies: 3
Views: 374
Posted By serkan sendur
there are two built in functions in javascript : setTimeout and setInterval check them out there are milions of examples out web.
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009
Replies: 9
Views: 676
Posted By serkan sendur
Thanks for taking me into consideration :)
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009
Replies: 9
Views: 676
Posted By serkan sendur
i dont think he is looking for such a processor consuming way of deleting the memory. i think delete keyword works better for his needs. or basically setting the array to null.
Forum: JavaScript / DHTML / AJAX Aug 19th, 2009
Replies: 9
Views: 676
Posted By serkan sendur
wow i have created big javascript applications so far and yet i have never needed to delete something from memory. why do you need it?
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 2
Views: 559
Posted By serkan sendur
it has to do with caching. your page is cached on the clients computer, that is why they are able to get the page. if your server-side is asp.net then you can control caching settings for both client...
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 7
Code Snippet: scroll smoothly
Views: 3,870
Posted By serkan sendur
refer to this thread http://www.daniweb.com/forums/thread201252.html
Forum: JavaScript / DHTML / AJAX Jul 2nd, 2009
Replies: 0
Views: 498
Posted By serkan sendur
ayesha789 asked me how to use my smooth scroll script in code snippets section.

i created an example for him here :

htmlpage :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Jun 29th, 2009
Replies: 2
Views: 2,419
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Jun 18th, 2009
Replies: 5
Views: 551
Posted By serkan sendur
why didnt you post it as a snippet?
Forum: JavaScript / DHTML / AJAX Jun 10th, 2009
Replies: 1
Views: 2,654
Posted By serkan sendur
you have to change your settings for internet explorer. tools options then advanced, there is a section for activex controls, play around with them.
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009
Replies: 4
Views: 578
Posted By serkan sendur
it is because in xml, nodes can either be terminal or not. when you specify a src attribute for a script tag, it becomes a terminal node which means you can not add any child to it, when you add a...
Forum: JavaScript / DHTML / AJAX May 28th, 2009
Replies: 5
Views: 744
Posted By serkan sendur
yes, you can use ajax, query the webservice with ajax, when you get the location information in your xmldocument object. you can run your javascript code accordingly.
Forum: JavaScript / DHTML / AJAX May 28th, 2009
Replies: 5
Views: 744
Posted By serkan sendur
you can detect users ip adress using javascript then find location using some webservices.
http://javascript.internet.com/user-details/ip-address.html
what is your server-side platform?
Forum: JavaScript / DHTML / AJAX May 22nd, 2009
Replies: 2
Views: 763
Posted By serkan sendur
i couldnt open the link you provided.
are you looking something like this
http://www.daniweb.com/code/snippet1140.html
Forum: JavaScript / DHTML / AJAX May 21st, 2009
Replies: 5
Views: 358
Posted By serkan sendur
you are going to create frameset and your top frame will be 0%, then you are going to embed your sound to your top frame. the navigation will take place in the main frame, so the background sound...
Forum: JavaScript / DHTML / AJAX May 21st, 2009
Replies: 1
Views: 864
Posted By serkan sendur
instead of making an iframe editable use wysiwyg editor like this :
http://freerichtexteditor.com/
Forum: JavaScript / DHTML / AJAX May 19th, 2009
Replies: 4
Views: 365
Posted By serkan sendur
if you are creating an application for internet, it is better to use javascript that is supported on all common browsers. dont use just firefox or internet explorer specific javascript objects.
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 2
Views: 643
Posted By serkan sendur
try asp.net man, all this functionality is encapsulated to one web control: calender. and there is one in ajax control toolkit for asp.net.
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 1
Views: 360
Posted By serkan sendur
you seem to have it all, why do you ask for further?
i only use visual studio debugger for debugging javascript.
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 11
Views: 871
Posted By serkan sendur
look i dont think it is a good idea to load the file after the link clicked, it may still take long and it can call the function before the load completes in which case you are going to get object...
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 11
Views: 871
Posted By serkan sendur
post also the link that will load this file
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 11
Views: 871
Posted By serkan sendur
what you want is possible, i demostrate that in following :

your html page content :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Apr 29th, 2009
Replies: 3
Views: 388
Posted By serkan sendur
this link has all the methods you need :
http://www.adp-gmbh.ch/web/js/msxmldom/methods_properties.html
create an msxmldom object then load your xml file, then select the nodes and assign them to...
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 0
Views: 885
Posted By serkan sendur
guys i have come to conclusion that basically pocket internet explorer for windows mobile 5.0 and pocket pc 2003 basically dont support javascript. It is better to do everything based on simplest...
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 0
Code Snippet: joomla-like image scroll
Views: 2,258
Posted By serkan sendur
very cute and short image scroll script.
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 4
Views: 2,033
Posted By serkan sendur
i dont understand why this guys dont mark threads as solved when they got the answer. But here is i corrected the img tags.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 0
Views: 400
Posted By serkan sendur
i need documentation for internet explorer 4 javascript support.
thanks
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 1
Views: 636
Posted By serkan sendur
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009
Replies: 6
Views: 912
Posted By serkan sendur
and to retrieve that information using javascript :

<html>
<body>
<script type="text/javascript">

document.write( navigator.userAgent);
</script>
</body>
</html>
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009
Replies: 6
Views: 912
Posted By serkan sendur
here is the jsp version of the same thing :

<html>
<head>
<title>Enumeration Scriplet</title>
</head>
<body>
<h2>
Enumerations</h2>
<p>
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009
Replies: 1
Views: 634
Posted By serkan sendur
textfield has change event but it is triggered when you press tab button :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">...
Forum: JavaScript / DHTML / AJAX Mar 18th, 2009
Replies: 2
Views: 4,557
Posted By serkan sendur
are you looking for something like this :

http://luke.breuer.com/tutorial/javascript-modal-dialog.aspx
Showing results 1 to 40 of 146

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC