Posts

iPhone SE 5G launched with A15 Bionic chip

Image
iPhone SE 5G launched with A15 Bionic chip: Here’s all you need to know Apple today announced the Apple iPhone SE 5G at the Apple Peak Performance Spring 2022 event. The new iPhone SE 5G edition succeeds the older iPhone SE 2020 and comes with some much-needed upgrades. Here’s all you need to know about the iPhone SE 5G, including price, specifications, new features and availability detail iPhone SE 5G: What’s new? The iPhone SE 5G comes with largely the same design elements from the older iPhone SE 2020. This includes a 4.7-inch Retina HD display with reinforced glass on the front and back, the same protective glass that is also found on the iPhone 13 series. The iPhone SE 5G is also powered by the Apple A15 Bionic chip, which is 5G enabled. The A15 Bionic chip is the same chipset that was used in the Apple iPhone 13 series. This brings a few new powerful additions to the SE series. This includes a 6-core CPU, a 4-core GPU and a 16-core Neural Engine that enables features like Live Te

The most effective method to Recover Permanently Deleted Files and Folders in Google Drive

Image
When you delete files or folder from your google drive, it moved to the trash folder. Deleted file stays in trash for 30 days and then it is permanently deleted. Right-click on the deleted file in the trash bin and select restore to undelete the file. If you fail to restore a deleted file within the 30-day window,  if you have emptied the trash manually, files will be permanently deleted from your Google Drive. You can contact Google Support and they may restore the deleted files for you. Go to support.google.com/drive?p=file_recovery and sign-in with the Google account you used to delete the file. Provide your name, and check the consent box to confirm that you are trying to recover files you deleted from Google Drive. You’ll receive an email from drive-noreply@google.com confirming that your request has been received and that it may take up to 48 hours for the files to be restored. (It usually takes less than 12 hours.) Google recommends that you avoid emptying your trash while the f

Start a Blog in 2022

Image
Why Start a Blog in 2022 There are a few, groundbreaking justifications for why anybody should assemble a blog.   Assuming you're devoted to your profession, assembling a blog is an incredible method for reinforcing your believability. This can give you seriously compensating work or even business open doors. Generate passive income -  Bringing in money with your blog takes time, commitment, persistence, and the right adaptation procedures. Since it creates automated revenue, a blog can possibly be your vehicle to independence from the rat race. Work anywhere and anytime -  There are huge loads of effective bloggers who have all-out command throughout their time while as yet making millions every month. You may not be a mogul yet, however you should in any case be responsible for where and when to work.

Codignator event log library. (PHP Framework)

Image
Codeigniter library code (Logs), which creates the log in the database. <?php defined('BASEPATH') OR exit('No direct script access allowed'); class Event_logger { /**      * ci      *      * @param instance object      */ protected $CI;     /**      * log table name      *      * @param string      */     private $_log_table_name = 'event_logs'; // We'll use a constructor, as you can't directly call a function // from a property definition. public function __construct() { // Assign the CodeIgniter super-object $this->CI =& get_instance();     $this->CI->load->database(); $this->_log_table_name = 'event_logs'; } /* Logger Function */ public function log_event($event,$data,$table,$unique_identifier="",$unique_identifier_value=''){ if(!$this->CI->db->table_exists($table) ) { echo "Event Logger : Table - $table  does

How to Add a Godaddy domain or any other custom domain in Vultr Cloud VPS server

Image
Sign in to your My Vultr Dashboard  After sign into your dashboard, It demonstrating the rundown of server's you Installed you can discover the DNS menu in the Servers dashboard  Presently open DNS segment  Presently you can discover the Add space catch on that page  Simply Click include catch  Simply enter your Domain name and your Cloud server's IP address (you can discover your IP in servers segment)  In the wake of giving your everything points of interest Just snap Add  That is all effectively your area was added to the Vultr VPS server  After that login to your area overseeing board and enter the Vultr nameserver points of interest

How to start learn cake PHP framework

Image
Here i will explain how to start learn cake framework. (version 2.0) Cake php is open source web framework.It follows the model–view–controller approach and is written in PHP. CONTROLLER: Controllers handle requests and help co-ordinate and prepare responses for the client. VIEW: Views are the presentation layer in CakePHP. They convert the data fetched from Models into the output format requested by the client. MODEL: Models are the heart of your application. They handle the validation, storage and retrieval of your data. Important Points to be know before start work on cake framework. CakePHP Conventions -> Controller Conventions -> Model and Database Conventions -> View Conventions -> File and Class Name Conventions The Controller class KissesAndHugsController would be found in a file named KissesAndHugsController.php The Component class MyHandyComponent would be found in a file named MyHandyComponent.php The Model class OptionValue would

PHP Developers?

Image
PHP developer creates projects, applications, and sites utilizing the dynamic scripting dialect PHP. PHP is known for web advancement and business applications. Contingent upon occupation work, PHP engineers might be delegated programming designers or web designers. Since the dialect is so universal in site improvement and business, PHP can be a decent decision for independently employed or contract designers. A PHP web designer may make UIs or work off camera. The PHP dialect is often utilized in mix with SQL for databases. It is likewise utilized for fundamental site capacities like tolerating usernames and passwords and overseeing visitor books. It can show photograph or thumbnail displays and different kinds of dynamic substance. A developer activity obligations can likewise incorporate site organization, programming testing, and client preparing. Programming engineers in some cases make models in PHP notwithstanding when they will utilize another dialect later. Favora