-
WILD ARTIST Postings
- Concerning Cyclic Authentication Makes Better Security
- Cloudbean: New Research upon Cloud Database System
- Terms in Term Sheet Series 3: Pay-to-Play
- Terms in Term Sheet Series 2: Liquidation Preference
- Terms in Term Sheet Series 1: Price and Option Pool
- The Concept of Social Data Service (SDS)
- Transition from Blogging to SNS
- The Irrationals
- Checking Out the Browser and the Version
- Listing Up HTTP Header Fields
- Uncertainty
- The Introduction of RDMS Optimization
- Do you use any Issue Tracking Tool?
- Startup Checking Points
- Skill vs Popularity
- How to Catch the User Input in Windows? Hooking!
- Food, Clothes and House Never Get Evolutionary Change
- Feedback How-to Matters
- Understanding of the True Positive
- Innovation and Meta-innovation
Membership
Statistics
- 7 visit today
- 7191 visit total
Category Archives: DEVELOPMENT
Checking Out the Browser and the Version
In Javascript, browser information can be acquired from navigator.userAgent property. And it’d rather make them clear what the values are. The following table represents the list of navigator.userAgent value from each browser (and the version). Some of them might be … Continue reading
Listing Up HTTP Header Fields
Whenever I write the code for HTTP request, I feel dumbed that I don’t memorize the header fields. So it would be nice to list up the fields with description in some place like blog. Some useful header fields are … Continue reading
The Introduction of RDMS Optimization
Almost all online services are using database. However, not-optimized database scheme causes disaster. The service would be slow down and sometimes get down with data requests overflown. Here I give a brief guideline on how to optimize database scheme. Most database … Continue reading