Skip to main content

Posts

Showing posts with the label web

Tool for Edit Web Server on Ubuntu

Tool for Edit Web Server on Ubuntu The best 5 tool web editor under ubuntu. 1. Bluefish ~$ sudo apt-get install bluefish 2. Kompozer ~$ sudo apt-get install kompozer 3. Quanta ~$ sudo apt-get install quanta 4. gPHPEdit ~$ sudo apt-get install gphpedit 5. Screem ~$ sudo apt-get install screem download  file  now

Top web browser for linux ubuntu

Top web browser for linux ubuntu 1.Chrome 2.firefox 3.vivaldi 4.yandex 5.opera 6.maxthon 7.Browser(preinstalled in ubutnu 15.10) type browser in search bar of ubuntu in 15.10 8. liri browser http://liriproject.me/browser/#discover download  file  now

Top 9 Best Free Web Hosting For Wordpress

Top 9 Best Free Web Hosting For Wordpress Wordpress is the best blog software out there but you need a hosting or your blog home (Blogger dont need any hosting) which sometimes cost you a lot. So, why choose a paid hosting where there free?[Paid hosting is still recommended, but if you want test Wordpress platform you can use it :) Here is the 9 best free hosting for Wordpress! Byet Host Byet Host the most recommended free hosting that I can find!This hosting comes with a 250 MB space and a Vistapanel as the Control Panel. With its Fantastico Automatic Script Installer you can install many popular scripts such as PHPbb2 and PHPbb3, Wordpress , Zen-Cart, osCommerce, MyBB, UseBB, MyLittle Forum, 4images, Coppermine, SMF, Joomla, e107, XOOPS, PHP Wind, CuteNews, Mambo, WikiWig and many more! NOTE: This Script installer is great! You can install Wordpress2.7 with it! Main Features FTP account and File Manager Control Panel and Automatic Script Installer MySQL databases & PHP Support Fr...

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project

Tomcat modules classes auto reload and published in Tomcat Server when changes made to the web project When using the spring tool suite, you will have the ability to auto-reload modules and auto-publish the updated project in tomcat server whenever you made changes to the codes in your web project. To enable this feature, double-click your Tomcat server instance in the "Servers" tab in the IDE, and do the following steps: 1. Check the option "Modules auto-reload by default" under the "Server Options" section (or check the "Enable Java-agent reload behavior" option under the "Application reload behavior section", depending on your IDE) 2. Select the radio option "Automatically publish when resources change" under the "Publish" section Now restart your Tomcat server, and whenever you made changes to your code, your changes will be immediately reflected on the changes in the web pages. Note that if you do not have the o...