Mozilla Firefox 4 Release Candidate released

Mozilla Firefox 4 Release Candidate is now available for download and testing.Firefox 4 RC is based on the Gecko 2.0 Web platform.This Firefox 4 RC is considered to be stable and safe to use for daily web browsing, though the features and content may change before the final product release.
What’s new in Mozilla Firefox 4 Release Candidate? Some new features are

1.General stability, performance, and compatibility improvements
2.Firefox 4 RC is available in 79 languages
3.70% of Firefox plugins are compatible with Firefox 4
(more…)

Continue ReadingMozilla Firefox 4 Release Candidate released

International Women’s Day Google Doodle

Today google celebrates 100th International Women’s Day and the new Google Doodle is showing the letters of its logo displaying with some women and their profession.And google invite people coming together on bridges all over the world to show the support for women’s causes and celebrate women’s achievements.
(more…)

Continue ReadingInternational Women’s Day Google Doodle

Browser Market Share – February 2011

According to Net Applications, IE gains its market share in February by 0.77%.And Internet  Explorer 8.0 showed growth in February, gaining 1.03% share.Firefox loses 1.01% and chrome gains 0.23%. Safari gains 0.06%. Total market share of microsoft internet explore is 56.77%, firefox 21.74%,chrome 10.93%, Safari 6.36% and opera 2.15%.
(more…)

Continue ReadingBrowser Market Share – February 2011

Mozilla Firefox 4 beta 12 released

Firefox 4 Beta 12 is now available for download and testing.What’s new in firefox 4 beta 12? Some new features are

1.Increased performance while viewing Flash content
2.Improved plugin compatibility with hardware acceleration enabled
3. Hovering over links now displays the URL at the bottom of the window rather than in the location bar
4. General stability, performance, and compatibility improvements
(more…)

Continue ReadingMozilla Firefox 4 beta 12 released

How to decrease wordpress database size

To decrease your wordpress database size follow the below steps.

1.AutoSave Interval

In wordpress when you editing a post, it automatically saves at a specific time interval. The default time is 60 seconds.To save your database just increase the time delay.To do this, Open your wp-config.php file and add the below code.

define('AUTOSAVE_INTERVAL', 500 );  // seconds

(more…)

Continue ReadingHow to decrease wordpress database size

WordPress 3.1 released

Wordpress 3.1 (codename:Django) is now available for download.This is the fourteenth release of WordPress. What’s new in wordpress 3.1.
Some new features are

1.redesigned linking workflow
2.new CMS capabilities
3.new Network Admin
4.streamlined writing interface
5.refreshed blue admin scheme
6.new Post Formats support

(more…)

Continue ReadingWordPress 3.1 released

How to install Joomla 1.6 on ubuntu

  • Post last modified:February 6, 2014
  • Post category:Linux
  • Post author:

To install joomla 1.6 on your localhost, you must setup apache and mysql first. We have already posted a tutorial on How to install and configure Apache,PHP,MySql and phpMyadmin on ubuntu.Please read first.

1.Download Joomla 1.6

Go to joomla website and download the latest joomla stable full version in zip format on your desktop and extract it. Now you will get Joomla_1.6.0-Stable-Full_Package folder. Here 1.6.0 is the version number of current stable release.Just rename that folder to joomla.
(more…)

Continue ReadingHow to install Joomla 1.6 on ubuntu