SMS Based Advertisement Using Bluetooth
SMS Based Advertisement Using Bluetooth
The project entitled is SMS BASED ADVERTISEMENT USING BLUETOOTH to focuses on the designing and developing a computerized processing, which aim at the conversion of sending Message and Multi Media Message to mobiles. In this I have to develop the Bluetooth connection details, Product Details, Offers Details, Advertisement Details. The project entitled as SMS BASED ADVERTISEMENT USING BLUETOOTH is done using VB.NET as Front End and SQL Server 2000 as Back End. The project helps the customers to know the products and offers available in the shop and every floor details. The ultimate aim of the current project is to provides product offering details and guidelines to the customers at the time of entry into the shopping complex. The module contains in this project are: Products Module
Offers Module
PRODUCT MODULE This module contains the details about the products available in the shopping complex, and description about the products. Other than this, the module provides the help to the customers in the way of sending the product location (floor details) in that complex. OFFERS MODULE This module theme is sending the product offering details and gifts details to the customers through the BLUETOOTH. using VB.NET. BLUETOOTH CONNECTION MODULE This module contains the details about the connections in the project. Hear the main requirement is BLUETOOTH device. This device is used to transfer the information from the one device to another mobile without any wire connection. MESSAGE MODULE. This module is for sending the information through the message to the customers via BLUETOOTH.
COMPANY PROFILE
Richmond Technologies, founded and managed by a group of telecom professionals is a 24/7 quality conscious IT enabled services company. Prior to setting up Richmond Technologies, the top management had conceptualized and managed the contact center business for IT/ITES/Telecom Products. The founder of the company is Mr. S. Ramesh who have a strong foundation in IT Industry. Richmond Technologies, entered into campus abroad solution for more than four years, and successfully sent more than one thousand students for their higher studies, very particularly medicine. We got more than eight dedicated study centers across India. INBOUND SERVICES Richmond Technologies is a company who specialize in inbound Projects. Whether you are a small or large call centre or are a business who receives many inbound telephone calls, we can suggest solutions that will maximize the efficiency of your call traffic and also give you the tools to be able to analyse and manage the inbound call traffic you are receiving. Often clients do not need to invest in expensive telephone systems, as our networked inbound Projects are able to provide the business requirements at a fraction of the cost. Richmond Technologies take a holistic approach to telecoms and will look to see that if a new telephone system is required, that the client is made aware of how the network solutions can compliment the telephone system. This approach allows in many instances for the client to save money and improve efficiency. Our solutions truly are bespoke as no business has exactly the same needs; we always consult, then design and build the solution based on the requirements of your business. The costs are always fully explained and our clients are able to budget exactly
OUTBOUND SERVICES Richmond Technologies specializes in outbound telemarketing projects because we are first and foremost a service organization with a focus on client acquisition and retention. We provide our clients with sales, up-sell, and cross-sell techniques that will meet and exceed even their most aggressive sales and retention objectives. Finding an outbound telemarketing center that specializes in sales is a difficult task. Effective telemarketing sales require a combination of strategy, technical support, implementation, and sales culture to produce profitable results. Richmond Technologies knows how important it is for an outbound telemarketing call center to provide a positive experience for our client's customers. We understand that we are an extension of their company and ensure that our agents are selling their products as if they were our own. Our efficient project management and process flow allows Richmond Technologies to begin projects on time, meet goals, avoid IS complications, and complete projects in the designated time frame, resulting in profitable outbound telemarketing campaigns and optimum client satisfaction.
DEVELOPING SOLUTION STATERGIES The Media planners and buyers are provided with information regarding the Industrys readership which can be used to negotiate advertisement space, and to make good and efficient media plans for their clients. They simply look at the estimates of how many people look at a publication, whether a magazine or a newspaper as a whole. Based on those estimates the media planners judge the likeliness of readers viewing their ads and in which positions and sizes. ADVANTAGES OF PROPOSED SYSTEM When the existing system was replaced by the proposed system then When the existing system was replaced by the proposed system then Time is saved Customer Communication is possible Reach the customers the product details at door step User friendly system
HARDWARE SPECIFICATION
Processor Speed RAM capacity Hard disk drive Key Board Mouse CD R/W Drive Printer Motherboard Cabinet Monitor : : : : : : : : : : : Pentium IV 3.0 GHz 1 GB 160 GB Samsung Multimedia 108 keys Logitech 3 buttons 52x LG DeskJet HP Intel ATX 17 Samsung Color
The .NET Framework Architecture The .NET framework is a software technology that is directed towards connecting information, people, systems and devices seamlessly. The high level of software integration that has been attempted through use of XML web services enables the creation of small, discrete, building block types of applications. These applications are connected to other applications over the Internet. Central to the .NET framework architecture is the effort to provide support to for the next generation solutions. The direction of change is to ensure that software deployment and versioning conflicts are avoided or minimized in the .NET Framework. User defined codes are released from the confines of the local storage systems and can be stored anywhere on a network and executed from any point in the network. Performance problems associated with scripted and interpreted environments are removed. Codes can be safely executed and the developer experience is consistent across widely varying types of applications, such as Windows based applications and web based applications. The thrust of design is towards creating a standard communication facility that is standardized so that .NET codes can be integrated with other codes easily and seamlessly. At the core of the .NET infrastructure is the Common Language Runtime (CLR) and the .NET Framework class library. The runtime functions, like an agent, managing code at execution time. It provides core services such as memory management, thread management and remoting. It enforces strict type safety and ensures code accuracy. This makes for security and robustness and provides a platform for running managed code. The .NET Framework provides several runtime hosts. It also supports the development of third-party runtime hosts. For example, ASP.NET hosts the runtime to provide a scalable, server-side environment for managed code. ASP.NET works directly with the runtime to enable ASP.NET applications and XML Web services.
The .NET Framework can be hosted by unmanaged components such as the Internet Explorer. These load the common language runtime into their processes and initiate the execution of managed code. This creates a software environment that can exploit both managed and unmanaged features. This makes for mobility of the code. Advantages of VB.NET 1. VB.NET provides managed code execution that runs under the Common Language Runtime (CLR), resulting in robust, stable and secure applications. All features of the .NET framework are readily available in VB.NET. 2. VB.NET is totally object oriented. This is a major addition that VB6 and other earlier releases didn't have. 3. The .NET framework comes with ADO.NET, which follows the disconnected paradigm, i.e. once the required records are fetched the connection no longer exists. It also retrieves the records that are expected to be accessed in the immediate future. This enhances Scalability of the application to a great extent. 4. VB.NET uses XML to transfer data between the various layers in the DNA Architecture i.e. data are passed as simple text strings. 5. Error handling has changed in VB.NET. A new Try-Catch-Finally block has been introduced to handle errors and exceptions as a unit, allowing appropriate action to be taken at the place the error occurred thus discouraging the use of ON ERROR GOTO statement. This again credits to the maintainability of the code. 6. Another great feature added to VB.NET is free threading against the VB singlethreaded apartment feature. In many situations developers need spawning of a new thread to run as a background process and increase the usability of the application.