Home Blog Page 26

Opencart error xmlParseEntityRef: no name, rendering of the page

In Opencart we got the following error when we activated the Google Sitemap from Extensions>> Product Feed, then when we visited the google sitemap URL like Google Sitemap http://webocreation.com/index.php?route=feed/google_sitemap

This page contains the following errors:
error on line 1 at column 5844: xmlParseEntityRef: no name
Below is a rendering of the page up to the first error

xmlParseEntityRef: no name
xmlParseEntityRef: no name

How to remove it?

Go to PHPMyAdmin of the site and choose the database that you are using and in the oc_url_alias table, “oc_ is the prefix of the table”, search for the & and replace with something else like ‘-‘ or ‘_’ etc and the above error will be removed.

Let me know if you get something else and for support.

SEO URL’s activated for OpenCart at localhost

As opencart uses the SEO URL but we found most of the programmers are not using it in localhost, so today we are showing how to enable URL redirect in OpenCart in localhost. To use SEO URLs, the apache module mod-rewrite must be installed and you need to rename the htaccess.txt to .htaccess.

Enabling .htaccess in Xampp

Open the httpd.conf file with your favorite text editor. In XAMPP, this file is found in the apache/conf directory (or /LAMP/etc in Linux)

Locate the following line of code:

#LoadModule rewrite_module modules/mod_rewrite.so

Remove the # from the line as seen below to enable the module:

LoadModule rewrite_module modules/mod_rewrite.so

Save the Httpd.conf file

Restart your Apache Server

Now in the opencart admin activate SEO URL from

Admin>>System >> Setting >> Edit your store >>then at Server tab >> Enabled the SEO URL.

After that rename the .htaccess.txt to .htaccess

Now if your SEO URL does not work then find RewriteBase / / in .htaccess file and add folder name between slashes.

For eg: if your folder name inside the Htdocs is YOURSTORENAME then it will be

RewriteBase / YOURSTORENAME /

Make url redirect in opencart at localhost
Make URL redirect in opencart at localhost

Then save and you will be able to work with the SEO URLs in localhost

We hope this opencart tutorial helps you understand the affiliate flow of Opencart 3. Let us know if you have any questions or suggestions, please subscribe to our YouTube Channel for Opencart video tutorials. You can also find us on Twitter and Facebook.

How to remove Vqmod conflicts successfully, solutions for Opencart

When we performed work at the scubattokki.com we have to remove Vqmod conflicts successfully for Opencart version 2. Some of the works we did are:

  • Remove the VqMOD conflict in opencart.
  • Checkout Steps decreased to two steps.
  • Registration pages change and address field changes
  • Korean Language translations
  • Many other small changes

How do we remove the VqMOD conflict?

They have used VqMOD like remove-add-to-cart-if-out-of-stock.xml, auto-reviews.xml,  disable_affiliate.xml,  ev_GridDefault.xml, featured-product-plus.xml, google_analytics_expert.xml, inmuto_hide_downloads.xml, inmuto_hide_wishlist.xml, remove-add-to-cart-if-out-of-stock.xml and many others like disabling captcha, etc

As they have used many VqMOD XML which changes the lines of codes and the remaining one does not find the code lines and occurs conflict likewise made the modifications on email format.

We checked what error is logged atVqMOD/logs and the files as per the day as we were working on Sunday so we checked at sun.log and find out what is the error and what search not found is logged. By this, we can know which XML is affected and we changed the code as per the requirement at a definite place to remove the conflict by this we were able to solve the conflict of VqMOD.

We have worked on the two-step quick checkout so that customers can easily check out by clicking only two clicks.

We have made many language changes as well as many CSS and registration page changes to hide the country, city, zone as he did not need them as all clients are from the locality.

About Scuba Bunny http://scubattokki.com/

Scuba Bunny
Scuba Bunny http://scubattokki.com/

At Scuba Bunny http://scubattokki.com/, they search the world for the best quality scuba equipment at the best prices. Why are our prices so low? We import all our products directly from our suppliers in the USA and Italy. With no middleman, we pass the savings on to you! All items at Scuba Bunny are guaranteed to be brand new, original brand name products. All products come with original serial numbers and full warranty certificates.

Let us know if you have any requirements.

Simple Product Management System in Java

Hi,

Just started learning Java and have made simple product management system and hope it will be broadened to e-commerce system 🙂

I have uploaded the files at bitbucket.org and maintain the versions 🙂

Get details from the bitbucket https://bitbucket.org/rupaknpl/basic-java-ecommerce-class-project

Download the project

download button

I will soon write the description so that it will be helpful to understand the codes.

2000th title of Packt Publishing are launching an exciting campaign until 26th Mar 2014

2000th-Book-Home-Page-Banner
2000th-Book-Home-Page-Banner

Let’s enjoy the campaign

Packt Publishing is launching an exciting campaign to coincide with the release of their 2000th title. During this offer, Packt is giving all its customers a chance to enjoy their books by giving them a free e-book copy for every purchase.

The campaign began on 18th March and will continue up until 26th Mar 2014.

You can find out who is using this offers by the social media hashtags #packt2k

Like for facebook, it is https://www.facebook.com/hashtag/packt2k, similar for the twitter and google plus.

If you want to excel in the OpenCart then you can get the following book

Getting Started With Opencart Module Development
Getting Started With Opencart Module Development

Combined Checkout steps, shipping and payment addresses and methods on Opencart

Today we completed two works to decrease the checkout steps where we have to combine the shipping and payment address at one as well as shipping and payment methods at another and transfer the shipping estimate to the shipping methods on the checkout step.

We made the shipping estimate on VqMOD and now the next work is to combine the checkout steps. Combine the shipping address and payment address at one step and shipping methods and payment methods on other steps.

checkout steps decreased
checkout_steps_decreased

When the customer has logged in and checkout then it will show Step 2: Billing Details and Delivery Details, if the customer likes to change the address then he has to insert the new address and choose from the select list. After clicking continue it will redirect to Step 3: Delivery Method and Payment Method, where he has to choose the delivery method and the payment method. Then on clicking the continue, it will redirect to the confirmed section.

checkout steps payment and shipping
checkout_steps_payment_and_shipping

If the products don’t have the shipping then no shipping address and shipping methods are shown.

Similarly, it works for the guest checkout.

Send me an email if you like similar work from the contact us form

Show Google Map at the contact us page and as module Opencart e-Commerce website

We are showing how to add Google Maps for opencart for free and show Google Maps on the contact us page and a module in the Opencart eCommerce website. This module works with VqMOD, if you like to manually insert the code read the post below which we will show how to do them.

First, we like to show how to pin or add your shop locations on google maps. Go to http://www.google.com/mapmaker and search for the popular place near yours and zoom in to the map and see your exact location.

add your location to google map
add your location to google map

Now click on the ADD NEW button and insert click to add the place and locate the red pin to your exact location and then insert the description as per required and SAVE. You can insert the phone, website, category, working hours, payment types, and so on.

Now go to https://www.google.com/maps and search for your place and locate your place and pinned location. Google Maps will not instantly show your recently inserted location or shop. When you find your shop or location, then click on the red pin and it shows the details after that click on the link icon at the right (see the red box in the image below)

Google map at the opencart store
how to show the shop at the google map

Now find the HTML code and paste it into our contact google map module.

Now time to download the module and upload it to the respective directory.

Download Google Map Module Demo of Google Map

INSTALLATION OF FILES:

1 Unzip in the folder.
2 Upload the files inside the googlemap folder to your OpenCart root folder.
3 In admin, go to Extension>> Module >>Google Map and install the module and edit.

Now time to insert the iframe HTML code that we get from the Google Map from above. Please edit the iframe width to 100% and height as per your requirement.

For mine code looks like below

<iframe width=”100%” height=”350″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”https://www.google.com/maps/ms?msa=0&amp;msid=215707624648835363542.0004d48fa8b68dbc004b0&amp;ie=UTF8&amp;ll=27.597546,85.521119&amp;spn=0,0&amp;t=h&amp;iwloc=0004d48fa8bb305cc3dfb&amp;output=embed”></iframe><br /><small>View <a href=”https://www.google.com/maps/ms?msa=0&amp;msid=215707624648835363542.0004d48fa8b68dbc004b0&amp;ie=UTF8&amp;ll=27.597546,85.521119&amp;spn=0,0&amp;t=h&amp;iwloc=0004d48fa8bb305cc3dfb&amp;source=embed” style=”color:#0000FF;text-align:left”>opencartnepal.com</a> in a larger map</small>

Then add the module to where you like to show in the layout. One of the interesting things of this module is that it will show google map  in the contact us page just below the details of the contact.

Vqmod is needed to show the google map at the contact us page. If you don’t like to show it at the contact us page then you have to delete the googlemap.xml at the VqMOD and install the module pack. If you don’t have the v=VqMOD and like to show the google map at the contact us page then you can easily use the module set to show at the contact layout.

COPYRIGHT:

This module code is the intellectual property of mine as an Opensource code you are entitled to use it freely and modify it if you wish but please keep the credits intact.

Bulk transfer of Products, categories and manufacturer between stores on Opencart Ecommerce Store

Bulk transfer of products, categories, and manufacturers to stores on Opencart eCommerce store

If you have already inserted the products and want to add the store in the Opencart eCommerce store, after this transferring the products to the store is quite tedious. You have to go to each product and check for the store and click save, to remove this tediousness, we have created the bulk transfer of products which helps in transferring the products between the stores of Opencart eCommerce.

INSTALLATION OF FILES:

1 Unzip in the folder.
2 Upload the files inside the bulk_transfer folder to your OpenCart root folder.
3 In admin, go to Catalog >> Bulk Category Transfer or Catalog >> Bulk Product Transfer or Catalog >> Bulk Manufacturer Transfer
4 vQmod is needed for the backend to see the Catalog >> Bulk Category Transfer etc

If you don’t have the vQmod installed then you have to insert the following lines at admin/view/template/common/header.tpl

<li><a href=”index.php?route=catalog/portal_category&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Category Transfer</a></li>
<li><a href=”index.php?route=catalog/portal_instructor&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Manufacturer Transfer</a></li>
<li><a href=”index.php?route=catalog/portal_product&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Product Transfer</a></li>

Just below the

<li><a href=”<?php echo $information; ?>”><?php echo $text_information; ?></a></li>

and you will see the Catalog >> Bulk Category Transfer or Catalog >> Bulk Product Transfer or Catalog >> Bulk Manufacturer Transfer

5. When you click the Catalog >> Bulk Category Transfer, you will see two list of stores

product, categories and manufacturer bulk transfer in Opencart

Portal 1 or store 1 is from where you are copying the categories and portal 2 or store 2 is to where you are copying the categories.

After choosing the portals or stores, you will be able to see the list of categories that are not already in portal 2.

For eg. if Desktop is already in portal 2 then it will not show in the list.

If you don’t want to transfer some of the category then unchecked the checkbox and click save. Unchecked will not be transferred.

Bulk transfer categories in Opencart

In the above figure the software, laptops and notebooks and components are not transferred to the portal 2 or store 2

By this same process, we can transfer products and manufacturers.

If you get the following message

Permission Denied!

You do not have permission to access this page, please refer to your system administrator.

====

Go to the System >> Users >> User Groups and edit the Top Administrator and then check as in the figure:

permission opencart

permission for bulk transfer

It means we have to give permission to catalog/portal_category, catalog/portal_instructor, catalog/portal_product.

SEE MORE: Opencart Extension for free

Show the first four categories in the menu in OpenCart

Today we provide support to Opencart forum that someone appreciates my work as we have helped him with his e-commerce designs to show the first four menu items in Opencart.

We simply changed the code and posted it on the forum and his reply was:

You, my friend, are a legend! That is exactly what I was looking for. Thank you so much! its really appreciated. I just checked out your website, some useful information on there, bookmarked 

What was the problem and how I solved it?

Solution:

<?php if ($categories) { ?>
<div id="menu">
<ul>
<?php foreach ($categories as $key=>$category) { if($key<4){ ?>
<li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a>
<?php if ($category['children']) { ?>
<div>
<?php for ($i = 0; $i < count($category['children']);) { ?>
<ul>
<?php $j = $i + ceil(count($category['children']) / $category['column']); ?>
<?php for (; $i < $j; $i++) { ?>
<?php if (isset($category['children'][$i])) { ?>
<li><a href="<?php echo $category['children'][$i]['href']; ?>"><?php echo $category['children'][$i]['name']; ?></a></li>
<?php } ?>
<?php } ?>
</ul>
<?php } ?>
</div>
<?php } ?>
</li>
<?php } } ?>
</ul>
</div>
<?php } ?>

Changes done are bolded.

School of Computing and Technology, UML Component Modelling Assignment

University of West London
School of Computing and Technology

Student Assignment S1

Title UML Component Modelling Assignment
Module UML Component Modelling
Module Code CP70008E
Module Leader: DrNasser Matoorian
Set by: DrNasser Matoorian
Moderated by: Dr Samia Oussena
Assignment Assignment
Hand in arrangements The modelling element 3 of this assignment must be submitted via Blackboard.
Structure of assignment This assignment has three elements. The learning outcomes of the module are assessed by a successful completion of the elements.
Element Type Weighting Due Date
1 In-class Viva and Presentation (Business Process Model) 5 Week 8 – Nov 21, 2012
2 In-class Viva and Presentation (Use Case Models and Business Concepts) 15 Week 11 – December 12, 2012
3 Component Model 80 Week 14 – Friday Jan 18, 2013
Extensions will only be granted in exceptional circumstances. Extensions will be for 10 days or less. Documentary evidence will be required. Extensions must be agreed before the deadline.  Submissions up to one week late with no extension will be marked with a maximum mark of 50%.
Learning outcomes 1 Analyse and design component based architecture solutions
2 Evaluate and articulate the rationale for alternate component implementation technologies.
3 Display mastery of knowledge in current and future software development practice using component based approaches
4 To understand modern approaches to component implementation technologies.
Element 1
Title In-class Viva and Presentation (Business Process Model)
Task details A case study accompanies this section of the assignment. It describes the requirement for a system within a business context. You will need to make assumptions in the course of constructing your models. Ensure you submit a list of these assumptions with your assessment elements as appropriate. If you are at all unsure about the case study description you should ask questions within the seminars/workshops. The Tutors will be moderating the discussion boards. The diagrams must be completed using a CASE tool (starUMLis a suitable tool).You need to present the BPM elements of your work to your tutor and be able to answer questions.
Marking Guide Criteria Issues Mark Marking breakdown where appropriate
Business Process Model A Process Model with appropriate tasks. 5
Element 2
Title In-class Viva and Presentation (Use Case Models and Business Concepts)
Task details A case study accompanies this section of the assignment. It describes the requirement for a system within a business context. You will need to make assumptions in the course of constructing your models. Ensure you submit a list of these assumptions with your assessment elements as appropriate. If you are at all unsure about the case study description you should ask questions within the seminars/workshops. The Tutors will be moderating the discussion boards. The diagrams must be completed using a CASE tool (starUMLis a suitable tool).

You need to present the Use case diagram and the Business Concepts diagram of your work to your tutor and be able to answer questions.

Marking Guide Criteria Issues Mark Marking breakdown where appropriate
 
Use Case Model 

 

Business Concepts

 

Type Model

A Use Case diagram showing the system, the actors and the use cases for the system.

A class diagram showing all the key concepts in the case study and their relationships.

A class diagram showing Core Types and Business Components

5

5

5

Element 3
Title Component Model
Task details A case study accompanies this section of the assignment. It describes the requirement for a system within a business context. You will need to make assumptions in the course of constructing your models. Ensure you submit a list of these assumptions with your assessment elements as appropriate. If you are at all unsure about the case study description you should ask questions within the seminars/workshops. The Tutors will be moderating the discussion boards. The diagrams must be completed using a CASE tool (starUML is a suitable tool).
Marking Guide Criteria Issues Mark Marking breakdown where appropriate
Business Process Model A Process Model for each key life-cycle in the application. Swim lanes Indentified with appropriate tasks. 10
Use Case Model A Use Case diagram showing the system, the actors and the use cases for the system. Each Use Case should have a description including a scenario. Careful to show extensions and exceptions where appropriate. 20 Diagram and Explanation (10)

Use Case Descriptions (10)

Business Concepts A class diagram showing all the key concepts in the case study and their relationships. 15
Type Model A Type model class diagram showing appropriate core types and business component. 15
Component Specifications Business rules (invariants), identification of business and system interfaces. 10 Business Rules (5)

System Interfaces (5)

Component Architecture Component Diagram showing links between interfaces and a description of the communication between components via the interfaces. 10 Component Architecture (5)

Interaction Diagrams (5)

Grade descriptors
In addition to the assessment criteria above the following table may assist you in understanding how we arrive at your final mark. Indeed your final mark should agree with the following grade descriptors, but note that the assessment criteria are the main means of assessment.
Mark Descriptor
0-39% Limited conceptual understanding with possible structural deficiencies.  Restricted use of theory within module.  Inappropriate argument leading to unreliable and invalid conclusions/recommendations
40-49% Some confusion in purpose & aims of evaluation.  Some overall structure and conceptual understanding. Fair use of theory but arguments sometimes irrelevant, illogical or with unsupported assertions.
50-59% Demonstrates a limited but accurate level of understanding presented in a mostly descriptive manner. The answer contains relevant interpretation and critical understanding especially at the upper end of the marking range.
60-69% Demonstrates accurate knowledge and understanding of the subject presented in a coherent manner. The answer contains evidence of application and interpretation. At the upper end there is evidence of thoughtful and measured critical evaluation.
70-79% Demonstrates a clear, comprehensively researched understanding of relevant material with some element of critical evaluation. Shows initiative in approach and rigour in the handling of information. Demonstrates originality of thought together with interpretation and application to the relevant sector
80% or above The answer is analytical and critical. The assignment demonstrates scholarship through a depth of insight and understanding of relevant material, which is logically structured, accurate and well referenced. Originality of thought and application is evident.

Case Study

LH Medical Company (LHM)

LHM is a London based privately owned hospital which provides health care to its patients. The hospital uses in-house software to manage and service its patients which they refer to as clients.  It is an expanding venture and needs to accommodate for processing its information globally. The practice management system is web-enabled and multi-platform for connectivity via web services, in addition, it has connectivity to existing legacy systems. An enterprise document management system ensures patient documents are replicated globally and available per demand.

In addition to medical treatments, medicine, and drugs, consultation and vaccinations are offered to its patients (with a variable additional fee) the company offers medical instruments to other companies either to purchase or to lease.

LHM records the details of its clients with possibly their full medical history in their computer system.  When a new patient requests an appointment (walk-in or online) a treatment course begins and a practitioner is allocated to the patient. A full history and previous medical records are printed showing different categories of Treatments during different time intervals. Analyses are drawn in terms of any possible allergies and previous histories. Treatments may involve many surgeons and consultants depending on its complexity.

The contact practitioner is responsible for estimating the costs of treatments that is agreed by the client at the start of the treatment. The duration of the treatment may be set at any time duration and may also be changed during the treatment depending on the complexity of possible operations.  The final cost and completion date are recorded at the end of the treatment.

During a treatment process, notifications may be sent to patients and other practitioners.

Repeat prescriptions may automatically be produced by the system if appropriate and are available for collection at any surgery by the patient. At any time a practitioner may suspend or cancel the prescriptions.

The cost for a treatment is paid for by the client or an insurance policy provided by a number of insurers. Insurance policies may have additional surcharges and cost depending on treatment types and medicines. Long-term treatment courses may be edited or canceled by practitioners or clients. To re-start an existing treatment an additional fee is applied.

LHM may receive requests for specialise treatments from other hospitals or they may refer clients to other medical centres.

Each treatment course or service may include one or more of the following items:

  • Operations and vaccinations
  • Consultations and check-up
  • Medicine and different types of tablets
  • Clinical reports and attached documents and history
  • Prescriptions and repeat Prescriptions

Payments by clients may be in full or part payments to cover a range of medical and non-medical services offered by the company. Payments may include possible applied surcharges for late payments and or special discounts for long-term treatments.  Tax allocations may also vary from one treatment item to another.  Payments have to accommodate for price changes for medicines and medical services and track price changes for drugs purchased from pharmaceutical companies.

A treatment course comprising services from other hospitals carry additional changes set by the medical service providers. A full list of Treatment courses with corresponding payments may be requested by the site manager at any time. Clients’ outstanding balances may be retrieved at any time for current treatment and services indicating the payments for the treatment course.

Answer:

Show products on bestseller module manually into Opencart

If you are an admin you can do the following steps:

1. Make one fake customer.
2. Set the site into Maintenance Mode, be sure you keep on logging to the admin
3. Now activate the Cash on the Delivery method of payment.
4. Complete the buying process with many quantities with the use of the Cash on the delivery payment method

In this way, we can show the products into the best sellers.

If you are looking to show or add the bestseller module in pages then this video will help you:

Free Opencart theme, template for free by Shyn (An Opencart User)

Today I am very amazed why the following templates are free. I was just searching for the free template found out a bunch of themes that are free and have a great standard.

For free opencart 3 theme click here.

For OpenCart 2.3.0.2 I am creating my own free OpenCart theme for free, but it is still in development, you can check here.

Demo for the NepalEverest OpenCart free theme

You can pre-order it and I will provide you files once I published my first version. Enjoy.

These templates are provided by Shyn who is an Opencart user. You can see the following link to download directly from opencart extension section

https://www.opencart.com/index.php?route=marketplace/extension&filter_category_id=1&filter_license=0

https://www.opencart.com/index.php?route=marketplace/extension&filter_member=shyn

You can download the premium opencart theme for free. They are a really premium opencart theme. I really love them.

best opencart theme for free
the best opencart theme for free

The best theme I found among them is Miwa Pink OpenCart Theme but all others are also best.

Themes that Shyn providing for free are:

  1. Theia OpenCart Theme
  2. HYLA OpenCart Theme
  3. Palioxis OpenCart Theme
  4. EmptyWhite OpenCart Theme
  5. Neon Light OpenCart Theme
  6. Calm OpenCart Theme
  7. Techbee OpenCart Theme
  8. Miwa Pink OpenCart Theme
  9. Miwa OpenCart Theme
  10. T5 OpenCart Theme

I hope he/she will keep supporting the opencart community for free, really appreciate the good work or best theme for free.

Thanks a lot to Shyn

College internship report online earnings, Website Programming – Part VIII

In this college internship report, we are showing online earnings and website programming recommendations, conclusion, program workplace relationships, and bibliography.

CHAPTER FOUR

Recommendations

There are few things which can be implemented and improvements can be made.

  1. There must be a career development opportunity for the employees so that they can work energetically in the organization as there is high turnover due to lack of information in the related sector.
  2. The remuneration System must help in motivation as a better remuneration package can do more in this highly competitive environment.
  3. The work environment at DP Sign is such that it does not encourage the staff to work effectively and I recommend that jobs should be such that the worker really enjoys what they are really doing.
  4. The staff as an individual is good but as a team is very bad, this thing should be overcome by promoting the team-based culture by the company.
  5. What I feel while working in DP Sign was that the top management is taking HRD as an expense rather than an investment as in the future the real capital or asset will be in the form of the workforce rather than monetary capital.
  6. In DP Sign there are uses of advanced technology so the employee outside the world cannot cope easily with the internal environment so the socialization process should perform while recruiting the new employee.
  7. I suggest DP Sign to make a website to unite their online earning team and the exchange of click can be done so that everyone can get benefits.
  8. There are problems in web hosting services as the mail is sent to the scams sector so it should be maintained and the reliable up to date time is 98% only so the web hosting services should be changed.

CHAPTER FIVE

Conclusion

The internship program is one of the training that helps students to learn a lot and my vision and practical exposure have broadened very much from my three months internship.

In the website development and online earning sector, DP Sign is contributing a lot and is using modern technology to take the company to new horizons and is moving as per its slogan “A strategic partner of our clients, not a mere vendor”.

After doing my internship it becomes clear to me that books are only dealing with the ideal situation while in the real world it is not so, and you have to face many problems particularly in programming and designing field in which you are dealing with codes and the behavior of software to handle them. Besides this, I just came across with abstract and the concepts developed with thorough study able to make a vague mental image while working in a real scenario.

Further, I also concluded that 100 percent concentration, full care, analytic descriptive, knowledge and communication skills are the key prerequisites for working in the real world.

Anyhow, precisely speaking this internship of three months is a memorable period for me during which I availed the opportunity to flourish my communication skills, polish my capabilities and abilities, upgrade my knowledge about the latest technology and application tools and broaden my vision and exposure towards practical life.

This internship proves better for me in two way, on one side it helps to develop a personality in me which exactly match the professionalism in web development and secondly it helps to strengthen my decision about the specialization in web technology as my personality exactly match the nature of the job.

CHAPTER SIX

PROGRAM WORKPLACE RELATIONSHIP

This project has proved to be very useful in putting the theoretical knowledge learned in college into practical knowledge. Through this project, the various subjects learned by us such as the principle of management, system analysis, and design, C programming, web technologies, Object-oriented languages, organizational behavior, and other programming have been put into use practically.

The subject matter of system analysis and design and other programming languages and web technologies learned theoretically were put into use in this project. Planning of the assignment, locating information sources, collecting and analyzing data, presenting charts and tables, programming, website designing and programming, understanding system and software as well as re-engineering them, etc. which are already studied by us in books was very helpful in putting it into practical experiences and preparing this project. The theoretical knowledge of web technologies, programming languages and managerial courses were helpful in carrying out the SWOT analysis, PEST analysis, and other analysis.

This program is very helpful in putting our theoretical knowledge into practical knowledge. All the subject matter studied by us in the previous semester was put into use while carrying out this project. Studying books is a different thing and going through all the things studied is different. This program has provided a platform to undergo real-life problems and experiences of business which will be fruitful to us in the coming years

BIBLIOGRAPHY

  1. Book References:
  1. Annual Report of DP Sign
  2. Operating Manuals of the DP Sign
  3. Publications of the DP Sign
  4. System Analysis and Design Methods, McGraw-Hill Companies
  5. Internship Report Management Information System, Prentice Hall
  6. Software Project Management by E.M. Bennaton Second Edition.
  1. Website References:
  2. http://dpsignadvertising.com/
  3. www.google.com and other search engines to search
  4. www.scribd.com
  5. www.esnipps.com
  6. www.wikipedia.com (The encyclopedia)
  7. www.docstoc.com

APPENDICES

Sample Project Delivery Organization for a large project

Fig: Sample Project Delivery Organization for a large project in DP Sign

In-House Development process in DP SIGN

Fig: In-House Development process in DP SIGN

Business Volume as per the department in DP Sign

Fig: Business Volume as per the department in DP Sign

College Internship report Online Earnings and Website Programming Part VII

CHAPTER THREE

Strategic Business Units Analysis

3.1 Strategic Business Unit’s Analysis

DP Sign has different strategic business units and management as DP Sign is well aware that how to use these units strategically. In order to fully analyze the business units of DP Sign that are web development, online earning training, and printing, I have used different analysis which not only gives the true picture of the company’s different unit but it also gives the depiction of the overall industry analysis in which the company is currently working. There are four types of Analysis which I have performed in order to explore the working of the organization.

3.1.1Web Development department Analysis

3.1.2 Online Earning department Analysis

3.1.3 PEST Analysis

3.1.4 SWOT Analysis

.

All these analyses have been performed by getting data from real-time industry situation as well as the organization. Research articles, news articles, internship reports, manuals are being used in order to effectively analyze the working of the organization. The historical data for the analysis has been taken or maximum 5-7 years back while current data till 2009 has been used.

3.1.1 Web Development department Analysis

Present status of Website development in DP Sign

Though the Website development in Nepal is developing and every year many companies are being registered but the professional person is lacking in our country. DP Sign is also facing the same problem so it is hiring professional from other countries. Like other company in Nepal, DP Sign is also lacking local customer as our country is lacking the knowledge to use technology and computers.

But the use of technology and website in Nepal is also increasing thus DP Sign also has to focus on the local customers. Even personal website are taking market so DP Sign should focus on this site by reducing the costs but increase the volume of sale which ultimately leads to an increase in the profit.

Schools, college, institutions, shopping center are increasing thus DP Sign should focus in this sector also. One of the lackings of the DP Sign is that it lacks advertisement.

DP Sign has to face competition from:

  • Strong local market
  • New entrants in the international market
  • Competition from existing customers
  • Economic recession

From the strong local market, the competition has been arising from a few companies. These companies are well renowned not only locally but also internationally. In these local companies, DP Sign has been facing competition at website development. At locally and internationally DP Sign is facing the competition as the number of companies is increasing. As the economic recession is a period of recession and throughout the globe world is suffering from the economic crisis, in such a scenario, there is an effect on website development also.

In the context of DP Sign, the market capture internationally is very low in the context of other website company so the company should focus on maintaining the international customers.

3.1.2 Online Earning department Analysis

In the context of D.P. Sign Online Earning training generate about 15% of the Revenue. So this is also one of the most important departments of DP Sign but DP Sign is not focusing on it.

Internet in Nepal is increasing. Some business and people are eager to earn online by sitting at home and being boss of themselves so the online earning has also potential market to earn.

But DP Sign is not focusing in this sector and I suggest them to make a website to unite their team and exchange of click can be done so that everyone can get benefits.

3.1.3 PEST Analysis

PEST analysis is the analysis which we tend to perform in order to analyze the external as well as the internal environment in which the organization is currently working. PEST analysis revolves around the four things.

  • Political Environment
  • Economic Environment
  • Social Environment
  • Technological Environment

Political Factors

There are many factors, which entice the organization with Government.

  • Tax policy
  • Quota
  • Cyber Laws
  • Online transactions law
  • Labor policy

Economic Environment

Recession, devaluation of currency and the policy of government have an adverse effect in the economy.

Social Factors

Due to the increase in education and technological sector, the educational power of the customers is increasing at a speedy rate. They are becoming aware of the brands and the latest technology. Due to this, they are demanding high technological website at a low price in the international market.

Technological Factors

Technology is also a key sector in term of the external environment for website development. The technology is working as a substitute for manpower with more efficiency. DP Sign has to focus on following

  • Error reduction
  • Less labor cost

DP Sign should have to focus on maintaining the harmony between the factors of PEST analysis so that it can progress in its life cycle.

3.1.4 SWOT Analysis

SWOT-Analysis in internship report

Performing a SWOT analysis involves the generation and recording of the strengths, weaknesses, opportunities, and threats in relation to a particular task or objective.

Strengths

  • Strong and Prominent International Image
  • Latest Technology
  • Competitive Workforce
  • Creativity and Innovation
  • Management Information System
  • ISO Certified Company
  • Locally Working(Expenses in NRs but earning in Dollars)

Weaknesses

  • Individualism
  • Low Production capacity
  • No opportunity for Training and Development
  • Lack of teamwork
  • Lack of continuity of Policies
  • Too much Specialized Jobs

Opportunities

  • New Emerging Markets
  • Bright Local Market
  • New Cyber laws and Policies
  • Implementation of technology and websites in the government sector

Threats

  • Non-supportive government
  • Government Policies
  • Growing Competition
  • Political uncertainties

College Internship report Online Earnings and Website Programming Part VI

2.14 Introduction of Departments I have worked

2.14.2 Website development Department

Website development in DP Sign is done in two ways, either it is built in-house or it is bought.

2.14.2.1 In-House Development

2.14.2.1.1 Design the application architecture

Application architecture defines the technologies to be used by one or more or all information systems in terms of their data, processes, interfaces and network components. In DP Sign database like MSQL, SQL, Oracle, MySQL etc were in use, I use MySQL. They use .net and PHP as the programming language and I prefer to use PHP language in website programming.

Physical data flow diagram is used to establish physical processes and location issues.

2.14.2.1.2 Design the database(s)

The purpose of this task is to prepare technical design specifications for a database that will be adaptable to future requirements and expansion. System analyst also participates in the database modeling and the system designers are responsible for the completion of the activity as databases are shared resource.

The database schema is also structured.

2.14.2.1.3 Design the system interface

In this, the system designer works with the system to develop input, output and dialogue specifications. For output, the terminal screen or the printed papers were used and for input, the data capture method is used.

System designers are responsible for the task and can use GUI (graphical user interface). For this, I have used Macromedia Dreamweaver and Phpmyadmin.

2.14.2.1.4 Package Design Specifications

The final design task involves packaging all the specifications from the previous design tasks into a set of specifications that will guide the computer programmer’s activities during the construction phase of the systems development methodology.

 2.14.2.1.5 Update the Project Plan

Revaluation of the project is done. The project manager in conjunction with system owners and the entire team facilitates this task

2.14.2.2 Buy Solution

If the DP Sign is willing to buy the website from the outsider then following is done:

2.14.2.2.1 Identify and Research Specific Products

In this task, we research technical alternatives. The requirements specify the functionality, features and critical performance parameters for our new website. Research and information are collected from internal standards, information services, trade newspapers, and periodicals offer. System Designer with help of project manager is responsible to complete the task

 2.14.2.2.2 Solicit Proposals or Quotes from Vendors

The solicitation task requires the preparation of RFQ (Request for Quotations) and RFP (Request for proposal). Request for Quotations is a formal document that communicates business, technical and support requirements for the application software package to a single vendor that has been determined as being able to supply that application package and services.

Request for proposal is also a formal document that communicates business, technical and support requirements for an application software package to vendors that may wish to compete for the sale of that application package and services,

2.14.2.2.3 Select and recommend the best vendor.

The purpose of this task is to validate requests for proposals and/or quotations received from vendors. Designer involves data and database administrators, network administrators and applications administrators. The key outputs of this task are those vendor proposals that proved to be validated proposals or claims and others whose claims were not validated.

2.14.2.2.4 Contract with the awarded vendor to obtain the product

Having ranked the vendor proposals the next activity usually includes presenting a recommendation to management for final approval. Salesmanship and communication skills are important. The purpose of this activity is to negotiate a contract with the vendor who supplied the winning proposal and to debrief the vendors that submitted losing proposals. A contract will be produced to the winning vendors.

2.14.2 Online Earning Department

2.14.2.1 Online Earning Training:

In this training, we were taught that how we can earn money online without investing money. This training last for 15 days for normal computer operator and for advance the time period is less. Online earning can be done by different means in this global market. Some of them are:

2.14.2.1.1 Online earning through blogging:

Blog or Weblog is nothing but the personal website where you can express your personal views, ideas, feelings etc. There are many sites such as Blogger, Typepad, Soulcast who provide blog services. You can earn online through Adsense. Here you have to place Adsense ads in your blog. You will earn whenever viewers click on the ads.

2.14.2.1.2 Online earning through Ad Typing:

Online earning by Ad typing is another unique job opportunity. All you have to need to post Ads on various Free Ad sites. There are tons of sites that provide Ad Typing jobs. Typeinternational is a very popular site. Typeinternational is providing nine different homes based earnings opportunities.

2.14.2.1.3 Online earning through Medical Transcription:

Medical Transcription is the fastest growing fields in health care. It is the process where you need accurately and swiftly transcribes medical records dictated by doctors and others, including medical history and physical reports, X-ray reports and pathology reports etc. Good English pronunciation, typing skill and acquaintance with medical terminology are the basic need of the job. You can earn lots of money through Medical Transcription.

2.14.2.1.4 Online earning through the filling of Market Survey Forms:

Filling of Market Survey Forms is another popular online job opportunity. Thousands of consumer products are fighting to get a pie of the billions of consumers worldwide. You can earn by simply filling up of forms regarding a particular product of a company.

2.14.2.1.5 Top Pay per click (PPC) Business Sites

Some of the sites that pay per click are:

Name of sites Name of sites
www.google.com/adsense
www.yahoo.com/overtrue
www.publisher.yahoo.com
www.search123.com
www.lycos.com
www.click-share.com
www.income-machine.com
www.bidvertiser.com
www.typeinternational.com
www.daily-payday.com

Tab: 2.4 Collection of PPC sites

2.14.2.1.6 Earn money by blog posting:

We are paid from these sites on posting our comments or posts. Some of the sites are:

SN Name of sites
1
2
3
4
5
www.technorati.com
www.digg.com
www.netscape.com
www.reddit.com
www.tailrank.com

2.15 Some of our major Clients:

SN Name of Client SN Name of Client
1. Laxmi Bank 2. Siddhartha Bank
3. Jyoti Bikash Bank 4. Kathmandu Medical College
5. Advanced Imaging & Diagnostic Centre 6. Beijing Duck Restaurant
7. Institute of Professional Excellence 8. BOK Choy
9. Oral Dental Home 10. Glamour
11. South Asia Commodities & Brokerage 12 Cosmopolitan
13 Axis Broking Solution

Tab: 2.5 List of major clients

2.16 Business Volume:

DP Sign was founded in 2007. So it is a newly entered company in the corporate world. But its sale figures are outstanding. The company has sales of over 10 million Nepali rupees in the financial year 2008-2009.

The overall sales volume is generated from three areas domestic, commercial and International. The prices of the products of the company range from Rs. 350(Domestic) to Rs. 1.5 million.

The Major portion of the revenue of DP Sign is Flex Printing, Online earning training, and website designing and programming.

The partition of sales to total sales graph is given below:

Business volume of DP Sign

Fig: 2.2 Business volume of DP Sign

According to the figures company’s 51% sales of Revenue is earned through website designing and programming, 11% of revenue is from flex printing, and 15% and 22% are from online training and other sources respectively

Although DP Sign was founded in 2007 bt remained successful in getting its share in the market in a very short time (2007-2009) and through its loyal, devoted, professional and hardworking management it is expected that the company will expand its sales to about 4 million during 2010-2011.

Beside that company has also earn an impressive goodwill in the market through its quality services.

2.17 Products offered by DP Sign

2.17.1 Printing Services

SN Material Type Rate Remarks
1 Printed backlit with box & light with fitting at site 199.00p.sq.ft. Without vat
2 Vinyl sticker cutting & pasting on backlit with box & light with fitting at site 221.00p.sq.ft. Without vat
3 Flex/ Frame & fitting at site 38.00p.sq.ft. Without vat
4 Mimaki soljet print Normal vinyl 50.00p.sq.ft. Without Vat
5 Soljet vinyl print & pasting on  forex sheet 95.00p.sq.ft. Without vat

Tab: 2.6 Printing product of DP Sign

2.17.2 Web services

SN Web Service Type Rate
1. Domain Registration Rs. 1000+
2. Web space As per space requirement
3. .np domain registration Free
4. Website design and development As per design and requirement
5. Open  Source CMS (joomla, word press, durpal, umbraco, tomato, mambo, hippo, nuxeo) As per design and requirement
6. Search Engine Optimization(twitter marketing, social marketing, facebook marketing, affliation program) As per design and requirement
7. Online Earning Training Rs 1500+

Tab: 2.7 Web services providing by DP Sign

2.18 Time Frame of Internship

Fig: 2.3 Time frame representation in Gantt chart

The Gantt chart above depicts internship task against a calendar where each bar represents a named project task and the task are listed in the left-hand column.

Time frame representation in Gantt chart internship report
Time frame representation in Gantt chart internship report

College Internship report Online Earnings and Website Programming Part V

This chapter contains the process and standards, project management standards, process improvement, offshore team building, and Project management process for the college internship report of Online earnings and website programming.

2.8 Process and Standards

The following standards summarize the commitment of DP SIGN towards the international best practices.

2.8.1 Project management standards

At DP SIGN, we believe that project management is the key to the success of any project, more so for IT projects. We closely follow the PMBOK as set by the Project Management Institute (PMI) standards.

2.8.2 CMMI: The process improvement initiatives

We have initiated the development of process standards in‐house with the implementation of CMMI (Capability Maturity Model Integration). This process improvement approach will provide our organization with the essential elements of effective processes. CMMI can be used to:

  • guide process improvement across a project or throughout an entire organization
  • integrate traditionally separate organizational functions
  • set process improvement priorities and goals

Processes being the pivot of the realization of products/services, DP SIGN ensures that every pertinent activity comports with the defined processes. The following sequence features the processes that are executed during the entire development lifecycle

2.8.2.1. The offshore team-building process

This process primarily focuses on the team-building approach and deals with both onshore and offshore development centers. The following phases and activities summarize this process

Phase: Project team creation

Activities:

  • Defining and signing off the scope agreement
  • Identification of key team members for the project
  • Signing off the related agreements

Phase: Onsite to Offsite knowledge transition

Activities:

  • Offshore Team Building Process
  • Project Outsourcing Process
  • Project Management Process

Phase: Offshore process definition

Activities:

  • Tailoring standard methodology to comply with client’s requirements

Phase: Offshore simulation

Activities:

  • Simulation of a client’s environment at the offshore development center
  • Review and comply with service level agreements
  • Establishment of the required infrastructure
  • Setting up the offshore team structure
  • Training the ODC team for client’s requirements

Phase: Offshore project execution

Activities:

  • Define and review the different phases of the project
  • Establishment of project plans for each phase
  • Execution of the project in a phase-wise manner in adherence to the corresponding project plan.
  • Project outsourcing process continues hereafter.
  • Review of the project plan as and when required

Phase: Review of ODC team and infrastructure

Activities:

  • Establishment of metrics to identify the client’s satisfaction level in
  • Terms of team structure/communication, infrastructure, and any other relevant issues
  • Implementation of feedback from the client

2.8.2.2 Project outsourcing process

This process comprises of the following phases, activities, and deliverables related to the project execution.

Phase: Analysis of requirements

Activities:

  • Requirement capture
  • Describing the old architecture
  • Identification of critical issues
  • Identification/assessment of client risk and mitigation measures
  • Establishment of project scope

Phase: Creation of Design Documents

Activities:

  • Development of system design schema
  • Creation of detailed project plan

Deliverable:

  • Design documents
  • Hardware and system architecture

Phase: Development/Unit testing

Activities:

  • Modules coding
  • Unit testing
  • Test case design and documentation

Deliverable:

  • Test Plan
  • Issue tracking log
  • Code walkthrough review
  • System test cases

Phase: System Integration/Testing

Activities:

  • Execution of test cases
  • Fixing bugs
  • Change request review
  • Update test cases
  • Update design documents

Deliverable:

  • Test plan and Test cases
  • Test log sheet
  • Approved changed request
  • Updated design documents

Phase: Acceptance/ release to production

Activities:

  • Verification of acceptance criteria
  • Fixing bugs
  • Review of the Change request
  • User training
  • Development of user manuals

Deliverable:

  • Sign off on acceptance
  • Detail QA reports
  • User manual
  • Installation/release notes

2.8.2.3 Project management process

Phase: Initial Project Plan

Activities:

  • Estimation of effort and development time with the support of lead developer and QA manager
  • Resource allocation for each task

Phase: Project tracking/visibility (recurring step till the delivery of project)

Activities:

  • Preparation of weekly status by the project manager (For some clients there will be daily Scrum).
  • Discussion on project status with the client in the defined period
  • Readjustment of the resource as required
  • Updating the project plan in accordance with the change request issued by the client

Phase: Project plan for the next phase (recurring step till the delivery of project)

Activities:

  • Generation of the project plan for the next phase
  • Tracking of next phase

2.9 Domain Profile

DP SIGN offers its skills/services in two different segments i.e. System level programming and application-level programming.

2.9.1 System Level Programming

DP SIGN has been doing various projects related to embedded system development. It is basically developing systems in C. We have good expertise in working on the Linux platform as well as on Windows. Our work involves working in different protocols related to the network. We have also been working with media formats like MPEG4. Following is the summary of Tools and Technology we use at DP SIGN at the System Programming unit:

System Programming unit Software
Development IDEEclipse CDT
Compilersgcc and g++
Debugging and Profiling toolsgdb, gprof, strace, ltrace, mtrace, linux trace toolkit
Testing ToolsCUnit, Cgreen
Bug Tracking SystemBugzilla
Version Control SystemSubversion
PlatformMontavista Linux 4.1, Red Hat Enterprise Linux
Protocols for NetworkReal-Time Streaming Protocol(RTSP), Session Description Protocol(SDP), Real‐Time Transport   Protocol(RTP), UDP, TCP
Media FormatMpeg4

Tab: 2.1 System units and its Software

2.9.2 Application Level Programming

We provide specialized services to cater to the specific web requirements that are by practice defined by the client. In this context, we concentrate more on the implementation approach for the customer defined requirements coupled with the right technologies to deliver a high-quality web solution. Our expertise is distributed but not limited to the client-server solution, thin client-based application and web-based application development. We have been working with our clients mostly in the area of E‐commerce solutions, CRM solutions, and third-party web integration.

Here is a list of technologies and platforms that we use to bring you the best, most efficient and cost‐effective solution.

Technology Platform
Operating SystemLinux, Windows2000/ XP, WinNT
Web Page Design Scripting TechnologyAJAX, HTML/DHTML, XML, JavaScript, PHP, Perl / CGI, .NET, ASP
DatabaseMysql, MSSQL, MS Access, Oracle
Graphics Design ToolsAdobe Photoshop, Adobe Illustrator, CorelDraw, GNOME Imaging Software
Web Development ToolsUltradev Dreamweaver, Dreamweaver MX,  PHP Editor, Microsoft Visual Basics, Microsoft Visual Studio.NET, Macromedia Flash
Programming LanguagesPHP, ASP, VB, C/C++, C#
Testing ToolsTest Track, Track+, Cpp‐Unit, N‐Unit, Win Runner, Load Runner
Bug Tracking SystemBugzilla
Version Control System:Subversion, CVS
Content Management SystemJoomla, Mambo, Droople, PHPNuke
E-commerceOscommerce, Creloaded, Zencart, XCart, OscMax
Design and PM toolsMS‐Project, MS‐Visio, Rational Rose

Tab: 2.2 List of technology with the platform

2.10 Competitive Advantage of DP Sign

DP SIGN maintains working hours with Time match/Time overlap facility. This way, our Japanese and American clients get complete visibility and interaction with the development team. DP SIGN possesses a strong team of architects, DBA, Programmers, QA personals and support staff with graduation in computer science from reputed universities. Not only that, it maintains formal tie-up with reputed universities for an interrupted supply of trained human resource

  • Compelling cost arbitrage advantage (better than India and the Philippines)
  • Reduces time to market and provides a frequent delivery and support model
  • In‐house Training facility for the project members depending upon the nature of the project
  • Developers possess sound oral and written communication in English and are further trained by the American Language Center
  • Defined Software process with state of the art tools/techniques involved in all phases of the complete life cycle

2.11 Physical Infrastructure

  • 8000 sq feet Software Development Center capable of accommodating more than 100 resources (Can be extended as and when required)
  • 24 hour guarded premises (guarded by internationally acclaimed “Group 4 Falk) at the heart of Kathmandu.
  • Multi‐skilled resource pool
  • The strong team of architects/DBA/Programmers/QA personals and support staff
  • Networked workstations running Linux, embedded Linux and Windows NT/2000/XP
  • Dedicated server room with high security and standard network and server equipment
  • The hardware firewall (Sonic Wall) protected development environment
  • Uninterrupted Power Supply
  • Ergonomically designed work-spaces
  • Backup placed at multiple locations (in multiple buildings)
  • Multiple leases and broadband internet connection extendable to 1 Mbps of connectivity.
  • Dedicated conference room

2.12 Organizational Hierarchy Chart

Organizational structure of DP Sign
The organizational structure of DP Sign

Fig-2.1: Organization Structure

2.13 Number of employees

PrintingWebsite and online earnings
Technician-12  
J. Technician- 8
Designer- 2
Printer Operator- 2
Administration- 4
Marketing- 3
Designer 7
Database designer 3
Marketing 10
Customer Relation (Callers) 10
Data Entry 14
Teachers   6+
Programmers  10

Tab: 2.3 Number of employees

College Internship report Online Earnings and Website Programming Part IV

2.4 D.P. Sign’s spirit is infused into every component

D.P. Sign doesn’t simply just make and sell products; we are also deeply concerned with a number of issues, such as quality products, quick service, after sale services and what type of services would be ideal for the clients. This enables us to refine existing work procedure and our technologies. Every work is done and processed with the clients in our mind.

2.5 Services

DP SIGN offers a broad range of printing, IT consulting, custom programming services and online earning training. We have significant experience satisfying the most special technical needs of our customers. We understand the importance of a balanced technical design. We apply the appropriate level of technology to each project, keeping smaller projects simple and larger projects robust.

Our clients represent a broad cross‐section of businesses. We are very proud of the relationships we have built, and we have earned them through listening, learning, and communicating with our clients.

The categories below summarize our most common tasks.

2.5.1 Web based application design and development

  • Web Services
  • Content Management
  • E‐business solution (CMS, E‐auction, E‐catalogs etc)
  • Search Engine optimization
  • E‐commerce and portals
  • E‐Learning Management System
  • Business work flow management
  • CRM

2.5.2 Flex Printing and other printing services

2.5.3 Generic/custom software solutions (in different platforms/domains)

  • Auto
  • Pharmaceuticals
  • Mortgage

2.5.4 Embedded software solutions

2.5.5 Online Earning Training

2.6 Engagement Models

2.6.1. Fixed price turnkey model

This model is applicable for projects where requirement specifications and time lines are clearly defined and frozen. This helps clients if they have a fixed budget for development and are clear about their requirements. We work with our client to define expected deliverable to determine a mutually agreed fixed price.

2.6.2. Per resource model

This model offers clients the flexibility to alter requirement specification, team size and time line of projects based on market trends and feedback. This model suits best for most of the projects due to software development project’s inherent need of altering specification throughout the development life cycle. Client pays monthly fee per resource (development, QA or management).

2.6.3. Offshore model

Our core expertise lies in establishing Offshore Development Centers for its clients. Through this model we serve our clients with highly experienced professionals with varied skill sets, resources, flexibility and time & cost‐to‐market advantages, allowing them to enjoy the long term gains of offshore outsourcing. DP SIGN operates as an extension to clients’ existing software engineering business. The secret of its success can be attributed to the fact that this model gives an opportunity to the client to make direct communication with DP SIGN through the onsite center and at the same time gives them the chance of enjoying the benefits of the offshore development. Round the clock development is seamlessly done with this model. In this model client pays offshore center at the per month basis.

2.7 Delivery Model

A proper combination of synthesis motivates every engagement, enabling us to deliver technology solutions that give our clients a decisive competitive advantage. The client can decide among one of the following delivery models

  • Full offshore development
  • Full Onsite development with our developers and QA resource deployed at the client’s site
  • Hybrid model when the majority of team is at offshore and the few members are in onsite to help gather business requirement and help in deliverable.

Above mentioned models cater to the different requirements of clients like augmenting their development or QA teams, forming a new and complete project team, getting architects and designers for a new technology development. However, more onsite involvement increases the total cost of development. DP SIGN management team works with the client to help them choose the best model that fits into their business requirements.

Digital marketing: College Internship report Online Earnings and Website Programming Part III

CHAPTER TWO

Report Body

2.1 Introduction of DP Sign

D.P. Sign

  1. D stands for Digital
  2. P stands for Printed
  3. Sign stands for different kind of signs.

Registered Name:                 DP sign advertising Pvt. Ltd

Address:                                  Shantinagar, Om Shanti Chowk, KTM.

Phone:                                     01-4783309

Website:                               https://webocreation.com

E-mail:                                     rupaknpl@gmail.com

DP SIGN is a global IT services company providing IT consulting, technology and outsourcing services. Using our enhanced global delivery model, innovative plat-forming approach and industry expertise, we provide cost effective services that enable our clients to use IT to enhance business performance, accelerate time to market, increase productivity and improve customer service.

DP SIGN provides value to its customers by innovation, accomplishment, trust and long-term relationship through its unique service portfolio and expertise.

DP SIGN brings quality services and products to its customers on time and at the most competitive prices. DP SIGN has very strong software engineering processes for software design and development activities. These strengths enable DP SIGN to smoothly adapt to the rapid enhancements in the technological domain while maintaining constant focus on the ever-changing business needs of its clients. With the vision of becoming the best IT service provider of nation, DP SIGN has been trailblazer in various domain of software engineering in Nepal.

Embedded system programming, Quality assurance techniques and process oriented approach towards the design and development are those where DP SIGN has become pioneer in the local context. Again, sustained quality delivery on time, postdelivery services, corporate culture, documented knowledge acquisition and continuous learning environments are the critical success factors of DP SIGN to achieve its vision.

2.2 Corporate Goal of the Company

The three pillars on which the DP Sign has its corporate structure are:

  1. Continuous improvement
  2. Customer’s satisfaction
  3. Quality of product and system

All these pillars are the pillars of quality system which the organization owns in order to satisfy its customers. Continuous improvement means the process of quality is not still at a certain point, it continuously moving towards the improvement and can’t be still to some location, and the sole objective of this continuous improvement is to satisfy the customers need by giving the customer the quality products.

2.3 Mission Statement of the company

Our mission is to offer advanced, convenient, and money saving digitally printing things in Monitors or papers with the implementation of distinctive ideas and expertise. Our foundation of survival is based on providing valued clients a convenient and affordable source for digitalizing the world.

In a clear sense, our motto is to be “A strategic partner of our clients not a mere vendor.”

Digital marketing: College Internship report Online Earnings and Website Programming Part II

This chapter is about Digital marketing: College Internship report Online Earnings and Website Programming Part II. This includes Selection Background of the study, Objective of the study, Method of Data Collection and Limitations of the Study.

CHAPTER ONE

Introduction

1.1 Background of the study

The internship program has become the bridge for those who want to enter to corporate level from the college life; through the internship, we can be able to know the real working environment which was very much different from my course study.

The internship has developed a kind of confidence in me that now I can do something different from new employee and I can work as like an employee. The main things we can learn from the internship are the value of time and importance of punctuality and rules and regulations that we should follow as an employee.

1.2 Objective of the study

The general objective of this report is to partially fulfill the requirements for the degree of BCIS. However, the specific objectives are as follows:

  • To find the use of Websites today.
  • To develop the Management Skills, Personality, and Teamwork.
  • To develop the interpersonal skills, conceptual as well as technical skills.
  • Tips and techniques to design and program website.
  • The technique to earn online.

1.4 Limitations of the Study:

Major limitations of internship report are as follows:

  • Lack of proper research and detailed information about the company and its operating activities.
  • Time frame to perform internship was short.
  • Lack of knowledge to run programs and software used by DP Sign.
  • Object-oriented based programming and use of different programming languages in DP Sign stopped me to learn more.

1.5 Selection Method of Data Collection

There are two major approaches to gathering information in my internship about the situation, person, problems or phenomenon and software in DP Sign.

  • Internal information
  • External Information

This information was collected with the help of both primary and secondary resources.

  1. Primary Data:  They are collected by me on the concerned topic, which is original. While studying I have come across with the sources such as direct interviews with the supervisor, opinion of the different employee, informal talks with the employees, etc.
  2. Secondary Data: They are collected by me based on the study of networking in the organizations. For preparing this report on networking and data communication I have collected information through Nepal Bank, internet, books, teachers, and some previous records.

Store all your data in a Unicode format (UTF-8) – database

Getting error below while installing the moodle, How we can solve them?

must be installed and enabled

It is required that you store all your data in a Unicode format (UTF-8). New installations must be performed into databases that have their default character set as Unicode. If you are upgrading, you should perform the UTF-8 migration process (see the Admin page).

Solution:

While creating the database please take following things into consideration and you will be able to remove the error.

database collation on the moodle

Set the above setting and click save and go to the moodle site and click reload and the error is removed and you will be able to see the continue button.

Searched Keywords:

Moodle workers Nepal, Moodle workers India, Cheap moodle worker, cheap moodle programmer, moodle programmer