Two important things to consider are client support and search engine indexing.
Client browsers that do not support AJAX should be provided with an alternative
solution. Search engines cannot execute JavaScript so when they index a page they
will fail to index any data returned by AJAX requests.
LDAP is a very powerful technology. Its main use as an authentication method and
as a network management tool often means that we use it as a data source. However
LDAP is bi-directional and we can write to LDAP servers provided we have
sufficient access rights.
For networks that use LDAP directory applications, the use of easily accessible LDAP
management and interrogation tools can be invaluable.
Using email is a common task. Joomla!'s JMail class provides us with the power to
send emails. Administrators often want to enable notification within extensions so
that they are not required to continually log in to a system.
The JFTP class provides us with an additional way of accessing a file system. In
addition to using FTP with remote servers, we can use FTP locally, when enabled,
to give us better control over our Joomla! installation.
Pages:
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425