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,"");
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,"");
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.
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 [...]
Web development, Web design, Open source technologies, Portal development, APIs, Web services, Social media applications, Search engine optimisation, Mobile application development, iPhone Apps, Web 2.0, Web 3.0, Latest Internet technologies