Thursday, March 31, 2016

PHP training at open eyes

PHP at open eyes it solution

php training at open eyes
PHP training at open eyes

  • php mySQL training,
  • php framework training,
  • php php laravel CI,
  • php developer in Nepal,
  • php training in ktm,
  • php training in Nepal,
  • php training in Lalitpur

Monday, March 28, 2016

Thursday, March 24, 2016

about openeyes

Open Eyes IT Solution is a US based software outsourcing and solution provider company. We offer outsourced product development, custom development, IT outsourcing services and with highly focus on qualitative, timely delivery and cost-effective. With a pool of highly skilled software engineers Openeyes offers its clients the value-added solutions, technical skills, accountability and industry knowledge that help to reduce their operating costs, deliver custom applications on time and on budget.Since its establishment, the company has achieved outstanding success in developing and delivering a stream of innovative products, services and solutions in the given field. Working with some of the world leading business, it has earned the reputation as a supplier of the most reliable software solutions.
Open Eyes IT Solution is an Entrepreneurship for software development and mobile application development. From a normal website to e-commerce,school management system,mobile application,etc we do this all.In IT Sector we Open Eyes IT Solution is an Entrepreneurship for software development and mobile application development. From a normal website to e-commerce,school management system,mobile application,etc we do this all.Openeyes IT Solution is applying entrepreneurial thinking and commercial practices to deliver reliable, innovative and affordable products and services to our customers and grow our core areas while harnessing new technologies that will take our products – and your ideas – into the future. When encouraged to think beyond the ordinary, you’ll be amazed at what you can do! We are an equal opportunity employer and all qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, disability status, protected veteran status, or any other characteristic protected by law.

Tuesday, March 22, 2016

about openeyes

Openeyes IT Solution, founded in January 2016, specializes in the website design,development and distribution of software and technologies for Mac OS X, iOS, Windows, and Android, SEO service. Our solutions cover business and personal productivity, desktop publishing, 3D home design.With a large team of developers, designers, QA engineers, and marketers, Openeyes IT Solution works day in and day out on developing beautiful, powerful, and user-friendly apps, as well as making sure that the word gets out to users in need of our solutions. Counting clicks and checking every pixel, we at Openeyes IT Solution strive to provide only the best apps for only the best platforms! Through our apps for iPhone, iPad, iPod, and Android, we’re also making design technology accessible to professional designers and amateur designers, homeowners, students, and casual creators — anyone who wants to create and share their ideas with the world.
Openeyes helps you make sense of the message. As the leader in business analytics software and services, Openeyes transforms your data into insights that give you a fresh perspective on your business. You can identify what’s working. Fix what isn’t. And discover new opportunities.We can help you turn large amounts of data into knowledge you can use, and we do it better than anyone. It’s no wonder an overwhelming majority of customers continue to use Openeyes year after year. We believe it’s because we hire great people to create great software and services.

Saturday, March 19, 2016

about openeyes

Openeyes IT Solution is applying entrepreneurial thinking and commercial practices to deliver reliable, innovative and affordable products and services to our customers and grow our core areas while harnessing new technologies that will take our products – and your ideas – into the future. When encouraged to think beyond the ordinary, you’ll be amazed at what you can do! 
We are an equal opportunity employer and all qualified applicants will receive consideration for employment without regard to race, color, religion, sex, national origin, disability status, protected veteran status, or any other characteristic protected by law. php training in kathmandu || php training in lalitpur

Thursday, March 17, 2016

PHP Frameworks: The Best 10 for Modern Web Development

best php frameworks
PHP web frameworks have an ecosystem of their own in the world of web development. PHP frameworks are used to build websites and web applications of all sizes and complexity, ranging from small static websites to large scale complex enterprise content management systems.
PHP is the language of choice for web development with almost 80% of all the existing websites breathing on PHP code. It would have been next to impossible to create such a huge web footprint by developing web applications using raw PHP code from scratch. It is the power of PHP frameworks that has fueled such a massive growth.
Why Use PHP Web Framework?
When we look at modern web development needs, the key to success is speed development with well organized, reusable and maintainable code, all the while ensuring scalability. The best way to achieve this is by using an existing, proven PHP framework.
Frameworks offer ready to use components, libraries, enforce proven architecture, ensure separation of model, view and controller logic (MVC paradigm), abstract you away from the low level security concerns, enforce file and code structure, and the list is quite long. In short, PHP frameworks make web development fun and make you more productive.
Selecting the right framework, however, can be challenging at times. In an attempt to make the selection process a little easier, we have analyzed most of the PHP frameworks out there in the wild and listed below the 10 best.
These are the frameworks that are actively maintained, popular among developer community, promote modern web development practices and make it possible to build websites and web applications of all sizes and complexity.

Laravel

Laravel is undisputedly the king of PHP frameworks and spans the widths and depths of large scale web application development. Laravel ecosystem has quickly grown huge with supportive community and boasts tons of free tutorials and learning resources to get you started within no time.
Laravel is built to be simple, easy to learn and supports rapid application development. You get rich set of features to bring any large scale project to life within days. Laravel comes with its own templating engine named “Blade”. The best thing about Blade is that it allows you to write plain PHP in the templates which essentially means that Blade brings no performance overheads to your application.
Another power fact about Laravel is the inclusion of “Homestead” which is the packaged Vagarant box to let you start development without the hassles of installing web server, HHVM, PHP or any other package on your local machine or server.
New to the world of Laravel or PHP development, no problems, there is a dedicated website named Laracasts.com that hosts hundreds of PHP video tutorials. You can access the basic tutorials as well as most advanced ones to master Laravel at a very minimal cost.
Laravel team has recently released “Lumen”, a micro PHP framework for the web developers who like to build lightning fast API’s as well as Laravel based services.
You can read more about Laravel at – Laravel.com.

Symfony

Do you have a very complex and large scale enterprise project at hand? If yes, then Symfony 2 is the one framework to get your job done right. Symfony ecosystem as a whole consists of large set of reusable components, vibrant and active community, Symfony framework and a philosophy to take PHP to the next level.
Symfony framework gets all the super powers from the reusable and decoupled set of components it packs within. The power features of Symfony components can be guessed from the fact that even the big brother Laravel utilizes many of Symfony components.
Symfony components fuel some of the largest open source projects like Drupal, PHPBB, PIWIk, OROCRM and Laravel, to name a few. Symfony components also power one of the most popular templating engine named “Twig”.
Symfony framework was first released back in 2005 as open source PHP framework by interactive agency Sensiolabs. Symfony framework is available under MIT license and can be downloaded from its github repository – Github.com/symfony.
Read more about Symfony at – Symfony.com.
Symfony vs Laravel
In Short, I would go for Laravel for large scale rapid application development even with lesser experienced resources, but, if it is about complex enterprise grade application development, my preference would shift towards Symfony, with more skilled developers.

Phalcon

Phalcon is another modern framework and my personal favorite. Phalcon framework is built for speed, it is a PHP extension written in C and arguably the fastest PHP framework available as of today. Even though it is an extension written in C, it is full stack MVC framework and offers most of the modern features like routing, controllers, view templates, query language, Caching and ORM etc.
The framework beats all other frameworks by margins in performance, is easy to learn, brings in all features to develop web applications of any size and complexity, and PHP developers are loving it.
Phalcon is among the frameworks that have seen success in a very short span of time. It was released back in 2012 under BSD license and is a perfect candidate to complete for the top slot in the world of PHP frameworks.
Slightly underrated at the moment, but that is only because developers are finding it hard to accept that a framework is delivered as PHP extension, and written in C. Phalcon, otherwise is very well document with examples and beginners can easily get started with Phalcon PHP framework.
Read more about Phalcon framework at its official website – phalconphp.com.

Yii

Yii dates back to 2008 and is amongst the oldest of PHP frameworks. It was lagging behind Laravel and Symfony for last couple of years but with the release of Yii 2.0, it is fast becoming the preferred choice for enterprise grade web application development.
Yii 2.0 is a modern PHP framework with complete set of features to cater to the needs of modern websites and applications development. Yii also features a very powerful and best in class code generator tool called Gii.
Yii framework competes with none other than Symfony when it comes to building multitenant, secure and performant (powerful caching) applications that need complex workflows. CMS and CRM are among the categories where Yii shines along with Symfony.
Yii 2 community is very active, helpful and determined to take the Yii 2 framework to the next level. It also hosts one of the best documentation you will see in the world of PHP frameworks.
Yii 2 vs Symfony
Both Symfony and Yii2 are excellent frameworks and can deliver any modern large scale complex web application. I would personally select Symfony 2 for the shear elegance it brings on the table but at the cost of a bit more complexity. Yii 2 has more out of the box features, a little easier to grasp and can be selected for speed development instead of Symfony.
You can read more about Yii 2 at – Yiiframework.

Slim

PHP developers love Slim for developing Restful APIs and services, thanks to Josh Lockhart for creating this tiny beast. The best thing about starting with a micro framework like slim is that you don’t need to spend time learning it. The code base is so small that you can run through the entire code in a late night session.
Slim is an open source, sophisticated micro framework that comes with URL routing and best in class middleware architecture. It also supports encrypted cookies, flash messages, page templates and caching apart from many other features.
Slim framework is best suited in scenarios where you want to build simple applications or API’s grounds up with full flexibility in your hands. Slim resides at the core of your application and you write the code around as required or plug existing components from other frameworks to create fully functional web application.
Silex and Lumen are two other frameworks similar to Slim that fall into category of micro PHP frameworks.
You can read more about Slim at – Slimframework.com.

CakePHP

Another giant from the old times that doesn’t want to succumb in front of the most sophisticated modern PHP frameworks like Laravel and Phalcon. With the latest version “cakePHP 3.0”, this framework once again is back in demand and makes a definite point that it is here to stay.
CakePHP framework was originally released back in 2005 and is now available under MIT license. You can use it free of cost in personal, open source as well as commercial projects. CakePHP has held the spot of top PHP framework for a long time span and attracted corporates like BMW, Hyundai, Zumba and Express as its early users. Big names, isn’t it? That reflects the early life of this beast.
CakePHP 3.0 features enhanced session management, standalone libraries and decoupled components for better modularity, improvements in ORM and many helpers.
You can read more about cakePHP at – Cakephp.org.

FuelPHP

FuelPHP is relatively new entrant in the world of PHP frameworks, specifically when we compare it with the old giants like Codeigniter, Symfony, cakePHP and Yii. FuelPHP is a simple, flexible, full stack modern MVC framework that supports HMVC as well at architecture level. FuelPHP has not been able to make a big impact ever since its release and doesn’t really have the biggest of fan following.
Having said that, there is a lot happening around FuelPHP lately and it is very actively developed and upgraded with new features. The framework at its core offers everything to build an end to end web application of any size and complexity. The future of FuelPHP looks quiet promising and I expect FuelPHP to gain grounds in the months to come and definitely plan to keep an eye on it.
You can check out the git repository of FuelPHP at – Fuelphp.com.

Aura

Aura doesn’t compete with full stack PHP frameworks like Phalcon or with micro PHP frameworks like Slim. Aura is a collection of library packages where each package can be used independent of the other, in any code base.
Aura PHP framework is of particular interest and quite useful to PHP developers who love to write their code grounds up without starting off with a full stack opinionated framework. You can also plugin Aura packages to your application even if you are using any other full stack framework.
You can read more about Aura at – Auraphp.com.

Codeigniter

Codeigniter is the one framework that has maintained itself well over the period of time, however, in recent times, it is seeming shaky against the modern and newly launched PHP frameworks. Codeigniter was created by Ellislab back in 2006 and made available to public for free use under MIT license.
Codeigniter has been the framework of choice for the reason that it was lightweight, fast as compared to other contemporary PHP frameworks and easier to learn. As of today, most of PHP beginners are attracted towards Laravel, Phalcon and even FuelPHP rather than Codeigniter.
Although, the framework has been among best of its times, “IMHO” the future ahead for Codeigniter doesn’t look bright. Ellislab also doesn’t seem to support it anymore and it is now fully in control of the community.
Let us see how Codeigniter shapes up in the days to come, read more about Codeigniter at –Codeigniter.com.

Zend PHP Framework

Zend framework has been around for 9 years now and would always be counted in the list of greatest PHP frameworks of all time. Many big corporates like BBC, BNP Paribas and Cisco WebEx use Zend framework in one or the other of their web projects.
Zend’s development team includes developers of the core PHP and ensures that framework is robust, complete and stable. On the other side, Zend is one of the most difficult frameworks to learn and has a very steep learning curve. Additionally, configuration options are enormous that simply increase the complexity.
Shall I go ahead with Zend Framework for my next project?
With many other simple and easy to learn frameworks around, Zend is a strict “no” for small to medium sized projects and for PHP beginners. Many PHP developers these days are moving from Zend framework to Laravel, Phalcon and other simple frameworks.
But there seems to be future ahead for Zend, Zend 3 is just around the corner for release and I am watching it very closely. The features that Zend 3 promises to bring on the table have all the potential to bring it back in the game and compete with best of the modern PHP frameworks around.
Here is the Zend 3 roadmap for a quick reference.
Read more about Zend PHP Framework at – Framework.zend.com.

Conclusion

Phenomenon of PHP frameworks is very old but since the overall web development landscape is fast changing and so are the frameworks. PHP frameworks have always been the default choice of developers for creating complex web applications, specifically large scale open source projects, and enterprise CMS and CRM systems.
Frameworks come with different concepts and methodology but attempt to meet one underlying requirement i.e. speed developing large scale applications with scalable and maintainable code. The frameworks mentioned in this article are among the best PHP Frameworks in the world of web applications development as of today.
Note: Article From the Online resource 

Wednesday, March 16, 2016

How to start your career in Web Development & Web Technologies

Usually we publish articles that are of interest only to the “electronics” community. However today I thought of publishing an article about career opportunities in Web Development & Web Technologies. The reason being the wide opportunities it provides for fresh engineers & graduates.“Cloud Computing”is making a wave and plenty of new job opportunities are posted every week in this area. “Web Development” is a general term which can be used in connection with anything that is related to web & internet. “Web Technologies” refers to technologies that are used to build applications for the web. Examples of technologies used in web may range into many:- 1)  Server side languages like PHP, ASP.NET, JSP, Phyton, Ruby 2) Browser side scripting languages like Javascript, JQuery 3) User interface development using HTML/CSS in combination with browser side scripting languages.
Image Credits

Who all can seek a career in Web Development?

Literally any one can! The job of a web developer is that of a programmer who can write efficient codes in various languages used for the web. “Becoming a good programmer” doesn’t actually need any formal education. You just need to decide on which language you want to learn, buy a couple of books for that language, read tutorials on internet & then try your hands on coding. You need to write lots of code yourself, learn by developing simple & small applications initially & then move up yourself to big & challenging applications. That is the only way you can become a good programmer. However having a formal education in the following streams will definitely make your job easier –  graduation in mathematics, engineering in computer sciences & electronics, graduation in computer sciences. The reason is these courses teach basics of programming as part of their curriculum.  But at the same time any one can become a good programmer by learning themselves. All you need is a taste for logic & programs.

How to begin your career in Web Development?

Very simple – Start learning. First of all decide which language you want to learn. Most people choose open source languages like PHP, Python etc because of the immense resource available over web for self learning. Some others choose ASP.NET & similar others. The choice can be personal for some people. However in my opinion, choose the field you have maximum interest. For example:- choosing PHP as language & MySql as database will help you to work with a range of open source applications likeWordPress (a content management system), Magento (a shoppingcart building software ) and many other open source applications like Joomla, Opencart etc. Choosing Phython as language & PostgreSql as database will help you to work with one of the most promising Open Source ERP software namedOpenERP.

Begin your Learning curve

Once you choose the technologies, then its just a matter of buying books & experimenting yourself.  I recommend you to read a series of articles written by DollarFry team if you are interesting in PHP & MySql.
1) How Freshers & Beginners in PHP can land a great first job – This article speaks in general about the opportunities for a career in PHP. It also explains what all you should learn and focus to carve a good career in web development using PHP
2) Understanding Web Technologies:- HTML/CSS -JQuery/Javascript-Ajax-PHP & MySql  –  This article can be consudered as the first chapter of your learning curve. It combines all languages used in PHP based web development (like HTML/CSS, Jquery, Ajax, PHP & MySql as database) into a single example so that you can understand the basic concepts very easily. A must read for everyone interested in PHP.
Similarly Google has a great education material when it comes to PythonYou can learn all the basics very easily from Googles tutorial.

Tuesday, March 15, 2016

gallery of webdesign,php,seo,java,android || Open Eyes IT Solution


OUR TRAINING SECTION GALLERY

android training in kathmandu-lalitpur
ANDROID

autocad 2D/3D training in kathmandu-lalitpur
AUTOCAD 2D/3D

c++ training in kathmandu-lalitpur
c++ 

C Programming training in kathmandu-lalitpur
C Programming

GIS  training in kathmandu-lalitpur
GIS 

JAVA training in kathmandu-lalitpur
JAVA

Web Development php mySQL CI/Laravel  training in kathmandu-lalitpur
PHP mySQL CI/LARAVEL

QA training in kathmandu-lalitpur
QA

seo training in nepal-kathmandu-lalitpur
Search Engine Optimization- SEO

SPSS training in NEPAL-kathmandu-lalitpur
SPSS

Website Web Designing training in NEPAL-kathmandu-lalitpur
Web Desiging

Wordpress theme/plugin development training in NEPAL-kathmandu-lalitpur
WORDPRESS

php course content at openeyesit

Course: PHP mySQL (With Framwork CI/LARAVEL)
Duration: 2 Months
Time: 1.5 hour/day (Theory + Practical)
php ci laravel training center in kathmandu/lalitpur
PHP mySQL With Framwrok CI/LARAVEL

1.Introduction to PHP

  1. Introduction to PHP
  2. Introduction to Web Request/Response
  3. Introduction to Variables
  4. Code Comments
  5. Introduction to Data Types
  6. Scalar Data Types (Strings, Integers, Floats) and their built-in Functions
  7. Complex Data Types (Array, Objects) and their built-in Functions
  8. Arrays (Numerical, Associative, Multi-Dimensional)
  9. Constants
  10. Type Casting and Juggling
  11. Conditional Statements (If-else, switch)
  12. Operators (Unary, Binary and Ternary)
  13. Loops (While, Do-while, for and foreach)
  14. User Defined Functions
  15. Function arguments, return values and default values
  16. Function global and local scope
  17. URL encoding / decoding
  18. Introduction to script inclusion with include/include_once, require/require_once
  19. Single form processing
  20. Handling multiple forms
  21. Form validations with PHP
  22. Introduction to Web Cookies and Sessions
  23. 2. Introduction to PHP with MySQLi
  24.                Intermediate PHP with OOP (Object Oriented Programming):
Introduction to Object Oriented PHP
Classes and Objects
Methods and Properties
Constructors and Destructors
Class Inheritance
Access Modifiers (Public, Protected, Private)
Setters and Getters
Static Properties and Methods
Magic Methods
Object Cloning
Abstract classes and Interfaces
Final Classes
Polymorphism
Namespaces
Exceptions and Error Handling
Design Patterns (Singleton, Factory, Dependency Injection, Observer etc.)
SOLID Design Principles
Date and Time Handling using PHP
File System and I/O
Email Sending and Receiving
Using MySQLi (OO Interface) to Access Databases
Using PDO to Access Databases
Developing a CMS with a Blog (Project)
Regular Expressions
Introduction to .htaccess
Controlling Output using .htacces
URL Rewriting
3. Database with Object oriented concept
  1.  Introduction to Databases with MySQL
  2. Using PHP to access MySQL with MySQLi (Procedural) Driver
  3. MySQL CRUD (Create, Read, Update, Delete)
CRUD using PHP 4. PHP dates and time
Introduction to PHP
Evaluation of Php
Basic Syntax
Defining variable and constant
Php Data type
Operator and Expression
Handling Html Form With Php
Capturing Form Data
Dealing with Multi-value filed
Generating File uploaded form
Redirecting a form after submission
Decisions and loop
Making Decisions
Doing Repetitive task with looping
Mixing Decisions and looping with Html
Function
What is a function
Define a function
Call by value and Call by reference
Recursive function
String
Creating and accessing String
Searching & Replacing String
Formatting String
String Related Library function
Array
Anatomy of an Array
Creating index based and Associative array
Accessing array Element
Looping with Index based array
Looping with associative array using each() and foreach()
Some useful Library function
Working with file and Directories
Understanding file& directory
Opening and closing a file
Coping ,renaming and deleting a file
Working with directories
Building a text editor
File Uploading & Downloading
Mini Project (With file Handling)

State management
Using query string(URL rewriting)
Using Hidden field
Using cookies
Using session
String matching with regular expression
What is regular expression
Pattern matching in Php
Replacing text
Splitting a string with a Regular Expression
Generating Images with PHP
Basics of computer Graphics
Creating Image
Manipulating Image
Using text in Image
Database Connectivity with MySql
Introduction to RDBMS
Connection with MySql Database
Performing basic database operation(DML) (Insert, Delete, Update, Select)
Setting query parameter
Executing query
Join (Cross joins, Inner joins, Outer Joins, Self joins.)
Mini Project
5.Javascript / Jquery
6. Payment gateway integration
7. HTML5 (Localstorage / Geolocation) Api

Further more: