Web Technologies

Project Training

Project Training For IT and Computer Field students

We Provide Web Project training for B.E. Computer, CSE, B.E. IT,M.E.,M.Tech,BCA,MCA and Diploma final year students.

project_training

EMBERS Career Education Program provides students with live projects based on real-world requirements sought by organizations. These live projects have been designed by EMBERS experts with their vast experience in enterprise software development. As part of collaboration, TEC will provide students with the required skills training and mentoring throughout the project duration.
we have successfully trained over 120 project groups over 3 years of our companies lifespan and maintain professionalism while training students for their accademic project.

Best priced projects* ## and highly qualified trainers

Available Project Technologies

  1. Web Designing: The main purpose of our sites is to communicate, and thereby sell your products, not to showcase technology.
  • Our Web Design Service Includes
  • Website Design
  • Newsletter Design
  • Website Redesign.
  1. PHP Development: Our Expertise includes MVC Framework, PHP/ codeigniter, PIP Gilbitron, Open source customizations.

      3.Joomla Website Development: Award winning, free, open source Content Management System (CMS) that is Secured and flexible in nature

  1. WordPress Website Development: Award winning, free, open source Content Management System (CMS) that brings your site to newer heights
  1. Magento Ecommerce Development: Magento is a robust e-commerce application designed to be simple to customize. ie. Amazon,Flipkart
  1. Android Application Development: Design a web-connected application that connects to a server over Wi-Fi or GPS networks for increased flexibility. Submit user information to a central database or allow users to download information relating to a specific query.

* Live project sourcecode developed by our developers will not be given to any students in any condition, yet the code you develop while training will be surely yours and have it for your self.
## All Android application projects developed at Embers are semi native android app which is basically webview version of web application and runs in android app environment.
Project in mind | Contact us

Save

Free SSL Certificate for Your Website

Want to increase performance and security or just annoyed with browser security warning i.e firefox’s new annoying text- This connection is not secure logins entered here could be compromised.
firefox warning

To remove above issue shown in image and make your website more secure do perform following steps.
I suggest to have Cloudflare setup in your DNS system.paid SSL certificate for your web page needs your complete support to maintain. But, Cloudflare provides free SSL certificates with a limited access (enough for any website) and it takes care most of the support that your web page needs.
Most importantly, nowadays Google is providing better preferences for the web pages which has HTTPs as the protocol and more chances for your web page to appear on Google search.

cloudflair for free SSL(https protocol)

Cloudflare protects from DDoS attacks and other threats to protect your bandwidth and server resources being wasted. It allows your web page visitors to have the fastest page loading by which it also improves the performance level. it provides many other services if you want make best performance and attack free website. Below are the steps to configure SSL certificate of Cloudflare.

Step 1
Go to cloudflare.com and create a free plan account.

free SSL fro cloudflair embers blog

Step 2
Add your website in cloudflare, this will scan your website name servers and suggest you new name servers in following way.

name server

Step 3
Now go to your domain provider eg: Godaddy and modify domain name server address with new names.
DNSNameserver
Note: Take a copy of your domain record settings eg: CNAME, TXT, MX etc.

Step 4
Once Step 3 finished, cloudflare will active your website. And you will find following menu options.

free SSL panel embers infotech blog

Step 5
Click on the DNS and add your CNAME records settings. Sometimes cloudflare will automatically access your old records.

dns

Step 6
Go to Crypto and activate your free SSL(https). Choose Flexible option for SSL.

ssl

Step 7
Same page scroll down and enable automatic HTTPs rewrites option.

rewrite

Step 8
If you are a WordPress user, go to Page Rules and add following page rules. This will help to redirect existing WordPress pages to HTTPs

 

Step 9
Add your website in Google Webmaster Tools for Google search indexing.

 

Please let me know in comment secion what you think about this article.

 

 

 

PHP PDO Database connection syntax

 Make connection.php file and insert following code in it, include this file wherever you need database connection(i.e Model file)

php free training in ahmedabad

<?php
try
{

$host=’localhost’;
$dbname=’YOUR_DATABASE_NAME’;
$user=’MYSQL_USERNAME’; //GENERALLY root FOR LOCALHOST
$pass=’MYSQL_PASSWORD’;    //GENERALLY BLANK FOR LOCALHOST

$dbo=new PDO(“mysql:host=$host;dbname=$dbname”,$user,$pass);
$dbo->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);

}
catch(PDOException $e)
{
echo “database config2 connection error!”;
file_put_contents(‘config2.txt’,$e->getMEssage(),FILE_APPEND);
}

?>

Install any extension and site crashes and goes into maintenance mode. please help

 

Problem :

Platform: magento 1.9

 

When I try to install any extension, my site goes offline (maintenance mode).

 

 

I’m installing them through the magento connect manager.

 

An example extension would be http://connect20.magentocommerce.com/community/TBT_Enhancedgrid

 

I have some extensions previously installed.

 

I’m running  Magento CE ver. 1.9.0.1 on an ubuntu LAMP machine.

 

I’ve tried removing any unused modules and clearing var -> cache

 

What should I do?

 

learn magento

Solution :

As to Magento Connect not cleaning up after install and getting a 503 error, that’s pretty standard with Magento Connect installs. Find the file maintenance.flag in your Magento root directory and delete it. ( you can use filezilla FTP client to delete maintenance.flag file)

 

The maintenance.flag file puts Magento into maintenance mode and stops access to the site during module installation so the installer scripts that run after module installation can have half a chance to run properly on a busy website.

Search does not return results

Problem :

Platform : Magento 1.9 , Catelog search, Search
As i described in the title i don’t get any results when i search for a product. I have tried so far:

  1. Checking the visibility of the products
  2. My products are in stock
  3. I have also set the qty to 100 to be sure
  4. I have updated the products attributes under catalog->manage products-> select all products.
  5. I assigned all the products in the main website for my certain store view.
  6. The name attribute can be used for search.

I have also tried to search with the sku but nothing happens again. The odd is that the advanced search with both name and skuworks.

And my problem remains.. Any ideas on how to make my products to appear when searched??

 

This Solution works Perfactly:

I’ve experienced this. My fix was to go to Manage Products and select all products and perform an "Update Attributes" from the dropdown above the grid. In the Update Attributes screen, move to the Websites tab and re-associate with the proper website by checking the checkbox under Add Products To Website.

 

Screenshots to understand better :

Step 1: Go to Manage Products and select all products and perform an "Update Attributes"

 

Step 2: move to the Websites tab & check the checkbox for which store you want your search to perform.

Step 3 : Save.

Refresh Front-end website and Try to search product,you will find its working, Bingo!

PHP 7 Launched – Twice Faster that PHP 5.6

PHP 7.0.0 Release Announcement

The PHP development team announces the immediate availability of PHP 7.0.0. This release marks the start of the new major PHP 7 series.

PHP 7.0.0 comes with a new version of the Zend Engine, numerous improvements and new features such as

  • Improved performance: PHP 7 is up to twice as fast as PHP 5.6
  • Significantly reduced memory usage
  • Abstract Syntax Tree
  • Consistent 64-bit support
  • Improved Exception hierarchy
  • Many fatal errors converted to Exceptions
  • Secure random number generator
  • Removed old and unsupported SAPIs and extensions
  • The null coalescing operator (??)
  • Return and Scalar Type Declarations
  • Anonymous Classes
  • Zero cost asserts
  1. php project training

For source downloads of PHP 7.0.0 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

php7

Skip to toolbar