Category: Internet News

User Interface (UI) and User Experience (UX) design

User Interface (UI) and User Experience (UX) design are two critical components of any digital product. UI design is concerned with the visual aspects of a product, such as the layout, color scheme, typography, and other design elements. UX design, on the other hand, is concerned with how users interact with a product and how […]

Google Chrome OS

Google is launching Chrome OS. Google is saying that the modern computer user spends so much time working with Web-based resources that the main control system for the computer should be the browser, not the operating system. Furthermore, Google declared that the Chrome OS experience will bear little resemblance to existing way that users interact with their […]

MVC Architecture

MVC architecture  is basically designed to separate the business logic and application data from the presentation data to manage easily. MVC stands for L Model – View – Controller 1).  Model: The model object knows about all the data that need to be displayed. It is model who is aware about all the operations that […]

Tips for Creating a better E-Commerce Application

E-Commerce, A name started few years back and now ruling the world. Most of the companies started their E-Commerce portals to sell products online to increase their sales and some are even only online portals they don’t have off line stores and they sell some one else’s products. Now a days people want the products […]

Tips for Creating a better E-Commerce Application

E-Commerce, A name started few years back and now ruling the world. Most of the companies started their E-Commerce portals to sell products online to increase their sales and some are even only online portals they don’t have off line stores and they sell some one else’s products. Now a days people want the products […]

Multiple Active Result Sets (MARS – ADO.NET 2.0)

Multiple Active Result Sets (MARS) is a feature in ADO.NET 2.0. It allows execution of multiple batches against Database on a single connection. Preeviously, only one batch could be executed at a time against a single connection. But, execution of multiple batches with MARS does not mean like simultaneous execution of operations. In previous versions […]

Move a SharePoint Content Database / Deploy sharepoint site

our Official website (https://zonixsoft.com) You have two initial options, doing a backup and restore within MOSS to move the data, or doing it at the SQL/STSADM level.  I prefer the latter, as it isn’t nearly as inclined to fail and leaves you with more flexibility. 1) Find the content Database These are listed under Central […]

How Big is google’s database

Visist : https://zonixsoft.com (Our Official Website) Google search crawler uses 850 TB of information, so that’s the amount of raw data from the web. Google Analytics uses 220 TB stored in two tables: 200 TB for the raw data and 20 TB for the summaries. Google Earth uses 70.5 TB: 70 TB for the raw […]

UPDATE Based Off of A Table

visit : https://zonixsoft.com (our official website)  INSERT offers the ability to insert into a table based upon a SELECT statement with the following syntax: INSERT INTO [TABLEA] ([FIELDA],[FIELDB],[FIELDC])         SELECT [FIELDA],[FIELDB],[FIELDC] FROM [TABLEB]   there are time where you may want to do a similar approach with UPDATE. Here is the syntax to do that […]

Web Parts

Visit: https://zonixsoft.com This article discuss about the Web Parts, new feature introduced in ASP.NET 2.0. Web Parts are objects which the end user can open, close or move from one zone of the page to another. Web Parts allows for personalization of page content. They allows users to move or hide the Web Parts and […]