There many techniques for storing data on the client side, such as: cookies, sessionStorage, localStorage, and database. For a detailed description of each technique please visit www.w3.org.
In this article we will work with client-side database.
Web SQL Database is a set of APIs to manipulate client-side databases using SQL. These sets of APIs are non-normative, which means that there is no standard. In case of Google Chrome, it implements SQLite.
myNotes helps you to easily take notes and bookmark your web surfing experience.myNotes allows you to copy text from a webpage and create a note with this information at the same time.In addition, myNotes automatically bookmarks the URL notes source, so that you can quickly and easily go back to the original webpage source.myNotes eliminates the steps of creating a list of bookmarks, saving additional mouse clicks and avoiding long lists of bookmarks that are often difficult to find later.
myNotes also allows you to edit your notes, while keeping the original note and a reference to the website. You can add as many notes as you want.
It’s so easy to use.
Managing your notes summary and history windows becomes easy and comprehensive. myNotes popup, summary window, and history window communicate with each other to update any changes. This means that when the window summary or window history is open, you can edit your notes from either window and the changes will be reflected in-real-time in the other window.
Any notes added to myNotes will be reflected in-real-time in summary window and history window, you don’t have to reload or close the browser.
Every note has a reference to a tab, if you close that tab the note will turn green, and when you click the link myNotes will open a new tab and update the status of all notes that belong to the previously closed tab..
myNotes is a must for anyone doing research on the Web.
I'm not a designer, I'm not good at it but I'm trying to provide a friendly user interface, clear and functional. Any comment, suggestion or/and idea is much welcome.
ASP.NET Membership Services is the database structure for storing and managing user information and includes methods used by the ASP.NET login controls to authenticate users.
How to install ASP.NET Membership Services.
basics:
1.Have installed Microsoft Visual Studio
2.Have installed Microsoft SQL Server
3.a database where ASP.NET Membership Services will be stored (optional)
Step 1: installing ASP.NET Services database in SQL Server.
a)run aspnet_regsql.exe utility, you can find this utility in the next path: C:\Windows\Microsoft.NET\Framework\v2.0.50727.
b)Clicking the button "Next" will take you to next step. Make sure to select the first option "Configure SQL Server for application services" and click "Next"
c)The next screen is where you enter your SQL Server data. If you want to install Membership services in an installed database select the database from the dropdown list "Database". If the database does not exist, type the name of the database and the utility will create a new database in SQL Server.
Make sure to enter the correct server name. If you are not sure what is the server name and you get an error, then open Microsoft SQL Server Management Studio to see what is the correct server name.
d)Click Next and the next screen is a verification where Membership services will be installed.
e)In the last screen click Finish and you are done.
You will see the ASP.NET Membership Services tables installed in the selected database.