Wednesday 25 September 2013

SEQUENCE DIAGRAM EXAMPLES

Examples of Sequence Diagram in UML

Example of Library management System for sequence diagram




Example of Booking System for sequence diagram


Example of Facebook user authentication for sequence diagram



Example of bussiness process for sequence diagram




Also see the example of Class Diagram and Use case Diagram

CLASS DIAGRAM EXAMPLES

Class Diagram Examples




Library System in Class Diagram


Library System  in Class Diagram




Bank System  in Class Diagram





Home architecture in Class Diagram



Online Shoping in Class Diagram


Railway Reservation in Class Diagram





Also see the example of Use Case Diagrams

Saturday 21 September 2013

Learn PHP Step by Step Tutorial

Hello Every one if you want to learn Php then visit this website


Click it .....Php Demand



INTRODUCTION:

The PHP programming language is a server-side HTML embedded scripting language.
Let‘s depict the sentence. The PHP language runs on the server-side. This means that the execution (read starting) of the scripts are done on the server where the web-site is hosted. HTML embedded means that you can use PHP statements (read a piece of PHP code) from within an HTML code. PHP files are returned to the browser as plain HTML.
The last piece of the sentence – scripting language – is a little harder to explain, but we will give it a go. A scripting language is a form of programming language that is usually interpreted rather than compiled. In programming languages such C or C++ you compile the program (permanently) into an executable file, before you can execute the program. A program that is written in a scripting language, is interpreted one command at a time by a command interpreter (Command interpreter is in most cases an executable written in another language (for instance C/C++) than the scripting language.) Some other examples of scripting languages are Perl, Phyton, Java and Ruby.

What is PHP?

  • PHP stands for PHP: Hypertext Preprocessor.
  • As we said before it is a server-side scripting language.
  • PHP is free and is an open source software product.
  • The PHP scripts are executed on the server.
  • PHP supports many databases (MySQL, Sybase, Oracle and many others.)
  • PHP runs on different platforms (Unix, Linux, Windows.)
  • PHP is compatible with almost all web-servers used today (Apache, IIS, etc.)
  • A PHP file can contain plain text, HTML tags and scripts
  • The PHP files can have one of the following extensions: php, php3 or phtml.

What is a MySQL Database?

What is a MySQL database? A MySQL database is a web hosting database that is used to store web site information like blog posts or user information. A MySQL database is the most popular type of relational database on the web today. This is partly because it is completely free but also very powerful.

What is a MySQL database used for?

MySQL is the database of choice for several different web programming languagesincluding PHPRuby on Rails, and Python. These programming languages make is extremely easy to connect to a MySQL database. It is also used for many popular content management scripts like Joomla!, Drupal, WordPress and WikiMedia.

What is phpMyAdmin?

Databases can be difficult to manage using just individual SQL statements. It is much easier to manage a database using a graphical user interface (GUI). One of the best and most popular GUI’s for managing a MySQL database is called phpMyAdmin. It is a web-based application that makes it easy to manage your MySQL database. phpMyAdmin will let you add, remove and manage databases, tables, and entries; backup the database, run specific SQL queries, search and import record, and much more. Learn more about what is phpMyAdmin from its official website.

Featured post

10 Best Ways to Earn Money from Facebook

10 Best Ways to Earn Money from Facebook Facebook is a household name all over the world. The social networking platform has more than...