Java
String html_stripped = html.replaceAll("\\<.*?\\>", "");
PHP
strip_tags($html);
// built-in PHP function to strip HTML and PHP tags
Javascript
var html_stripped = html.replace(/(<.*?>)/ig,"");
Continue reading Remove html tags from a string
Product Summary
A handy little iPhone web app to calculate chmod permissions for files.
Product Description
Easy to use with a simple but pretty user interface, this chmod calculator is a useful utility for students, developers and system administrators.
Continue reading chmod calculator for iPhone
The main purpose of this code is to have “Read more” for a long block of text (eg: comments) without having to separate the text into two div blocks and then use toggle to show/hide the 2nd block. This code simply uses CSS overflow:hidden property to hide long block of text. jQuery live [...]
Continue reading Read more using jQuery live event
Hello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more 

