Sunday, June 24, 2007

AJAX

About AJAX...
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time. The page simply displays what they're asking for. If you don't believe me, try out Google Maps for a few seconds. Scroll around and watch as the map updates almost before your eyes. There is very little lag and you don't have to wait for pages to refresh or reload.

Protocols

Some of the protocols that I know:
NTP, Jabber, SIP, SNMP, ICMP, SSH, POP3, SMTP, Telnet, SOAP, LDAP, DNS, MIME, IRC, Gnutella, Finger, Gopher, Telnet, TFTP, etc... are there...

Saturday, June 23, 2007

PHP-XML-XSLT

what is PHP?
PHP - perl hypertext preprocessor which is a server side scripting language. It is a open source programming language used for web service. PHP is one of the world class programming language used with backend with MySQL, postgresql.

what is XML?
XML is eXtensible markup language which is used to define your data in predefined format. There is no specific tag its a custom designed tag.

what is XSLT?
XSLT is a style sheet for your xml document from one xml to another xml.

Friday, June 22, 2007

Asterisk FAQ

what is Asterisk?
Asterisk is a soft PBX which is developed by Mark Spencer. It works with IP based gateway which it will connect your SIP server with some other ISP providers. Its a free GNU licensed open source software.

How Asterisk is useful to small level business?
Asterisk will support IVR, Call Routing, Extension routing, Call forwarding, Call recording, Voicemail, and so many features which is not in other high end PBX. You can have your own IVR system which will work as a world class IVR system.

How Asterisk works?
Asterisk is IP based PBX which we can register a SIP account that is given by ISP providers. Our calls are connected via our sip gateway(asterisk) to the sip server (ISP providers) and connected Internationally.

Wednesday, June 20, 2007

Eclipse Tomcat IDE Configuration

Development Environment
  • JSP
  • Servlet
  • Database (MySQL/or any)
  1. Download Eclipse from www.eclipse.org version eclipse-sdk--win32.zip and extract to your desired folder.
  2. Download Tomcat from www.tomcat.apache.org and extract to your desired folder any binary version.
  3. Download sysdeo eclipse tomcat launcher plugin version tomcatPlugin.zip and extract it to eclipse plugin directory.
File Structure in Eclipse
  1. /project - All JSP fles
  2. /project/WEB-INF - Configuration directory containing deployment and descriptors
  3. /project/WEB-INF/classes - Servlet object directory
  4. /project/WEB-INF/src - Source directory for servlet
  5. /project/WEB-INF/lib - library and jar file for the project
  6. /project/work - Working directory containing pre-compiled JSP files
And at last we have to create a web.xml file in WEB-INF folder, the file is about your class file specified directories...

Tuesday, June 19, 2007

Asterisk 1.4 released

Asterisk 1.4 was released in the Fall of 2006. At this time, Asterisk
1.0 became officially unsupported.
wwww.asterisk.org