Skip to main content

Posts

Showing posts from 2013

Check and Use GZIP Compression through PHP

gzip compression is using for increase website speed and save server bandwidth. Read the below points to add gzip compression in your website: 1. Ask Hosting server provider to enable  gzip compresssion . 2. Compress all the css and js file using  7-zip  e.g. if your css file name is style.css it will save as style.css.gz. 3. Upload all the file on live server and set Content Encode GZIP to .gz files 4. Define  gzip global variable  in your common php file (remember the common file will include in all the php file into your website) $gzip_string=""; if (substr_count($_SERVER["HTTP_ACCEPT_ENCODING"], "gzip")) { $gzip_string=".gz"; }else{ $gzip_string=""; } 5. Put defined variable in all your script and style including in your php pages e.g. <link rel="stylesheet" type="text/css" href="css/my-style-file.css<?php echo $gzip_string;?>" /> <script type="text/javascript"

Blog and Tutorial Search on website design and development

Get the search results on website design and development at ezeelive.com

Yii Php Framework : the first choice for development

Ezeelive Technologies is leading yii php development company. We have started work with core php and then frameworks e.g. Zend, CakePhp, CodeIgnator (CI), Symphony, Kohana and from last 3 year we are using Yii Framework. Now We are prefering using Yii framework in Major development work. Checkout below reason why Yii Framework is our First Choice in development : 1. The first and major advantages is Yii has Web GUI based GII module for generate module, model, controller and views 2. In GII You can select which view you want to create or not by selecting in one screen only. 3. Creating Model in Gii Provide AutoPopulate Table Names to selection 4. Yii has in-build ORM module (Yii Active Record) to making query faster, validate and secure (protection from sql injection)  5. Yii is build for development faster and provide delivery to client on time. The Gii Module generate the require structured CRUD with all the basic input validation, search and listing, view and update functionality.

Website malware attack prevention

Malware is a malicious code that includes viruses, worms, and trojan. Malware works like unnoticed, in-actively hiding or not making its presence on a system known to the user  1. Take site offline, configure web hosting to "503 service temporarily unavailable". Google webmaster tool suggests, taking website/application down(offline) is better than using robots.txt to prevent search engines from being crawled. 2. Keep licensed antivirus up to date and always scan your computer for malwares, virus, trojans and other infections and enable internet and mail security on. 3. Change FTP password and all the login account password with strong password (Minimum 8 characters in lengthshould contain a mix of alpha, numeric and special characters) 4. Don't save password in local machine directory or filezilla 5. Use SFTP instead of FTP in filezilla. 6. In Wordpress , Ensure make sure all plugins are up to date. Since wordpress is a commonly used system. 7. Contact your web host