FINAL PROJECT REPORT

Size: px
Start display at page:

Download "FINAL PROJECT REPORT"

Transcription

1 FINAL PROJECT REPORT AN PICTURES UPLOAD AND AN E-COMMERCE WEBSITES VGTU coordinator and supervisor: Dr. Mindaugas Rybokas and Dr. Lina Pupeikiene IUT A supervisor: Patrick Lebègue Maxime Deroullers Final Project semester

2 1

3 Acknowledgments First of all I would like to express gratitude to Dr. Mindaugas Rybokas and Dr. Lina Pupeikiene, my coordinator and my supervisor during these three months of training for giving me interesting projects. I liked the time who they gave me during the meetings to explain my projects, their patience and their availability. Then I would like to thank Patrick Lebègue, my tutor at University Institute Technology (IUT), to respond at all my questions during my internship and to meet me in Lithuania. Thanks to the International Relation Office (IRO) of Vilnius Gediminas Technical University (VGTU), especially Ms. Renata Vébriené, and the IRO of IUT, especially Roxana Queste, to organize my stay at Vilnius. I want to express my gratefulness to Ms. Fanny Bougenies for his advices in the field of communication and Mr. Philippe Mathieu for his SQL and web programming classes but also all my other teachers I had during my two years at the IUT. And I don t forget to thank all my new friends in Lithuania for their assistance to integrate the Lithuanian culture. 2

4 Abstract There are lots of web languages programming and browsers. Now, the web developers have to know many web technologies to respond at customer needs but the browsers don t know the same technologies or they don t interpret in the same way. In this report, I show a solution for the cross browser programming with jquery, css, html and php. Today, it s very important for a website to have a simple and beautiful interface but one of principal problems it s to have the same display and interactions on all the browsers. For the server, I show the Model-View-Controller (MVC) programming because the code it s more organized and easy to change the code. 3

5 Contents Page Introduction... 5 I. Presentation of the working environment ) Lithuania ) Vilnius ) Vilnius Gediminas Technical University (VGTU)... 9 II. Presentation of my web projects ) My web technologies PHP HTML 5 CSS JavaScript (jquery) SQL ) Application Programming Interface (API) Bootstrap PrettyPhoto ) My websites My pictures upload website My e-commerce website...20 Conclusion Bibliography

6 Introduction Upon completion of the degree like student in computer science at the IUT A of Lille, I have done training at the department of computer science in VGTU during three months. The projects look at the creation of a pictures upload and an ecommerce websites. For me, it s an occasion to valorize my CV with a work in foreign country but it s an exceptional cultural experience too. First I will present the cultural aspect of my training and after I will explain the technical aspect. 5

7 I. Presentation of the working environment In this part, I present Lithuania, Vilnius and VGTU where I lived during three months. 6

8 1) LITHUANIA Vilnius and Lithuania location Lithuania is a Baltic country situate in the north of Poland. There are about 3.5 millions of people in Lithuania. The official language is the Lithuanian but a big part of the population speaks good English. The capital of Lithuania is Vilnius. The climate is cold during the winter with the snow but the temperature increase quickly at the half of April with an average of 25 c. 7

9 2) VILNIUS Vilnius center town There are two different universities whose are a partnership with Lille 1 for the Erasmus student exchange program: Kaunas and Vilnius (the two main towns in Lithuania). I ve chosen Vilnius, capital of Lithuania and also designated European capital of culture in 2009 by Council of European Union, with his city center considered as UNESCO World Heritage Site. It s the biggest town of Lithuania with a population of about people. Art holds indeed an important place there, with several museums and 65 churches. The most famous monuments are the ruins of Gediminas castle (14 th century) and the classical cathedral of Saint-Stanislas (16 th century). There are more 20 universities in Vilnius, each including many faculties, institutes and research centers. The main mean of common transport is the bus, especially trolleybus (electric bus that use overhead suspended wires). 8

10 3) VILNIUS GEDIMINAS TECHNICAL UNIVERSITY (VGTU) VGTU I was in the public VGTU, the second biggest university, with students in 12 study programs. I have been working in the faculty of Fundamental Sciences. The VGTU campus is far from the city center (40 minutes by bus) but it s near dormitories. The Faculty of Fundamental Sciences was established in 1993, today over 1200 students are studying there. It is composed of 10 departments, 6 laboratories and 5 teaching laboratories. The faculty employs 268 lecturers including 33 professors and 132 associate professors (it is by those numbers the biggest faculty in VGTU). They also work with bachelor, master, and doctoral students in the fields of informatics, biotechnologies, mathematics, and statistics. 9

11 II. Presentation of my web projects In this part, I present my two web sites and the web technologies that I use 10

12 1) MY WEB TECHNOLOGIES PHP For the server, I used php because it s my prefer web language, it s no strict and I know it very well. I used a Model-View-Controller (MVC) architecture. MVC architecture HTML 5 CSS 3 I used these technologies because they are very popular and it s very powerful (you can replace the JavaScript for the design with the HTML-CSS). JavaScript (jquery) I used jquery to upload files or to make animations. You can make these animations with CSS but they are worse than jquery animations. SQL I used SQL to stock the different important data in my server. 2) APPLICATION PROGRAMMING INTERFACE (API) Bootstrap Bootstrap is a sleek, intuitive and powerful front-end framework for faster and easier development. It uses CSS and JavaScript to create a beautiful and minimalist web interface whose is cross-browser. It s a framework developed by Twitter and with an Apache license. Header CSS Bootstrap 11

13 With Bootstrap, you place your elements with a CSS grid system (12 columns for bootstrap). The advantages are important because you can place very quickly and easily your elements where you want on the screen (it s more difficult when you just program with CSS). Bootstrap implements the responsive design (it s to create one web interface for all the screens, for example, mobile phone screens, tablet screens, computer screens). Bootstrap grid system Bootstrap grid system with different elements placed on the grid Bootstrap is completely customizable with LESS (it s a dynamic stylesheet language, LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions) but it s difficult to modify bootstrap because there are many interactions with the different components. 12

14 Less code example Bootstrap proposes many JavaScript official plugins to respond at many cases: Transitions Modal Dropdown Scrollspy Tab Tooltip Popover Alert Button Collapse Carousel Typehead Affix There are other plugins but they aren t official. Header JavaScript Bootstrap The most popular websites developed with Bootstrap are: soundready.fm 13

15 kippt.com gathercontent.com jshint.com PrettyPhoto PrettyPhoto is a jquery lightbox clone. Not only does it support images, it also support for videos, flash, YouTube, iframes and ajax. It s a full blown media lightbox. It is very easy to setup and very flexible if you want to customize it a bit. The script is compatible in every major browser, even IE6. It comes with useful APIs. Header CSS PrettyPhoto PrettyPhoto code 14

16 PrettyPhoto Demo JavaScript customization code 15

17 3) MY WEBSITES My pictures upload website It s an upload website ( cloud ) but it s just for the pictures. A user can upload and delete his pictures, he can look at the pictures of other users too. An administrator can upload pictures and he can delete each picture on the website. He can promote a user to administrator. My main occupation was to adapt the html code at Bootstrap to make a design website and a pictures gallery. I needed several Bootstrap JavaScript plugin as carousel for the presentation of last pictures, dropdown for the navigator and fileupload for the pictures upload. In this project, my main problem was to upload the pictures to the server. I resolved with fileupload, it isn t an official Bootstrap plugin but it s a good solution to upload the pictures with jquery. The only problem for this solution, it s the bad documentation. So, I had to search in the code to know how I could use it. But after, I could change the jquery fileupload code a little to adapt it at my website. 16

18 File upload View 17

19 File upload controller 18

20 I made a jquery pagination to organize the website. Html pagination code jquery pagination code part 1 19

21 jquery pagination code part 2 My e-commerce website It s an upgrade of my first project, I made an e-commerce website from an upload website. You can upload items if you are an administrator. You must write the price, company name, name, description of the item. After, all the users could add it to the cart. Their cart is the only web page where the user has all the rights. I haven t finished the project because I haven t the rights and the API to develop a bank system. You must a demand at your bank to have an API. There are services in this website that I don t have the time to make as a search bar and a better administrator panel. My main problem with this website is to upgrade my code. It s difficult to adapt and reuse the code of another website for your project. 20

22 The cart of the e-commerce website 21

23 Conclusion This internship was benefit for me. I discover new cultures and new web technologies. I want to thank my Lithuanian professors to give me more freedom than in France about the projects. Now, I know a new work way whose is more representative of life in enterprise. I could use my knowledge acquired during my two years in IUT A of Lille. It s a good experience to know my programming level. This training was very important for me because now, I m sure to want continue in the web programming. 22

24 Bibliography

25 Appendix Home of pictures upload website 24

26 Admin interface of pictures upload website 25

27 Upload interface of pictures upload website Home of e-commerce website 26

28 Upload interface of e-commerce website Cart of e-commerce website 27

Adding image galleries inside your Joomla! articles has never been easier!

Adding image galleries inside your Joomla! articles has never been easier! Adding image galleries inside your Joomla! articles has never been easier! Using the "Simple Image Gallery PRO" extension from JoomlaWorks you can quickly display a folder of images on your server as a

More information

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro Color Swatches Pro Magento Extension User Guide Official extension page: Color Swatches Pro Page 1 Table of contents: 1. How to upload images for attributes... 3 2. General Settings....... 7 3. Category

More information

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved.

Develop IBM i Mobile and Desktop Applications with a Single Code Base. BCD Software, LLC. All rights reserved. Develop IBM i Mobile and Desktop Applications with a Single Code Base About the Presenters Greg Patterson Technical Sales Engineer BCD and Quadrant Software - A Division of Fresche Maximize Your Investment

More information

UNDERSTANDING AND DEVELOPING MULTIMEDIA - SYLLABUS FALL 2014

UNDERSTANDING AND DEVELOPING MULTIMEDIA - SYLLABUS FALL 2014 UNDERSTANDING AND DEVELOPING MULTIMEDIA - SYLLABUS FALL 2014 DGMD- 20 (formerly CSCI E- 14) Last Updated: 8/12/14 COURSE DESCRIPTION This course provides students with a hands- on exploration of the world

More information

v7.1 SP2 What s New Guide

v7.1 SP2 What s New Guide v7.1 SP2 What s New Guide Copyright 2012 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated, microfilmed,

More information

Building Responsive Websites with the Bootstrap 3 Framework

Building Responsive Websites with the Bootstrap 3 Framework Building Responsive Websites with the Bootstrap 3 Framework Michael Slater and Charity Grace Kirk michael@webvanta.com 888.670.6793 1 Today s Presenters Michael Slater President and Cofounder of Webvanta

More information

Skills for Employment Investment Project (SEIP)

Skills for Employment Investment Project (SEIP) Skills for Employment Investment Project (SEIP) Standards/ Curriculum Format For Web Design Course Duration: Three Months 1 Course Structure and Requirements Course Title: Web Design Course Objectives:

More information

Restaurant and Bar Order Managing System

Restaurant and Bar Order Managing System Restaurant and Bar Order Managing System By Andrey Chapovskiy Submitted to The Faculty of the Department of Information Technology In Partial Fulfillment of the Requirements for The Degree of Bachelor

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

SplendorNet. Pvt. Ltd. www. www. www. Riding The Future. Portfolio. You could say, we do it all... (and you'd be right.)

SplendorNet. Pvt. Ltd. www. www. www. Riding The Future. Portfolio. You could say, we do it all... (and you'd be right.) SplendorNet Pvt. Ltd. www www www Riding The Future Web Portfolio You could say, we do it all... (and you'd be right.) About Us SplendorNet Technologies Pvt. Ltd. is a fast growing company striving for

More information

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088

Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 Lucy Zhang UI Developer Lucyzhang3630@gmail.com/sales@besthtech.net Contact: 646-896-9088 SUMMARY Over 7 years of extensive experience in the field of front-end Web Development including Client/Server

More information

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5

Version 1.3 OFFICIAL THEME USER GUIDE. Renova. Unique Creative Portfolio - Responsive HTML5 Version 1.3 OFFICIAL THEME USER GUIDE Renova Unique Creative Portfolio - Responsive HTML5 G R EE T I NG S FR OM DESIG NO VA Thank You For Purchasing Our Product. If you like this theme, we really need

More information

WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID

WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID UNIVERSITY OF BORDEAUX 1 FINAL REPORT MASTER OF SOFTWARE ENGINEERING (2011 2013) WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID Author LE Huong Sao Mai Supervisor LE Dinh Viet Hai December, 2013. Acknowledgement

More information

Brief Description of project: This project will be an interactive Javascript. 1. What do you want to accomplish by doing this project?

Brief Description of project: This project will be an interactive Javascript. 1. What do you want to accomplish by doing this project? Date: 10/9/2013 Title: History of Web Development Brief Description of project: This project will be an interactive Javascript presentation detailing the history of web development from its early days

More information

How-to Guide: Creating a Mobile Website Using bmobilized

How-to Guide: Creating a Mobile Website Using bmobilized Mobile Websites How-to Guide: Creating a Mobile Website Using Content Provided by Mobile Websites Content 1. What is a mobile website? 2. Why you need a mobile website? 3. Who is? 4. How to create a mobile

More information

Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION

Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION AGENDA 1. Overview of Magento 2.0 2. Features and benefits of Magento 2.0 over Magento 1.x 3. Why should we upgrade to Magento 2.0

More information

1. About the Denver LAMP meetup group. 2. The purpose of Denver LAMP meetups. 3. Volunteers needed for several positions

1. About the Denver LAMP meetup group. 2. The purpose of Denver LAMP meetups. 3. Volunteers needed for several positions 1. About the Denver LAMP meetup group 1.Host a presentation every 1-3 months 2.Cover 1-3 related topics per meeting 3.Goal is to provide high quality education and networking, for free 2. The purpose of

More information

Web Designing with UI Designing

Web Designing with UI Designing Dear Student, Based upon your enquiry we are pleased to send you the course curriculum for Web Designing Given below is the brief description for the course you are looking for: Web Designing with UI Designing

More information

WEB DEVELOPMENT COURSE (PHP/ MYSQL)

WEB DEVELOPMENT COURSE (PHP/ MYSQL) WEB DEVELOPMENT COURSE (PHP/ MYSQL) COURSE COVERS: HTML 5 CSS 3 JAVASCRIPT JQUERY BOOTSTRAP 3 PHP 5.5 MYSQL SYLLABUS HTML5 Introduction to HTML Introduction to Internet HTML Basics HTML Elements HTML Attributes

More information

Figure 1 responsive grid system for all view ports, from desktops, tablets and smart phones

Figure 1 responsive grid system for all view ports, from desktops, tablets and smart phones Pimp your SharePoint with Uihiro our front-end framework for developing responsive, on-prem, hybrid, pure Office 365 and mobile ready projects. Our theming engine provides a rich repeatable design experience

More information

ECOMMERCE SITE LIKE- GRAINGER.COM

ECOMMERCE SITE LIKE- GRAINGER.COM 12/19/2012 ITFLEXSOLUTIONS ECOMMERCE SITE LIKE- GRAINGER.COM Developed by : IT Flex Solutions www.itflexsolutions.com *Please note that this is not a final proposal only an estimate of the time and type

More information

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY Advanced Web Development Duration: 6 Months SCOPE OF WEB DEVELOPMENT INDUSTRY Web development jobs have taken thе hot seat when it comes to career opportunities and positions as a Web developer, as every

More information

Camp Washington and Northside Hardware Store Website. By: Kara Bomkamp, Jamie Frebis, & Mohamed Shaker Badr. Submitted to:

Camp Washington and Northside Hardware Store Website. By: Kara Bomkamp, Jamie Frebis, & Mohamed Shaker Badr. Submitted to: Camp Washington and Northside Hardware Store Website By: Kara Bomkamp, Jamie Frebis, & Mohamed Shaker Badr Submitted to: The Faculty of the School of Information Technology in Partial Fulfillment of the

More information

BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0

BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0 BT BACKGROUND SLIDESHOW JOOMLA EXTENSION User guide Version 2.0 Copyright 2012 Bowthemes Inc. support@bowthemes.com 1 Table of Contents Introduction...2 Related Topics...2 Product Features...2 Installing

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use

More information

DEVELOPMENT PORTFOLIO

DEVELOPMENT PORTFOLIO & DEVELOPMENT PORTFOLIO CURRICULUM VITAE PHP / LAMP Developer Think Finance A New and Unique Financial Payday Loan Product Senior PHP Developer, Facilitated The Build and Implementation Of: PSR-0 Compatable

More information

SellerDeck 2013 Reviewer's Guide

SellerDeck 2013 Reviewer's Guide SellerDeck 2013 Reviewer's Guide Help and Support Support resources, email support and live chat: http://www.sellerdeck.co.uk/support/ 2012 SellerDeck Ltd 1 Contents Introduction... 3 Automatic Pagination...

More information

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014

Web 2.0 Technology Overview. Lecture 8 GSL Peru 2014 Web 2.0 Technology Overview Lecture 8 GSL Peru 2014 Overview What is Web 2.0? Sites use technologies beyond static pages of earlier websites. Users interact and collaborate with one another Rich user experience

More information

CLASSROOM WEB DESIGNING COURSE

CLASSROOM WEB DESIGNING COURSE About Web Trainings Academy CLASSROOM WEB DESIGNING COURSE Web Trainings Academy is the Top institutes in Hyderabad for Web Technologies established in 2007 and managed by ITinfo Group (Our Registered

More information

Milano Premium Responsive Magento Theme. 2013 ShopShark

Milano Premium Responsive Magento Theme. 2013 ShopShark Milano Premium Responsive Magento Theme Milano Premium Responsive Magento Theme In this document, you will find detailed instructions on installing and using the Milano Magento Theme. We have made every

More information

Building Web Applications

Building Web Applications Building Web Applications Mendel Rosenblum CS142 Lecture Notes - Building Web Applications Good web applications: Design + Implementation Some Design Goals: Intuitive to use Don't need to take a course

More information

One Approach of e-learning Platform Customization for Primary Education

One Approach of e-learning Platform Customization for Primary Education One Approach of e-learning Platform Customization for Primary Education Nenad Kojic, Aleksandra Adzic, Radica Kojic Abstract There are many different types of platforms for e learning. A lot of them can

More information

TIAGO FAIA MARQUES Online CV / Portfolio WWW.TIAGOFAIA-FREELANCEWEBDEVELOPER.COM

TIAGO FAIA MARQUES Online CV / Portfolio WWW.TIAGOFAIA-FREELANCEWEBDEVELOPER.COM TIAGO FAIA MARQUES Online CV / Portfolio WWW.TIAGOFAIA-FREELANCEWEBDEVELOPER.COM tiagofaia@gmail.com +44 7845 304 968 Greenford, London https://uk.linkedin.com/in/tiagofaia/en Profile I am a creative Front

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Version 1.0 OFFICIAL THEME USER GUIDE. reva. HTML5 - Responsive One Page Parallax Theme

Version 1.0 OFFICIAL THEME USER GUIDE. reva. HTML5 - Responsive One Page Parallax Theme Version 1.0 OFFICIAL THEME USER GUIDE reva HTML5 - Responsive One Page Parallax Theme G R EE T I NG S FR OM DESIG NO VA Thank You For Purchasing Our Product. Important - FAQ: 1) What is this User Guide

More information

Abdullah Radwan. Target Job. Work Experience (9 Years)

Abdullah Radwan. Target Job. Work Experience (9 Years) Abdullah Radwan LAMP / Linux / PHP / Apache / Ruby / MySQL / ASP.NET / Web Developer Wordpress / Magento / Drupal / C# / Sql Server / HTML / HTML5 / CSS CSS3 / Javascript / jquery / Prototype / SEO Target

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262

www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262 Denise Farmer www.denisefarmer.com www.linkedin.com/in/denisemfarmer dfarmer@ameritech.net 248-429-7262 EDUCATION Master of Information & Communications Technology in Web Development and Graduate Certificate

More information

Certified PHP/MySQL Web Developer Course

Certified PHP/MySQL Web Developer Course Course Duration : 3 Months (120 Hours) Day 1 Introduction to PHP 1.PHP web architecture 2.PHP wamp server installation 3.First PHP program 4.HTML with php 5.Comments and PHP manual usage Day 2 Variables,

More information

Joomla! template Blendvision v 1.0 Customization Manual

Joomla! template Blendvision v 1.0 Customization Manual Joomla! template Blendvision v 1.0 Customization Manual Blendvision template requires Helix II system plugin installed and enabled Download from: http://www.joomshaper.com/joomla-templates/helix-ii Don

More information

Case Studies PHP 2015

Case Studies PHP 2015 Case Studies PHP 2015 PHP TECHNOLOGIES PHP is a well known programming language which is used for web to develop dynamic web pages. Most web developers today use PHP coding and this language has been in

More information

Module Customer Ratings and Reviews Pro + Google Rich Snippets Module

Module Customer Ratings and Reviews Pro + Google Rich Snippets Module Module Customer Ratings and Reviews Pro + Google Rich Snippets Module Date : June 17 th, 2015 Table of contents_ MODULE PURPOSE 2 TECHNICAL DESCRIPTION 2 SERVER PREREQUISITES 2 MODULE INSTALLATION 2 MODULE

More information

WebLink 3 rd Party Integration Guide

WebLink 3 rd Party Integration Guide 1. Introduction WebLink provides the world s leading online Chamber and Association Management Software: WebLink Connect. While WebLink does provide custom website design and hosting services, WebLink

More information

Manual for CKForms component Release 1.3.4

Manual for CKForms component Release 1.3.4 Manual for CKForms component Release 1.3.4 This manual outlines the main features of the component CK Forms including the module and the plug-in. CKForms 1.3 is the new version of the component for Joomla

More information

THE BEST OF BALTIC. 8 days tour

THE BEST OF BALTIC. 8 days tour THE BEST OF BALTIC 8 days tour THE BEST OF BALTIC tour program Day 1. Day 2. Day 3. Day 4. Day 5. Day 6. Day 7. Day 8. Vilnius. Capital of Lithuania. (Arrival) Vilnius. Trakai - historical capital of Lithuania.

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

ADOBE DREAMWEAVER CS3 DESIGN, DEVELOP, AND MAINTAIN STANDARDS-BASED WEBSITES AND APPLICATIONS

ADOBE DREAMWEAVER CS3 DESIGN, DEVELOP, AND MAINTAIN STANDARDS-BASED WEBSITES AND APPLICATIONS What s New ADOBE DREAMWEAVER CS3 DESIGN, DEVELOP, AND MAINTAIN STANDARDS-BASED WEBSITES AND APPLICATIONS Dreamweaver CS3 enables you to design, develop, and maintain websites faster and more easily than

More information

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design,

IGW+ Certificate. I d e a l G r o u p i n W e b. International professional web design, IGW+ Certificate I d e a l G r o u p i n W e b International professional web design, Programming, CRM, online office automation, complete security, Secured Ecommerce and web site maintenance educational

More information

JAIN DEEN. Phone: (+1) 407-545-4607 Email: dev@webcodeman.com. Freelance PHP/WordPress Developer (7+ Years Experience)

JAIN DEEN. Phone: (+1) 407-545-4607 Email: dev@webcodeman.com. Freelance PHP/WordPress Developer (7+ Years Experience) JAIN DEEN Freelance PHP/WordPress Developer (7+ Years Experience) Phone: (+1) 407-545-4607 Email: dev@webcodeman.com ABOUT ME: My name is Jain Deen. For the past 7 years, I have been working as a Freelance

More information

ViSH User Manual. ViSH is a social network for teachers and scientist to meet and collaborate in the science teaching.

ViSH User Manual. ViSH is a social network for teachers and scientist to meet and collaborate in the science teaching. MANUAL ViSH User Manual ViSH is a social network for teachers and scientist to meet and collaborate in the science teaching. ViSH includes a variety of functionalities that aim to provide users with the

More information

Open Source Content Management System for content development: a comparative study

Open Source Content Management System for content development: a comparative study Open Source Content Management System for content development: a comparative study D. P. Tripathi Assistant Librarian Biju Patnaik Central Library NIT Rourkela dptnitrkl@gmail.com Designing dynamic and

More information

Art of Code Front-end Web Development Training Program

Art of Code Front-end Web Development Training Program Art of Code Front-end Web Development Training Program Pre-work (5 weeks) Codecademy HTML5/CSS3 and JavaScript tracks HTML/CSS (7 hours): http://www.codecademy.com/en/tracks/web JavaScript (10 hours):

More information

Case Study. Online Retail Management System with SAP Integration. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 1

Case Study. Online Retail Management System with SAP Integration. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 1 Case Study Online Retail Management System with SAP Integration www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 1 Client Requirement Client required a complete retail management system that

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Get started with your new SellerDeck Responsive Design Inside this guide we will cover some of the basics, on how to change various aspects of your new SellerDeck Responsive Design.

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

HYBRID. Course Packet

HYBRID. Course Packet HYBRID Course Packet TABLE OF CONTENTS 2 HYBRID Overview 3 Schedule 4 Prerequisites 5 Admissions Process 6 What is a Full Stack? 7 Why Become a Full Stack Developer? 8 Inside the 3 Full Stacks: LAMP 9

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Mistral Joomla Template

Mistral Joomla Template Mistral Joomla Template Documentation Copyright arrowthemes Table of Contents Introduction... 4 1.1 Template Overview... 5 Theme Styles and admin options... 5 Theme profiles... 5 Theme Layouts... 5 1.2

More information

Design and Technology Manifesto

Design and Technology Manifesto Design and Technology Manifesto Technologies/Software(Website): We use Django for the framework for our website since it is easy to use and comes with a lot of built in functionality that makes our lives

More information

Bachelor Project System (BEPsys)

Bachelor Project System (BEPsys) Bachelor Project System (BEPsys) by Sarah Bashirieh - 1523259 Nima Rahbari - 1515659 Electrical Engineering, Mathematics and Computer Science Delft University of Technology October 2013 Abstract In this

More information

How To - Add extra content to your site

How To - Add extra content to your site How To - Add extra content to your site Difficulty: Beginner Once you've got the hang of adding standard content to a Clikpic site - such as photos and articles - you'll soon want to add some of your own

More information

Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com and he has 8 years of experience in real time programming.

Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com and he has 8 years of experience in real time programming. Website: http://www.php2ranjan.com/ Contact person: Ranjan Mob: 09347045052, 09032803895 Domalguda, Hyderabad Email: purusingh2004@gmail.com Trainer name is P. Ranjan Raja. He is honour of www.php2ranjan.com

More information

A quick guide to setting up your new website

A quick guide to setting up your new website A quick guide to setting up your new website Hi there. Welcome to MrSite we re really happy you chose to build your brand new website with us and look forward to seeing what you create! We re sure you

More information

Module Google Rich Snippets + Product Ratings and Reviews

Module Google Rich Snippets + Product Ratings and Reviews Module Google Rich Snippets + Product Ratings and Reviews Date : June 3 th, 2014 Business Tech Installation Service If you need help installing and configuring your module, we can offer you an installation

More information

Beginning Mobile Application Development in the Cloud

Beginning Mobile Application Development in the Cloud Brochure More information from http://www.researchandmarkets.com/reports/2050480/ Beginning Mobile Application Development in the Cloud Description: Learn how to build apps for mobile devices on Cloud

More information

ontact Building a FREE church website Department of Communications THE OKLAHOMA UNITED METHODIST

ontact Building a FREE church website Department of Communications THE OKLAHOMA UNITED METHODIST Building a FREE church website Department of Communications ontact THE OKLAHOMA UNITED METHODIST Contactwww.okumc.org Slide 2 - Reasons to use WordPress Cost effective way to build a website Doesn t cost

More information

Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide

Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide Microsoft Dynamics CRM 2016 Interactive Service Hub User Guide Microsoft Dynamics CRM Online Microsoft Dynamics CRM 2016 (on-premises) Version 1.0 The new interactive experience for customer service We

More information

Volkov Vyacheslav. Summary. Saransk, 430005, Mordovia, Russian Federation Moscow, Russian Federation +7(925) 022-57- 82, +7(917) 692-56- 72

Volkov Vyacheslav. Summary. Saransk, 430005, Mordovia, Russian Federation Moscow, Russian Federation +7(925) 022-57- 82, +7(917) 692-56- 72 Volkov Vyacheslav Birthday: Birthplace: Location: E- mail: Skype: Phone: Homepage: CV profiles 10 April 1988 Saransk, 430005, Mordovia, Russian Federation Moscow, Russian Federation vexell@gmail.com vexellz

More information

Upgrade to Microsoft Web Applications

Upgrade to Microsoft Web Applications Upgrade to Microsoft Web Applications Description Customers demand beautiful, elegant apps that are alive with activity. Demonstrate your expertise at designing and developing the fast and fluid Store

More information

Maldives Pension Administration Office Republic of Maldives

Maldives Pension Administration Office Republic of Maldives A. Background Maldives Pension Administration Office Republic of Maldives Pension and Social Protection Administration Project IDA Credit.: 4611-MV Date: 01 June 2014 Design and Development of the CMDA

More information

Project Plan Personalized Intranet Portal

Project Plan Personalized Intranet Portal Project Plan Personalized Intranet Portal The Capstone Experience Team Dow Eric Miller Matt Savela Gordon Leung From Students to Professionals Department of Computer Science and Engineering Michigan State

More information

Elective Type: FA/G. Credit Hours: 3 Corequisites: Developmental: (yes/no) No. Lecture: 2 Clinical: 0. Studio 2 Other: 0 TOTAL: 4 Other Requirements:

Elective Type: FA/G. Credit Hours: 3 Corequisites: Developmental: (yes/no) No. Lecture: 2 Clinical: 0. Studio 2 Other: 0 TOTAL: 4 Other Requirements: COURSE SYLLABUS Course Title: Web Design II Department: Art Curriculum: Graphic Design Date submitted: Fall 2014 AAC: 14-124 Course Descriptors: Make certain that the course descriptors are consistent

More information

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA

Title: Front-end Web Design, Back-end Development, & Graphic Design Levi Gable Web Design Seattle WA Page name: Home Keywords: Web, design, development, logo, freelance, graphic design, Seattle WA, WordPress, responsive, mobile-friendly, communication, friendly, professional, frontend, back-end, PHP,

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Faculty Access for the Web 7 - New Features and Enhancements

Faculty Access for the Web 7 - New Features and Enhancements Faculty Access for the Web 7 - New Features and Enhancements New Design...................................................................... 2 Alerts............................................................................

More information

Course Curriculum Planning and Management System MARIN RUDIC

Course Curriculum Planning and Management System MARIN RUDIC Course Curriculum Planning and Management System MARIN RUDIC School of Innovation, Design and Engineering Subject: Computer Science Advanced level 30 ECTS Credits Thesis advanced level, Computer Science

More information

Vincent Gabriel. Summary. Experience. Senior Software Developer at Landmark Network vadimg88@gmail.com

Vincent Gabriel. Summary. Experience. Senior Software Developer at Landmark Network vadimg88@gmail.com Vincent Gabriel Senior Software Developer at Landmark Network vadimg88@gmail.com Summary Open Source Contributions: https://github.com/vinceg Results-oriented lead architect with a focus on delivering

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

!!!!!!!! Startup Guide. Version 2.7

!!!!!!!! Startup Guide. Version 2.7 Startup Guide Version 2.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Software Development & Education Center PHP 5

Software Development & Education Center PHP 5 Software Development & Education Center PHP 5 (ADVANCE) Detailed Curriculum Advance PHP JQuery Basics Of JQuery Including the JQuery Library Code in an HTML Page JQuery Utilities Faster, Simpler, More

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

A Web- based Approach to Music Library Management. Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012

A Web- based Approach to Music Library Management. Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012 A Web- based Approach to Music Library Management Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012 Abstract This application utilizes modern standards developing in web

More information

FUNCTIONAL OVERVIEW VERSION: 1.0

FUNCTIONAL OVERVIEW VERSION: 1.0 FUNCTIONAL OVERVIEW VERSION: 1.0 DATE: 01.04.2015 Table of contents Innovations / changes in Shopware 5 3 Details technical updates 6 Details Shopware Responsive Template 7 2 Innovations / changes in Shopware

More information

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate

More information

Telerik Case Study on Paylocity s use of Telerik Extensions for ASP.NET MVC

Telerik Case Study on Paylocity s use of Telerik Extensions for ASP.NET MVC Telerik Case Study on Paylocity s use of Telerik Extensions for ASP.NET MVC Company Name: Paylocity Company Profile: Paylocity provides Payroll, Human Resources, Tax Filing, and Time and Labor Management

More information

Firefox for Android. Reviewer s Guide. Contact us: press@mozilla.com

Firefox for Android. Reviewer s Guide. Contact us: press@mozilla.com Reviewer s Guide Contact us: press@mozilla.com Table of Contents About Mozilla Firefox 1 Move at the Speed of the Web 2 Get Started 3 Mobile Browsing Upgrade 4 Get Up and Go 6 Customize On the Go 7 Privacy

More information

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact Meet Builder. Introducing ithemes Builder, the innovative WordPress theme that operates more like web design software. Unlike other premium WordPress themes, Builder stretches the possibilities of WordPress

More information

Rich User Interfaces for Web-Based Corporate Applications

Rich User Interfaces for Web-Based Corporate Applications Rich User Interfaces for Web-Based Corporate Applications Ivan Zapevalov, Software Engineer 1 Outline RIA technologies AJAX technology Widgets Demo application in JavaScript Demo application in GWT Web-catalog

More information

University of Phoenix - Prior Learning Assessment - Corporate Articulation BODWELL COLLEGE. Credit Recommendation Guide (CRG)

University of Phoenix - Prior Learning Assessment - Corporate Articulation BODWELL COLLEGE. Credit Recommendation Guide (CRG) - Prior Learning Assessment - Corporate Articulation BODWELL COLLEGE Credit Recommendation Guide (CRG) The following courses have been evaluated by Corporate Articulation to potentially fulfill General

More information

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum

Republic Polytechnic School of Infocomm C308 Web Framework. Module Curriculum Republic Polytechnic School of Infocomm C308 Web Framework Module Curriculum This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem

More information

Aspire Systems - Experience in Digital Marketing and Social Media

Aspire Systems - Experience in Digital Marketing and Social Media Case Study Aspire Systems - Experience in Digital Table of Contents 1. Digital agency s email marketing platform goes on-demand 2. Social media launch for a major apparel company 3. Mobile CRM empowerment

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Description. Benefits. Requirements. Selection process. Duration

Description. Benefits. Requirements. Selection process. Duration PHP development Be part of a team that implements a web application displaying products from different affiliate platforms using their available API s. The application is developed using PhalconPHP framework

More information

CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report

CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report CULTUR EXchange Platform Non-Functional Requirements for Open-Source CMS Report Content: 1 Project overview/objective 1.1 Purpose of the document 2 Open source requirements 2.1 Web server software requirements

More information

Responsive web design Are we ready for the new age?

Responsive web design Are we ready for the new age? Responsive web design Are we ready for the new age? Nataša Subić, The Higher Education Technical School of Professional Studies in Novi Sad, Serbia, subic@vtsns.edu.rs Tanja Krunić, The Higher Education

More information