On iPhone, go to System, then add vietnamese keyboard… How to type in vietnamese
On iPhone, go to System, then add vietnamese keyboard… How to type in vietnamese
The easy way to validate email on javascript; using this IsEmail prototype function “String.prototype.isEmail=function()….”
ASP.NET authentication bypass Severity – canonicalization issues. An attacker could gain unauthorized access to password-protected pages on the web server or create a cross-site scripting attack.
The iPhone might consider as the second best iPod, however, it has limitations. For example, you can not delete the songs from the Music app. You can not control the music app if you connect it to the head unit such as the car stereo system, or to some any third party speaker systems; it display a splash with message “Accessory Connect”. Below, some ways you can get around with your iphone with the lastest firmware iOS 5.x.x
Sometimes we want to remove accents from vietnamese words to Latin based characters for search or matching routine in database. However, Microsoft SQL Database does not offer normalized function which we can use to remove accents from words such as:
AI ĐI TRÊN DÀM ĐƯỜNG TRƯỜNG => AI DI TREN DAM DUONG TRUONG
ÁO EM CHƯA MÀC MỘT LẦN => AO EM CHUA MAC MOT LAN
Good thing, there is a workaround by using CLR function, please example code below:
RewriteRule ([A-Z][a-z]+)([A-Z][a-z]+)?([A-Z][a-z]+)?([A-Z][a-z]+)?([A-Z][a-z]+) String: TodayIsMonDayYes Output: $0: TodayIsMonDayYes $1: Today $2: Is $3: Mon $4: Day $5: Yes Add Spaces Before Capitals $regexp(title,(<=\l)(?=\u), ) It looks back one character for a lower case letter, “(?<=\l)” and then looks forward a character for an upper case letter, “(?=\u)” putting a space in if both are true. “, [...]