Top News

Health


Nokia 8110 4G - Popular Banana Phone is Back with a low price

Nokia Banana Phone The Matrix is back with new version 8110 of the curved phone, which was very popular and released in 1996 and was very commonly known as 'The Matrix' and it was everyone's favourite. After 22 years this phone has come back in the market
The Nokia 8110 4G is the second component telephone to be propelled under HMD Global's "Firsts" arrangement. The organization would like to reproduce the accomplishment of the Nokia 3310 by bringing back another vital Nokia include telephone. The organization will target key markets like India where there is as yet an extensive market for highlight telephones. The new Nokia 8110 4G to a great extent brings a similar banana shape factor and slider cover that secures the console. Be that as it may, there have been a couple of outline and equipment changes to influence it to look significantly more chic and important more than 20 years after the fact.
.nokia 8110 4g banana phone 'The Matrix


Nokia 8810 4G Banana Phone Features

Display: The Nokia 8110 4G 2.4-inch QVGA display
Ram: The feature phone comes with 512MB LPDDR3 of RAM
Processor: It has 1.1GHz dual-core Qualcomm 205 Mobile Platform
Internal Storage: It is powered by a 1.1GHz dual-core Qualcomm 205 Mobile Platform
Samsung launches Galaxy S9 and S9+ for sale in market
Samsung smartphones s9 and s9 plus launched in India Launches
Samsung Galaxy S9 and S9 Plus Smartphones launched in India. Samsung Galaxy S9+ Samsung Galaxy S9 has got better camera features.
The Samsung Galaxy S9  of 64GB RAM will be available at starting price of Rs.57,900/- and the Samsumg Galaxy S9+ for 64GB RAM at starting price of Rs. 64,900/- .  Samsung Galaxy S9 for 256 GB RAM at starting price of Rs.65,900/- and Samsung Galaxy S9+  for 256 GB RAM at starting price of Rs.72,900/- in the market
Samsung Galaxy S9 and Samsumg Galaxy S9+ for sale in India
Samsung Galaxy S9 and Samsung Galaxy S9+
Most of the features are same as compared to Galaxy S8 and Galaxy S8+ in the market. Galaxy S9 and Galaxy S9+ has got some better features like the screen size, the battery capacities, the slow motion features, adding different motions to the videos . Galaxy S9+ has got live Focus Mode. Galaxy S9 and Galaxy S9+ has got emoji features in it where you can create a animated avataar. The Wireless Charging will be better, for face recognition and eye scanning the Intelligent Scan is added. This smart device has dual stereo speakers and the Dolby Atmos Sound system making the sound much better. The Fingerprint Scanner is now below the camera on the both the Galaxy S9 and Galaxy S9+.
sSales in Amazon
Samsung Galaxy S9 and Samsung Galaxy S9+ will face rivalries like Apple’s iPhone X and Google Pixel 2 series with its features like slow motion video options, dual aperture, Dolby Atmosphere Sound system, AR Emojis. surround sound capabilities and AR emojis.
GOOGLE ADS

Samsung Galaxy S9 Features

Dimensions: 147.7 x 68.7 x 8.5 mm
Display: 5.8" Quad HD+ Super AMOLED (2960x1440) 570 ppi
Ram: 4GB RAM
Internal Storage: 64GB / 256GB
Android: Android 8 OREO
Dual Sim Card Yes
Dual Camera: Rear 12MB and Front 8MB
Battery: 3000mAh battery
Charging: Fast Charging on wired and wireless

Samsung Galaxy S9 Plus Features

Dimensions: 158.1 x 73.8 x 8.5 mm
Display: 6.2" Quad HD+ Super AMOLED (2960x1440) 529 ppi
Ram: 6GB RAM
Internal Storage: 64GB / 256 GB
Android: Android 8 OREO
Dual Sim Card Yes
Dual Camera: Rear 12MB and Front 8MB
Battery: 3500mAh battery
Charging: Fast Charging on wired and wireless

Samsung Galaxy S9 and Samsung Galaxy S9+ Security

Lock type: pattern, PIN, password
Biometrics lock type: iris scanner, fingerprint scanner, face recognition
Intelligent scan: Combines iris scan and face recognition for convenient unlocking and in some cases provides enhanced security for certain authentication services.
How to move wordpress to new host or server
Move Website to Another Web Server
How to Transfer Wordpress Site to another Host is very easy and most of the bloggers and other web designers use Wordpress for developing their websites. Wordpress has many features in it like:

  • Free
  • Easily Customizable
  • Open Source
  • Safe and Secure
  • Easy to Use

How to Move website to another Host / Web Server


Backup your Wordpress Files on the old host

It is very necessary to backup the wordpress files. Go the public_html and double click, it will show all the files and folders, it the website is in some sub domain the double click that particular folder, once you come to the proper folder where the website files are present then select all and click compress, a small pop up window will appear, here you select "gzip archive" and click compress files, the files will be compressed and the zip file will visible in the same directory. Then download this zip file, and keep it aside.

Backup your Wordpress database

move website to another host
Most of the website content is in the database and this has to be handled carefully, if this database get deleted the website will have problems. For Database Backup go to the cpanel and select php myAdmin and select the database which has website data and then click Export then select on backup with the sql format and go on custom and select "compress" and then click go the database backup will be downloaded on the computer.
To do Backup from a shell use the following steps
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` database > database.sql //for plesk
mysqldump database_name > database.sql //for cpanel
The data content and database backup have been completed.

Prepare to Transfer wordpress Site to Another Host

Now login to the new host / server and enter the public_html folder and the proper folder where this website has to be moved. Now upload the downloaded zip file from the old server to this and then extract it and all the files will be seen on this folder.

Transfer the Wordress Database file to the New Host

migrate website to another host
Go to php MyAdmin and create the database file, by going to database new and putting the database name. Also create the database users and give them the proper privliges. Now you can import the database file by click the Import and putting the database file which was imported. To do restore from a shell use the following steps
    mysql -uadmin -p`cat /etc/psa/.psa.shadow` database_name < database.sql //Plesk
    mysql database < database.sql //cPanel
    We have migrated all the data content and databases to a new server.

Final Step to make this migration complete.

Editing the wp-config file
If the database name and user is different  then there is need to edit the wp-config file like
define (‘DB_NAME’, ‘database_name’);
define (‘DB_USER’, ‘database_user’);
define (‘DB_PASSWORD’, ‘database_password’);
Finally Check the .htaccess file
This is the basic default .htaccess file (change only it neccesary)
 # BEGIN WordPress  IfModule mod_rewrite.c
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
IfModule
# END WordPress
increase website performance speed
How to Speed Up Wordpress Website
How to Speed Up Wordpress Website is very important in wordpress website designing that the paging loading does not consume time. If the page loading consumes more than three seconds the visitors will visit another website. And there are chances of losing visitors. Page speed is also very important factor for SEO for your page ranking. And now Google also considers site speed according to their algorithm in ranking. So in Wordpress, page loading speed is very important factor.

So how to test your website speed


  • You can use Yahoo! YSlow and Google Page Speed Firefox plugins to check the website performance and the website
  • Check the speed on GTMetrix
  • Also on Webpage Test
  • And PageSpeed Tools

Factors important to speed up your page


Choose a Good Host for the website

Select the proper hosting server. Initially Shared Hosting is better but as the traffic increases it better to change to Virtual Private Hosting, Dedicated Hosting which are better for heavy traffic, if the Hosting is not properly selected there chances making the website speed slow. Dedicated Hosting is the best suitable for millions of daily visitors.

Use the proper solid framework / theme

Select the proper theme or the framework necessary for your website. You can use try using light weight frameworks like Thesis Framework or Genesis Framework for better response. Using  frameworks like Bootstrap or Foundation is also better.

Use the best Caching Plugin

Caching is an other important factor for speeding up your page speed. Here the posts and pages are cached and stored as static / HTML pages, used by the visitor and the page loading becomes faster.WP Rocket is the best premium caching plugin and W3 Total Cache plugin or WP Fatest Cache are other free plugins I would recommend for your plugin for your caching.

Use Content Delivery Network (CDN)

In CDN the website is kept on many servers at different locations. Visitors can be from different locations of the world. So when a request is made the information is taken from the nearest location, if not avaiable then from another. Which makes the page loading faster and task of loading is shared. Cloudflare and MaxCDN are very popular CDN Services.

Optimizing your images

If all the images are stored on your website and kept at their original size it would consume time to upload the images. It is better to optimize,  your images will be compressed to a smaller size, and then the page loading size will be less and consumes less time. WP Smushit and EWWW Image Optimizer will reduce image size and increase the page speed.

Optimizing the Database Tables in Wordpress

Database Table Optimizing helps in making space free and making the database run very smoothly and in order. If the database is not optimized there chances of the website running slow. The best plugins for optimisation in Wordpress are WP-Optimize and WP-DB Manager

Minify HTML, CSS and Javascript

When testing on Google PageSpeed Insight Tools the minifying of HTML, CSS, Javascipts will be shown and it is very necessary to increasing the speed of page loading. If there are many plugins with many CSS, HTML and Javascript files it is very important to minify these files. Using plugins like W3 Total Cache or Autoptimize

Turn off Pingbacks and Trackbacks

Pingbacks and trackbacks components are  used  by WordPress whenever the blog receives a link. In in this process this reduce the page speed and it is better if keep it off. You can  turn it off in WP-Admin -&gt; Settings -&gt; Discussion. And just deselecting the “Allow link notifications from other blogs (pingbacks and trackbacks).” And the page speed will be increased.

Deactivate and uninstall unnessary plugins

Any plugins which are not used and required, deactivate and uninstall these plugins, so that the website will run faster and consume less bandwidth and increase the speed.