Search the web
Sign In
New User? Sign Up
AJAX_2-0 · AJAX 2.0 = XHTML DOM + Remote JavaScript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59 - 88 of 136   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59
5 Earth-Shattering Things You Should Know About Ajax And Probably Don't Ajax is hotter right now than Nicholas Carr's backside after coming out of Tim...
logical_genius
Offline
Jan 2, 2006
3:56 pm
60
Hello, Which is best Ajax based grid...
codewriter45678
Offline
Jan 6, 2006
2:49 am
61
What is AJAX grid ? When I googled I got results regarding APS.NET, so I did not waste my time on it....
logical_genius
Offline
Jan 6, 2006
2:54 am
62
Small steps for HTML but gaint strides for AJAX http://www.protopage.com/v2 Try movin thoes windows and scrollbars http://www.ajchat.com/chat/ajaxblog ...
logical_genius
Offline
Jan 6, 2006
8:52 am
63
Try activewidgets @ http://www.activewidgets.com/ If you find any others, let me know....
Steve Carl
stephengcarl
Offline Send Email
Jan 7, 2006
6:17 am
64
Saturday, January 07, 2006 Nine Tips for Designing Rich Internet Applications...
logical_genius
Offline
Jan 13, 2006
8:07 am
65
5 day stand up training expected pay: $500-$800/day email me off group for details thanx ted jordan...
Ted Jordan
tedjordan
Offline Send Email
Jan 16, 2006
6:45 am
66
Best Wishes, This is regarding a requirement that we have in our organization (name withheld) on part time basis for a Subject Matter Expert (SME) in the...
tallslimrapper
Offline Send Email
Jan 21, 2006
10:23 am
67
Mastering AJAX http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro2/?ca=dgr-lnxw07AJAX-Request After U read this article U will never ever ever do...
logical_genius
Offline
Jan 24, 2006
9:10 am
68
http://www.digitalmediaasia.com/default.asp?ArticleID=13116&cachecommand=bypass&Print=true...
logical_genius
Offline
Feb 3, 2006
6:42 am
69
Hi All I am currently developing an app using jsp,tomcat and mysql. I am stuck! One of the specs of the project is that four users insert into the database...
jspstudent
Offline Send Email
Feb 15, 2006
2:22 pm
70
Your problem is 2 fold - 1. Manage concurrent data input 2. Refresh page when all four have completed the data input task Now problem 1. can be solved by any...
Shashank "Shanky" Tiw...
tshanky
Offline Send Email
Feb 17, 2006
6:09 am
71
A new site offering lessons, workshops, tutorials, news about AJAX. http://www.ajaxlessons.com/ <http://www.ajaxlessons.com/contest/?ref=www.in-spiretech.com>...
Hüseyin Tüfek...
rskeleton
Offline Send Email
Feb 18, 2006
1:42 pm
72
Guys, I have the following *.js file. Can anyone explain to me why my readyState is always 1 in the validate(...) fxn? Shouldn't it be 2? I have a WebApp...
sjangity
Offline
Mar 20, 2006
10:18 am
73
... Where are the function "subscriptionValidator" ? It will receive the changes in readyState -- SDM - www.Garimpar.com/noticias http://sdm.zapto.org/ -- ...
Rafael Jorge
sabedeusmatrix
Offline Send Email
Mar 20, 2006
11:42 am
74
readyState should get up to 4 (meaning all data is loaded & the doc tree is parsed, I believe). I think the reason you're getting 1 only is because you're...
Jeff Woodman
sanctumvoid
Offline Send Email
Mar 21, 2006
10:03 am
75
Req. ID: Req-0349 - Sr. Ajax Front end Developer Primary Skills: Ajax, XHTML, CSS, Document Object Model, XML, XSLT and JavaScript , J2EE Description: Our...
Ravi Revuri
rkrevuri
Offline Send Email
Mar 25, 2006
4:01 pm
76
This is not a Jobs Group, hence from now onwards no jobs here. Please create a Ajax Jobs group if anyone has a probelm with this. - Logically Genius....
logical_genius
Offline
Mar 25, 2006
4:11 pm
77
AjaxToday.com is a dedicated portal for the international ajax developers community. The site right now features articles, tutorials, forums, books, blogs and...
ajaxtoday
Offline Send Email
Mar 27, 2006
9:52 am
78
I have seen many HTML tutors that run off Harddisk without WebServer. So is it possible to load a file/image from harddisk if we know its path on clients...
logical_genius
Offline
Mar 31, 2006
8:39 am
79
If you're on the Windows platform, the FileSystemObject will allow this. The following is from a windows script technologies help file: var fso, f; var...
Steve Carl
stephengcarl
Offline Send Email
Mar 31, 2006
1:47 pm
80
... omg, this is serious vulnerability right? This allow the programmer to get informations from any file from Windows, I hope that linux (firefox, gecko, etc)...
Rafael Jorge
sabedeusmatrix
Offline Send Email
Mar 31, 2006
4:51 pm
81
Hello all, What softwares do I need to run an AJAX program ? I have installed tomcat, ant and myEclipse. Can anyone explain me how to use it in order to run...
Sucheta Kulkarni
suchetapar
Offline Send Email
Apr 1, 2006
9:38 am
82
It's only a security issue if the user turns off their internet restrictions. For my users, I set the intranet zone in IE so that they're prompted to allow...
Steve Carl
stephengcarl
Offline Send Email
Apr 1, 2006
1:18 pm
83
Sucheta, Here's a link to a brief explanation of AJAX: http://sanctumvoid.net/jsexamples/ajax/ajax.html Most AJAX programming is client-centric (ie,...
Jeff Woodman
sanctumvoid
Offline Send Email
Apr 1, 2006
5:19 pm
84
You need a browser on the client side - IE6 or Firefox 1.5 both work well. The client side code is JavaScript and DOM, and would have a script function that...
Steve Carl
stephengcarl
Offline Send Email
Apr 1, 2006
6:56 pm
85
But I was asking about plain HTML+Javascript, without JAVA or ActiveX ? ... they're...
logical_genius
Offline
Apr 2, 2006
9:29 am
86
As you may have figured out by now, you can't do that....
Steve Carl
stephengcarl
Offline Send Email
Apr 2, 2006
4:05 pm
87
No because of security sandbox. You have to use signed script, applet or activex.. -abdul...
Abdul Qabiz
abdulqabiz3
Offline Send Email
Apr 3, 2006
7:21 am
88
So this link should not show image in Windows FireFox right ? file:///c:/windows/winnt.bmp <img src=file:///c:/windows/winnt.bmp></img> ... ...
Infoligence Associates
logical_genius
Offline Send Email
Apr 3, 2006
8:10 am
Messages 59 - 88 of 136   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help