only2core
Wednesday, February 3, 2016
Monday, January 4, 2016
PHP Frameworks
Php Frameworks:
Laravel
CodeIgniter
CakePHP
Symfony
Zend Framework 2(or) ZF2
Phalcon
yii
Aura
Fat-Free
PHP-MVC
KoFuelPHPhana
Slim
ForMore Refer following Link:
http://beebom.com/2015/02/best-free-php-frameworks
Laravel
CodeIgniter
CakePHP
Symfony
Zend Framework 2(or) ZF2
Phalcon
yii
Aura
Fat-Free
PHP-MVC
KoFuelPHPhana
Slim
ForMore Refer following Link:
http://beebom.com/2015/02/best-free-php-frameworks
PHP was designed by Rasmus Lerdorf to display his resume online and to collect data from his visitors. Basically, PHP allows a static webpage to become dynamic. "PHP" is an acronym that stands for "PHP: Hypertext Preprocessor". The word "Preprocessor" means that PHPmakes changes before the HTML page is created.
Monday, December 21, 2015
Difference between Apache And Tomcat
word 'Apache' indicates name of OpenSource Development Team.
Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages.
Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java.
It's actually possible to use both Apache and Tomcat together, so that Apache serves the static content, and Tomcat the Servlets and JSPs. Depending on various factors, this may or may not be a good idea
Apache is the Apache Web Server also known as httpd. See http://httpd.apache.org
Tomcat is Apache Tomcat. See http://tomcat.apache.org
httpd is a web server whereas Tomcat is a Servlet Container. While at the simplest level both can be viewed as web servers that serve static files they have very different focuses. httpd is typically used to host static content and dynamic content written in perl, php amongst others. Tomcat is primarily intended to be used to serve web applications developed in Java to the Java Servlet specification.
.
Apache is little faster than Tomcat.
Apache HTTPD is a web server written in portable C (when people say "Apache", they usually mean Apache HTTPD.) It mostly serves static content by itself, but there are many add-on modules (some of which come with Apache itself) that let it modify the content and also serve dynamic content written in Perl, PHP, Python, Ruby, or other languages.
Tomcat is primarily a servlet/JSP container. It's written in Java. It can serve static content, too, but its main purpose is to host servlets and JSPs. Although it's possible to get Tomcat to run Perl scripts and the like, you wouldn't use Tomcat unless most of your content was Java.
It's actually possible to use both Apache and Tomcat together, so that Apache serves the static content, and Tomcat the Servlets and JSPs. Depending on various factors, this may or may not be a good idea
Apache is the Apache Web Server also known as httpd. See http://httpd.apache.org
Tomcat is Apache Tomcat. See http://tomcat.apache.org
httpd is a web server whereas Tomcat is a Servlet Container. While at the simplest level both can be viewed as web servers that serve static files they have very different focuses. httpd is typically used to host static content and dynamic content written in perl, php amongst others. Tomcat is primarily intended to be used to serve web applications developed in Java to the Java Servlet specification.
.
Apache is little faster than Tomcat.
Friday, December 18, 2015
Why you are using CentOS insted of RedHat or Fedora or any other Linux?
Linux -- It is an opensource, So you suppose not to sold.
Red Hat -- Redhat is Enterprize version.
Fedora -- This is also a linux. And it is developed by the group of peoples/Some opensource organizations/some others.When Fedora linux is working well, the people convert it into ReadHatLinux. So RedHat can be purchased by the Big Organisations.
CentOS -- RedHat people keep Kernal of RedHat in CentOs and then releases the CentOS as OpenSource.
Red Hat -- Redhat is Enterprize version.
Fedora -- This is also a linux. And it is developed by the group of peoples/Some opensource organizations/some others.When Fedora linux is working well, the people convert it into ReadHatLinux. So RedHat can be purchased by the Big Organisations.
CentOS -- RedHat people keep Kernal of RedHat in CentOs and then releases the CentOS as OpenSource.
Subscribe to:
Comments (Atom)
