You are on page 1of 15

Company Profile

Tandukar House, New Baneshwor Kathmandu, Nepal Phone: +977 1 2298088 Email: info@web2bizz.com URL: http://www.web2bizz.com

Thankful to web2bizz for promoting Maitinepal to help us to make the CNN Heroes 2010 and Manhe Peace Awards winner... ::Maiti Nepal::

Introduction to Web2bizz:
Web2bizz started on New Baneshwor in Kathmandu Nepal in 2009 with a legal company act of Nepal and the Registration No is 67135/065/066 Since then we are working to a leader in Web Development, Software Solutions as well as Domain & Website Management & Hosting solutions.

We have a dedicated team of 30 professionals designers, developers and SEO especially for websites development; we thrive on the idea that design makes a difference. We can provide you with a fresh, professional designs and frameworks via a recognizable design.
Web and Software Development Company Web2bizz is a Nepal based that focuses on highly qualitative, timely delivered and cost-effective offshore web and software development services. With a rich and varied experience in providing offshore software development and project management capabilities and stringent quality standards ensure us to develop solutions that give your business an edge over your competitors. Our global web outsourcing model makes sure we deliver maximum targeted result to YOU. In Web2bizz we are trying to provide high quality human Capital practicing ethical business standards to our clients. Web2bizz develop high-quality eye catching software and Web sites that comply with all of today's standards. Web2bizz always ensures to our clients that Web sites and softwares are not just show piece only but they will be profitable and user friendly also. The methods of our web development have been written by a professional Time Management Consultant, this enables us to work proficiently and correctly to very strict deadlines. We believe in "One happy customer brings 100 customers for us".

Nothing is as beautiful as making something out of nothing. The passion, the fun and great creativity when we develop solutions for our customers is a pleasure to behold.

Web2bizz designs and builds web applications for you. We use the latest technologies like PHP and MYSQL to create simple websites to complex browser-based applications. Links to SQL databases for large amounts of data are standard. For example, the following applications we develop for you include: Classic PHP, and latest frameworks, ASP, C #,. NET, JavaScript, Ajax (Asynchronous Javascript And XML), XML and MSSQL. These browser applications are often used in combination with websites. These capabilities within the websites are increasingly sophisticated online applications where users feel that they work with a desktop application.

Working with Computer Engineers in Web2bizz was a great chance to gain knowledge and meet professionals. They are very familiar how to design, plan, develop, test and work hard to make the website perfect...::Nepal Engineering Council::

Objectives to Web2bizz:
Web2bizz is a centre, where superior technology meets creativity to optimize the performance of your business in the global market. Focuses on Web Design development, SEO, Graphic Designing & Brand Identity, Hosting & Email A/cs, Offshore Outsourcing. Core values - Client Centricity, Pure Meritocracy and Unyielding Integrity We turn complicated business concepts into elegant web solutions.

All of our websites are innovative, original, and designed with usability in mind.

We use proven methodologies that increase engagement and sales.

We offer expert marketing, design, and programming to ensure your website has a positive impact for your business.

We offer innovative, original and user centric print work and Graphics.

We offer best support with our client area s/w with right friendly approach.

We offer Best price Guarantee, where we guarantee you the best price for service in the market.

Our strength lies in delivering solutions that exceed the expectations of the client and our Objective is to maintain these standards.

Web2bizz is the best technology team who really understands the users needs. :: Himalayan Unique Arts, USA ::

Services to Web2bizz:
We offer a diverse range of services that take your web site from concept to completion and then some. Not only we will plan, develop and maintain a top notch web site for your business or service, we'll assist you in planning and implementing an effective search engine marketing plan to ensure that your site gets - and keeps effective search engine positioning. As professionals, we have the ability, creativity, experience, technical expertise and dedication to bring your business online effectively and affordably.

Website Design & Development


PSD to HTML design HTML, XHTML web design Template web design Content Management System E-commerce websites Online Portals

Website Customization

Joomla CMS Customization Wordpress CMS Customization OpenCart CMS Customization Codeigniter CMS Customization Magento CMS Customization

Search Engine Optimization


Analysis Development Implementation

Web Domain & Hosting


Available any domain register All supported web hosting solutions

Software Development
On demand software development

Your product is affordable, I love the customizations I can do with it, and it works for me .... :: Services 4 All, UK ::

Technology to Web2bizz:
a) CSS and HTML:
CSS tells the browser how each type of element should be displayed, which may vary for different media (like screen, print or handheld device). HTML marks the content up into different structural types, like paragraphs, blocks, lists, images, tables, forms, comments etc.

b) PHP / MYSQL :
PHP, is open source free of cost scripting language which stands for "Hypertext Preprocessor", HTML embedded scripting language used to create dynamic Web pages. Our experts use object oriented secured PHP codes. The goal of the language is to allow Web developers to write dynamically generated pages quickly. When a visitor opens the page, the server processes the PHP code and then sends the output (not the PHP code itself) to the visitor's browser. It means that, unlike JavaScript, you don't have to worry that someone can steal your PHP script. PHP offers excellent connectivity to many databases including MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, and Generic ODBC.

c) AJAX / JAVASCRIPT / JQUERY :


It is designed by Google & is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax / Javascript / Jquery driven application, there is very little lag time as our experts know how to work btter in it. The page simply displays what they're asking for. There is very little lag and you don't have to wait for pages to refresh or reload.

d) .NET [Framework 3.0/ 2.0/ 1.1(C#, VB.NET, ASP.NET)] :


The .NET Framework is Microsoft's own application development platform that enables developers to easily create Windows applications, web applications, and web services using a myriad of different programming languages, and without having to worry about low-level details like memory management and processor-specific instructions

Your ability to take a bunch of our random ideas and work them into creative and successful websites has certainly been appreciated..::Detail Clean Sydney, Australia ::

Coding Standards to Web2bizz:


This heading details about the coding conventions that has to be followed for a website / web application development. This is documented with reference PHP/ASP.NET/JSP/Silverlight/HTML and all different databases.

1) Website Folder Structure Guidelines:


All the code for a website will be organized well in folders. All Images will be placed in a folder named IMG. All CSS Files will be placed in a folder named CSS. All File names will be named meaningfully. All JavaScript Files will be placed in a folder named JS. There will not be any JavaScript in the layout page unless otherwise it is absolutely necessary. There will not be any inline styles used for the HTML Elements unless otherwise it is absolutely necessary.

2) Coding Guidelines:
All variable names, control names and CSS class names will be named meaningfully and in camel conventions. Eg: counterVariable, printCounter, collegeName, studentHomeAddress etc All HTML controls will be named with the prefix as given below. TextBox: txt Eg: txtFirstName Plain Button: pb Eg: pbSignup and so on Submit Button:sb Reset Button:rb Dropdownlist:ddl Checkbox:chk TextArea:ta RadioButton:rad File Upload:fl Hidden Field:hen Label:lbl Division:div Table: tb

All variables controls will be named with the prefix as given below indicating their datatype Integer:n Eg: nCounter String: s Eg: sFirstName And so on Boolean: b Long:ln Short: sn Float:f Char:c Object:obj All class names, property names etc will be named meaningfully in Pascal convention i.e. class Employee, property FirstName

3) Database Standards:
All database objects will be named meaningfully and in ALL CAPS format. Eg: Table Name: EMPLOYEE_MASTER Column Name: FIRST_NAME All tables will have a column named DTE_CREATED which stores the timestamp of the record inserted. In all tables where tracking the updating of the record is necessary the timestamp at which the record was updated should be stored in the column named DTE_UPDATED

They are an obnoxiously good creative and technical resources with excellent support. .::Clock Worx, Cyprus ::

Support to Web2bizz:
Professional website maintenance contracts Our professional and affordable website maintenance and management packages offer peace-ofmind for clients who require frequent updates to website content and regular website visitor reporting and analysis. Our friendly, experienced and helpful teams are here to help you make the most of your website.

Updates and additions to existing websites If you need to update or refresh your existing website we can offer fixed price, quick turnaround support. Whether you just need a couple of small changes or a considerable amount of new development we can complete your request within an agreed timescale and without any hidden costs.

Fixing website problems and errors The smallest problem can drastically reduce the effectiveness of your website. If there are niggling issues or errors that you know you should get fixed, contact us and we will solve your problems quickly and cost-effectively.

Sign in to Web2bizz Support Center via ticketing We provide this interface as a simple way to communicate electronically with technical support 24 hours a day. From here you can register your required branded gear, Open support tickets and even get authorization to replace failed components. For the fastest service register your product in advance, before there is a problem. Registration ensures PROMISE has the details about your installation and warranty status.

An email, online chat or direct call to Web2bizz Support Center Email support services and Live Chat support services is well managed properly, it can optimize the performance of the customer service and technical support departments of the company. If still you want a second feedback can be directly called to our support cell no, all easy access to the customers is provided without any hesitation from the company.

A well managed technical flow of the works done in web2bizz, really appreciated.:: Nepal Ausadhi Limited, Gov of Nepal ::
Email: support@web2bizz.com, Skype Id: web2bizz

Team to Web2bizz:
Managing Director

General Manager

Marketing Manager

Development Manager

Administration Officer

Human Resource Officer

Joomla P.M.

Wordpress P.M.

Codeigniter P.M.

Magento P.M.

SEO P. M.

S. N 1.

Members Daya Yadav

Post Managing Director General Manager

Share(%) 50

Mobile No 9849354399

Email daya@web2bizz.com

2.

Achut Niraula

50

9841223052

gmachut@web2bizz.com

Total team of web2bizz in Nos: 30

Web2bizz Organization Flow

contd Team of Web2bizz

Biography to Managing Director:


Name: Daya Yadav Education: Bachelor of Business Studies (BBS) Working Summary: During the period of 3 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 5 years in Marketing Managers and General Managers in various companies including Local and Outsource companies of Nepal. He offers a high leadership while working in various companies and in web2bizz. His main function includes the success or failure of the company. Operations, marketing, strategy, financing, creation of company culture, human resources, hiring, firing, compliance with safety regulations, sales, PR, etc. are observed by him.

Biography to General Manager:


Name: Achut Niraula Education: Bachelor in Computer Engineering. (B.E. COMP) Working Summary: During the period of 3 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 5 years in PHP / MYSQL, Project Managers and Search Engine Optimization, Search Engine Marketing in various companies including Local and Outsource companies of Nepal. He offers a high technical knowledge and leadership while working in various companies and in web2bizz. His main function includes the completion of projects and the main success or failure of the company. The most important function includes coordinating with different managers and officers and abroad clients in the company.

Biography to Marketing Manager:


Name: Santosh Basnet Education: Bachelor in Business Studies (BBS) Working Summary: During the period of 2 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 3 years and he has been working in the local marketing field. His responsibility includes marketing for newer clients and meeting his requirements of works.

Biography to Development Manager:


Name: Kumar Neupane Education: Master in Software Engineering Working Summary: During the period of 2 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 4 years in PHP / MYSQL, Project Managers in various companies including Local and Outsource companies of Nepal. He offers a high technical knowledge and leadership while working in various companies and in web2bizz. His main function includes the completion of projects and the main success or failure of the works. The most important function includes coordinating with different Project Managers in the company as a great challenge. One Project Manager handles one designer and three programmers.

Biography to Administration Officer:


Name: Umesh Katuwal Education: Bachelor of Business Studies (BBS) Working Summary: During the period of 2 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 6 years in managing administration fields in various companies including Local companies of Nepal. He offers a high administrative knowledge and leadership while working in various companies and in web2bizz. His main function includes providing salaries, account maintain, offices infrastructures and much more.

Biography to Human Resource Officer:


Name: Umesh Katuwal Education: Bachelor of Business Studies (BBS) Working Summary: During the period of 2 years he has been in Web2bizz Pvt Ltd. He has been in this field since last 3 years in managing , hiring staffs in various companies including Local companies of Nepal. He offers a high human resource knowledge and leadership while working in various companies and in web2bizz. His main function includes providing hiring, managing staffs, and much more.

The technical level of commitment, dedication, and turnaround times on our projects is outstanding.::Due Holidays, Nepal ::

Work With Web2bizz:


Having a good Website does not ensure that you will get an edge over your competitions. Your Website should also give a better browsing experience to its user. You get an edge over your competitors if Your Website is quick and loads faster Your Website navigates faster User need not to wait for images to get downloaded Not affected by the number of users surfing simultaneously And top of that they get it when they need it (Availability all the time)

That is where Web Hosting Solutions makes a big difference. Web2bizz is its own Web Hosting Company and offers solutions designed to meet a variety of Web Hosting and all other Internet Services (Asp, Asp.net, PHP, SSL Web hosting Solutions). From Managed Shared Web Hosting packages for smaller sites with modest traffic levels, through to Managed Enterprise Hosting and fully Dedicated Hosting Solutions. All our solutions share high levels of robustness and support to provide maximum reassurance and security to our clients. Our consultative, personal approach differs considerably to that of other Web Hosting Solutions Providers. We are able to apply expertise and consultancy to help you identify the right Hosting Solution for your needs. We understand that your web presence is critical to the marketing and operational functions of your business. Our approach to Hosting support is therefore geared to providing personal contact and support, something which differentiates us from conventional Web Hosting Companies. Contact us now to get the details of web hosting solutions provided by our company

Their programming is very organized and modular, so it's easy for our team to understand, thus its easy outsourcing.::Global IT Support, Nepal ::

Outsource To Web2bizz:
1) We differentiate ourselves through: Partnership-centric Approach:
Our approach to projects through robust partnerships has been tremendously successful. These models are aligned to enable clients to experience Web2bizz as an extension of their own team. So far our partnership-centric approach has successfully helped clients realize a high Return on Investment (ROI) and to our kudos we have most of our clients coming back with repeat orders. By partnering with Web2bizz, you are assured of transparency in communication, business continuity and guaranteed growth. Our motto when our clients grow, we grow with them.

2) World Class Project Management:


Our structured development and project management methodology helps us deliver fixedtime, fixed-price solutions project after project. Our methodology helps us stay focused on the clients needs by engaging the extended team in a virtual knowledge-sharing environment. With our structured development methodologies and effective project management, we can implement and deliver your projects on time. We have received excellent evaluations from our clients for on-time delivery, correctly implemented functionality and usability. To read more about our structured web design and development methodologies, quality processes, visit www.web2bizz.com

3) Our Team :
It is our team that sets us apart. We hire and retain the highest quality people who fit with our open and client focused culture and values. Our people are committed to our clients projects and their growth. We nurture personal growth for our people by creating a challenging environment with opportunities to learn and develop to become tomorrow's leaders. Visit www.web2bizz.com to learn more about our work culture and environment.

4) Our re-usable component framework :


Our implementation experiences are captured in a re-usable component framework. As the technology today is of ready made CMS sites so you never have to depend upon anyone in the future. With the help of framework we are able to transfer the implementation knowledge of one project to the next, and even improve upon previous implementations as a result of subsequent ones.

5) Global Perspective :
We have wide experience of working with client all across the globe. The functional, procedural, cultural experience is gained and incorporated in future solutions. Our experience of working with international clients helps us keeping our product and services competitive on a global scale.

6) Research and Development :


We provide solutions for a dynamic environment where business and technology strategies converge. Our approach focuses on new ways of business combining IT innovation, research and development. We encourage research practices in the organization to implement prudent business and technology strategies in today's dynamic digital environment.

7) Data Confidentiality :
Web2bizz guarantee a high degree of confidentiality and security in all clients data and every project. All information remains strictly confidential. Net-Managers never sells nor discloses any client information under any circumstances.

Thanks to Web2bizz engineering and design team, we have taken our websites to a whole new level. They are committed to keeping you happy..::Kangaroo Education, Nepal::

Portfolios To Web2bizz:
1) Ecommerce Sites: http://www.mydreamonline.com http://www.himalayanuniquearts.com http://www.bajrayogini.com.np http://www.aceintl.com.np 2) CMS Sites: http://www.maitinepal.org http://www.nec.gov.np http://www.nepalaushadhi.org.np http://www.detailcleansydney.com http://www.kangaroo.edu.np http://www.shaksnepal.com http://www.treksguide.com http://www.askhimalayatravel.com http://www.pasintlnepal.com http://www.hamrobirjung.com http://www.aes.com.np http://www.universalsc.edu.np http://www.capitalnepal.com http://www.esa.com.np http://www.essenceclick.com.np http://www.megamotors.com.np And much more portfolios which can viewed in http://www.web2bizz.com

Thank You

You might also like