Saturday, October 10, 2015

PHP Basic Tutorial 1

Short description of PHP

PHP is server-side
Your browser doesn't realise the pages it is viewing are initially written with PHP. All it receives is an HTML page - as complex or as simple as you want.

PHP is HTML-embedded:
A PHP page can be simply an HTML page with a little PHP sprinkled here and there (we'll see how).
The PHP bits are parsed ("translated") by the server - in the examples presented here, they will be mainly used to produce more HTML code. The HTML code on the page is sent directly to the browser.

PHP has similarities with other programming languages:
C and Perl are two of them. In my case, learning a bit of Perl really helped me get started and understand what PHP could do for me - and how it worked.

Inserting PHP code in HTML

T

Sunday, October 4, 2015

A Brief History of C++

The history of C++ begins with C. The reason for this is easy to understand: C++ is built upon the foundation of C. Thus, C++ is a superset of C. C++ expanded and enhanced the C language to support object-oriented programming (which is described later in this module). C++ also added several other improvements to the C language, including an extended set of library routines. However, much of the spirit and flavor of C++ is directly inherited from C. Therefore, to fully understand and appreciate C++, you need to understand the “how and why” behind C.
C: The Beginning of the Modern Age of Programming
The invention of C defines the beginning of the modern age of programming. Its impact should not be underestimated because it fundamentally changed the way programming was approached and thought about. Its design philosophy and syntax have influenced every major language since. C was one of the major, revolutionary forces in computing.

Saturday, October 3, 2015

Web application development with php development environment and LARAVEL

Today i am going to start a new tutorial session for the web application development freaks and who are willing to develop web applications with the newest and most excellent framework of PHP. Yes, I am telling about the laravel framework.

Web application development: When a newbie Computer Science and Engineering Student or any other computer programmer decided to build his/her career as a software engineer, he/ she just got confused (in my point of view) where to start from or which platform should be choosen? Desktop/ Mobile/Web?. Moreover they often got confused to hear that a web developer called himself/herself as a software engineer or software developer!!!. For those, i will say, A web application developer is also a software developer who make the software that can be used or maintained through the World Wide Web. An web application is a formation of some web pages (Dynamic) that can provide you some sorts of certain goals. There are lots of programming language to develop any web applications such as, PHP, ASP.Net,RUBY on Rails, PERL, HTML, CSS, JAVASCRIPT and JSP etc. In this tutorial session we will learn to develop a basic web application with PHP and it's most upgraded web application framework laravel.


Web application development with php development environment and LARAVEL

Sunday, December 15, 2013

Do You Know: What Is an Object?

An object is merely a collection of related information and functionality. An object can be something that has a corresponding real-world manifestation (such as an employee is an object), something that has some virtual meaning (such as a window on the screen), or just some convenient abstraction within a program (a list of work to be done, for example). In C++ or JAVA language to have a clear concept on object is most important. Let's discuss the details.
An object is composed of the data that describes the object and the operations

Monday, December 9, 2013

Object Oriented Programming Technique (with C++)



This article is for those who are already familier with the programing system in c language. If you do not use c language then it will be hardly to understand the Object Oriented programing (simply OOP).
Before going to the main theme let us discuss what is object oriented language?

Object oriented programming language is the modification of c language features. It gives us the opportunity to solve and code any large and difficult problem within the simplest way. We can also divide the problem into

Tuesday, November 5, 2013

DATA ORGANIZATION IN COMPUTER MEMORY [ARRAY], [LINK LIST]

Capture01
Today i am going to discuss about the basic computer memory organization system. So lets turn into the discussion..........
In Computer data are organized in some logical way and these are:
1. Array
2. Link List
3. Tree
4. Stack
5. Queue
Let’s discuss them in details…….
ARRAY:
Array is the most common representation style of data in memory.

Monday, November 4, 2013

Introduction of Data Structure and Algorithm

Example:
Data Structure mainly refers to the basic organization of which data stores in our computers. In short we can say that the basic logical and mathematical organization of data is called as data structure.
Some Terminologies of data structure:
Computer Science with CStechBD
programing with CStechBD

DATA:
It is important to know about what is data? So as some observation in our daily life we can say that data is any kind of description, measurement, results, statistics of any observation etc. But in computer data refers to some collection of anything that may be any information, values, measurement etc.
DATA ITEM:
A single unit of values of any collection, analysis or records is called data item.
Data item has two terms: