473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

WANT some detail on AJAX

hi fellows pro,,,,,
i want some details regarding AJAX. can anyone help me in that ....
reply me with some good articles as well as tutorials in (.net)

Jan 4 '06 #1
10 1602
"Bugsy" <sk******@gmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com...
hi fellows pro,,,,,
i want some details regarding AJAX. can anyone help me in that ....
reply me with some good articles as well as tutorials in (.net)


Google!

--
Dag.
Jan 4 '06 #2

Bugsy napisal(a):
hi fellows pro,,,,,
i want some details regarding AJAX. can anyone help me in that ....
reply me with some good articles as well as tutorials in (.net)


http://www.usabilityviews.com/ajaxsucks.html
(disregard the 'spoof' part, all points still hold.)

Jan 4 '06 #3
They seem to apply to just about any setup! Lets just do everything in
PDFs and forget automation!

Jan 4 '06 #4
http://www.ajaxinfo.com/
http://www.ajaxian.com/
http://dojotoolkit.org/
http://www.ajaxmatters.com/r/welcome
http://dojo.jot.com/WidgetWishlist

also check out JSON

Its a relatively new technology (well a new name anyhow) most of the
commnets int he article Bwucke refers to are 'sort of right but wrong'
AJAX pages are active and should be hidden form search engines like any
other cgi stuff.
The other comments seem to apply to juts about every simple HTML site.
The problems are not with ajax but with bad design in general.

Jan 4 '06 #5
ma********@yahoo.com wrote:
Its a relatively new technology
It is not.

<URL:http://en.wikipedia.org/wiki/AJAX>
(well a new name anyhow) most of the commnets int he article Bwucke refers
to are 'sort of right but wrong' AJAX pages are active and should be
hidden form search engines like any other cgi stuff.


Nonsense. First, it is entirely possible to create (X)HTML documents
that work both with and without "AJAX" support. Second, there is no
reason why resources generated by CGI applications should be hidden
from search engines.
PointedEars
Jan 4 '06 #6
I agree its perfectly possible to create acceptable HTML docs from AJAX
- it is in fact 'easy' once you know how. However if the content will
change regularly then the search engines will waste the searchers time
and your servers time cpu by trying to take you to pages that 'no
longer exist'.
The original idea behind robots.txt was to stop your server being
hammered by search engines. Now you should use it on your DYNAMIC
content pages so search engines dont point to expired data.

Jan 4 '06 #7
ma********@yahoo.com wrote:
I agree its perfectly possible to create acceptable HTML docs from AJAX
"create ... from AJAX"? You have not even understood what I was talking
about; let alone quoted what you are replying to, as strongly recommended
by the newsgroup's FAQ:

<URL:http://jibbering.com/faq/faq_notes/pots1.html#ps1Post>
<URL:http://www.safalra.com/special/googlegroupsreply/>
[...] However if the content will change regularly then the search
engines will waste the searchers time and your servers time cpu by
trying to take you to pages that 'no longer exist'.
The original idea behind robots.txt was to stop your server being
hammered by search engines. Now you should use it on your DYNAMIC
content pages so search engines dont point to expired data.


Rubbish. Have you even understood what /you/ are talking about? An
important part of the idea behind CGI and similar applications is that
similar content can be generated through a template, instead of files
with similar structure but different data. It is complete nonsense to
hide that generated content from search engines because, after all, you
want to be found due to the content you provide.

Learn about caching techniques, redirection and search engine optimization,
in general get informed, before you utter further nonsense here. Nobody is
helped with your half-knowledge but it does harm to those that actually
believe you.
PointedEars
Jan 4 '06 #8
VK

Thomas 'PointedEars' Lahn wrote:
Learn about caching techniques, redirection and search engine optimization,
in general get informed, before you utter further nonsense here. Nobody is
helped with your half-knowledge but it does harm to those that actually
believe you.


Off the prozac again? I told you it's too early yet!

One brainless, other is humanless (by someone's recent definition).
Reminds me something from Futurama. Poor clj...

:-)

Besides all possible materials one can find in the Internet it is a
must I guess to read the original article where the term "AJAX" has
been introduced (and all the rush started):

<http://www.adaptivepath.com/publications/essays/archives/000385.php>

There are also interesting (from *my personal biased point of view*)
discussions in this group:

<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/f6ce0a5e95d8bf30/95c4d63e4c82f068>

and here:

<http://groups.google.com/group/comp.lang.javascript/browse_frm/thread/77a9c7235d624b61/292d292553d024f7>

Also while reading current articles one has to remember that
XMLHttpRequest / AJAX is not just a technologies anymore. It's a
business too: a lot of money has been invested (and not amortizated
yet) to different "AJAX Solutions" - and a lot of people are getting
their current payroll check grace to AJAX. So it's a golem structure
now (in sociological sense). It is able and it will fight for its
existence using its underlaying units (people). So the ping-pong game
"sucks - doesn't suck" will get more and more intensive and arguments
will be more and more senseless (but full of sense to whoever write
whem).

Jan 4 '06 #9
On 04/01/2006 16:43, VK wrote:

[snip]
So the ping-pong game "sucks - doesn't suck" will get more and more
intensive and arguments will be more and more senseless (but full of
sense to whoever write whem).


Then perhaps it should be ended here, in this thread. AJAX, in itself,
doesn't 'suck' (though the abbreviated name does :-D). However, it's
very easy to apply it badly. GMail, when it was first released, is an
obvious example of such an application.

If AJAX is used in the way that all scripts should be on the Web,
there's no problem with it.

Mike

--
Michael Winter
Prefix subject with [News] before replying by e-mail.
Jan 4 '06 #10

Thomas 'PointedEars' Lahn wrote:
ma********@yahoo.com wrote:
I agree its perfectly possible to create acceptable HTML docs from AJAX
[...] However if the content will change regularly then the search
engines will waste the searchers time and your servers time cpu by
trying to take you to pages that 'no longer exist'.
The original idea behind robots.txt was to stop your server being
hammered by search engines. Now you should use it on your DYNAMIC
content pages so search engines dont point to expired data.
Rubbish. Have you even understood what /you/ are talking about? An
important part of the idea behind CGI and similar applications is that
similar content can be generated through a template,


Yes. Many terabytes of similar content. And the robots won't care if
it's similar as long as it differs even slightly. If you write Towers
of Hanoi in CGI, the user will play by following one line of links,
towards the victory. Bandwidth used: up to 1MB. The robot will try to
download ALL possible combinations. Bandwidth used: several gigabytes,
until you cut it off.
It is complete nonsense to
hide that generated content from search engines because, after all, you
want to be found due to the content you provide.
It may be undesired to hide IMPORTED content from search engines - if a
page is generated with a template and content pulled from database,
then yes. If the content is GENERATED then storing it in search engine
is usually complete nonsense. Search results, temporary statistics,
generated navigational shortcuts, personal user settings,
cross-references in source code - all the cases where the number of
pages generated by server from 'n' of fixed content isn't O(n) but
O(exp(n)) or similar.
I bet Mozilla Foundation would gladly open LXR for caching by Google if
you're ready to pay their bandwidth bills.

If the content is generated/downloaded by AJAX, most likely the search
engines will never see it. If you include it 'redundantly' from server
in the same pages, you miss the whole point of using AJAX which is
cutting on amount of data transmitted. If you allow accessing it
alternatively to AJAX pages, then including the AJAX pages in search
engines misses the point as they don't contain the content, just
scripts.
Learn about caching techniques, redirection and search engine optimization,
in general get informed, before you utter further nonsense here.
Learn about basic server costs management, creating
searchengine-friendly content (as opposed to link farms and tons of
crap called "search engines optimization" which buys you a week with
pagerank 4 and a place above competition and then a manual bittchslap
from a Google operator, sending your company's page into oblivion) and
in general get a clue.
Nobody is
helped with your half-knowledge but it does harm to those that actually
believe you.


ditto.

Jan 5 '06 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
7
by: Thirsty Traveler | last post by:
Peter Bromberg has an interesting article eggheadcafe discussing AJAX libraries. He prefers ANTHEM.NET over AJAX.NET because it doesn't break the stateful page model. Our developers are currently...
1
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
0
by: Free Ebooks | last post by:
81 AJAX and 24 JavaScript Ebooks Here are some of the AJAX topics and areas covered by these ebooks: Rails and AJAX Building Ajax Web Applications Creating Ajax Web Pages Ajax Patterns Ajax...
2
by: soni2926 | last post by:
hi, does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an understanding of ajax and how to use it, most books i've seen...
1
by: shaunwo | last post by:
I'm an AJAX / DOM Novice (at best) and trying to figure out how to write the value to a couple input fields. I don't remember exactly where I got the ajax.js file I'm using from (went to the website...
1
by: DotNetNewbie | last post by:
Hi, I am implement ajax in a web application, and I want to avoid having to go through the entire asp.net page lifecycle since I will be simply return back html/xml, and I have no need of the...
11
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.